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

.b8d-onestore-typ [data-bs-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.b8d-onestore-typ *, .b8d-onestore-typ :before, .b8d-onestore-typ :after {
  box-sizing: border-box;
}

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

.b8d-onestore-typ body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

.b8d-onestore-typ hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

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

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

@media (width >= 1200px) {
  .b8d-onestore-typ h1, .b8d-onestore-typ .h1 {
    font-size: 2.5rem;
  }
}

.b8d-onestore-typ h2, .b8d-onestore-typ .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  .b8d-onestore-typ h2, .b8d-onestore-typ .h2 {
    font-size: 2rem;
  }
}

.b8d-onestore-typ h3, .b8d-onestore-typ .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  .b8d-onestore-typ h3, .b8d-onestore-typ .h3 {
    font-size: 1.75rem;
  }
}

.b8d-onestore-typ h4, .b8d-onestore-typ .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  .b8d-onestore-typ h4, .b8d-onestore-typ .h4 {
    font-size: 1.5rem;
  }
}

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

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

.b8d-onestore-typ p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.b8d-onestore-typ abbr[title] {
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: underline dotted;
}

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

.b8d-onestore-typ ol, .b8d-onestore-typ ul {
  padding-left: 2rem;
}

.b8d-onestore-typ ol, .b8d-onestore-typ ul, .b8d-onestore-typ dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.b8d-onestore-typ ol ol, .b8d-onestore-typ ul ul, .b8d-onestore-typ ol ul, .b8d-onestore-typ ul ol {
  margin-bottom: 0;
}

.b8d-onestore-typ dt {
  font-weight: 700;
}

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

.b8d-onestore-typ blockquote {
  margin: 0 0 1rem;
}

.b8d-onestore-typ b, .b8d-onestore-typ strong {
  font-weight: bolder;
}

.b8d-onestore-typ small, .b8d-onestore-typ .small {
  font-size: .875em;
}

.b8d-onestore-typ mark, .b8d-onestore-typ .mark {
  background-color: var(--bs-highlight-bg);
  padding: .1875em;
}

.b8d-onestore-typ sub, .b8d-onestore-typ sup {
  vertical-align: baseline;
  font-size: .75em;
  line-height: 0;
  position: relative;
}

.b8d-onestore-typ sub {
  bottom: -.25em;
}

.b8d-onestore-typ sup {
  top: -.5em;
}

.b8d-onestore-typ a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

.b8d-onestore-typ a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

.b8d-onestore-typ pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

.b8d-onestore-typ pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.b8d-onestore-typ code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > .b8d-onestore-typ code {
  color: inherit;
}

.b8d-onestore-typ kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

.b8d-onestore-typ kbd kbd {
  padding: 0;
  font-size: 1em;
}

.b8d-onestore-typ figure {
  margin: 0 0 1rem;
}

.b8d-onestore-typ img, .b8d-onestore-typ svg {
  vertical-align: middle;
}

.b8d-onestore-typ table {
  caption-side: bottom;
  border-collapse: collapse;
}

.b8d-onestore-typ caption {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.b8d-onestore-typ th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

.b8d-onestore-typ label {
  display: inline-block;
}

.b8d-onestore-typ button {
  border-radius: 0;
}

.b8d-onestore-typ button:focus:not(:focus-visible) {
  outline: 0;
}

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

.b8d-onestore-typ button, .b8d-onestore-typ select {
  text-transform: none;
}

.b8d-onestore-typ [role="button"] {
  cursor: pointer;
}

.b8d-onestore-typ select {
  word-wrap: normal;
}

.b8d-onestore-typ select:disabled {
  opacity: 1;
}

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

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

.b8d-onestore-typ button:not(:disabled), .b8d-onestore-typ [type="button"]:not(:disabled), .b8d-onestore-typ [type="reset"]:not(:disabled), .b8d-onestore-typ [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.b8d-onestore-typ ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.b8d-onestore-typ textarea {
  resize: vertical;
}

.b8d-onestore-typ fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.b8d-onestore-typ legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
}

@media (width >= 1200px) {
  .b8d-onestore-typ legend {
    font-size: 1.5rem;
  }
}

.b8d-onestore-typ legend + * {
  clear: left;
}

.b8d-onestore-typ ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-text {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-minute {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-hour-field {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-day-field {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-month-field {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-inner-spin-button {
  height: auto;
}

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

.b8d-onestore-typ ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.b8d-onestore-typ ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.b8d-onestore-typ ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.b8d-onestore-typ ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.b8d-onestore-typ output {
  display: inline-block;
}

.b8d-onestore-typ iframe {
  border: 0;
}

.b8d-onestore-typ summary {
  cursor: pointer;
  display: list-item;
}

.b8d-onestore-typ progress {
  vertical-align: baseline;
}

.b8d-onestore-typ [hidden] {
  display: none !important;
}

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

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-1 {
    font-size: 5rem;
  }
}

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-2 {
    font-size: 4.5rem;
  }
}

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-3 {
    font-size: 4rem;
  }
}

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-4 {
    font-size: 3.5rem;
  }
}

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-5 {
    font-size: 3rem;
  }
}

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

@media (width >= 1200px) {
  .b8d-onestore-typ .display-6 {
    font-size: 2.5rem;
  }
}

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

.b8d-onestore-typ .list-inline-item {
  display: inline-block;
}

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

.b8d-onestore-typ .initialism {
  text-transform: uppercase;
  font-size: .875em;
}

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

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

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

.b8d-onestore-typ .blockquote-footer:before {
  content: "— ";
}

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

.b8d-onestore-typ .img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
  padding: .25rem;
}

.b8d-onestore-typ .figure {
  display: inline-block;
}

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

.b8d-onestore-typ .figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

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

@media (width >= 576px) {
  .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .container-md, .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .container-lg, .b8d-onestore-typ .container-md, .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .container-xl, .b8d-onestore-typ .container-lg, .b8d-onestore-typ .container-md, .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .container-xxl, .b8d-onestore-typ .container-xl, .b8d-onestore-typ .container-lg, .b8d-onestore-typ .container-md, .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 1320px;
  }
}

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

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

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

.b8d-onestore-typ .col {
  flex: 1 0;
}

.b8d-onestore-typ .row-cols-auto > * {
  flex: none;
  width: auto;
}

.b8d-onestore-typ .row-cols-1 > * {
  flex: none;
  width: 100%;
}

.b8d-onestore-typ .row-cols-2 > * {
  flex: none;
  width: 50%;
}

.b8d-onestore-typ .row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.b8d-onestore-typ .row-cols-4 > * {
  flex: none;
  width: 25%;
}

.b8d-onestore-typ .row-cols-5 > * {
  flex: none;
  width: 20%;
}

.b8d-onestore-typ .row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.b8d-onestore-typ .col-auto {
  flex: none;
  width: auto;
}

.b8d-onestore-typ .col-1 {
  flex: none;
  width: 8.33333%;
}

.b8d-onestore-typ .col-2 {
  flex: none;
  width: 16.6667%;
}

.b8d-onestore-typ .col-3 {
  flex: none;
  width: 25%;
}

.b8d-onestore-typ .col-4 {
  flex: none;
  width: 33.3333%;
}

.b8d-onestore-typ .col-5 {
  flex: none;
  width: 41.6667%;
}

.b8d-onestore-typ .col-6 {
  flex: none;
  width: 50%;
}

.b8d-onestore-typ .col-7 {
  flex: none;
  width: 58.3333%;
}

.b8d-onestore-typ .col-8 {
  flex: none;
  width: 66.6667%;
}

.b8d-onestore-typ .col-9 {
  flex: none;
  width: 75%;
}

.b8d-onestore-typ .col-10 {
  flex: none;
  width: 83.3333%;
}

.b8d-onestore-typ .col-11 {
  flex: none;
  width: 91.6667%;
}

.b8d-onestore-typ .col-12 {
  flex: none;
  width: 100%;
}

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

.b8d-onestore-typ .offset-2 {
  margin-left: 16.6667%;
}

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

.b8d-onestore-typ .offset-4 {
  margin-left: 33.3333%;
}

.b8d-onestore-typ .offset-5 {
  margin-left: 41.6667%;
}

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

.b8d-onestore-typ .offset-7 {
  margin-left: 58.3333%;
}

.b8d-onestore-typ .offset-8 {
  margin-left: 66.6667%;
}

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

.b8d-onestore-typ .offset-10 {
  margin-left: 83.3333%;
}

.b8d-onestore-typ .offset-11 {
  margin-left: 91.6667%;
}

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

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

.b8d-onestore-typ .g-1, .b8d-onestore-typ .gx-1 {
  --bs-gutter-x: .25rem;
}

.b8d-onestore-typ .g-1, .b8d-onestore-typ .gy-1 {
  --bs-gutter-y: .25rem;
}

.b8d-onestore-typ .g-2, .b8d-onestore-typ .gx-2 {
  --bs-gutter-x: .5rem;
}

.b8d-onestore-typ .g-2, .b8d-onestore-typ .gy-2 {
  --bs-gutter-y: .5rem;
}

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

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

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

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

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

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

@media (width >= 576px) {
  .b8d-onestore-typ .col-sm {
    flex: 1 0;
  }

  .b8d-onestore-typ .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .b8d-onestore-typ .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-sm-auto {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .b8d-onestore-typ .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .b8d-onestore-typ .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .b8d-onestore-typ .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .b8d-onestore-typ .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .b8d-onestore-typ .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .b8d-onestore-typ .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .b8d-onestore-typ .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .offset-sm-0 {
    margin-left: 0;
  }

  .b8d-onestore-typ .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .b8d-onestore-typ .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .b8d-onestore-typ .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .b8d-onestore-typ .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .b8d-onestore-typ .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .b8d-onestore-typ .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .b8d-onestore-typ .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .b8d-onestore-typ .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .b8d-onestore-typ .g-sm-0, .b8d-onestore-typ .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .b8d-onestore-typ .g-sm-0, .b8d-onestore-typ .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .b8d-onestore-typ .g-sm-1, .b8d-onestore-typ .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .b8d-onestore-typ .g-sm-1, .b8d-onestore-typ .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .b8d-onestore-typ .g-sm-2, .b8d-onestore-typ .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .b8d-onestore-typ .g-sm-2, .b8d-onestore-typ .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .b8d-onestore-typ .g-sm-3, .b8d-onestore-typ .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .b8d-onestore-typ .g-sm-3, .b8d-onestore-typ .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .b8d-onestore-typ .g-sm-4, .b8d-onestore-typ .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .b8d-onestore-typ .g-sm-4, .b8d-onestore-typ .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .b8d-onestore-typ .g-sm-5, .b8d-onestore-typ .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .b8d-onestore-typ .g-sm-5, .b8d-onestore-typ .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .col-md {
    flex: 1 0;
  }

  .b8d-onestore-typ .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .b8d-onestore-typ .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-md-auto {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .b8d-onestore-typ .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-md-3 {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .b8d-onestore-typ .col-md-6 {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .b8d-onestore-typ .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .b8d-onestore-typ .col-md-9 {
    flex: none;
    width: 75%;
  }

  .b8d-onestore-typ .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .b8d-onestore-typ .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .b8d-onestore-typ .col-md-12 {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .offset-md-0 {
    margin-left: 0;
  }

  .b8d-onestore-typ .offset-md-1 {
    margin-left: 8.33333%;
  }

  .b8d-onestore-typ .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .b8d-onestore-typ .offset-md-4 {
    margin-left: 33.3333%;
  }

  .b8d-onestore-typ .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .b8d-onestore-typ .offset-md-7 {
    margin-left: 58.3333%;
  }

  .b8d-onestore-typ .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .b8d-onestore-typ .offset-md-10 {
    margin-left: 83.3333%;
  }

  .b8d-onestore-typ .offset-md-11 {
    margin-left: 91.6667%;
  }

  .b8d-onestore-typ .g-md-0, .b8d-onestore-typ .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .b8d-onestore-typ .g-md-0, .b8d-onestore-typ .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .b8d-onestore-typ .g-md-1, .b8d-onestore-typ .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .b8d-onestore-typ .g-md-1, .b8d-onestore-typ .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .b8d-onestore-typ .g-md-2, .b8d-onestore-typ .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .b8d-onestore-typ .g-md-2, .b8d-onestore-typ .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .b8d-onestore-typ .g-md-3, .b8d-onestore-typ .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .b8d-onestore-typ .g-md-3, .b8d-onestore-typ .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .b8d-onestore-typ .g-md-4, .b8d-onestore-typ .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .b8d-onestore-typ .g-md-4, .b8d-onestore-typ .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .b8d-onestore-typ .g-md-5, .b8d-onestore-typ .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .b8d-onestore-typ .g-md-5, .b8d-onestore-typ .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .col-lg {
    flex: 1 0;
  }

  .b8d-onestore-typ .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .b8d-onestore-typ .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-lg-auto {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .b8d-onestore-typ .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .b8d-onestore-typ .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .b8d-onestore-typ .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .b8d-onestore-typ .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .b8d-onestore-typ .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .b8d-onestore-typ .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .b8d-onestore-typ .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .offset-lg-0 {
    margin-left: 0;
  }

  .b8d-onestore-typ .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .b8d-onestore-typ .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .b8d-onestore-typ .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .b8d-onestore-typ .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .b8d-onestore-typ .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .b8d-onestore-typ .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .b8d-onestore-typ .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .b8d-onestore-typ .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .b8d-onestore-typ .g-lg-0, .b8d-onestore-typ .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .b8d-onestore-typ .g-lg-0, .b8d-onestore-typ .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .b8d-onestore-typ .g-lg-1, .b8d-onestore-typ .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .b8d-onestore-typ .g-lg-1, .b8d-onestore-typ .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .b8d-onestore-typ .g-lg-2, .b8d-onestore-typ .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .b8d-onestore-typ .g-lg-2, .b8d-onestore-typ .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .b8d-onestore-typ .g-lg-3, .b8d-onestore-typ .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .b8d-onestore-typ .g-lg-3, .b8d-onestore-typ .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .b8d-onestore-typ .g-lg-4, .b8d-onestore-typ .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .b8d-onestore-typ .g-lg-4, .b8d-onestore-typ .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .b8d-onestore-typ .g-lg-5, .b8d-onestore-typ .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .b8d-onestore-typ .g-lg-5, .b8d-onestore-typ .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .col-xl {
    flex: 1 0;
  }

  .b8d-onestore-typ .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .b8d-onestore-typ .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-xl-auto {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .b8d-onestore-typ .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .b8d-onestore-typ .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .b8d-onestore-typ .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .b8d-onestore-typ .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .b8d-onestore-typ .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .b8d-onestore-typ .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .b8d-onestore-typ .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .offset-xl-0 {
    margin-left: 0;
  }

  .b8d-onestore-typ .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .b8d-onestore-typ .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .b8d-onestore-typ .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .b8d-onestore-typ .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .b8d-onestore-typ .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .b8d-onestore-typ .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .b8d-onestore-typ .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .b8d-onestore-typ .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .b8d-onestore-typ .g-xl-0, .b8d-onestore-typ .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .b8d-onestore-typ .g-xl-0, .b8d-onestore-typ .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .b8d-onestore-typ .g-xl-1, .b8d-onestore-typ .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .b8d-onestore-typ .g-xl-1, .b8d-onestore-typ .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .b8d-onestore-typ .g-xl-2, .b8d-onestore-typ .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .b8d-onestore-typ .g-xl-2, .b8d-onestore-typ .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .b8d-onestore-typ .g-xl-3, .b8d-onestore-typ .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .b8d-onestore-typ .g-xl-3, .b8d-onestore-typ .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .b8d-onestore-typ .g-xl-4, .b8d-onestore-typ .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .b8d-onestore-typ .g-xl-4, .b8d-onestore-typ .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .b8d-onestore-typ .g-xl-5, .b8d-onestore-typ .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .b8d-onestore-typ .g-xl-5, .b8d-onestore-typ .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .col-xxl {
    flex: 1 0;
  }

  .b8d-onestore-typ .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .b8d-onestore-typ .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .b8d-onestore-typ .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .b8d-onestore-typ .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .b8d-onestore-typ .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .b8d-onestore-typ .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .b8d-onestore-typ .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .b8d-onestore-typ .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .b8d-onestore-typ .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .b8d-onestore-typ .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .b8d-onestore-typ .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .b8d-onestore-typ .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .b8d-onestore-typ .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .b8d-onestore-typ .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .b8d-onestore-typ .offset-xxl-0 {
    margin-left: 0;
  }

  .b8d-onestore-typ .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .b8d-onestore-typ .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .b8d-onestore-typ .offset-xxl-3 {
    margin-left: 25%;
  }

  .b8d-onestore-typ .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .b8d-onestore-typ .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .b8d-onestore-typ .offset-xxl-6 {
    margin-left: 50%;
  }

  .b8d-onestore-typ .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .b8d-onestore-typ .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .b8d-onestore-typ .offset-xxl-9 {
    margin-left: 75%;
  }

  .b8d-onestore-typ .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .b8d-onestore-typ .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .b8d-onestore-typ .g-xxl-0, .b8d-onestore-typ .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .b8d-onestore-typ .g-xxl-0, .b8d-onestore-typ .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .b8d-onestore-typ .g-xxl-1, .b8d-onestore-typ .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .b8d-onestore-typ .g-xxl-1, .b8d-onestore-typ .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .b8d-onestore-typ .g-xxl-2, .b8d-onestore-typ .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .b8d-onestore-typ .g-xxl-2, .b8d-onestore-typ .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .b8d-onestore-typ .g-xxl-3, .b8d-onestore-typ .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .b8d-onestore-typ .g-xxl-3, .b8d-onestore-typ .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .b8d-onestore-typ .g-xxl-4, .b8d-onestore-typ .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .b8d-onestore-typ .g-xxl-4, .b8d-onestore-typ .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .b8d-onestore-typ .g-xxl-5, .b8d-onestore-typ .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .b8d-onestore-typ .g-xxl-5, .b8d-onestore-typ .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.b8d-onestore-typ .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.b8d-onestore-typ .table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  padding: .5rem;
}

.b8d-onestore-typ .table > tbody {
  vertical-align: inherit;
}

.b8d-onestore-typ .table > thead {
  vertical-align: bottom;
}

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

.b8d-onestore-typ .caption-top {
  caption-side: top;
}

.b8d-onestore-typ .table-sm > :not(caption) > * > * {
  padding: .25rem;
}

.b8d-onestore-typ .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.b8d-onestore-typ .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

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

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

.b8d-onestore-typ .table-striped > tbody > tr:nth-of-type(odd) > *, .b8d-onestore-typ .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

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

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

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

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

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

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

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

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

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

@media (width <= 575.98px) {
  .b8d-onestore-typ .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .b8d-onestore-typ .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .b8d-onestore-typ .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .b8d-onestore-typ .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1399.98px) {
  .b8d-onestore-typ .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.b8d-onestore-typ .form-label {
  margin-bottom: .5rem;
}

.b8d-onestore-typ .col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.b8d-onestore-typ .col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.b8d-onestore-typ .col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.b8d-onestore-typ .form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.b8d-onestore-typ .form-control {
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

.b8d-onestore-typ .form-control[type="file"] {
  overflow: hidden;
}

.b8d-onestore-typ .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.b8d-onestore-typ .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.b8d-onestore-typ .form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.b8d-onestore-typ .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.b8d-onestore-typ .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.b8d-onestore-typ .form-control::-webkit-file-upload-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.b8d-onestore-typ .form-control::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.b8d-onestore-typ .form-control:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.b8d-onestore-typ .form-control:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.b8d-onestore-typ .form-control:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.b8d-onestore-typ .form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .form-control::-webkit-file-upload-button {
    transition: none;
  }

  .b8d-onestore-typ .form-control::file-selector-button {
    transition: none;
  }
}

.b8d-onestore-typ .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.b8d-onestore-typ .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.b8d-onestore-typ .form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.b8d-onestore-typ .form-control-plaintext:focus {
  outline: 0;
}

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

.b8d-onestore-typ .form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.b8d-onestore-typ .form-control-sm::-webkit-file-upload-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.b8d-onestore-typ .form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.b8d-onestore-typ .form-control-sm:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-right: .5rem;
}

.b8d-onestore-typ .form-control-sm:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-right: .5rem;
}

.b8d-onestore-typ .form-control-sm:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: .5rem;
}

.b8d-onestore-typ .form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.b8d-onestore-typ .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.b8d-onestore-typ .form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.b8d-onestore-typ .form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.b8d-onestore-typ .form-control-lg:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-right: 1rem;
}

.b8d-onestore-typ .form-control-lg:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-right: 1rem;
}

.b8d-onestore-typ .form-control-lg:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: 1rem;
}

.b8d-onestore-typ .form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

.b8d-onestore-typ textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.b8d-onestore-typ textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.b8d-onestore-typ textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.b8d-onestore-typ .form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.b8d-onestore-typ .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.b8d-onestore-typ .form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.b8d-onestore-typ .form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.b8d-onestore-typ .form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.b8d-onestore-typ .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.b8d-onestore-typ .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill='none'%20stroke='%23343a40'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='m2%205%206%206%206-6'/%3e%3c/svg%3e");
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .form-select {
    transition: none;
  }
}

.b8d-onestore-typ .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-select[multiple], .b8d-onestore-typ .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.b8d-onestore-typ .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.b8d-onestore-typ .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.b8d-onestore-typ .form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.b8d-onestore-typ .form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.b8d-onestore-typ [data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill='none'%20stroke='%23dee2e6'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='m2%205%206%206%206-6'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.b8d-onestore-typ .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.b8d-onestore-typ .form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.b8d-onestore-typ .form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.b8d-onestore-typ .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.b8d-onestore-typ .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.b8d-onestore-typ .form-check-input[type="radio"] {
  border-radius: 50%;
}

.b8d-onestore-typ .form-check-input:active {
  filter: brightness(90%);
}

.b8d-onestore-typ .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.b8d-onestore-typ .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3'%20d='m6%2010%203%203%206-6'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='2'%20fill='%23fff'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .form-check-input[type="checkbox"]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3'%20d='M6%2010h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.b8d-onestore-typ .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.b8d-onestore-typ .form-check-input[disabled] ~ .form-check-label, .b8d-onestore-typ .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.b8d-onestore-typ .form-switch {
  padding-left: 2.5em;
}

.b8d-onestore-typ .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='3'%20fill='rgba%280,%200,%200,%200.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .form-switch .form-check-input {
    transition: none;
  }
}

.b8d-onestore-typ .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='3'%20fill='%2386b7fe'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='3'%20fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.b8d-onestore-typ .form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.b8d-onestore-typ .form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.b8d-onestore-typ .form-check-inline {
  margin-right: 1rem;
  display: inline-block;
}

.b8d-onestore-typ .btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.b8d-onestore-typ .btn-check[disabled] + .btn, .b8d-onestore-typ .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.b8d-onestore-typ [data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='3'%20fill='rgba%28255,%20255,%20255,%200.25%29'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .form-range {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.b8d-onestore-typ .form-range:focus {
  outline: 0;
}

.b8d-onestore-typ .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-range::-moz-focus-outer {
  border: 0;
}

.b8d-onestore-typ .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.b8d-onestore-typ .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.b8d-onestore-typ .form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.b8d-onestore-typ .form-range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .form-range::-moz-range-thumb {
    transition: none;
  }
}

.b8d-onestore-typ .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.b8d-onestore-typ .form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.b8d-onestore-typ .form-range:disabled {
  pointer-events: none;
}

.b8d-onestore-typ .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.b8d-onestore-typ .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.b8d-onestore-typ .form-floating {
  position: relative;
}

.b8d-onestore-typ .form-floating > .form-control, .b8d-onestore-typ .form-floating > .form-control-plaintext, .b8d-onestore-typ .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.b8d-onestore-typ .form-floating > label {
  z-index: 2;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  height: 100%;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .form-floating > label {
    transition: none;
  }
}

.b8d-onestore-typ .form-floating > .form-control, .b8d-onestore-typ .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.b8d-onestore-typ .form-floating > .form-control::placeholder, .b8d-onestore-typ .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.b8d-onestore-typ .form-floating > .form-control:focus, .b8d-onestore-typ .form-floating > .form-control:not(:placeholder-shown), .b8d-onestore-typ .form-floating > .form-control-plaintext:focus, .b8d-onestore-typ .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.b8d-onestore-typ .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.b8d-onestore-typ .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.b8d-onestore-typ .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.b8d-onestore-typ .form-floating > .form-control:focus ~ label, .b8d-onestore-typ .form-floating > .form-control:not(:placeholder-shown) ~ label, .b8d-onestore-typ .form-floating > .form-control-plaintext ~ label, .b8d-onestore-typ .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.b8d-onestore-typ .form-floating > .form-control:focus ~ label:after, .b8d-onestore-typ .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .b8d-onestore-typ .form-floating > .form-control-plaintext ~ label:after, .b8d-onestore-typ .form-floating > .form-select ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.b8d-onestore-typ .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.b8d-onestore-typ .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.b8d-onestore-typ .form-floating > :disabled ~ label, .b8d-onestore-typ .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.b8d-onestore-typ .form-floating > :disabled ~ label:after, .b8d-onestore-typ .form-floating > .form-control:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.b8d-onestore-typ .input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.b8d-onestore-typ .input-group > .form-control, .b8d-onestore-typ .input-group > .form-select, .b8d-onestore-typ .input-group > .form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.b8d-onestore-typ .input-group > .form-control:focus, .b8d-onestore-typ .input-group > .form-select:focus, .b8d-onestore-typ .input-group > .form-floating:focus-within {
  z-index: 5;
}

.b8d-onestore-typ .input-group .btn {
  z-index: 2;
  position: relative;
}

.b8d-onestore-typ .input-group .btn:focus {
  z-index: 5;
}

.b8d-onestore-typ .input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.b8d-onestore-typ .input-group-lg > .form-control, .b8d-onestore-typ .input-group-lg > .form-select, .b8d-onestore-typ .input-group-lg > .input-group-text, .b8d-onestore-typ .input-group-lg > .btn {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.b8d-onestore-typ .input-group-sm > .form-control, .b8d-onestore-typ .input-group-sm > .form-select, .b8d-onestore-typ .input-group-sm > .input-group-text, .b8d-onestore-typ .input-group-sm > .btn {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.b8d-onestore-typ .input-group-lg > .form-select, .b8d-onestore-typ .input-group-sm > .form-select {
  padding-right: 3rem;
}

.b8d-onestore-typ .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .b8d-onestore-typ .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .b8d-onestore-typ .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .b8d-onestore-typ .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .b8d-onestore-typ .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .b8d-onestore-typ .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .b8d-onestore-typ .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .b8d-onestore-typ .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b8d-onestore-typ .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b8d-onestore-typ .input-group > .form-floating:not(:first-child) > .form-control, .b8d-onestore-typ .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b8d-onestore-typ .valid-feedback {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.b8d-onestore-typ .valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .b8d-onestore-typ:valid ~ .valid-feedback, .was-validated .b8d-onestore-typ:valid ~ .valid-tooltip, .b8d-onestore-typ.is-valid ~ .valid-feedback, .b8d-onestore-typ.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .b8d-onestore-typ .form-control:valid, .b8d-onestore-typ .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%208'%3e%3cpath%20fill='%23198754'%20d='M2.3%206.73.6%204.53c-.4-1.04.46-1.4%201.1-.8l1.1%201.4%203.4-3.8c.6-.63%201.6-.27%201.2.7l-4%204.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .b8d-onestore-typ .form-control:valid:focus, .b8d-onestore-typ .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.was-validated .b8d-onestore-typ .form-select:valid, .b8d-onestore-typ .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .b8d-onestore-typ .form-select:valid:not([multiple]):not([size]), .was-validated .b8d-onestore-typ .form-select:valid:not([multiple])[size="1"], .b8d-onestore-typ .form-select.is-valid:not([multiple]):not([size]), .b8d-onestore-typ .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%208'%3e%3cpath%20fill='%23198754'%20d='M2.3%206.73.6%204.53c-.4-1.04.46-1.4%201.1-.8l1.1%201.4%203.4-3.8c.6-.63%201.6-.27%201.2.7l-4%204.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .b8d-onestore-typ .form-select:valid:focus, .b8d-onestore-typ .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .b8d-onestore-typ .form-control-color:valid, .b8d-onestore-typ .form-control-color.is-valid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .b8d-onestore-typ .form-check-input:valid, .b8d-onestore-typ .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .b8d-onestore-typ .form-check-input:valid:checked, .b8d-onestore-typ .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .b8d-onestore-typ .form-check-input:valid:focus, .b8d-onestore-typ .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .b8d-onestore-typ .form-check-input:valid ~ .form-check-label, .b8d-onestore-typ .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.b8d-onestore-typ .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .b8d-onestore-typ .input-group > .form-control:not(:focus):valid, .b8d-onestore-typ .input-group > .form-control:not(:focus).is-valid, .was-validated .b8d-onestore-typ .input-group > .form-select:not(:focus):valid, .b8d-onestore-typ .input-group > .form-select:not(:focus).is-valid, .was-validated .b8d-onestore-typ .input-group > .form-floating:not(:focus-within):valid, .b8d-onestore-typ .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.b8d-onestore-typ .invalid-feedback {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.b8d-onestore-typ .invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .b8d-onestore-typ:invalid ~ .invalid-feedback, .was-validated .b8d-onestore-typ:invalid ~ .invalid-tooltip, .b8d-onestore-typ.is-invalid ~ .invalid-feedback, .b8d-onestore-typ.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .b8d-onestore-typ .form-control:invalid, .b8d-onestore-typ .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2012'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%3e%3ccircle%20cx='6'%20cy='6'%20r='4.5'/%3e%3cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3e%3ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .b8d-onestore-typ .form-control:invalid:focus, .b8d-onestore-typ .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.was-validated .b8d-onestore-typ .form-select:invalid, .b8d-onestore-typ .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .b8d-onestore-typ .form-select:invalid:not([multiple]):not([size]), .was-validated .b8d-onestore-typ .form-select:invalid:not([multiple])[size="1"], .b8d-onestore-typ .form-select.is-invalid:not([multiple]):not([size]), .b8d-onestore-typ .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2012'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%3e%3ccircle%20cx='6'%20cy='6'%20r='4.5'/%3e%3cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3e%3ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .b8d-onestore-typ .form-select:invalid:focus, .b8d-onestore-typ .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .b8d-onestore-typ .form-control-color:invalid, .b8d-onestore-typ .form-control-color.is-invalid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .b8d-onestore-typ .form-check-input:invalid, .b8d-onestore-typ .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .b8d-onestore-typ .form-check-input:invalid:checked, .b8d-onestore-typ .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .b8d-onestore-typ .form-check-input:invalid:focus, .b8d-onestore-typ .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .b8d-onestore-typ .form-check-input:invalid ~ .form-check-label, .b8d-onestore-typ .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.b8d-onestore-typ .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .b8d-onestore-typ .input-group > .form-control:not(:focus):invalid, .b8d-onestore-typ .input-group > .form-control:not(:focus).is-invalid, .was-validated .b8d-onestore-typ .input-group > .form-select:not(:focus):invalid, .b8d-onestore-typ .input-group > .form-select:not(:focus).is-invalid, .was-validated .b8d-onestore-typ .input-group > .form-floating:not(:focus-within):invalid, .b8d-onestore-typ .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.b8d-onestore-typ .btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

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

.b8d-onestore-typ .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .b8d-onestore-typ .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.b8d-onestore-typ .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .b8d-onestore-typ .btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .b8d-onestore-typ .btn, :not(.btn-check) + .b8d-onestore-typ .btn:active, .b8d-onestore-typ .btn:first-child:active, .b8d-onestore-typ .btn.active, .b8d-onestore-typ .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .b8d-onestore-typ .btn:focus-visible, :not(.btn-check) + .b8d-onestore-typ .btn:active:focus-visible, .b8d-onestore-typ .btn:first-child:active:focus-visible, .b8d-onestore-typ .btn.active:focus-visible, .b8d-onestore-typ .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.b8d-onestore-typ .btn:disabled, .b8d-onestore-typ .btn.disabled, fieldset:disabled .b8d-onestore-typ .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.b8d-onestore-typ .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.b8d-onestore-typ .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.b8d-onestore-typ .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.b8d-onestore-typ .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.b8d-onestore-typ .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.b8d-onestore-typ .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.b8d-onestore-typ .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.b8d-onestore-typ .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.b8d-onestore-typ .btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.b8d-onestore-typ .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.b8d-onestore-typ .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.b8d-onestore-typ .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.b8d-onestore-typ .btn-lg, .b8d-onestore-typ .btn-group-lg > .btn {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.b8d-onestore-typ .btn-sm, .b8d-onestore-typ .btn-group-sm > .btn {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.b8d-onestore-typ .fade {
  transition: opacity .15s linear;
}

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

.b8d-onestore-typ .fade:not(.show) {
  opacity: 0;
}

.b8d-onestore-typ .collapse:not(.show) {
  display: none;
}

.b8d-onestore-typ .collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

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

.b8d-onestore-typ .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .collapsing.collapse-horizontal {
    transition: none;
  }
}

.b8d-onestore-typ .dropup, .b8d-onestore-typ .dropend, .b8d-onestore-typ .dropdown, .b8d-onestore-typ .dropstart, .b8d-onestore-typ .dropup-center, .b8d-onestore-typ .dropdown-center {
  position: relative;
}

.b8d-onestore-typ .dropdown-toggle {
  white-space: nowrap;
}

.b8d-onestore-typ .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

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

.b8d-onestore-typ .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)  - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: 0 .5rem 1rem #00000026;
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.b8d-onestore-typ .dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.b8d-onestore-typ .dropdown-menu-start {
  --bs-position: start;
}

.b8d-onestore-typ .dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.b8d-onestore-typ .dropdown-menu-end {
  --bs-position: end;
}

.b8d-onestore-typ .dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (width >= 576px) {
  .b8d-onestore-typ .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .b8d-onestore-typ .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .b8d-onestore-typ .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .b8d-onestore-typ .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .dropdown-menu-md-start {
    --bs-position: start;
  }

  .b8d-onestore-typ .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .b8d-onestore-typ .dropdown-menu-md-end {
    --bs-position: end;
  }

  .b8d-onestore-typ .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .b8d-onestore-typ .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .b8d-onestore-typ .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .b8d-onestore-typ .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .b8d-onestore-typ .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .b8d-onestore-typ .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .b8d-onestore-typ .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .b8d-onestore-typ .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .b8d-onestore-typ .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .b8d-onestore-typ .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

.b8d-onestore-typ .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.b8d-onestore-typ .dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

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

.b8d-onestore-typ .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.b8d-onestore-typ .dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.b8d-onestore-typ .dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.b8d-onestore-typ .dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.b8d-onestore-typ .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.b8d-onestore-typ .dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.b8d-onestore-typ .dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.b8d-onestore-typ .dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.b8d-onestore-typ .dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.b8d-onestore-typ .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

.b8d-onestore-typ .dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.b8d-onestore-typ .dropdown-item:hover, .b8d-onestore-typ .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.b8d-onestore-typ .dropdown-item.active, .b8d-onestore-typ .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.b8d-onestore-typ .dropdown-item.disabled, .b8d-onestore-typ .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

.b8d-onestore-typ .dropdown-menu.show {
  display: block;
}

.b8d-onestore-typ .dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  display: block;
}

.b8d-onestore-typ .dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  display: block;
}

.b8d-onestore-typ .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.b8d-onestore-typ .btn-group, .b8d-onestore-typ .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.b8d-onestore-typ .btn-group > .btn, .b8d-onestore-typ .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.b8d-onestore-typ .btn-group > .btn-check:checked + .btn, .b8d-onestore-typ .btn-group > .btn-check:focus + .btn, .b8d-onestore-typ .btn-group > .btn:hover, .b8d-onestore-typ .btn-group > .btn:focus, .b8d-onestore-typ .btn-group > .btn:active, .b8d-onestore-typ .btn-group > .btn.active, .b8d-onestore-typ .btn-group-vertical > .btn-check:checked + .btn, .b8d-onestore-typ .btn-group-vertical > .btn-check:focus + .btn, .b8d-onestore-typ .btn-group-vertical > .btn:hover, .b8d-onestore-typ .btn-group-vertical > .btn:focus, .b8d-onestore-typ .btn-group-vertical > .btn:active, .b8d-onestore-typ .btn-group-vertical > .btn.active {
  z-index: 1;
}

.b8d-onestore-typ .btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

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

.b8d-onestore-typ .btn-group {
  border-radius: var(--bs-border-radius);
}

.b8d-onestore-typ .btn-group > :not(.btn-check:first-child) + .btn, .b8d-onestore-typ .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.b8d-onestore-typ .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .b8d-onestore-typ .btn-group > .btn.dropdown-toggle-split:first-child, .b8d-onestore-typ .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b8d-onestore-typ .btn-group > .btn:nth-child(n+3), .b8d-onestore-typ .btn-group > :not(.btn-check) + .btn, .b8d-onestore-typ .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.b8d-onestore-typ .dropdown-toggle-split:after, .dropup .b8d-onestore-typ .dropdown-toggle-split:after, .dropend .b8d-onestore-typ .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .b8d-onestore-typ .dropdown-toggle-split:before {
  margin-right: 0;
}

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

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

.b8d-onestore-typ .btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.b8d-onestore-typ .btn-group-vertical > .btn, .b8d-onestore-typ .btn-group-vertical > .btn-group {
  width: 100%;
}

.b8d-onestore-typ .btn-group-vertical > .btn:not(:first-child), .b8d-onestore-typ .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.b8d-onestore-typ .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .b8d-onestore-typ .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.b8d-onestore-typ .btn-group-vertical > .btn ~ .btn, .b8d-onestore-typ .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.b8d-onestore-typ .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.b8d-onestore-typ .nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

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

.b8d-onestore-typ .nav-link:hover, .b8d-onestore-typ .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.b8d-onestore-typ .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .nav-link.disabled, .b8d-onestore-typ .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.b8d-onestore-typ .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.b8d-onestore-typ .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.b8d-onestore-typ .nav-tabs .nav-link:hover, .b8d-onestore-typ .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.b8d-onestore-typ .nav-tabs .nav-link.active, .b8d-onestore-typ .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.b8d-onestore-typ .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.b8d-onestore-typ .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.b8d-onestore-typ .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.b8d-onestore-typ .nav-pills .nav-link.active, .b8d-onestore-typ .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.b8d-onestore-typ .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.b8d-onestore-typ .nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.b8d-onestore-typ .nav-underline .nav-link:hover, .b8d-onestore-typ .nav-underline .nav-link:focus {
  border-bottom-color: currentColor;
}

.b8d-onestore-typ .nav-underline .nav-link.active, .b8d-onestore-typ .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

.b8d-onestore-typ .nav-fill > .nav-link, .b8d-onestore-typ .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.b8d-onestore-typ .nav-justified > .nav-link, .b8d-onestore-typ .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

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

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

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

.b8d-onestore-typ .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: .5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: .5rem;
  --bs-navbar-toggler-padding-y: .25rem;
  --bs-navbar-toggler-padding-x: .75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3e%3cpath%20stroke='rgba%2833,%2037,%2041,%200.75%29'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: .25rem;
  --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.b8d-onestore-typ .navbar > .container, .b8d-onestore-typ .navbar > .container-fluid, .b8d-onestore-typ .navbar > .container-sm, .b8d-onestore-typ .navbar > .container-md, .b8d-onestore-typ .navbar > .container-lg, .b8d-onestore-typ .navbar > .container-xl, .b8d-onestore-typ .navbar > .container-xxl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
  text-decoration: none;
}

.b8d-onestore-typ .navbar-brand:hover, .b8d-onestore-typ .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.b8d-onestore-typ .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.b8d-onestore-typ .navbar-nav .nav-link.active, .b8d-onestore-typ .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

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

.b8d-onestore-typ .navbar-text {
  color: var(--bs-navbar-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.b8d-onestore-typ .navbar-text a, .b8d-onestore-typ .navbar-text a:hover, .b8d-onestore-typ .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.b8d-onestore-typ .navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.b8d-onestore-typ .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  background-color: #0000;
  line-height: 1;
}

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

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

.b8d-onestore-typ .navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

.b8d-onestore-typ .navbar-toggler-icon {
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

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

@media (width >= 576px) {
  .b8d-onestore-typ .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .b8d-onestore-typ .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

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

  .b8d-onestore-typ .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .b8d-onestore-typ .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .b8d-onestore-typ .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

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

  .b8d-onestore-typ .navbar-expand-sm .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .b8d-onestore-typ .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-sm .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .b8d-onestore-typ .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

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

  .b8d-onestore-typ .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .b8d-onestore-typ .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .b8d-onestore-typ .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

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

  .b8d-onestore-typ .navbar-expand-md .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .b8d-onestore-typ .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-md .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .b8d-onestore-typ .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

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

  .b8d-onestore-typ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .b8d-onestore-typ .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .b8d-onestore-typ .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

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

  .b8d-onestore-typ .navbar-expand-lg .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .b8d-onestore-typ .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .b8d-onestore-typ .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

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

  .b8d-onestore-typ .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .b8d-onestore-typ .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .b8d-onestore-typ .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

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

  .b8d-onestore-typ .navbar-expand-xl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .b8d-onestore-typ .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-xl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .b8d-onestore-typ .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-xxl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .b8d-onestore-typ .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .navbar-expand-xxl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

.b8d-onestore-typ .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.b8d-onestore-typ .navbar-expand .navbar-nav {
  flex-direction: row;
}

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

.b8d-onestore-typ .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

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

.b8d-onestore-typ .navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.b8d-onestore-typ .navbar-expand .navbar-toggler {
  display: none;
}

.b8d-onestore-typ .navbar-expand .offcanvas {
  z-index: auto;
  flex-grow: 1;
  transition: none;
  position: static;
  visibility: visible !important;
  background-color: #0000 !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

.b8d-onestore-typ .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.b8d-onestore-typ .navbar-expand .offcanvas .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.b8d-onestore-typ .navbar-dark, .b8d-onestore-typ .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: #ffffff8c;
  --bs-navbar-hover-color: #ffffffbf;
  --bs-navbar-disabled-color: #ffffff40;
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: #ffffff1a;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3e%3cpath%20stroke='rgba%28255,%20255,%20255,%200.55%29'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
}

.b8d-onestore-typ [data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3e%3cpath%20stroke='rgba%28255,%20255,%20255,%200.55%29'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.b8d-onestore-typ .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.b8d-onestore-typ .card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

.b8d-onestore-typ .card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

.b8d-onestore-typ .card > .card-header + .list-group, .b8d-onestore-typ .card > .list-group + .card-footer {
  border-top: 0;
}

.b8d-onestore-typ .card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  flex: auto;
}

.b8d-onestore-typ .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.b8d-onestore-typ .card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  color: var(--bs-card-subtitle-color);
  margin-bottom: 0;
}

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

.b8d-onestore-typ .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.b8d-onestore-typ .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  margin-bottom: 0;
}

.b8d-onestore-typ .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.b8d-onestore-typ .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.b8d-onestore-typ .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.b8d-onestore-typ .card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.b8d-onestore-typ .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.b8d-onestore-typ .card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.b8d-onestore-typ .card-img-overlay {
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
  position: absolute;
  inset: 0;
}

.b8d-onestore-typ .card-img, .b8d-onestore-typ .card-img-top, .b8d-onestore-typ .card-img-bottom {
  width: 100%;
}

.b8d-onestore-typ .card-img, .b8d-onestore-typ .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.b8d-onestore-typ .card-img, .b8d-onestore-typ .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.b8d-onestore-typ .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (width >= 576px) {
  .b8d-onestore-typ .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .b8d-onestore-typ .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

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

  .b8d-onestore-typ .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .b8d-onestore-typ .card-group > .card:not(:last-child) .card-img-top, .b8d-onestore-typ .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .card-group > .card:not(:last-child) .card-img-bottom, .b8d-onestore-typ .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .b8d-onestore-typ .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .card-group > .card:not(:first-child) .card-img-top, .b8d-onestore-typ .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .b8d-onestore-typ .card-group > .card:not(:first-child) .card-img-bottom, .b8d-onestore-typ .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.b8d-onestore-typ .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23212529'%3e%3cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23052c65'%3e%3cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.b8d-onestore-typ .accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .accordion-button {
    transition: none;
  }
}

.b8d-onestore-typ .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.b8d-onestore-typ .accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.b8d-onestore-typ .accordion-button:after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .accordion-button:after {
    transition: none;
  }
}

.b8d-onestore-typ .accordion-button:hover {
  z-index: 2;
}

.b8d-onestore-typ .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.b8d-onestore-typ .accordion-header {
  margin-bottom: 0;
}

.b8d-onestore-typ .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.b8d-onestore-typ .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.b8d-onestore-typ .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.b8d-onestore-typ .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.b8d-onestore-typ .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.b8d-onestore-typ .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.b8d-onestore-typ .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.b8d-onestore-typ .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.b8d-onestore-typ .accordion-flush .accordion-collapse {
  border-width: 0;
}

.b8d-onestore-typ .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.b8d-onestore-typ .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.b8d-onestore-typ .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.b8d-onestore-typ .accordion-flush .accordion-item .accordion-button, .b8d-onestore-typ .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.b8d-onestore-typ [data-bs-theme="dark"] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%236ea8fe'%3e%3cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%236ea8fe'%3e%3cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.b8d-onestore-typ .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.b8d-onestore-typ .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.b8d-onestore-typ .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.b8d-onestore-typ .pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.b8d-onestore-typ .page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

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

.b8d-onestore-typ .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.b8d-onestore-typ .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.b8d-onestore-typ .page-link.active, .active > .b8d-onestore-typ .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.b8d-onestore-typ .page-link.disabled, .disabled > .b8d-onestore-typ .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.b8d-onestore-typ .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

.b8d-onestore-typ .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.b8d-onestore-typ .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.b8d-onestore-typ .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.b8d-onestore-typ .pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.b8d-onestore-typ .badge {
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}

.b8d-onestore-typ .badge:empty {
  display: none;
}

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

.b8d-onestore-typ .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  position: relative;
}

.b8d-onestore-typ .alert-heading {
  color: inherit;
}

.b8d-onestore-typ .alert-link {
  color: var(--bs-alert-link-color);
  font-weight: 700;
}

.b8d-onestore-typ .alert-dismissible {
  padding-right: 3rem;
}

.b8d-onestore-typ .alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.b8d-onestore-typ .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.b8d-onestore-typ .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.b8d-onestore-typ .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.b8d-onestore-typ .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.b8d-onestore-typ .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.b8d-onestore-typ .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.b8d-onestore-typ .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.b8d-onestore-typ .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.b8d-onestore-typ .progress, .b8d-onestore-typ .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.b8d-onestore-typ .progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.b8d-onestore-typ .progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.b8d-onestore-typ .progress-stacked > .progress {
  overflow: visible;
}

.b8d-onestore-typ .progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.b8d-onestore-typ .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

.b8d-onestore-typ .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.b8d-onestore-typ .list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.b8d-onestore-typ .list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.b8d-onestore-typ .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.b8d-onestore-typ .list-group-item-action:hover, .b8d-onestore-typ .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
  text-decoration: none;
}

.b8d-onestore-typ .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.b8d-onestore-typ .list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.b8d-onestore-typ .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.b8d-onestore-typ .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.b8d-onestore-typ .list-group-item.disabled, .b8d-onestore-typ .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.b8d-onestore-typ .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.b8d-onestore-typ .list-group-item + .list-group-item {
  border-top-width: 0;
}

.b8d-onestore-typ .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.b8d-onestore-typ .list-group-horizontal {
  flex-direction: row;
}

.b8d-onestore-typ .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.b8d-onestore-typ .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.b8d-onestore-typ .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.b8d-onestore-typ .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.b8d-onestore-typ .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (width >= 576px) {
  .b8d-onestore-typ .list-group-horizontal-sm {
    flex-direction: row;
  }

  .b8d-onestore-typ .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .list-group-horizontal-md {
    flex-direction: row;
  }

  .b8d-onestore-typ .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .list-group-horizontal-lg {
    flex-direction: row;
  }

  .b8d-onestore-typ .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .list-group-horizontal-xl {
    flex-direction: row;
  }

  .b8d-onestore-typ .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .b8d-onestore-typ .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .b8d-onestore-typ .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.b8d-onestore-typ .list-group-flush {
  border-radius: 0;
}

.b8d-onestore-typ .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.b8d-onestore-typ .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.b8d-onestore-typ .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.b8d-onestore-typ .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.b8d-onestore-typ .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.b8d-onestore-typ .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.b8d-onestore-typ .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.b8d-onestore-typ .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.b8d-onestore-typ .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.b8d-onestore-typ .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.b8d-onestore-typ .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23000'%3e%3cpath%20d='M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.b8d-onestore-typ .btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.b8d-onestore-typ .btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.b8d-onestore-typ .btn-close:disabled, .b8d-onestore-typ .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.b8d-onestore-typ .btn-close-white, .b8d-onestore-typ [data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.b8d-onestore-typ .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: .75rem;
  --bs-toast-padding-y: .5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: .875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
  background-clip: padding-box;
}

.b8d-onestore-typ .toast.showing {
  opacity: 0;
}

.b8d-onestore-typ .toast:not(.show) {
  display: none;
}

.b8d-onestore-typ .toast-container {
  --bs-toast-zindex: 1090;
  z-index: var(--bs-toast-zindex);
  pointer-events: none;
  width: max-content;
  max-width: 100%;
  position: absolute;
}

.b8d-onestore-typ .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.b8d-onestore-typ .toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  background-clip: padding-box;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.b8d-onestore-typ .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.b8d-onestore-typ .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg)  - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  z-index: var(--bs-modal-zindex);
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.b8d-onestore-typ .modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .b8d-onestore-typ .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .b8d-onestore-typ .modal-dialog {
    transition: none;
  }
}

.modal.show .b8d-onestore-typ .modal-dialog {
  transform: none;
}

.modal.modal-static .b8d-onestore-typ .modal-dialog {
  transform: scale(1.02);
}

.b8d-onestore-typ .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.b8d-onestore-typ .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.b8d-onestore-typ .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.b8d-onestore-typ .modal-dialog-centered {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .modal-content {
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.b8d-onestore-typ .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .5;
  z-index: var(--bs-backdrop-zindex);
  background-color: var(--bs-backdrop-bg);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.b8d-onestore-typ .modal-backdrop.fade {
  opacity: 0;
}

.b8d-onestore-typ .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.b8d-onestore-typ .modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.b8d-onestore-typ .modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.b8d-onestore-typ .modal-body {
  padding: var(--bs-modal-padding);
  flex: auto;
  position: relative;
}

.b8d-onestore-typ .modal-footer {
  padding: calc(var(--bs-modal-padding)  - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (width >= 576px) {
  .b8d-onestore-typ .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }

  .b8d-onestore-typ .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }

  .b8d-onestore-typ .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .modal-lg, .b8d-onestore-typ .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.b8d-onestore-typ .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.b8d-onestore-typ .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.b8d-onestore-typ .modal-fullscreen .modal-header, .b8d-onestore-typ .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.b8d-onestore-typ .modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (width <= 575.98px) {
  .b8d-onestore-typ .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .b8d-onestore-typ .modal-fullscreen-sm-down .modal-header, .b8d-onestore-typ .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 767.98px) {
  .b8d-onestore-typ .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .b8d-onestore-typ .modal-fullscreen-md-down .modal-header, .b8d-onestore-typ .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 991.98px) {
  .b8d-onestore-typ .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .b8d-onestore-typ .modal-fullscreen-lg-down .modal-header, .b8d-onestore-typ .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 1199.98px) {
  .b8d-onestore-typ .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .b8d-onestore-typ .modal-fullscreen-xl-down .modal-header, .b8d-onestore-typ .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (width <= 1399.98px) {
  .b8d-onestore-typ .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .b8d-onestore-typ .modal-fullscreen-xxl-down .modal-header, .b8d-onestore-typ .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .b8d-onestore-typ .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.b8d-onestore-typ .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.b8d-onestore-typ .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.b8d-onestore-typ .tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.b8d-onestore-typ .tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.b8d-onestore-typ .bs-tooltip-top .tooltip-arrow, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.b8d-onestore-typ .bs-tooltip-top .tooltip-arrow:before, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.b8d-onestore-typ .bs-tooltip-end .tooltip-arrow, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.b8d-onestore-typ .bs-tooltip-end .tooltip-arrow:before, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.b8d-onestore-typ .bs-tooltip-bottom .tooltip-arrow, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.b8d-onestore-typ .bs-tooltip-bottom .tooltip-arrow:before, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.b8d-onestore-typ .bs-tooltip-start .tooltip-arrow, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.b8d-onestore-typ .bs-tooltip-start .tooltip-arrow:before, .b8d-onestore-typ .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.b8d-onestore-typ .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.b8d-onestore-typ .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: .875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg)  - var(--bs-border-width));
  --bs-popover-box-shadow: 0 .5rem 1rem #00000026;
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: .5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: .5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  background-clip: padding-box;
  text-decoration: none;
  display: block;
}

.b8d-onestore-typ .popover .popover-arrow {
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  display: block;
}

.b8d-onestore-typ .popover .popover-arrow:before, .b8d-onestore-typ .popover .popover-arrow:after {
  content: "";
  border: 0 solid #0000;
  display: block;
  position: absolute;
}

.b8d-onestore-typ .bs-popover-top > .popover-arrow, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
}

.b8d-onestore-typ .bs-popover-top > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .b8d-onestore-typ .bs-popover-top > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.b8d-onestore-typ .bs-popover-top > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
  border-top-color: var(--bs-popover-arrow-border);
  bottom: 0;
}

.b8d-onestore-typ .bs-popover-top > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.b8d-onestore-typ .bs-popover-end > .popover-arrow, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.b8d-onestore-typ .bs-popover-end > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .b8d-onestore-typ .bs-popover-end > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.b8d-onestore-typ .bs-popover-end > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
  border-right-color: var(--bs-popover-arrow-border);
  left: 0;
}

.b8d-onestore-typ .bs-popover-end > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.b8d-onestore-typ .bs-popover-bottom > .popover-arrow, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
}

.b8d-onestore-typ .bs-popover-bottom > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .b8d-onestore-typ .bs-popover-bottom > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.b8d-onestore-typ .bs-popover-bottom > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
  border-bottom-color: var(--bs-popover-arrow-border);
  top: 0;
}

.b8d-onestore-typ .bs-popover-bottom > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.b8d-onestore-typ .bs-popover-bottom .popover-header:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.b8d-onestore-typ .bs-popover-start > .popover-arrow, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.b8d-onestore-typ .bs-popover-start > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .b8d-onestore-typ .bs-popover-start > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.b8d-onestore-typ .bs-popover-start > .popover-arrow:before, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
  border-left-color: var(--bs-popover-arrow-border);
  right: 0;
}

.b8d-onestore-typ .bs-popover-start > .popover-arrow:after, .b8d-onestore-typ .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.b8d-onestore-typ .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  margin-bottom: 0;
}

.b8d-onestore-typ .popover-header:empty {
  display: none;
}

.b8d-onestore-typ .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.b8d-onestore-typ .carousel {
  position: relative;
}

.b8d-onestore-typ .carousel.pointer-event {
  touch-action: pan-y;
}

.b8d-onestore-typ .carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.b8d-onestore-typ .carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.b8d-onestore-typ .carousel-item {
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .carousel-item {
    transition: none;
  }
}

.b8d-onestore-typ .carousel-item.active, .b8d-onestore-typ .carousel-item-next, .b8d-onestore-typ .carousel-item-prev {
  display: block;
}

.b8d-onestore-typ .carousel-item-next:not(.carousel-item-start), .b8d-onestore-typ .active.carousel-item-end {
  transform: translateX(100%);
}

.b8d-onestore-typ .carousel-item-prev:not(.carousel-item-end), .b8d-onestore-typ .active.carousel-item-start {
  transform: translateX(-100%);
}

.b8d-onestore-typ .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.b8d-onestore-typ .carousel-fade .carousel-item.active, .b8d-onestore-typ .carousel-fade .carousel-item-next.carousel-item-start, .b8d-onestore-typ .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.b8d-onestore-typ .carousel-fade .active.carousel-item-start, .b8d-onestore-typ .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .carousel-fade .active.carousel-item-start, .b8d-onestore-typ .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.b8d-onestore-typ .carousel-control-prev, .b8d-onestore-typ .carousel-control-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .carousel-control-prev, .b8d-onestore-typ .carousel-control-next {
    transition: none;
  }
}

.b8d-onestore-typ .carousel-control-prev:hover, .b8d-onestore-typ .carousel-control-prev:focus, .b8d-onestore-typ .carousel-control-next:hover, .b8d-onestore-typ .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.b8d-onestore-typ .carousel-control-prev {
  left: 0;
}

.b8d-onestore-typ .carousel-control-next {
  right: 0;
}

.b8d-onestore-typ .carousel-control-prev-icon, .b8d-onestore-typ .carousel-control-next-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.b8d-onestore-typ .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23fff'%3e%3cpath%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23fff'%3e%3cpath%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
}

.b8d-onestore-typ .carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.b8d-onestore-typ .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.b8d-onestore-typ .carousel-indicators .active {
  opacity: 1;
}

.b8d-onestore-typ .carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.b8d-onestore-typ .carousel-dark .carousel-control-prev-icon, .b8d-onestore-typ .carousel-dark .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.b8d-onestore-typ .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.b8d-onestore-typ .carousel-dark .carousel-caption {
  color: #000;
}

.b8d-onestore-typ [data-bs-theme="dark"] .carousel .carousel-control-prev-icon, .b8d-onestore-typ [data-bs-theme="dark"] .carousel .carousel-control-next-icon, .b8d-onestore-typ [data-bs-theme="dark"].carousel .carousel-control-prev-icon, .b8d-onestore-typ [data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert() grayscale(100);
}

.b8d-onestore-typ [data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .b8d-onestore-typ [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.b8d-onestore-typ [data-bs-theme="dark"] .carousel .carousel-caption, .b8d-onestore-typ [data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}

.b8d-onestore-typ .spinner-grow, .b8d-onestore-typ .spinner-border {
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.b8d-onestore-typ .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-border-width: .25em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: #0000;
}

.b8d-onestore-typ .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.b8d-onestore-typ .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-grow;
  opacity: 0;
  background-color: currentColor;
}

.b8d-onestore-typ .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .spinner-border, .b8d-onestore-typ .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.b8d-onestore-typ .offcanvas, .b8d-onestore-typ .offcanvas-xxl, .b8d-onestore-typ .offcanvas-xl, .b8d-onestore-typ .offcanvas-lg, .b8d-onestore-typ .offcanvas-md, .b8d-onestore-typ .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 .125rem .25rem #00000013;
  --bs-offcanvas-transition: transform .3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (width <= 575.98px) {
  .b8d-onestore-typ .offcanvas-sm {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 575.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-sm {
    transition: none;
  }
}

@media (width <= 575.98px) {
  .b8d-onestore-typ .offcanvas-sm.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .b8d-onestore-typ .offcanvas-sm.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .b8d-onestore-typ .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .b8d-onestore-typ .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .b8d-onestore-typ .offcanvas-sm.showing, .b8d-onestore-typ .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .b8d-onestore-typ .offcanvas-sm.showing, .b8d-onestore-typ .offcanvas-sm.hiding, .b8d-onestore-typ .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (width >= 576px) {
  .b8d-onestore-typ .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .b8d-onestore-typ .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 767.98px) {
  .b8d-onestore-typ .offcanvas-md {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 767.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-md {
    transition: none;
  }
}

@media (width <= 767.98px) {
  .b8d-onestore-typ .offcanvas-md.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .b8d-onestore-typ .offcanvas-md.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .b8d-onestore-typ .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .b8d-onestore-typ .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .b8d-onestore-typ .offcanvas-md.showing, .b8d-onestore-typ .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .b8d-onestore-typ .offcanvas-md.showing, .b8d-onestore-typ .offcanvas-md.hiding, .b8d-onestore-typ .offcanvas-md.show {
    visibility: visible;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .b8d-onestore-typ .offcanvas-md .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 991.98px) {
  .b8d-onestore-typ .offcanvas-lg {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 991.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-lg {
    transition: none;
  }
}

@media (width <= 991.98px) {
  .b8d-onestore-typ .offcanvas-lg.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .b8d-onestore-typ .offcanvas-lg.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .b8d-onestore-typ .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .b8d-onestore-typ .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .b8d-onestore-typ .offcanvas-lg.showing, .b8d-onestore-typ .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .b8d-onestore-typ .offcanvas-lg.showing, .b8d-onestore-typ .offcanvas-lg.hiding, .b8d-onestore-typ .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .b8d-onestore-typ .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1199.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-xl {
    transition: none;
  }
}

@media (width <= 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .b8d-onestore-typ .offcanvas-xl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .b8d-onestore-typ .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .b8d-onestore-typ .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .b8d-onestore-typ .offcanvas-xl.showing, .b8d-onestore-typ .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .b8d-onestore-typ .offcanvas-xl.showing, .b8d-onestore-typ .offcanvas-xl.hiding, .b8d-onestore-typ .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .b8d-onestore-typ .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1399.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-xxl {
    transition: none;
  }
}

@media (width <= 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .b8d-onestore-typ .offcanvas-xxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .b8d-onestore-typ .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .b8d-onestore-typ .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .b8d-onestore-typ .offcanvas-xxl.showing, .b8d-onestore-typ .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .b8d-onestore-typ .offcanvas-xxl.showing, .b8d-onestore-typ .offcanvas-xxl.hiding, .b8d-onestore-typ .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .b8d-onestore-typ .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .b8d-onestore-typ .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

.b8d-onestore-typ .offcanvas {
  z-index: var(--bs-offcanvas-zindex);
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  transition: var(--bs-offcanvas-transition);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas {
    transition: none;
  }
}

.b8d-onestore-typ .offcanvas.offcanvas-start {
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.b8d-onestore-typ .offcanvas.offcanvas-end {
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.b8d-onestore-typ .offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.b8d-onestore-typ .offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.b8d-onestore-typ .offcanvas.showing, .b8d-onestore-typ .offcanvas.show:not(.hiding) {
  transform: none;
}

.b8d-onestore-typ .offcanvas.showing, .b8d-onestore-typ .offcanvas.hiding, .b8d-onestore-typ .offcanvas.show {
  visibility: visible;
}

.b8d-onestore-typ .offcanvas-backdrop {
  z-index: 1040;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.b8d-onestore-typ .offcanvas-backdrop.fade {
  opacity: 0;
}

.b8d-onestore-typ .offcanvas-backdrop.show {
  opacity: .5;
}

.b8d-onestore-typ .offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.b8d-onestore-typ .offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
  margin-bottom: 0;
}

.b8d-onestore-typ .offcanvas-body {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  flex-grow: 1;
  overflow-y: auto;
}

.b8d-onestore-typ .placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.b8d-onestore-typ .placeholder.btn:before {
  content: "";
  display: inline-block;
}

.b8d-onestore-typ .placeholder-xs {
  min-height: .6em;
}

.b8d-onestore-typ .placeholder-sm {
  min-height: .8em;
}

.b8d-onestore-typ .placeholder-lg {
  min-height: 1.2em;
}

.b8d-onestore-typ .placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.b8d-onestore-typ .placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

.b8d-onestore-typ .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.b8d-onestore-typ .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.b8d-onestore-typ .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-primary:hover, .b8d-onestore-typ .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-secondary:hover, .b8d-onestore-typ .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-success:hover, .b8d-onestore-typ .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-info:hover, .b8d-onestore-typ .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-warning:hover, .b8d-onestore-typ .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-danger:hover, .b8d-onestore-typ .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-light:hover, .b8d-onestore-typ .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-dark:hover, .b8d-onestore-typ .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-body-emphasis:hover, .b8d-onestore-typ .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.b8d-onestore-typ .focus-ring:focus {
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  outline: 0;
}

.b8d-onestore-typ .icon-link {
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.b8d-onestore-typ .icon-link > .bi {
  fill: currentColor;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .icon-link > .bi {
    transition: none;
  }
}

.b8d-onestore-typ .icon-link-hover:hover > .bi, .b8d-onestore-typ .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
}

.b8d-onestore-typ .ratio {
  width: 100%;
  position: relative;
}

.b8d-onestore-typ .ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.b8d-onestore-typ .ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.b8d-onestore-typ .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.b8d-onestore-typ .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.b8d-onestore-typ .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.b8d-onestore-typ .ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

.b8d-onestore-typ .fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.b8d-onestore-typ .fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.b8d-onestore-typ .sticky-top {
  z-index: 1020;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.b8d-onestore-typ .sticky-bottom {
  z-index: 1020;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media (width >= 576px) {
  .b8d-onestore-typ .sticky-sm-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-sm-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .sticky-md-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-md-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .sticky-lg-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-lg-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .sticky-xl-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-xl-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .sticky-xxl-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-xxl-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

.b8d-onestore-typ .hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.b8d-onestore-typ .vstack {
  flex-direction: column;
  flex: auto;
  align-self: stretch;
  display: flex;
}

.b8d-onestore-typ .visually-hidden, .b8d-onestore-typ .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.b8d-onestore-typ .visually-hidden:not(caption), .b8d-onestore-typ .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.b8d-onestore-typ .stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

.b8d-onestore-typ .text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.b8d-onestore-typ .vr {
  width: var(--bs-border-width);
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  min-height: 1em;
  display: inline-block;
}

.b8d-onestore-typ .align-baseline {
  vertical-align: baseline !important;
}

.b8d-onestore-typ .align-top {
  vertical-align: top !important;
}

.b8d-onestore-typ .align-middle {
  vertical-align: middle !important;
}

.b8d-onestore-typ .align-bottom {
  vertical-align: bottom !important;
}

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

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

.b8d-onestore-typ .float-start {
  float: left !important;
}

.b8d-onestore-typ .float-end {
  float: right !important;
}

.b8d-onestore-typ .float-none {
  float: none !important;
}

.b8d-onestore-typ .object-fit-contain {
  object-fit: contain !important;
}

.b8d-onestore-typ .object-fit-cover {
  object-fit: cover !important;
}

.b8d-onestore-typ .object-fit-fill {
  object-fit: fill !important;
}

.b8d-onestore-typ .object-fit-scale {
  object-fit: scale-down !important;
}

.b8d-onestore-typ .object-fit-none {
  object-fit: none !important;
}

.b8d-onestore-typ .opacity-0 {
  opacity: 0 !important;
}

.b8d-onestore-typ .opacity-25 {
  opacity: .25 !important;
}

.b8d-onestore-typ .opacity-50 {
  opacity: .5 !important;
}

.b8d-onestore-typ .opacity-75 {
  opacity: .75 !important;
}

.b8d-onestore-typ .opacity-100 {
  opacity: 1 !important;
}

.b8d-onestore-typ .overflow-auto {
  overflow: auto !important;
}

.b8d-onestore-typ .overflow-hidden {
  overflow: hidden !important;
}

.b8d-onestore-typ .overflow-visible {
  overflow: visible !important;
}

.b8d-onestore-typ .overflow-scroll {
  overflow: scroll !important;
}

.b8d-onestore-typ .overflow-x-auto {
  overflow-x: auto !important;
}

.b8d-onestore-typ .overflow-x-hidden {
  overflow-x: hidden !important;
}

.b8d-onestore-typ .overflow-x-visible {
  overflow-x: visible !important;
}

.b8d-onestore-typ .overflow-x-scroll {
  overflow-x: scroll !important;
}

.b8d-onestore-typ .overflow-y-auto {
  overflow-y: auto !important;
}

.b8d-onestore-typ .overflow-y-hidden {
  overflow-y: hidden !important;
}

.b8d-onestore-typ .overflow-y-visible {
  overflow-y: visible !important;
}

.b8d-onestore-typ .overflow-y-scroll {
  overflow-y: scroll !important;
}

.b8d-onestore-typ .d-inline {
  display: inline !important;
}

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

.b8d-onestore-typ .d-block {
  display: block !important;
}

.b8d-onestore-typ .d-grid {
  display: grid !important;
}

.b8d-onestore-typ .d-inline-grid {
  display: inline-grid !important;
}

.b8d-onestore-typ .d-table {
  display: table !important;
}

.b8d-onestore-typ .d-table-row {
  display: table-row !important;
}

.b8d-onestore-typ .d-table-cell {
  display: table-cell !important;
}

.b8d-onestore-typ .d-flex {
  display: flex !important;
}

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

.b8d-onestore-typ .d-none {
  display: none !important;
}

.b8d-onestore-typ .shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.b8d-onestore-typ .shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.b8d-onestore-typ .shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

.b8d-onestore-typ .shadow-none {
  box-shadow: none !important;
}

.b8d-onestore-typ .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.b8d-onestore-typ .position-static {
  position: static !important;
}

.b8d-onestore-typ .position-relative {
  position: relative !important;
}

.b8d-onestore-typ .position-absolute {
  position: absolute !important;
}

.b8d-onestore-typ .position-fixed {
  position: fixed !important;
}

.b8d-onestore-typ .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.b8d-onestore-typ .top-0 {
  top: 0 !important;
}

.b8d-onestore-typ .top-50 {
  top: 50% !important;
}

.b8d-onestore-typ .top-100 {
  top: 100% !important;
}

.b8d-onestore-typ .bottom-0 {
  bottom: 0 !important;
}

.b8d-onestore-typ .bottom-50 {
  bottom: 50% !important;
}

.b8d-onestore-typ .bottom-100 {
  bottom: 100% !important;
}

.b8d-onestore-typ .start-0 {
  left: 0 !important;
}

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

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

.b8d-onestore-typ .end-0 {
  right: 0 !important;
}

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

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

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

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

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

.b8d-onestore-typ .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.b8d-onestore-typ .border-0 {
  border: 0 !important;
}

.b8d-onestore-typ .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.b8d-onestore-typ .border-top-0 {
  border-top: 0 !important;
}

.b8d-onestore-typ .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.b8d-onestore-typ .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.b8d-onestore-typ .border-bottom-0 {
  border-bottom: 0 !important;
}

.b8d-onestore-typ .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.b8d-onestore-typ .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.b8d-onestore-typ .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.b8d-onestore-typ .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.b8d-onestore-typ .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.b8d-onestore-typ .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.b8d-onestore-typ .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.b8d-onestore-typ .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.b8d-onestore-typ .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.b8d-onestore-typ .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

.b8d-onestore-typ .border-opacity-10 {
  --bs-border-opacity: .1;
}

.b8d-onestore-typ .border-opacity-25 {
  --bs-border-opacity: .25;
}

.b8d-onestore-typ .border-opacity-50 {
  --bs-border-opacity: .5;
}

.b8d-onestore-typ .border-opacity-75 {
  --bs-border-opacity: .75;
}

.b8d-onestore-typ .border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

.b8d-onestore-typ .w-auto {
  width: auto !important;
}

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

.b8d-onestore-typ .vw-100 {
  width: 100vw !important;
}

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

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

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

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

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

.b8d-onestore-typ .h-auto {
  height: auto !important;
}

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

.b8d-onestore-typ .vh-100 {
  height: 100vh !important;
}

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

.b8d-onestore-typ .flex-fill {
  flex: auto !important;
}

.b8d-onestore-typ .flex-row {
  flex-direction: row !important;
}

.b8d-onestore-typ .flex-column {
  flex-direction: column !important;
}

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

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

.b8d-onestore-typ .flex-grow-0 {
  flex-grow: 0 !important;
}

.b8d-onestore-typ .flex-grow-1 {
  flex-grow: 1 !important;
}

.b8d-onestore-typ .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.b8d-onestore-typ .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.b8d-onestore-typ .flex-wrap {
  flex-wrap: wrap !important;
}

.b8d-onestore-typ .flex-nowrap {
  flex-wrap: nowrap !important;
}

.b8d-onestore-typ .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

.b8d-onestore-typ .justify-content-center {
  justify-content: center !important;
}

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

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

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

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

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

.b8d-onestore-typ .align-items-center {
  align-items: center !important;
}

.b8d-onestore-typ .align-items-baseline {
  align-items: baseline !important;
}

.b8d-onestore-typ .align-items-stretch {
  align-items: stretch !important;
}

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

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

.b8d-onestore-typ .align-content-center {
  align-content: center !important;
}

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

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

.b8d-onestore-typ .align-content-stretch {
  align-content: stretch !important;
}

.b8d-onestore-typ .align-self-auto {
  align-self: auto !important;
}

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

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

.b8d-onestore-typ .align-self-center {
  align-self: center !important;
}

.b8d-onestore-typ .align-self-baseline {
  align-self: baseline !important;
}

.b8d-onestore-typ .align-self-stretch {
  align-self: stretch !important;
}

.b8d-onestore-typ .order-first {
  order: -1 !important;
}

.b8d-onestore-typ .order-0 {
  order: 0 !important;
}

.b8d-onestore-typ .order-1 {
  order: 1 !important;
}

.b8d-onestore-typ .order-2 {
  order: 2 !important;
}

.b8d-onestore-typ .order-3 {
  order: 3 !important;
}

.b8d-onestore-typ .order-4 {
  order: 4 !important;
}

.b8d-onestore-typ .order-5 {
  order: 5 !important;
}

.b8d-onestore-typ .order-last {
  order: 6 !important;
}

.b8d-onestore-typ .m-0 {
  margin: 0 !important;
}

.b8d-onestore-typ .m-1 {
  margin: .25rem !important;
}

.b8d-onestore-typ .m-2 {
  margin: .5rem !important;
}

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

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

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

.b8d-onestore-typ .m-auto {
  margin: auto !important;
}

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

.b8d-onestore-typ .mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.b8d-onestore-typ .mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

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

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

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

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

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

.b8d-onestore-typ .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.b8d-onestore-typ .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.b8d-onestore-typ .mt-1 {
  margin-top: .25rem !important;
}

.b8d-onestore-typ .mt-2 {
  margin-top: .5rem !important;
}

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

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

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

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

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

.b8d-onestore-typ .me-1 {
  margin-right: .25rem !important;
}

.b8d-onestore-typ .me-2 {
  margin-right: .5rem !important;
}

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

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

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

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

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

.b8d-onestore-typ .mb-1 {
  margin-bottom: .25rem !important;
}

.b8d-onestore-typ .mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.b8d-onestore-typ .ms-1 {
  margin-left: .25rem !important;
}

.b8d-onestore-typ .ms-2 {
  margin-left: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .p-0 {
  padding: 0 !important;
}

.b8d-onestore-typ .p-1 {
  padding: .25rem !important;
}

.b8d-onestore-typ .p-2 {
  padding: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.b8d-onestore-typ .px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.b8d-onestore-typ .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .pt-1 {
  padding-top: .25rem !important;
}

.b8d-onestore-typ .pt-2 {
  padding-top: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .pe-1 {
  padding-right: .25rem !important;
}

.b8d-onestore-typ .pe-2 {
  padding-right: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .pb-1 {
  padding-bottom: .25rem !important;
}

.b8d-onestore-typ .pb-2 {
  padding-bottom: .5rem !important;
}

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

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

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

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

.b8d-onestore-typ .ps-1 {
  padding-left: .25rem !important;
}

.b8d-onestore-typ .ps-2 {
  padding-left: .5rem !important;
}

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

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

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

.b8d-onestore-typ .gap-0 {
  gap: 0 !important;
}

.b8d-onestore-typ .gap-1 {
  gap: .25rem !important;
}

.b8d-onestore-typ .gap-2 {
  gap: .5rem !important;
}

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

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

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

.b8d-onestore-typ .row-gap-0 {
  row-gap: 0 !important;
}

.b8d-onestore-typ .row-gap-1 {
  row-gap: .25rem !important;
}

.b8d-onestore-typ .row-gap-2 {
  row-gap: .5rem !important;
}

.b8d-onestore-typ .row-gap-3 {
  row-gap: 1rem !important;
}

.b8d-onestore-typ .row-gap-4 {
  row-gap: 1.5rem !important;
}

.b8d-onestore-typ .row-gap-5 {
  row-gap: 3rem !important;
}

.b8d-onestore-typ .column-gap-0 {
  column-gap: 0 !important;
}

.b8d-onestore-typ .column-gap-1 {
  column-gap: .25rem !important;
}

.b8d-onestore-typ .column-gap-2 {
  column-gap: .5rem !important;
}

.b8d-onestore-typ .column-gap-3 {
  column-gap: 1rem !important;
}

.b8d-onestore-typ .column-gap-4 {
  column-gap: 1.5rem !important;
}

.b8d-onestore-typ .column-gap-5 {
  column-gap: 3rem !important;
}

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

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

.b8d-onestore-typ .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.b8d-onestore-typ .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.b8d-onestore-typ .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

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

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

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

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

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

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

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

.b8d-onestore-typ .fw-medium {
  font-weight: 500 !important;
}

.b8d-onestore-typ .fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

.b8d-onestore-typ .text-center {
  text-align: center !important;
}

.b8d-onestore-typ .text-decoration-none {
  text-decoration: none !important;
}

.b8d-onestore-typ .text-decoration-underline {
  text-decoration: underline !important;
}

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

.b8d-onestore-typ .text-lowercase {
  text-transform: lowercase !important;
}

.b8d-onestore-typ .text-uppercase {
  text-transform: uppercase !important;
}

.b8d-onestore-typ .text-capitalize {
  text-transform: capitalize !important;
}

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

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

.b8d-onestore-typ .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.b8d-onestore-typ .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.b8d-onestore-typ .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.b8d-onestore-typ .text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.b8d-onestore-typ .text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.b8d-onestore-typ .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.b8d-onestore-typ .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.b8d-onestore-typ .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.b8d-onestore-typ .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.b8d-onestore-typ .text-opacity-25 {
  --bs-text-opacity: .25;
}

.b8d-onestore-typ .text-opacity-50 {
  --bs-text-opacity: .5;
}

.b8d-onestore-typ .text-opacity-75 {
  --bs-text-opacity: .75;
}

.b8d-onestore-typ .text-opacity-100 {
  --bs-text-opacity: 1;
}

.b8d-onestore-typ .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.b8d-onestore-typ .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.b8d-onestore-typ .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.b8d-onestore-typ .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.b8d-onestore-typ .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.b8d-onestore-typ .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.b8d-onestore-typ .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.b8d-onestore-typ .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.b8d-onestore-typ .link-opacity-10, .b8d-onestore-typ .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.b8d-onestore-typ .link-opacity-25, .b8d-onestore-typ .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.b8d-onestore-typ .link-opacity-50, .b8d-onestore-typ .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.b8d-onestore-typ .link-opacity-75, .b8d-onestore-typ .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.b8d-onestore-typ .link-opacity-100, .b8d-onestore-typ .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.b8d-onestore-typ .link-offset-1, .b8d-onestore-typ .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.b8d-onestore-typ .link-offset-2, .b8d-onestore-typ .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.b8d-onestore-typ .link-offset-3, .b8d-onestore-typ .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.b8d-onestore-typ .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.b8d-onestore-typ .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.b8d-onestore-typ .link-underline-opacity-0, .b8d-onestore-typ .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.b8d-onestore-typ .link-underline-opacity-10, .b8d-onestore-typ .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.b8d-onestore-typ .link-underline-opacity-25, .b8d-onestore-typ .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.b8d-onestore-typ .link-underline-opacity-50, .b8d-onestore-typ .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.b8d-onestore-typ .link-underline-opacity-75, .b8d-onestore-typ .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.b8d-onestore-typ .link-underline-opacity-100, .b8d-onestore-typ .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.b8d-onestore-typ .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.b8d-onestore-typ .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.b8d-onestore-typ .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.b8d-onestore-typ .bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.b8d-onestore-typ .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.b8d-onestore-typ .bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.b8d-onestore-typ .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.b8d-onestore-typ .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.b8d-onestore-typ .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.b8d-onestore-typ .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.b8d-onestore-typ .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.b8d-onestore-typ .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.b8d-onestore-typ .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.b8d-onestore-typ .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.b8d-onestore-typ .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

.b8d-onestore-typ .user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.b8d-onestore-typ .user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.b8d-onestore-typ .user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

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

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

.b8d-onestore-typ .rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.b8d-onestore-typ .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.b8d-onestore-typ .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.b8d-onestore-typ .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.b8d-onestore-typ .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.b8d-onestore-typ .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.b8d-onestore-typ .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.b8d-onestore-typ .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.b8d-onestore-typ .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.b8d-onestore-typ .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.b8d-onestore-typ .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.b8d-onestore-typ .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.b8d-onestore-typ .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.b8d-onestore-typ .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.b8d-onestore-typ .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.b8d-onestore-typ .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.b8d-onestore-typ .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.b8d-onestore-typ .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.b8d-onestore-typ .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.b8d-onestore-typ .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.b8d-onestore-typ .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.b8d-onestore-typ .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.b8d-onestore-typ .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.b8d-onestore-typ .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.b8d-onestore-typ .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.b8d-onestore-typ .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.b8d-onestore-typ .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.b8d-onestore-typ .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.b8d-onestore-typ .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.b8d-onestore-typ .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.b8d-onestore-typ .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.b8d-onestore-typ .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.b8d-onestore-typ .rounded-start-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.b8d-onestore-typ .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.b8d-onestore-typ .visible {
  visibility: visible !important;
}

.b8d-onestore-typ .invisible {
  visibility: hidden !important;
}

.b8d-onestore-typ .z-n1 {
  z-index: -1 !important;
}

.b8d-onestore-typ .z-0 {
  z-index: 0 !important;
}

.b8d-onestore-typ .z-1 {
  z-index: 1 !important;
}

.b8d-onestore-typ .z-2 {
  z-index: 2 !important;
}

.b8d-onestore-typ .z-3 {
  z-index: 3 !important;
}

@media (width >= 576px) {
  .b8d-onestore-typ .float-sm-start {
    float: left !important;
  }

  .b8d-onestore-typ .float-sm-end {
    float: right !important;
  }

  .b8d-onestore-typ .float-sm-none {
    float: none !important;
  }

  .b8d-onestore-typ .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .b8d-onestore-typ .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .b8d-onestore-typ .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .b8d-onestore-typ .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .b8d-onestore-typ .object-fit-sm-none {
    object-fit: none !important;
  }

  .b8d-onestore-typ .d-sm-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-sm-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-sm-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-sm-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-sm-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-sm-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-sm-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-sm-flex {
    display: flex !important;
  }

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

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

  .b8d-onestore-typ .flex-sm-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .order-sm-0 {
    order: 0 !important;
  }

  .b8d-onestore-typ .order-sm-1 {
    order: 1 !important;
  }

  .b8d-onestore-typ .order-sm-2 {
    order: 2 !important;
  }

  .b8d-onestore-typ .order-sm-3 {
    order: 3 !important;
  }

  .b8d-onestore-typ .order-sm-4 {
    order: 4 !important;
  }

  .b8d-onestore-typ .order-sm-5 {
    order: 5 !important;
  }

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

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

  .b8d-onestore-typ .m-sm-1 {
    margin: .25rem !important;
  }

  .b8d-onestore-typ .m-sm-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .b8d-onestore-typ .mt-sm-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .me-sm-1 {
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .me-sm-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .b8d-onestore-typ .ms-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .p-sm-1 {
    padding: .25rem !important;
  }

  .b8d-onestore-typ .p-sm-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .b8d-onestore-typ .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .pe-sm-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .b8d-onestore-typ .ps-sm-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .gap-sm-0 {
    gap: 0 !important;
  }

  .b8d-onestore-typ .gap-sm-1 {
    gap: .25rem !important;
  }

  .b8d-onestore-typ .gap-sm-2 {
    gap: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .b8d-onestore-typ .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .b8d-onestore-typ .row-gap-sm-2 {
    row-gap: .5rem !important;
  }

  .b8d-onestore-typ .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .b8d-onestore-typ .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .b8d-onestore-typ .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .b8d-onestore-typ .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .b8d-onestore-typ .column-gap-sm-2 {
    column-gap: .5rem !important;
  }

  .b8d-onestore-typ .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .b8d-onestore-typ .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

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

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

  .b8d-onestore-typ .text-sm-center {
    text-align: center !important;
  }
}

@media (width >= 768px) {
  .b8d-onestore-typ .float-md-start {
    float: left !important;
  }

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

  .b8d-onestore-typ .float-md-none {
    float: none !important;
  }

  .b8d-onestore-typ .object-fit-md-contain {
    object-fit: contain !important;
  }

  .b8d-onestore-typ .object-fit-md-cover {
    object-fit: cover !important;
  }

  .b8d-onestore-typ .object-fit-md-fill {
    object-fit: fill !important;
  }

  .b8d-onestore-typ .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .b8d-onestore-typ .object-fit-md-none {
    object-fit: none !important;
  }

  .b8d-onestore-typ .d-md-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-md-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-md-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-md-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-md-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-md-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-md-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-md-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-md-flex {
    display: flex !important;
  }

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

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

  .b8d-onestore-typ .flex-md-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .flex-md-wrap {
    flex-wrap: wrap !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .order-md-0 {
    order: 0 !important;
  }

  .b8d-onestore-typ .order-md-1 {
    order: 1 !important;
  }

  .b8d-onestore-typ .order-md-2 {
    order: 2 !important;
  }

  .b8d-onestore-typ .order-md-3 {
    order: 3 !important;
  }

  .b8d-onestore-typ .order-md-4 {
    order: 4 !important;
  }

  .b8d-onestore-typ .order-md-5 {
    order: 5 !important;
  }

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

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

  .b8d-onestore-typ .m-md-1 {
    margin: .25rem !important;
  }

  .b8d-onestore-typ .m-md-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mt-md-1 {
    margin-top: .25rem !important;
  }

  .b8d-onestore-typ .mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .me-md-1 {
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .me-md-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .ms-md-1 {
    margin-left: .25rem !important;
  }

  .b8d-onestore-typ .ms-md-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .p-md-1 {
    padding: .25rem !important;
  }

  .b8d-onestore-typ .p-md-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pt-md-1 {
    padding-top: .25rem !important;
  }

  .b8d-onestore-typ .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pe-md-1 {
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .pe-md-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .pb-md-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .ps-md-1 {
    padding-left: .25rem !important;
  }

  .b8d-onestore-typ .ps-md-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .gap-md-0 {
    gap: 0 !important;
  }

  .b8d-onestore-typ .gap-md-1 {
    gap: .25rem !important;
  }

  .b8d-onestore-typ .gap-md-2 {
    gap: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .b8d-onestore-typ .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .b8d-onestore-typ .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .b8d-onestore-typ .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .b8d-onestore-typ .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .b8d-onestore-typ .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .b8d-onestore-typ .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .b8d-onestore-typ .column-gap-md-2 {
    column-gap: .5rem !important;
  }

  .b8d-onestore-typ .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .b8d-onestore-typ .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .column-gap-md-5 {
    column-gap: 3rem !important;
  }

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

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

  .b8d-onestore-typ .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 992px) {
  .b8d-onestore-typ .float-lg-start {
    float: left !important;
  }

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

  .b8d-onestore-typ .float-lg-none {
    float: none !important;
  }

  .b8d-onestore-typ .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .b8d-onestore-typ .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .b8d-onestore-typ .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .b8d-onestore-typ .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .b8d-onestore-typ .object-fit-lg-none {
    object-fit: none !important;
  }

  .b8d-onestore-typ .d-lg-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-lg-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-lg-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-lg-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-lg-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-lg-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-lg-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-lg-flex {
    display: flex !important;
  }

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

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

  .b8d-onestore-typ .flex-lg-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .order-lg-0 {
    order: 0 !important;
  }

  .b8d-onestore-typ .order-lg-1 {
    order: 1 !important;
  }

  .b8d-onestore-typ .order-lg-2 {
    order: 2 !important;
  }

  .b8d-onestore-typ .order-lg-3 {
    order: 3 !important;
  }

  .b8d-onestore-typ .order-lg-4 {
    order: 4 !important;
  }

  .b8d-onestore-typ .order-lg-5 {
    order: 5 !important;
  }

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

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

  .b8d-onestore-typ .m-lg-1 {
    margin: .25rem !important;
  }

  .b8d-onestore-typ .m-lg-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .b8d-onestore-typ .mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .me-lg-1 {
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .me-lg-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .b8d-onestore-typ .ms-lg-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .p-lg-1 {
    padding: .25rem !important;
  }

  .b8d-onestore-typ .p-lg-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .b8d-onestore-typ .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .pe-lg-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .b8d-onestore-typ .ps-lg-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .gap-lg-0 {
    gap: 0 !important;
  }

  .b8d-onestore-typ .gap-lg-1 {
    gap: .25rem !important;
  }

  .b8d-onestore-typ .gap-lg-2 {
    gap: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .b8d-onestore-typ .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .b8d-onestore-typ .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .b8d-onestore-typ .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .b8d-onestore-typ .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .b8d-onestore-typ .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .b8d-onestore-typ .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .b8d-onestore-typ .column-gap-lg-2 {
    column-gap: .5rem !important;
  }

  .b8d-onestore-typ .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .b8d-onestore-typ .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

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

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

  .b8d-onestore-typ .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .float-xl-start {
    float: left !important;
  }

  .b8d-onestore-typ .float-xl-end {
    float: right !important;
  }

  .b8d-onestore-typ .float-xl-none {
    float: none !important;
  }

  .b8d-onestore-typ .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .b8d-onestore-typ .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .b8d-onestore-typ .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .b8d-onestore-typ .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .b8d-onestore-typ .object-fit-xl-none {
    object-fit: none !important;
  }

  .b8d-onestore-typ .d-xl-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-xl-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-xl-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-xl-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-xl-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-xl-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-xl-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-xl-flex {
    display: flex !important;
  }

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

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

  .b8d-onestore-typ .flex-xl-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .order-xl-0 {
    order: 0 !important;
  }

  .b8d-onestore-typ .order-xl-1 {
    order: 1 !important;
  }

  .b8d-onestore-typ .order-xl-2 {
    order: 2 !important;
  }

  .b8d-onestore-typ .order-xl-3 {
    order: 3 !important;
  }

  .b8d-onestore-typ .order-xl-4 {
    order: 4 !important;
  }

  .b8d-onestore-typ .order-xl-5 {
    order: 5 !important;
  }

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

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

  .b8d-onestore-typ .m-xl-1 {
    margin: .25rem !important;
  }

  .b8d-onestore-typ .m-xl-2 {
    margin: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .b8d-onestore-typ .mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .me-xl-1 {
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .me-xl-2 {
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .b8d-onestore-typ .ms-xl-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

  .b8d-onestore-typ .p-xl-1 {
    padding: .25rem !important;
  }

  .b8d-onestore-typ .p-xl-2 {
    padding: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .b8d-onestore-typ .pt-xl-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .pe-xl-2 {
    padding-right: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

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

  .b8d-onestore-typ .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .b8d-onestore-typ .ps-xl-2 {
    padding-left: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .gap-xl-0 {
    gap: 0 !important;
  }

  .b8d-onestore-typ .gap-xl-1 {
    gap: .25rem !important;
  }

  .b8d-onestore-typ .gap-xl-2 {
    gap: .5rem !important;
  }

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

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

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

  .b8d-onestore-typ .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .b8d-onestore-typ .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .b8d-onestore-typ .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .b8d-onestore-typ .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .b8d-onestore-typ .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .b8d-onestore-typ .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .b8d-onestore-typ .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .b8d-onestore-typ .column-gap-xl-2 {
    column-gap: .5rem !important;
  }

  .b8d-onestore-typ .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .b8d-onestore-typ .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

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

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

  .b8d-onestore-typ .text-xl-center {
    text-align: center !important;
  }
}

@media (width >= 1400px) {
  .b8d-onestore-typ .float-xxl-start {
    float: left !important;
  }

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

  .b8d-onestore-typ .float-xxl-none {
    float: none !important;
  }

  .b8d-onestore-typ .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .b8d-onestore-typ .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .b8d-onestore-typ .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .b8d-onestore-typ .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .b8d-onestore-typ .object-fit-xxl-none {
    object-fit: none !important;
  }

  .b8d-onestore-typ .d-xxl-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-xxl-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-xxl-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-xxl-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-xxl-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-xxl-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-xxl-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-xxl-flex {
    display: flex !important;
  }

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

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

  .b8d-onestore-typ .flex-xxl-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

  .b8d-onestore-typ .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .b8d-onestore-typ .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .b8d-onestore-typ .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .b8d-onestore-typ .justify-content-xxl-center {
    justify-content: center !important;
  }

  .b8d-onestore-typ .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .b8d-onestore-typ .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .b8d-onestore-typ .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .b8d-onestore-typ .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .b8d-onestore-typ .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .b8d-onestore-typ .align-items-xxl-center {
    align-items: center !important;
  }

  .b8d-onestore-typ .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .b8d-onestore-typ .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .b8d-onestore-typ .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .b8d-onestore-typ .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .b8d-onestore-typ .align-content-xxl-center {
    align-content: center !important;
  }

  .b8d-onestore-typ .align-content-xxl-between {
    align-content: space-between !important;
  }

  .b8d-onestore-typ .align-content-xxl-around {
    align-content: space-around !important;
  }

  .b8d-onestore-typ .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .b8d-onestore-typ .align-self-xxl-auto {
    align-self: auto !important;
  }

  .b8d-onestore-typ .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .b8d-onestore-typ .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .b8d-onestore-typ .align-self-xxl-center {
    align-self: center !important;
  }

  .b8d-onestore-typ .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .b8d-onestore-typ .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .b8d-onestore-typ .order-xxl-first {
    order: -1 !important;
  }

  .b8d-onestore-typ .order-xxl-0 {
    order: 0 !important;
  }

  .b8d-onestore-typ .order-xxl-1 {
    order: 1 !important;
  }

  .b8d-onestore-typ .order-xxl-2 {
    order: 2 !important;
  }

  .b8d-onestore-typ .order-xxl-3 {
    order: 3 !important;
  }

  .b8d-onestore-typ .order-xxl-4 {
    order: 4 !important;
  }

  .b8d-onestore-typ .order-xxl-5 {
    order: 5 !important;
  }

  .b8d-onestore-typ .order-xxl-last {
    order: 6 !important;
  }

  .b8d-onestore-typ .m-xxl-0 {
    margin: 0 !important;
  }

  .b8d-onestore-typ .m-xxl-1 {
    margin: .25rem !important;
  }

  .b8d-onestore-typ .m-xxl-2 {
    margin: .5rem !important;
  }

  .b8d-onestore-typ .m-xxl-3 {
    margin: 1rem !important;
  }

  .b8d-onestore-typ .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .b8d-onestore-typ .m-xxl-5 {
    margin: 3rem !important;
  }

  .b8d-onestore-typ .m-xxl-auto {
    margin: auto !important;
  }

  .b8d-onestore-typ .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .b8d-onestore-typ .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .b8d-onestore-typ .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .b8d-onestore-typ .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .b8d-onestore-typ .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .b8d-onestore-typ .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .b8d-onestore-typ .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .b8d-onestore-typ .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .b8d-onestore-typ .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .b8d-onestore-typ .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .b8d-onestore-typ .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .b8d-onestore-typ .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .b8d-onestore-typ .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .b8d-onestore-typ .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .b8d-onestore-typ .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .b8d-onestore-typ .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .b8d-onestore-typ .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .b8d-onestore-typ .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .b8d-onestore-typ .mt-xxl-auto {
    margin-top: auto !important;
  }

  .b8d-onestore-typ .me-xxl-0 {
    margin-right: 0 !important;
  }

  .b8d-onestore-typ .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .b8d-onestore-typ .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .b8d-onestore-typ .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .b8d-onestore-typ .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .b8d-onestore-typ .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .b8d-onestore-typ .me-xxl-auto {
    margin-right: auto !important;
  }

  .b8d-onestore-typ .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .b8d-onestore-typ .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .b8d-onestore-typ .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .b8d-onestore-typ .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .b8d-onestore-typ .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .b8d-onestore-typ .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .b8d-onestore-typ .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .b8d-onestore-typ .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .b8d-onestore-typ .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .b8d-onestore-typ .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .b8d-onestore-typ .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .b8d-onestore-typ .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .b8d-onestore-typ .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .b8d-onestore-typ .ms-xxl-auto {
    margin-left: auto !important;
  }

  .b8d-onestore-typ .p-xxl-0 {
    padding: 0 !important;
  }

  .b8d-onestore-typ .p-xxl-1 {
    padding: .25rem !important;
  }

  .b8d-onestore-typ .p-xxl-2 {
    padding: .5rem !important;
  }

  .b8d-onestore-typ .p-xxl-3 {
    padding: 1rem !important;
  }

  .b8d-onestore-typ .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .b8d-onestore-typ .p-xxl-5 {
    padding: 3rem !important;
  }

  .b8d-onestore-typ .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .b8d-onestore-typ .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .b8d-onestore-typ .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .b8d-onestore-typ .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .b8d-onestore-typ .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .b8d-onestore-typ .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .b8d-onestore-typ .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .b8d-onestore-typ .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .b8d-onestore-typ .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .b8d-onestore-typ .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .b8d-onestore-typ .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .b8d-onestore-typ .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .b8d-onestore-typ .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .b8d-onestore-typ .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .b8d-onestore-typ .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .b8d-onestore-typ .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .b8d-onestore-typ .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .b8d-onestore-typ .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .b8d-onestore-typ .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .b8d-onestore-typ .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .b8d-onestore-typ .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .b8d-onestore-typ .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .b8d-onestore-typ .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .b8d-onestore-typ .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .b8d-onestore-typ .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .b8d-onestore-typ .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .b8d-onestore-typ .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .b8d-onestore-typ .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .b8d-onestore-typ .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .b8d-onestore-typ .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .b8d-onestore-typ .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .b8d-onestore-typ .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .b8d-onestore-typ .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .b8d-onestore-typ .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .b8d-onestore-typ .gap-xxl-0 {
    gap: 0 !important;
  }

  .b8d-onestore-typ .gap-xxl-1 {
    gap: .25rem !important;
  }

  .b8d-onestore-typ .gap-xxl-2 {
    gap: .5rem !important;
  }

  .b8d-onestore-typ .gap-xxl-3 {
    gap: 1rem !important;
  }

  .b8d-onestore-typ .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .b8d-onestore-typ .gap-xxl-5 {
    gap: 3rem !important;
  }

  .b8d-onestore-typ .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .b8d-onestore-typ .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .b8d-onestore-typ .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }

  .b8d-onestore-typ .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .b8d-onestore-typ .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .b8d-onestore-typ .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .b8d-onestore-typ .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .b8d-onestore-typ .column-gap-xxl-2 {
    column-gap: .5rem !important;
  }

  .b8d-onestore-typ .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .b8d-onestore-typ .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .b8d-onestore-typ .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  .b8d-onestore-typ .text-xxl-start {
    text-align: left !important;
  }

  .b8d-onestore-typ .text-xxl-end {
    text-align: right !important;
  }

  .b8d-onestore-typ .text-xxl-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .b8d-onestore-typ .fs-1 {
    font-size: 2.5rem !important;
  }

  .b8d-onestore-typ .fs-2 {
    font-size: 2rem !important;
  }

  .b8d-onestore-typ .fs-3 {
    font-size: 1.75rem !important;
  }

  .b8d-onestore-typ .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .b8d-onestore-typ .d-print-inline {
    display: inline !important;
  }

  .b8d-onestore-typ .d-print-inline-block {
    display: inline-block !important;
  }

  .b8d-onestore-typ .d-print-block {
    display: block !important;
  }

  .b8d-onestore-typ .d-print-grid {
    display: grid !important;
  }

  .b8d-onestore-typ .d-print-inline-grid {
    display: inline-grid !important;
  }

  .b8d-onestore-typ .d-print-table {
    display: table !important;
  }

  .b8d-onestore-typ .d-print-table-row {
    display: table-row !important;
  }

  .b8d-onestore-typ .d-print-table-cell {
    display: table-cell !important;
  }

  .b8d-onestore-typ .d-print-flex {
    display: flex !important;
  }

  .b8d-onestore-typ .d-print-inline-flex {
    display: inline-flex !important;
  }

  .b8d-onestore-typ .d-print-none {
    display: none !important;
  }
}
@import "https://fonts.googleapis.com/css2?family=Inter&display=swap";
@import "https://fonts.googleapis.com/css2?family=Prompt&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap";
.b8d-onestore-typ .btn {
  color: #4b4f54;
  font-family: open sans, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
}

.b8d-onestore-typ .btn svg {
  vertical-align: top;
  height: 23px;
}

.b8d-onestore-typ .btn-back:hover {
  color: #4b4f54;
}

.patient-information .sub-title {
  color: #8a8c8c;
}

.patient-information label.text-primary {
  color: #4b4f54 !important;
}

.patient-information .list-group-item {
  color: #4b4f54;
}

.patient-information .description {
  color: gray;
  font-size: 15px;
}

.patient-information .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment, .b8d-gold-bh, .review-appointment {
  --bs-light-rgb: 255, 255, 255;
  --bs-body-bg: white;
  --bs-secondary-bg: #e9ecef;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #4b4f54;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: open sans, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.appointment .sub-title, .b8d-gold-bh .sub-title, .review-appointment .sub-title {
  color: #8a8c8c;
}

.appointment label.text-primary, .b8d-gold-bh label.text-primary, .review-appointment label.text-primary {
  color: #4b4f54 !important;
}

.appointment .list-group-item, .b8d-gold-bh .list-group-item, .review-appointment .list-group-item, .appointment .list-group-item span.date, .b8d-gold-bh .list-group-item span.date, .review-appointment .list-group-item span.date {
  color: #4b4f54;
}

.appointment .description, .b8d-gold-bh .description, .review-appointment .description {
  color: gray;
  font-size: 15px;
}

.appointment li.list-group-item.active, .b8d-gold-bh li.list-group-item.active, .review-appointment li.list-group-item.active {
  color: #0bb288;
  background-color: #d9f5ee;
  border-color: #0bb288;
}

.appointment a, .b8d-gold-bh a, .review-appointment a {
  color: #0bb288;
}

.appointment div.title, .appointment .b8d-callmeback-modal .callMeBack div.qr-title-phone, .b8d-callmeback-modal .callMeBack .appointment div.qr-title-phone, .appointment .b8d-callmeback-modal .callMeBack div.qr-title, .b8d-callmeback-modal .callMeBack .appointment div.qr-title, .b8d-gold-bh div.title, .b8d-gold-bh .b8d-callmeback-modal .callMeBack div.qr-title-phone, .b8d-callmeback-modal .callMeBack .b8d-gold-bh div.qr-title-phone, .b8d-gold-bh .b8d-callmeback-modal .callMeBack div.qr-title, .b8d-callmeback-modal .callMeBack .b8d-gold-bh div.qr-title, .review-appointment div.title, .review-appointment .b8d-callmeback-modal .callMeBack div.qr-title-phone, .b8d-callmeback-modal .callMeBack .review-appointment div.qr-title-phone, .review-appointment .b8d-callmeback-modal .callMeBack div.qr-title, .b8d-callmeback-modal .callMeBack .review-appointment div.qr-title {
  color: #4b4f54;
}

.appointment .btn, .b8d-gold-bh .btn, .review-appointment .btn {
  cursor: pointer;
}

.appointment .btn-primary, .b8d-gold-bh .btn-primary, .review-appointment .btn-primary {
  color: #fff;
  background-color: #00f;
}

.appointment .btn-primary:hover, .b8d-gold-bh .btn-primary:hover, .review-appointment .btn-primary:hover {
  background-color: #00f;
}

.appointment .btn-danger, .b8d-gold-bh .btn-danger, .review-appointment .btn-danger {
  color: #fff;
  background-color: red;
  border: none;
}

.appointment .btn-danger:hover, .b8d-gold-bh .btn-danger:hover, .review-appointment .btn-danger:hover {
  background-color: red;
}

.appointment .btn-rounded, .b8d-gold-bh .btn-rounded, .review-appointment .btn-rounded {
  border-radius: .4rem;
}

.appointment .header, .b8d-gold-bh .header, .review-appointment .header {
  color: green;
  background-color: #fff;
}

.appointment .header:hover, .b8d-gold-bh .header:hover, .review-appointment .header:hover {
  color: #fff;
  background-color: #02870279;
}

.appointment .giftcard-text, .b8d-gold-bh .giftcard-text, .review-appointment .giftcard-text {
  color: #035903;
  font-weight: bold;
}

.appointment .tooltip-inner, .b8d-gold-bh .tooltip-inner, .review-appointment .tooltip-inner {
  max-width: 600px !important;
}

.appointment .btn-price, .b8d-gold-bh .btn-price, .review-appointment .btn-price {
  border: 1px solid gray;
  margin: 0 0 10px 10px;
  color: gray !important;
  background-color: #fff !important;
}

.appointment .selected-price, .b8d-gold-bh .selected-price, .review-appointment .selected-price {
  color: green !important;
  background-color: #90ee90 !important;
}

.appointment .price-enable, .b8d-gold-bh .price-enable, .review-appointment .price-enable {
  color: green !important;
  border: 1px solid green !important;
}

.appointment .packaging-selected-bg, .b8d-gold-bh .packaging-selected-bg, .review-appointment .packaging-selected-bg {
  background-color: #c7fdec23 !important;
}

.appointment .packaging-selected-name, .b8d-gold-bh .packaging-selected-name, .review-appointment .packaging-selected-name {
  color: green !important;
}

.appointment .packaging-selected-rdo, .b8d-gold-bh .packaging-selected-rdo, .review-appointment .packaging-selected-rdo {
  background: green !important;
  border-color: green !important;
}

.appointment .packaging-img, .b8d-gold-bh .packaging-img, .review-appointment .packaging-img {
  width: 70px;
  height: 70px;
  border-style: none !important;
  border-radius: .3rem !important;
}

.appointment .cursor-hand, .b8d-gold-bh .cursor-hand, .review-appointment .cursor-hand {
  cursor: pointer !important;
}

.appointment .test:before, .b8d-gold-bh .test:before, .review-appointment .test:before {
  content: "";
  cursor: pointer;
  background: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.appointment .test, .b8d-gold-bh .test, .review-appointment .test, .appointment .test2, .b8d-gold-bh .test2, .review-appointment .test2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.appointment .text, .b8d-gold-bh .text, .review-appointment .text {
  color: #fff;
  text-shadow: .1em .1em .5em #00000080;
  cursor: pointer;
  margin: 0;
  font-family: Arial;
  font-size: 5em;
  line-height: .5;
  position: absolute;
  top: 15%;
}

.appointment .text-mobile, .b8d-gold-bh .text-mobile, .review-appointment .text-mobile {
  color: #fff;
  text-shadow: .1em .1em .5em #00000080;
  cursor: pointer;
  margin: 0;
  font-family: Arial;
  font-size: 3em;
  line-height: .5;
  position: absolute;
  top: 0%;
}

.appointment .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b8d-gold-bh .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.appointment .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b8d-gold-bh .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.review-appointment .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.review-appointment .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.appointment .input-hide-arrow input[type="number"], .b8d-gold-bh .input-hide-arrow input[type="number"], .review-appointment .input-hide-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.appointment .price-footer .sticky-footer, .b8d-gold-bh .price-footer .sticky-footer, .review-appointment .price-footer .sticky-footer {
  text-align: left;
  color: #fff;
  background-color: #1d8163;
  border-top: 1px solid #e7e7e7;
  width: 103%;
  height: 105px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.appointment .price-footer .total-amount, .b8d-gold-bh .price-footer .total-amount, .review-appointment .price-footer .total-amount {
  font-size: 12px;
}

@media only screen and (width <= 388px) {
  .appointment .price-footer .total-amount, .b8d-gold-bh .price-footer .total-amount, .review-appointment .price-footer .total-amount {
    font-size: 10px;
  }
}

.appointment .price-footer .total-price, .b8d-gold-bh .price-footer .total-price, .review-appointment .price-footer .total-price {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (width <= 388px) {
  .appointment .price-footer .total-price, .b8d-gold-bh .price-footer .total-price, .review-appointment .price-footer .total-price {
    font-size: 14px;
  }
}

.appointment .price-footer .currency, .b8d-gold-bh .price-footer .currency, .review-appointment .price-footer .currency {
  font-size: 16px;
}

@media only screen and (width <= 388px) {
  .appointment .price-footer .currency, .b8d-gold-bh .price-footer .currency, .review-appointment .price-footer .currency {
    font-size: 14px;
  }
}

.appointment .price-footer .under-line, .b8d-gold-bh .price-footer .under-line, .review-appointment .price-footer .under-line {
  cursor: pointer;
  text-decoration: underline;
}

.appointment .price-footer .btn-color, .b8d-gold-bh .price-footer .btn-color, .review-appointment .price-footer .btn-color {
  color: #fff;
  background-color: #28bd90;
  border-color: #28bd90;
}

.appointment .price-footer .btn-color:hover, .b8d-gold-bh .price-footer .btn-color:hover, .review-appointment .price-footer .btn-color:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.appointment .link, .b8d-gold-bh .link, .review-appointment .link {
  color: #0bb288;
  cursor: pointer;
  text-decoration: none;
}

.appointment .link:hover, .b8d-gold-bh .link:hover, .review-appointment .link:hover {
  color: #0a58ca;
  cursor: pointer;
}

.appointment form label, .b8d-gold-bh form label, .review-appointment form label {
  color: #0bb288;
}

.appointment .space-line, .b8d-gold-bh .space-line, .review-appointment .space-line {
  padding-top: 15px;
}

.appointment .space-left, .b8d-gold-bh .space-left, .review-appointment .space-left {
  padding-left: 5px;
}

.appointment .font-small, .b8d-gold-bh .font-small, .review-appointment .font-small {
  font-size: 12px;
}

.appointment .form-check-input:checked, .b8d-gold-bh .form-check-input:checked, .review-appointment .form-check-input:checked {
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment form input[type="checkbox"]:before, .b8d-gold-bh form input[type="checkbox"]:before, .review-appointment form input[type="checkbox"]:before {
  background-color: #fff;
  border: 1px solid #0bb288;
}

.appointment form input[type="checkbox"]:checked:after, .b8d-gold-bh form input[type="checkbox"]:checked:after, .review-appointment form input[type="checkbox"]:checked:after {
  background: #0bb288;
}

.appointment .btn-primary, .b8d-gold-bh .btn-primary, .review-appointment .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment .btn-primary:hover, .b8d-gold-bh .btn-primary:hover, .review-appointment .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.appointment .btn-primary:not(:disabled):not(.disabled):active, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled):active, .appointment .btn-primary:not(:disabled):not(.disabled).active, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled).active, .appointment .show > .btn-primary.dropdown-toggle, .b8d-gold-bh .show > .btn-primary.dropdown-toggle, .review-appointment .btn-primary:not(:disabled):not(.disabled):active, .review-appointment .btn-primary:not(:disabled):not(.disabled).active, .review-appointment .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.appointment .btn-check:focus + .btn-primary, .b8d-gold-bh .btn-check:focus + .btn-primary, .appointment .btn-primary:focus, .b8d-gold-bh .btn-primary:focus, .review-appointment .btn-check:focus + .btn-primary, .review-appointment .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.appointment .btn-primary.disabled, .b8d-gold-bh .btn-primary.disabled, .appointment .btn-primary:disabled, .b8d-gold-bh .btn-primary:disabled, .review-appointment .btn-primary.disabled, .review-appointment .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.appointment .regis-header, .b8d-gold-bh .regis-header, .review-appointment .regis-header {
  color: #fff;
  text-align: center;
  background: #8a8c8c;
  padding: 1rem;
  transition: all .4s;
  text-decoration: none !important;
}

.appointment .bg-light, .b8d-gold-bh .bg-light, .review-appointment .bg-light {
  background: #fff !important;
}

.appointment .lead, .b8d-gold-bh .lead, .review-appointment .lead {
  font-size: 1rem;
  font-weight: 300;
}

.appointment .font-weight-bold, .b8d-gold-bh .font-weight-bold, .review-appointment .font-weight-bold {
  font-weight: 700 !important;
}

.appointment .form-control.is-invalid, .b8d-gold-bh .form-control.is-invalid, .appointment .was-validated .form-control:invalid, .b8d-gold-bh .was-validated .form-control:invalid, .review-appointment .form-control.is-invalid, .review-appointment .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2012'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%3e%3ccircle%20cx='6'%20cy='6'%20r='4.5'/%3e%3cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3e%3ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3e%3c/svg%3e") !important;
  background-position: right calc(.375em + .1875rem) center !important;
  background-repeat: no-repeat !important;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + .75rem) !important;
}

.appointment .form-control.is-invalid:focus, .b8d-gold-bh .form-control.is-invalid:focus, .appointment .was-validated .form-control:invalid:focus, .b8d-gold-bh .was-validated .form-control:invalid:focus, .review-appointment .form-control.is-invalid:focus, .review-appointment .was-validated .form-control:invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .25rem #dc354540 !important;
}

.appointment .react-datepicker__year-dropdown .react-datepicker__year-option:first-child:before, .b8d-gold-bh .react-datepicker__year-dropdown .react-datepicker__year-option:first-child:before, .review-appointment .react-datepicker__year-dropdown .react-datepicker__year-option:first-child:before {
  content: "▲";
  margin: auto;
  position: absolute;
  top: 5%;
  left: 45%;
}

.appointment .react-datepicker__year-dropdown:after, .b8d-gold-bh .react-datepicker__year-dropdown:after, .review-appointment .react-datepicker__year-dropdown:after {
  content: "▼";
  display: block;
  position: relative;
  bottom: 15%;
}

.appointment .booking, .b8d-gold-bh .booking, .review-appointment .booking {
  font-size: 14px;
}

.appointment .booking .font-bold, .b8d-gold-bh .booking .font-bold, .review-appointment .booking .font-bold {
  font-weight: bold;
}

.appointment .booking .font-gray, .b8d-gold-bh .booking .font-gray, .review-appointment .booking .font-gray {
  color: #8a8c8c;
}

.appointment .booking .appointment-bg, .b8d-gold-bh .booking .appointment-bg, .review-appointment .booking .appointment-bg {
  background-color: #e5faf4;
  padding: 20px;
}

.appointment .booking .appointment-bg .right, .b8d-gold-bh .booking .appointment-bg .right, .review-appointment .booking .appointment-bg .right {
  text-align: right;
}

.appointment .booking .ctl-rounded, .b8d-gold-bh .booking .ctl-rounded, .review-appointment .booking .ctl-rounded {
  border-radius: 10px;
}

.appointment .booking .list-group-item, .b8d-gold-bh .booking .list-group-item, .review-appointment .booking .list-group-item {
  color: #4b4f54;
}

.appointment .booking .list-group-item.active, .b8d-gold-bh .booking .list-group-item.active, .review-appointment .booking .list-group-item.active {
  z-index: 2;
  color: #0bb288;
  background-color: #e5faf4;
  border-color: #e5faf4;
  font-weight: bold;
}

.appointment .booking .list-nomal, .b8d-gold-bh .booking .list-nomal, .review-appointment .booking .list-nomal {
  color: #8a8c8c;
  font-weight: normal;
}

.appointment .booking .list-danger, .b8d-gold-bh .booking .list-danger, .review-appointment .booking .list-danger {
  color: #dc3545;
  font-weight: normal;
}

.appointment .booking .list-select, .b8d-gold-bh .booking .list-select, .review-appointment .booking .list-select {
  color: #0bb288;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}

.appointment .booking .icon-list, .b8d-gold-bh .booking .icon-list, .review-appointment .booking .icon-list {
  float: right;
  font-size: 20px !important;
}

.appointment .booking .list-group-item + .list-group-item, .b8d-gold-bh .booking .list-group-item + .list-group-item, .review-appointment .booking .list-group-item + .list-group-item {
  border-top-width: 1px !important;
}

.appointment .booking .list-group-item.invalid, .b8d-gold-bh .booking .list-group-item.invalid, .review-appointment .booking .list-group-item.invalid {
  border-color: #dc3545 !important;
}

.appointment .booking .list-group-item.invalid:hover, .b8d-gold-bh .booking .list-group-item.invalid:hover, .review-appointment .booking .list-group-item.invalid:hover {
  box-shadow: 0 0 0 .25rem #dc354540 !important;
}

.appointment .booking .list-group-item:first-child, .b8d-gold-bh .booking .list-group-item:first-child, .review-appointment .booking .list-group-item:first-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.appointment .booking .list-group-item:last-child, .b8d-gold-bh .booking .list-group-item:last-child, .review-appointment .booking .list-group-item:last-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.appointment .booking .custom-valid, .b8d-gold-bh .booking .custom-valid, .review-appointment .booking .custom-valid {
  display: none;
}

.appointment .booking .custom-invalid, .b8d-gold-bh .booking .custom-invalid, .review-appointment .booking .custom-invalid {
  color: #dc3545;
  margin-top: 5px;
  display: block;
}

.appointment .booking .hrPadding, .b8d-gold-bh .booking .hrPadding, .review-appointment .booking .hrPadding {
  margin-top: 15px;
  margin-bottom: 15px;
}

.appointment .booking .hide, .b8d-gold-bh .booking .hide, .review-appointment .booking .hide {
  display: none;
}

.appointment .booking .show, .b8d-gold-bh .booking .show, .review-appointment .booking .show {
  display: block;
}

.appointment input.input-container, .b8d-gold-bh input.input-container, .review-appointment input.input-container {
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  position: relative;
}

.appointment input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  cursor: pointer;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.b8d-gold-bh input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  cursor: pointer;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.review-appointment input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  cursor: pointer;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.appointment svg.icon-list.active, .b8d-gold-bh svg.icon-list.active, .review-appointment svg.icon-list.active {
  color: #0bb288;
}

.appointment svg.icon-list, .b8d-gold-bh svg.icon-list, .review-appointment svg.icon-list {
  cursor: pointer;
}

.appointment .active, .b8d-gold-bh .active, .review-appointment .active {
  color: #0bb288;
  background-color: #e5faf4;
}

.appointment .border-danger:hover, .b8d-gold-bh .border-danger:hover, .review-appointment .border-danger:hover {
  box-shadow: 0 0 0 .25rem #dc354540 !important;
}

.appointment .badge.realtime, .b8d-gold-bh .badge.realtime, .review-appointment .badge.realtime {
  color: #0bb288;
}

.appointment .badge.realtime:before, .b8d-gold-bh .badge.realtime:before, .review-appointment .badge.realtime:before {
  content: "";
  background-color: #0bb288;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
}

.appointment input[type="radio"]:checked + .custom-check, .b8d-gold-bh input[type="radio"]:checked + .custom-check, .review-appointment input[type="radio"]:checked + .custom-check {
  opacity: 100;
  visibility: visible;
  color: #0bb288;
}

.appointment input[type="radio"] + .custom-check, .b8d-gold-bh input[type="radio"] + .custom-check, .review-appointment input[type="radio"] + .custom-check {
  visibility: hidden;
  opacity: 0;
}

.appointment .check-item:not(.invalid-input), .b8d-gold-bh .check-item:not(.invalid-input), .review-appointment .check-item:not(.invalid-input) {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.appointment .check-item.active, .b8d-gold-bh .check-item.active, .review-appointment .check-item.active {
  color: #0bb288;
  background-color: #e5faf4;
  border: 1px solid #e5faf4;
}

.appointment .check-item:not(.active) label, .b8d-gold-bh .check-item:not(.active) label, .review-appointment .check-item:not(.active) label, .appointment .text-grey, .b8d-gold-bh .text-grey, .review-appointment .text-grey {
  color: #646569;
}

.appointment button.primary, .b8d-gold-bh button.primary, .review-appointment button.primary {
  color: #fff;
  cursor: pointer;
  background-color: #0bb288;
  border: none;
  border-radius: 8px;
}

.appointment button.primary:hover, .b8d-gold-bh button.primary:hover, .review-appointment button.primary:hover {
  color: #fff;
  background-color: #00594d;
}

.appointment .input-border-light, .b8d-gold-bh .input-border-light, .review-appointment .input-border-light {
  border: 1px solid #dee2e6;
}

.appointment .rounded, .b8d-gold-bh .rounded, .review-appointment .rounded {
  --bs-border-radius: 8px;
}

.appointment .border, .b8d-gold-bh .border, .review-appointment .border {
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-style: solid;
}

.appointment .bg-white, .b8d-gold-bh .bg-white, .review-appointment .bg-white {
  --bs-white-rgb: 255, 255, 255;
}

.appointment .border-danger, .b8d-gold-bh .border-danger, .appointment .text-danger, .b8d-gold-bh .text-danger, .review-appointment .border-danger, .review-appointment .text-danger {
  --bs-danger-rgb: 220, 53, 69;
}

.appointment .text-black, .b8d-gold-bh .text-black, .review-appointment .text-black {
  --bs-black-rgb: 0, 0, 0;
}

.appointment .text-grey, .b8d-gold-bh .text-grey, .review-appointment .text-grey {
  color: #4b4f54;
}

.modal-custom .custom-btn-close {
  margin: -1rem auto -1rem -1rem !important;
  padding: 1rem 1.5rem !important;
}

.modal-custom .custom-btn-filter {
  box-sizing: content-box;
  color: #000;
  opacity: .5;
  background-color: #0000;
  border: 0;
  border-radius: .25rem;
  width: 2em;
  padding-bottom: 10px;
  font-size: 25px;
  display: none;
}

.modal-custom .custom-btn-filter:hover {
  color: #000;
  opacity: .75;
  background-color: #0000;
  border: 0;
  text-decoration: none;
}

.modal-custom .search-icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20class='bi%20bi-search'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M11.742%2010.344a6.5%206.5%200%201%200-1.397%201.398h-.001c.03.04.062.078.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1.007%201.007%200%200%200-.115-.1zM12%206.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200z'%3E%3C/path%3E%3C/svg%3E") 13px no-repeat;
  padding: 9px 4px 9px 40px !important;
}

.modal-custom .form-control.search-icon {
  background-color: #f6f3f3 !important;
}

.modal-custom .ctl-rounded {
  border-radius: 10px;
}

.doctor-select p {
  margin-bottom: 0 !important;
}

.doctor-select p.real {
  color: #0bb288;
  font-size: 10px;
  font-weight: bold;
}

.doctor-select div.name {
  color: #646569;
  font-weight: bold;
}

.modal-custom-date .btn-primary, .modal-custom-date-callmeback .btn-primary, .b8d-gold-custom-date .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 10px;
}

.modal-custom-date .btn-primary:hover, .modal-custom-date-callmeback .btn-primary:hover, .b8d-gold-custom-date .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.modal-custom-date .btn-primary:not(:disabled):not(.disabled):active, .modal-custom-date-callmeback .btn-primary:not(:disabled):not(.disabled):active, .b8d-gold-custom-date .btn-primary:not(:disabled):not(.disabled):active, .modal-custom-date .btn-primary:not(:disabled):not(.disabled).active, .modal-custom-date-callmeback .btn-primary:not(:disabled):not(.disabled).active, .b8d-gold-custom-date .btn-primary:not(:disabled):not(.disabled).active, .modal-custom-date .show > .btn-primary.dropdown-toggle, .modal-custom-date-callmeback .show > .btn-primary.dropdown-toggle, .b8d-gold-custom-date .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.modal-custom-date .btn-check:focus + .btn-primary, .modal-custom-date-callmeback .btn-check:focus + .btn-primary, .b8d-gold-custom-date .btn-check:focus + .btn-primary, .modal-custom-date .btn-primary:focus, .modal-custom-date-callmeback .btn-primary:focus, .b8d-gold-custom-date .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.modal-custom-date .btn-primary.disabled, .modal-custom-date-callmeback .btn-primary.disabled, .b8d-gold-custom-date .btn-primary.disabled, .modal-custom-date .btn-primary:disabled, .modal-custom-date-callmeback .btn-primary:disabled, .b8d-gold-custom-date .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.modal-custom-date .custom-btn-close, .modal-custom-date-callmeback .custom-btn-close, .b8d-gold-custom-date .custom-btn-close {
  margin: -1rem auto -1rem -1rem !important;
  padding: 1rem 1.5rem !important;
}

.modal-custom-date .react-calendar__tile--active, .modal-custom-date-callmeback .react-calendar__tile--active, .b8d-gold-custom-date .react-calendar__tile--active {
  color: #fff;
  background: #098e6c;
}

.modal-custom-date .react-calendar__tile--active:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile--active:enabled:hover, .b8d-gold-custom-date .react-calendar__tile--active:enabled:hover, .modal-custom-date .react-calendar__tile--active:enabled:focus, .modal-custom-date-callmeback .react-calendar__tile--active:enabled:focus, .b8d-gold-custom-date .react-calendar__tile--active:enabled:focus {
  background: #098e6c;
}

.modal-custom-date .react-calendar__tile:disabled, .modal-custom-date-callmeback .react-calendar__tile:disabled, .b8d-gold-custom-date .react-calendar__tile:disabled {
  background-color: #fff !important;
}

.modal-custom-date .react-calendar, .modal-custom-date-callmeback .react-calendar, .b8d-gold-custom-date .react-calendar {
  border: 0;
  width: 100%;
}

.modal-custom-date .react-calendar__navigation button, .modal-custom-date-callmeback .react-calendar__navigation button, .b8d-gold-custom-date .react-calendar__navigation button {
  background: none;
  min-width: 44px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.modal-custom-date abbr[title], .modal-custom-date-callmeback abbr[title], .b8d-gold-custom-date abbr[title] {
  text-decoration: none;
}

.modal-custom-date .react-calendar__tile, .modal-custom-date-callmeback .react-calendar__tile, .b8d-gold-custom-date .react-calendar__tile {
  color: #e3e5e5;
}

.modal-custom-date .react-calendar__tile:enabled, .modal-custom-date-callmeback .react-calendar__tile:enabled, .b8d-gold-custom-date .react-calendar__tile:enabled {
  color: #098e6c;
  font-weight: bold;
}

.modal-custom-date .react-calendar__tile:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile:enabled:hover, .b8d-gold-custom-date .react-calendar__tile:enabled:hover, .modal-custom-date .react-calendar__tile:enabled:focus, .modal-custom-date-callmeback .react-calendar__tile:enabled:focus, .b8d-gold-custom-date .react-calendar__tile:enabled:focus {
  color: #098e6c;
  background: #f8f8fa;
  border-radius: 6px;
}

.modal-custom-date .react-calendar__month-view__days__day--weekend, .modal-custom-date-callmeback .react-calendar__month-view__days__day--weekend, .b8d-gold-custom-date .react-calendar__month-view__days__day--weekend, .modal-custom-date .react-calendar__month-view__days__day--neighboringMonth, .modal-custom-date-callmeback .react-calendar__month-view__days__day--neighboringMonth, .b8d-gold-custom-date .react-calendar__month-view__days__day--neighboringMonth {
  color: #e3e5e5;
}

.modal-custom-date .react-calendar__tile--now, .modal-custom-date-callmeback .react-calendar__tile--now, .b8d-gold-custom-date .react-calendar__tile--now {
  background: #fff;
}

.modal-custom-date .react-calendar__tile--now:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile--now:enabled:hover, .b8d-gold-custom-date .react-calendar__tile--now:enabled:hover, .modal-custom-date .react-calendar__tile--now:enabled:focus, .modal-custom-date-callmeback .react-calendar__tile--now:enabled:focus, .b8d-gold-custom-date .react-calendar__tile--now:enabled:focus {
  color: #098e6c;
  background: #6f48eb33;
  border-radius: 6px;
  font-weight: bold;
}

.modal-custom-date .react-calendar__tile--hasActive:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile--hasActive:enabled:hover, .b8d-gold-custom-date .react-calendar__tile--hasActive:enabled:hover, .modal-custom-date .react-calendar__tile--hasActive:enabled:focus, .modal-custom-date-callmeback .react-calendar__tile--hasActive:enabled:focus, .b8d-gold-custom-date .react-calendar__tile--hasActive:enabled:focus {
  background: #f8f8fa;
}

.modal-custom-date .react-calendar__tile--active, .modal-custom-date-callmeback .react-calendar__tile--active, .b8d-gold-custom-date .react-calendar__tile--active {
  background: #098e6c;
  border-radius: 6px;
  font-weight: bold;
  color: #fff !important;
}

.modal-custom-date .react-calendar__tile--active:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile--active:enabled:hover, .b8d-gold-custom-date .react-calendar__tile--active:enabled:hover, .modal-custom-date .react-calendar__tile--active:enabled:focus, .modal-custom-date-callmeback .react-calendar__tile--active:enabled:focus, .b8d-gold-custom-date .react-calendar__tile--active:enabled:focus {
  color: #fff;
  background: #098e6c;
}

.modal-custom-date p.book, .modal-custom-date-callmeback p.book, .b8d-gold-custom-date p.book {
  color: #8a8c8c;
  padding: 10px 0;
  font-size: 13px;
}

.modal-custom-date .book-pad, .modal-custom-date-callmeback .book-pad, .b8d-gold-custom-date .book-pad {
  padding: 0 5px;
}

.modal-custom-date .book-pad-in, .modal-custom-date-callmeback .book-pad-in, .b8d-gold-custom-date .book-pad-in {
  padding: 0 10px;
}

.modal-custom-date .btn-time, .modal-custom-date-callmeback .btn-time, .b8d-gold-custom-date .btn-time {
  background-color: #fff;
  border: 1px solid #d2d4d48e;
  border-radius: 10px;
  width: 100%;
}

.modal-custom-date .btn-light.dis, .modal-custom-date-callmeback .btn-light.dis, .b8d-gold-custom-date .btn-light.dis {
  color: #000;
  background-color: #d2d4d48e;
  border-color: #d2d4d48e;
}

.modal-custom-date .btn-any, .modal-custom-date-callmeback .btn-any, .b8d-gold-custom-date .btn-any {
  padding-left: 0;
  padding-right: 0;
}

.modal-custom-date .col-3, .modal-custom-date-callmeback .col-3, .b8d-gold-custom-date .col-3 {
  padding: 5px;
}

.modal-custom-date .btn-check:focus + .btn-light, .modal-custom-date-callmeback .btn-check:focus + .btn-light, .b8d-gold-custom-date .btn-check:focus + .btn-light, .modal-custom-date .btn-light:focus, .modal-custom-date-callmeback .btn-light:focus, .b8d-gold-custom-date .btn-light:focus {
  color: #000;
  background-color: #d2d4d48e;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem #d3d4d580;
}

.modal-custom-date .btn-light.active, .modal-custom-date-callmeback .btn-light.active, .b8d-gold-custom-date .btn-light.active {
  color: #fff;
  background-color: #098e6c;
  border-color: #f9fafb;
}

.modal-custom-date .toast, .modal-custom-date-callmeback .toast, .b8d-gold-custom-date .toast {
  color: #fff;
  background-color: #eb184e;
}

.modal-custom-date .toast-container, .modal-custom-date-callmeback .toast-container, .b8d-gold-custom-date .toast-container {
  z-index: 999;
  padding: 0 !important;
}

.doctor-list {
  cursor: pointer;
}

.doctor-list p {
  margin-bottom: 0 !important;
}

.doctor-list img {
  float: left;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.doctor-list p.real {
  color: #0bb288;
  font-size: 10px;
  font-weight: bold;
}

.doctor-list p.name {
  font-weight: bold;
}

.doctor-list p.spec {
  color: #8a8c8c;
  font-size: 13px;
}

.doctor-list:hover {
  background-color: #e5faf4;
}

.preferrence-date .book-pad {
  padding: 0 5px;
}

.preferrence-date .description {
  color: gray;
  font-size: 15px;
}

.preferrence-date .label {
  font-size: 15px;
  font-weight: bold;
}

.preferrence-date .bt-line {
  margin-top: 240px;
}

.preferrence-date .ctl-rounded {
  border-radius: 10px;
}

.preferrence-date .search-icon {
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='green'%20width='16'%20height='16'%20class='bi%20bi-calendar-check'%20viewBox='0%200%2016%2016%20'%3E%3Cpath%20d='M10.854%207.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%209.793l2.646-2.647a.5.5%200%200%201%20.708%200z%20M3.5%200a.5.5%200%200%201%20.5.5V1h8V.5a.5.5%200%200%201%201%200V1h1a2%202%200%200%201%202%202v11a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h1V.5a.5.5%200%200%201%20.5-.5zM1%204v10a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V4H1z'%3E%3C/path%3E%3C/svg%3E") 13px no-repeat;
  padding: 9px 4px 9px 40px !important;
}

.preferrence-date .search-icon:read-only {
  background-color: #fff;
}

.preferrence-date .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 10px;
}

.preferrence-date .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.preferrence-date .btn-primary:not(:disabled):not(.disabled):active, .preferrence-date .btn-primary:not(:disabled):not(.disabled).active, .preferrence-date .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.preferrence-date .btn-check:focus + .btn-primary, .preferrence-date .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.preferrence-date .btn-primary.disabled, .preferrence-date .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.b8d-onestore-loading-modal.modal-content {
  background: none;
  border: none;
}

.b8d-onestore-loading-modal.modal-content .spinner {
  color: #e5faf4;
  position: absolute;
  top: 50%;
  left: 50%;
}

.review-appointment .book-pad, .b8d-gold-bh .book-pad {
  padding: 0 5px;
}

.review-appointment .description, .b8d-gold-bh .description {
  color: gray;
  font-size: 15px;
}

.review-appointment .label, .b8d-gold-bh .label {
  font-size: 15px;
  font-weight: bold;
}

.review-appointment .label-gray, .b8d-gold-bh .label-gray {
  color: gray;
  font-size: 15px;
}

.review-appointment .label-small, .b8d-gold-bh .label-small {
  font-size: 13px;
  font-weight: bold;
}

.review-appointment .label-small-gray, .b8d-gold-bh .label-small-gray {
  color: gray;
  font-size: 13px;
}

.review-appointment .appointment-bg, .b8d-gold-bh .appointment-bg {
  background-color: #e5faf4;
  padding: 20px;
}

.review-appointment .date-time-select, .b8d-gold-bh .date-time-select {
  color: #098e6c;
  border-left: 5px solid #098e6c;
  font-size: 18px;
}

.review-appointment .date-time-select .date, .b8d-gold-bh .date-time-select .date {
  color: #000;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.review-appointment .date-time-select .time, .b8d-gold-bh .date-time-select .time {
  margin-left: 27px;
  font-size: 14px;
  font-weight: bold;
}

.review-appointment .btn-primary, .b8d-gold-bh .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 10px;
}

.review-appointment .btn-primary:hover, .b8d-gold-bh .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.review-appointment .btn-primary:not(:disabled):not(.disabled):active, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled):active, .review-appointment .btn-primary:not(:disabled):not(.disabled).active, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled).active, .review-appointment .show > .btn-primary.dropdown-toggle, .b8d-gold-bh .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.review-appointment .btn-check:focus + .btn-primary, .b8d-gold-bh .btn-check:focus + .btn-primary, .review-appointment .btn-primary:focus, .b8d-gold-bh .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.review-appointment .btn-primary.disabled, .b8d-gold-bh .btn-primary.disabled, .review-appointment .btn-primary:disabled, .b8d-gold-bh .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.review-appointment .custom-link a, .b8d-gold-bh .custom-link a {
  color: #fff;
  font-weight: bolder;
}

.search-box {
  border: 1px solid #8a8c8c;
  border-radius: 8px;
}

.search-box .input-search {
  border-radius: 8px;
  height: auto;
  border: 0 !important;
}

.search-box .btn {
  cursor: auto;
  color: #8a8c8c;
  background: inherit;
  border: 0;
}

.search-box .form-control:focus, .search-box .btn, .search-box .btn:focus {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search-box .form-control[readonly] {
  background-color: #fff !important;
}

.font-en {
  font-family: Inter !important;
}

.font-th {
  font-family: Prompt !important;
}

.suggestionsearch {
  color: #4b4f54;
  max-width: 100%;
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.suggestionsearch .package-badge {
  flex-direction: column;
  gap: .25rem;
  padding: 3px;
  display: flex;
}

.suggestionsearch .package-badge .package-sale-price {
  color: #f2615f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.suggestionsearch .package-badge .package-regular-price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.suggestionsearch .package-badge .package-regular-price-disabled {
  color: #8a8c8c;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  display: flex;
}

.suggestionsearch .package-badge .package-badge-discount {
  color: #fff;
  text-align: center;
  background-color: #f2615f;
  border-radius: 4px;
  padding: 1px;
  font-size: 12px;
  font-weight: bold;
}

.suggestionsearch * {
  direction: ltr !important;
}

.suggestionsearch .search-input {
  border-radius: 8px;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.suggestionsearch .form-check-input {
  position: unset;
  margin-top: unset;
  margin-left: unset;
}

.suggestionsearch .border-top {
  width: 100%;
}

.suggestionsearch label.title, .suggestionsearch .b8d-callmeback-modal .callMeBack label.qr-title-phone, .b8d-callmeback-modal .callMeBack .suggestionsearch label.qr-title-phone, .suggestionsearch .b8d-callmeback-modal .callMeBack label.qr-title, .b8d-callmeback-modal .callMeBack .suggestionsearch label.qr-title {
  color: #4b4f54;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch div.row.keywords > .col-auto, .suggestionsearch .b8d-callmeback-modal .callMeBack div.keywords.row-consent > .col-auto, .b8d-callmeback-modal .callMeBack .suggestionsearch div.keywords.row-consent > .col-auto {
  padding-right: 0;
}

.suggestionsearch label.keyword {
  color: #0bb288;
  cursor: pointer;
  -webkit-filter: brightness();
  background-color: #eff8f6;
  border-radius: 8px;
  padding: 4px 8px;
}

.suggestionsearch label.keyword:hover {
  -webkit-filter: brightness(90%);
}

.suggestionsearch .package-image-container img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 8px;
  width: 232px;
  height: 121px;
}

.suggestionsearch .package-content {
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 232px;
  height: 74px;
  margin-top: .5rem;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch button.text-muted {
  color: #8a8c8c;
  font-size: 14px;
}

.suggestionsearch .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
  display: none;
}

.suggestionsearch .react-horizontal-scrolling-menu--scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.suggestionsearch div.tabs {
  align-items: center;
  justify-content: initial;
  flex-direction: row;
  gap: 40px;
  height: 34px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.suggestionsearch div.tabs .tab-container:first-child {
  margin-left: auto;
}

.suggestionsearch div.tabs .tab-container:last-child {
  margin-right: auto;
}

.suggestionsearch div.tabs .tab {
  text-align: center;
  color: #8a8c8c;
  cursor: pointer;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-weight: 400;
  display: inline-block;
}

.suggestionsearch div.tabs .tab.active {
  color: #00b288;
  border-bottom: 4px solid #00b288;
  font-weight: 600;
  line-height: 34px;
}

.suggestionsearch .title-count {
  color: #4b4f54;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .doctor-gap {
  margin-bottom: 60px;
}

.suggestionsearch .doctor-section {
  margin-bottom: -32px;
}

.suggestionsearch .doctorlist .doctor-gap {
  margin-bottom: 28px;
}

.suggestionsearch .doctor-result {
  height: 128px;
  font-weight: 600;
}

.suggestionsearch .doctor-result p.real {
  color: #0bb288;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
}

.suggestionsearch .doctor-result img.doctor-image {
  object-fit: cover;
  object-position: 100% 0;
  cursor: pointer;
  border-radius: 15px;
  width: 101px;
  height: 101px;
}

.suggestionsearch .doctor-result img.doctor-image.center {
  object-position: 50% 50%;
}

.suggestionsearch .doctor-result .doctor-name {
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  max-height: 36px;
  margin-bottom: .5rem;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .doctor-result .doctor-specialties {
  color: #646569;
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .doctor-result .doctor-star-rating {
  height: 94px;
  margin-bottom: .5rem;
}

.suggestionsearch .doctor-result .doctor-book-appointment {
  position: absolute;
  bottom: 0;
}

.suggestionsearch .doctor-result .doctor-content {
  position: relative;
}

.suggestionsearch .doctor-result a.book-appointment {
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #00b288;
  border: none;
  border-radius: 18px;
  margin: 4px 2px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.suggestionsearch .doctor-type-title {
  color: #4b4f54;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.suggestionsearch .doctor-type-select {
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.suggestionsearch .doctor-type-select input[type="checkbox"] {
  vertical-align: bottom;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.suggestionsearch .doctor-type-select input[type="checkbox"]:checked {
  background-color: #00b288;
  border: 1px solid #00b288;
}

.suggestionsearch .doctor-type-select .form-label {
  color: #8a8c8c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 8px 0;
  font-weight: 400;
  display: flex;
}

.suggestionsearch .doctor-type-select .form-check-input:before, .suggestionsearch .doctor-type-select .form-check-input:after {
  display: none !important;
}

.suggestionsearch a.filter-btn {
  font-weight: 400;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #8a8c8c !important;
}

.suggestionsearch a.filter-btn .form-label {
  cursor: pointer;
  color: #8a8c8c !important;
}

.suggestionsearch a.see-all {
  color: #00b288;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.suggestionsearch .content-all {
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  padding: 0;
  display: flex;
}

.suggestionsearch .content-all .content-section {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding: 0;
  display: flex;
}

.suggestionsearch .product-container {
  gap: 48px;
}

.suggestionsearch .product-container .product-result {
  font-weight: 600;
}

.suggestionsearch .product-container .product-result .product-image-container {
  text-align: end;
}

.suggestionsearch .product-container .product-result .product-image-container img.product-image {
  object-fit: contain;
  cursor: pointer;
  border-radius: 8px;
  max-height: 172px;
}

.suggestionsearch .product-container .product-result .product-name {
  cursor: pointer;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .product-container .product-result .product-description {
  color: #646569;
  -webkit-line-clamp: 4;
  cursor: pointer;
  -webkit-box-orient: vertical;
  height: 87px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .product-container .product-result .product-buy {
  position: inherit;
  font-size: 14px;
  line-height: 18px;
}

.suggestionsearch .product-container .product-result .product-buy-btn {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 32px;
  font-size: 14px;
}

.suggestionsearch .product-container .product-result .product-buy-btn:hover, .suggestionsearch .product-container .product-result .product-add-to-cart-btn:hover {
  color: #fff;
  background-color: #098e6c;
}

.suggestionsearch .product-container .product-result .product-add-to-cart-btn {
  color: #0bb288;
  background-color: #fff;
  border-color: #0bb288;
  border-radius: 32px;
  font-size: 14px;
}

.suggestionsearch .product-container .product-result .product-content {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.suggestionsearch .center-container {
  gap: 48px;
}

.suggestionsearch .center-container .center-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .center-container .center-result .center-image-container {
  flex-basis: content;
  align-self: start;
}

.suggestionsearch .center-container .center-result img.center-image {
  width: 40px;
  height: 40px;
}

.suggestionsearch .center-container .center-result .center-thumbnail-container {
  text-align: end;
}

.suggestionsearch .center-container .center-result .center-thumbnail-container img.center-thumbnail {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 220px;
}

.suggestionsearch .center-container .center-result .center-name {
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .center-container .center-result .center-short-description {
  color: #646569;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .center-container .center-result .center-description {
  color: #646569;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 87px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .center-container .center-result .center-content {
  height: 172px;
  display: contents;
  position: relative;
}

.suggestionsearch .treatment-condition-all {
  gap: 32px;
}

.suggestionsearch .treatment-condition-all .treatment-condition-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .treatment-condition-all .treatment-condition-result .treatment-condition-image-container {
  flex-basis: content;
}

.suggestionsearch .treatment-condition-all .treatment-condition-result img.treatment-condition-image {
  object-fit: cover;
  border-radius: 8px;
  width: 232px;
  height: 130px;
}

.suggestionsearch .treatment-condition-all .treatment-condition-result .treatment-condition-name {
  margin-bottom: .5rem;
  font-size: 16px;
}

.suggestionsearch .treatment-condition-all .treatment-condition-result .treatment-condition-description {
  color: #646569;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-bottom: .5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .treatment-condition-container {
  gap: 48px;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-image-container {
  text-align: end;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-image-container img.treatment-condition-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 220px;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-name {
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-description {
  color: #646569;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 87px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-content {
  height: 172px;
  display: contents;
  position: relative;
}

.suggestionsearch .blog-container {
  gap: 48px;
}

.suggestionsearch .blog-container .blog-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .blog-container .blog-result .blog-image-container {
  text-align: end;
  height: 100%;
}

.suggestionsearch .blog-container .blog-result .blog-image-container img.blog-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 220px;
}

.suggestionsearch .blog-container .blog-result .blog-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .blog-container .blog-result .blog-description {
  color: #646569;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 87px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .blog-container .blog-result .blog-subtitle-container {
  flex-direction: row;
  display: flex;
}

.suggestionsearch .blog-container .blog-result .blog-title {
  font-size: 16px;
  line-height: 22px;
}

.suggestionsearch .blog-container .blog-result .blog-subtitle {
  color: #8a8c8c;
  margin-top: 0;
}

.suggestionsearch .blog-container .blog-result .blog-subtitle-date {
  color: #8a8c8c;
  font-weight: 400;
}

.suggestionsearch .blog-container .blog-result .blog-content {
  flex-direction: column;
  gap: 8px;
  height: 182px;
  display: flex;
  position: relative;
}

.suggestionsearch .service-container {
  gap: 48px;
}

.suggestionsearch .service-container .service-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .service-container .service-result .service-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch .service-container .service-result .service-description {
  color: #646569;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .service-container .service-result .service-content {
  flex-direction: column;
  gap: 8px;
  height: 182px;
  display: flex;
  position: relative;
}

.suggestionsearch .scroll-content .blog-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .scroll-content .blog-result .blog-image-container {
  width: 100%;
  height: 10rem;
  display: inline-flex;
}

.suggestionsearch .scroll-content .blog-result .blog-image-container .blog-image {
  cursor: pointer;
  object-fit: cover;
  border-radius: 8px;
  width: -webkit-fill-available;
}

.suggestionsearch .scroll-content .blog-result .blog-title {
  color: #4b4f54;
  font-size: 16px;
  line-height: 22px;
}

.suggestionsearch .scroll-content .blog-result .blog-subtitle {
  color: #8a8c8c;
  margin-top: .75rem;
}

.suggestionsearch .scroll-content .blog-result .blog-subtitle-date {
  color: #8a8c8c;
  font-weight: 400;
}

.suggestionsearch .margin-right-over {
  width: 180%;
}

.suggestionsearch .margin-border-line {
  margin-top: 48px;
  margin-bottom: 28px;
}

@media screen and (width <= 1023px) {
  .suggestionsearch .center-result .center-image-container {
    flex-basis: auto;
  }

  .suggestionsearch .blog-result .blog-image {
    height: 7rempx;
  }
}

@media screen and (width <= 1200px) {
  .suggestionsearch .treatment-condition-all .treatment-condition-result .treatment-condition-image-container {
    flex-basis: auto;
  }

  .suggestionsearch .react-horizontal-scrolling-menu--scroll-container {
    flex-direction: row;
  }
}

@media only screen and (width <= 1024px) {
  .suggestionsearch .blog-result .blog-image-container {
    height: 7rem;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-image-container img.treatment-condition-image {
    height: 183px;
  }
}

@media only screen and (width <= 768px) {
  .suggestionsearch .blog-container .blog-result .blog-image-container, .suggestionsearch .blog-container .blog-result .blog-image-container .blog-image {
    height: 100%;
  }

  .suggestionsearch .blog-result .blog-image-container, .suggestionsearch .blog-result .blog-image-container .blog-image {
    height: 5rem;
  }
}

@media only screen and (width <= 767px) {
  .suggestionsearch .package-image-container img {
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
    width: 181px;
    height: 100px;
  }

  .suggestionsearch .package-content {
    width: 151px;
  }

  .suggestionsearch div.tabs {
    gap: 18px;
    font-size: 14px;
  }

  .suggestionsearch .doctor-result {
    height: 128px;
  }

  .suggestionsearch .doctor-result img.doctor-image {
    width: 72px;
    height: 72px;
  }

  .suggestionsearch .doctor-result .doctor-name {
    font-size: 14px;
  }

  .suggestionsearch .doctor-result .doctor-specialties {
    font-size: 12px;
  }

  .suggestionsearch .product-container {
    gap: 18px;
  }

  .suggestionsearch .product-container .product-result {
    gap: 12px;
  }

  .suggestionsearch .product-container .product-result .product-name {
    font-size: 16px;
  }

  .suggestionsearch .product-container .product-result .product-description {
    height: 71px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .suggestionsearch .product-container .product-result .product-buy-btn, .suggestionsearch .product-container .product-result .product-add-to-cart-btn {
    font-size: 12px;
    line-height: 16px;
  }

  .suggestionsearch .scroll-content {
    display: block;
    overflow-x: auto;
  }

  .suggestionsearch .scroll-content > .row, .suggestionsearch .b8d-callmeback-modal .callMeBack .scroll-content > .row-consent, .b8d-callmeback-modal .callMeBack .suggestionsearch .scroll-content > .row-consent {
    width: 300%;
  }

  .suggestionsearch .margin-right-over {
    width: 100%;
  }

  .suggestionsearch .blog-result .blog-image-container {
    height: 5rem;
  }

  .suggestionsearch .blog-result .blog-image-container .blog-image {
    height: 8rem;
  }

  .suggestionsearch .treatment-condition-all .treatment-condition-result .treatment-condition-image-container {
    flex-basis: auto;
  }

  .suggestionsearch .treatment-condition-all .treatment-condition-result img.treatment-condition-image {
    width: 100%;
    height: 183px;
    margin-bottom: 1rem;
  }

  .suggestionsearch .treatment-condition-container {
    gap: 18px;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result {
    gap: 12px;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-image-container {
    text-align: start;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-image-container img.treatment-condition-image {
    object-fit: cover;
    width: 100%;
    height: 183px;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-name {
    font-size: 16px;
  }

  .suggestionsearch .treatment-condition-container .treatment-condition-result .treatment-condition-description {
    height: 71px;
    font-size: 14px;
    line-height: 18px;
  }

  .suggestionsearch .center-container {
    gap: 18px;
  }

  .suggestionsearch .center-container .center-result {
    gap: 12px;
  }

  .suggestionsearch .center-container .center-result .center-name {
    font-size: 16px;
  }

  .suggestionsearch .center-container .center-result .center-description {
    height: 71px;
    font-size: 14px;
    line-height: 18px;
  }

  .suggestionsearch .center-container .center-result .center-thumbnail-container img.center-thumbnail {
    object-fit: cover;
    width: 100%;
  }

  .suggestionsearch .blog-container {
    gap: 18px;
  }

  .suggestionsearch .blog-container .blog-result {
    gap: 12px;
  }

  .suggestionsearch .blog-container .blog-result .blog-name {
    font-size: 16px;
  }

  .suggestionsearch .blog-container .blog-result .blog-description {
    height: 71px;
    font-size: 14px;
    line-height: 18px;
  }

  .suggestionsearch .blog-container .blog-result .blog-title {
    font-size: 16px;
    line-height: 22px;
  }

  .suggestionsearch .blog-container .blog-result .blog-subtitle {
    color: #8a8c8c;
    margin-top: 0;
  }

  .suggestionsearch .blog-container .blog-result .blog-subtitle-date {
    color: #8a8c8c;
    font-weight: 400;
  }

  .suggestionsearch .blog-container .blog-result .blog-image-container {
    height: 100%;
  }

  .suggestionsearch .blog-container .blog-result .blog-image-container img.blog-image {
    object-fit: cover;
    width: 100%;
  }
}

.suggestionsearch .link-unstyled, .suggestionsearch .link-unstyled:link, .suggestionsearch .link-unstyled:hover {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

@media only screen and (width <= 576px) {
  .suggestionsearch .search-input {
    font-size: 16px;
  }

  .suggestionsearch .product-container .product-result .product-image-container img.product-image {
    object-fit: fill;
    width: 100%;
  }

  .suggestionsearch button.text-muted {
    color: #8a8c8c;
    font-size: 12px;
  }

  .suggestionsearch .doctor-gap {
    margin-bottom: 32px;
  }

  .suggestionsearch .doctorlist .doctor-gap {
    margin-bottom: 18px;
  }
}

@media only screen and (width <= 425px) {
  .suggestionsearch .package-image-container img {
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
    width: 151px;
    height: 79px;
  }

  .suggestionsearch .package-content {
    width: 151px;
  }

  .suggestionsearch .blog-result .blog-image-container .blog-image {
    height: 7rem;
  }
}

@media only screen and (width <= 375px) {
  .suggestionsearch {
    font-size: 12px;
  }

  .suggestionsearch .package-image-container img {
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
    width: 139px;
    height: 79px;
  }

  .suggestionsearch .package-content {
    width: 139px;
  }

  .suggestionsearch .product-result img.product-image {
    width: inherit;
    object-fit: cover;
  }

  .suggestionsearch .blog-result .blog-image-container .blog-image {
    height: 6rem;
  }
}

@media only screen and (width <= 280px) {
  .suggestionsearch {
    font-size: 12px;
  }

  .suggestionsearch .package-image-container img {
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
    width: 121px;
    height: 79px;
  }

  .suggestionsearch .package-content {
    width: 121px;
  }
}

.b8d-onestore-typ .text-content .text-title {
  color: #4b4f54;
}

.b8d-onestore-typ .text-content .text-description {
  color: #8a8c8c;
}

.form_group_recaptcha > div > div {
  place-content: center;
  display: flex;
}

.switch-wrapper > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.switch-wrapper > input[type="checkbox"] + .switch {
  transform: translateX(5px);
}

.switch-wrapper > input[type="checkbox"]:checked + .switch {
  transform: translateX(50%)translateX(-19px);
}

.switch-wrapper > input[type="checkbox"]:disabled + .switch {
  background: #ccc;
}

.switch-wrapper {
  cursor: pointer;
  float: left;
  border-radius: 20px;
  width: 48px;
  height: 24px;
  position: relative;
  top: 10px;
  overflow: hidden;
}

.switch-wrapper > .switch {
  color: #fff;
  width: 200%;
  height: 100%;
  transition: all .1s linear;
  display: inline-block;
  position: relative;
  left: -100%;
}

.switch-wrapper > .switch > .switch-handle {
  z-index: 3;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 50%;
}

.switch-label {
  float: left;
  margin-left: 10px;
  line-height: 2.5rem;
}

.btn-switch-off {
  background-color: #afafaf !important;
  border-color: #afafaf !important;
}

.btn-switch-on {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

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

.border-danger:focus-visible {
  outline: none !important;
}

.box-form-apply-code .form-apply-code {
  position: relative;
}

.promocode-button {
  color: #fff;
  background-color: #00b288;
  border: none;
  height: 30px;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translateY(50%);
  border-radius: 8px !important;
}

.promocode-apply-button {
  color: #fff;
  background-color: #00b288;
}

.promocode-clear-button {
  color: #4b4f54;
  background-color: #e0e0e0;
}

.promocode-element {
  color: #00b288;
  background: #eef8f6;
  border-radius: 5px;
  justify-content: space-between;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.promocode-elm-close {
  cursor: pointer;
  color: #fff;
  background: #646569;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-bottom: 5px;
  display: flex;
}

.apply-code-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
  display: grid;
}

@media only screen and (width <= 767px) {
  .apply-code-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.gift-card-main {
  display: block;
}

.gift-card-main img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.box-grey {
  background: #fafafa;
  margin: 16px 0 32px;
  padding: 15px;
}

.box-grey.border {
  border: 1px solid #eee;
}

.box-grey.rounded {
  border-radius: 6px;
}

.btn-complementary {
  box-sizing: inherit;
}

.btn-complementary.btn-group {
  margin-top: 40px;
  display: flex;
}

.btn-complementary.btn-right {
  justify-content: flex-end;
}

.btn-complementary .btn.btn-primary {
  color: #fff;
  background: #00b288;
}

.btn-complementary .btn.btn-l {
  height: 48px;
  padding: 0 50px;
}

.btn-complementary .btn {
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.complimentary-text-green {
  color: #00b288;
}

.complimentary-text-grey {
  color: #4b4f54;
}

.complimentary-header {
  color: #4b4f54;
  margin-bottom: 30px;
}

.complimentary-header h2 {
  font-size: 20px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-color: #8a8c8c;
}

.text-align-right {
  text-align: right;
}

.text-light-grey {
  color: #8a8c8c;
}

.checkout-text-total {
  color: #4b4f54;
  font-size: 16px;
}

.checkout-total-amount {
  color: #4b4f54;
  font-size: 24px;
  line-height: 30px;
}

.checkout-btn-group {
  display: flex;
}

.checkout-btn-right {
  justify-content: flex-end;
  flex: 1px !important;
}

.checkout-btn {
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.checkout-btn.btn-primary {
  color: #fff;
  background: #00b288;
}

.checkout-btn.btn-l {
  height: 48px;
  padding: 0 31px;
}

@media (width >= 768px) {
  .checkout-btn {
    font-size: 16px;
  }

  .checkout-btn.btn-l {
    padding: 0 30px;
  }
}

.mdcal div.h2.title-instruction, .breastcancer div.h2.title-instruction, .strokerisk div.h2.title-instruction {
  color: #4b4f54;
}

.mdcal div.instruction, .breastcancer div.instruction, .strokerisk div.instruction {
  color: #4b4f54;
  background-color: #e5faf4;
  border-color: #e5faf4;
}

.mdcal div.text-warning-area, .breastcancer div.text-warning-area, .strokerisk div.text-warning-area {
  width: 100%;
  display: block;
}

.mdcal button.btn-group, .mdcal .text-group, .breastcancer button.btn-group, .breastcancer .text-group, .strokerisk button.btn-group, .strokerisk .text-group {
  color: #212529;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.mdcal .icon-list, .breastcancer .icon-list, .strokerisk .icon-list {
  float: right;
  margin-top: 3px;
  font-size: 20px !important;
}

.mdcal li.list-group-item.active, .breastcancer li.list-group-item.active, .strokerisk li.list-group-item.active {
  z-index: 2;
  color: #0bb288;
  background-color: #e5faf4;
  border-color: #e5faf4;
  font-weight: bold;
}

.mdcal .list-group-item + .list-group-item, .breastcancer .list-group-item + .list-group-item, .strokerisk .list-group-item + .list-group-item {
  border-top-width: 1px !important;
}

.mdcal .row.row-line, .mdcal .b8d-callmeback-modal .callMeBack .row-line.row-consent, .b8d-callmeback-modal .callMeBack .mdcal .row-line.row-consent, .breastcancer .row.row-line, .breastcancer .b8d-callmeback-modal .callMeBack .row-line.row-consent, .b8d-callmeback-modal .callMeBack .breastcancer .row-line.row-consent, .strokerisk .row.row-line, .strokerisk .b8d-callmeback-modal .callMeBack .row-line.row-consent, .b8d-callmeback-modal .callMeBack .strokerisk .row-line.row-consent {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
}

.mdcal .col-line, .breastcancer .col-line, .strokerisk .col-line {
  border-bottom: none;
  border-right: 1px solid #fff3;
}

@media only screen and (width <= 768px) {
  .mdcal .col-line, .breastcancer .col-line, .strokerisk .col-line {
    border-bottom: 1px solid #fff3;
    border-right: none;
  }
}

.mdcal .list-group-item:first-child, .breastcancer .list-group-item:first-child, .strokerisk .list-group-item:first-child, .mdcal .list-group-item:last-child, .breastcancer .list-group-item:last-child, .strokerisk .list-group-item:last-child {
  border-radius: .25rem;
}

.mdcal .text-color-primary, .breastcancer .text-color-primary, .strokerisk .text-color-primary {
  color: #0bb288;
}

.mdcal .result-grid, .breastcancer .result-grid, .strokerisk .result-grid {
  color: #fff;
  background-color: #00594d;
  border-radius: .25rem;
  padding: 1rem;
}

.mdcal .result-grid small, .breastcancer .result-grid small, .strokerisk .result-grid small {
  opacity: .8;
  font-size: 16px;
  font-weight: 600;
}

.mdcal .result-grid .primary-text, .breastcancer .result-grid .primary-text, .strokerisk .result-grid .primary-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.mdcal .result-grid .secondary-text, .breastcancer .result-grid .secondary-text, .strokerisk .result-grid .secondary-text {
  opacity: .8;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.mdcal .is-very, .breastcancer .is-very, .strokerisk .is-very {
  border-color: #ffc107 !important;
}

.mdcal .is-very:focus, .breastcancer .is-very:focus, .strokerisk .is-very:focus {
  border-color: #ffc107 !important;
  box-shadow: 0 0 0 .25rem #ffc10740 !important;
}

.mdcal input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mdcal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.breastcancer input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.breastcancer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.strokerisk input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.strokerisk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mdcal input[type="number"], .breastcancer input[type="number"], .strokerisk input[type="number"] {
  -moz-appearance: textfield;
}

.mdcal .btn-primary, .breastcancer .btn-primary, .strokerisk .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.mdcal .btn-primary:hover, .mdcal .btn-primary:focus, .breastcancer .btn-primary:hover, .breastcancer .btn-primary:focus, .strokerisk .btn-primary:hover, .strokerisk .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.mdcal .tab-content, .breastcancer .tab-content, .strokerisk .tab-content {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: .25rem;
  margin-top: 1rem;
}

.mdcal .tab-content .tab-pane, .breastcancer .tab-content .tab-pane, .strokerisk .tab-content .tab-pane {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mdcal .nav-pills .nav-link.active, .mdcal .nav-pills .show > .nav-link, .breastcancer .nav-pills .nav-link.active, .breastcancer .nav-pills .show > .nav-link, .strokerisk .nav-pills .nav-link.active, .strokerisk .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.mdcal .nav-pills .nav-link, .breastcancer .nav-pills .nav-link, .strokerisk .nav-pills .nav-link {
  color: var(--bs-body-color);
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
}

.mdcal .nav-item:first-child .nav-link, .breastcancer .nav-item:first-child .nav-link, .strokerisk .nav-item:first-child .nav-link {
  border-radius: .25rem 0 0 .25rem;
}

.mdcal .nav-item:last-child .nav-link, .breastcancer .nav-item:last-child .nav-link, .strokerisk .nav-item:last-child .nav-link {
  border-radius: 0 .25rem .25rem 0;
}

.center-message {
  text-align: center;
}

.form-select-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.form-select-container .select-title {
  color: #4b4f54;
  gap: 8px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.form-select-container input[type="checkbox"].form-radio {
  vertical-align: bottom;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.form-select-container input[type="checkbox"].form-checkbox {
  vertical-align: bottom;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.form-select-container input[type="checkbox"]:checked {
  background-color: #00b288;
  border: 1px solid #00b288;
}

.form-select-container .form-label {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 8px 0;
  display: flex;
}

.filter-section {
  color: #00b288 !important;
}

.filter-search {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
}

.filter-search .day-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  display: flex;
}

.filter-search .day-container .day-row {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  display: flex;
}

.filter-search .day-container button.btn-day {
  color: #4b4f54;
  background-color: #fff;
  border: 1px solid #d1d3d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 56px;
  height: 34px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.filter-search .day-container button.btn-day.active {
  color: #00b288;
  background-color: #eef8f6;
  border: 1px solid #eef8f6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 56px;
  height: 34px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.filter-search .day-container button.btn:focus, .filter-search .day-container button.btn-secondary:active button.btn-secondary:focus {
  box-shadow: none;
}

.filter-search .day-container button.btn-day:hover, .filter-search .day-container button.btn-day.active:hover {
  filter: brightness(85%);
}

.filter-search a.see-more {
  color: #4b4f54;
  padding: 8px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.filter-search .form-check-input {
  position: unset !important;
  margin-top: unset !important;
  margin-left: unset !important;
}

.offcanvas {
  font-family: Inter;
  font-style: normal;
}

.offcanvas .offcanvas-header {
  padding: 24px;
}

.offcanvas .offcanvas-header .offcanvas-title label {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.offcanvas .offcanvas-body {
  padding: 0 24px;
}

.offcanvas .filter-search-footer {
  flex-direction: column;
  gap: 16px;
  height: 146px;
  padding: 24px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  display: flex;
}

.offcanvas .filter-search-footer .view-result-filter button {
  background: #00594d;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.offcanvas .filter-search-footer .clear-filter button {
  color: #00b288;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.empty-image-container {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  height: 284px;
  margin-top: 7rem;
  padding: 0;
  display: flex;
}

.empty-image-container .empty-image {
  background-image: url("data:image/svg+xml,%20%3Csvg%20width='181'%20height='180'%20viewBox='0%200%20181%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20cx='90.5'%20cy='90'%20r='90'%20fill='url(%23paint0_linear_1903_163)'/%3E%3Cmask%20id='mask0_1903_163'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='181'%20height='180'%3E%3Ccircle%20cx='90.5'%20cy='90'%20r='90'%20fill='url(%23paint1_linear_1903_163)'/%3E%3C/mask%3E%3Cg%20mask='url(%23mask0_1903_163)'%3E%3Cg%20filter='url(%23filter0_d_1903_163)'%3E%3Ccircle%20cx='71.6'%20cy='71.1'%20r='44.1'%20fill='url(%23paint2_linear_1903_163)'/%3E%3C/g%3E%3Cg%20filter='url(%23filter1_d_1903_163)'%3E%3Cpath%20d='M58.0996%2050.8065C58.0996%2049.0675%2059.3098%2047.3649%2061.7312%2045.6983C64.1515%2044.0332%2067.2224%2043.2%2070.9431%2043.2C75.6098%2043.2%2079.2868%2044.4128%2081.9721%2046.8374C84.6564%2049.2633%2085.9996%2052.35%2085.9996%2056.0999C85.9996%2057.6503%2085.7761%2059.1372%2085.3292%2060.5624C84.8823%2061.9872%2084.2383%2063.288%2083.3953%2064.4624C82.5524%2065.6377%2081.7951%2066.6127%2081.1257%2067.3875C80.4563%2068.1632%2079.6121%2069.013%2078.5954%2069.9375C77.5787%2070.8631%2076.9718%2071.4255%2076.7774%2071.625C75.3092%2072.975%2074.4048%2074.3505%2074.0619%2075.75C73.7191%2077.1505%2073.5489%2079.275%2073.5489%2082.1249C73.5489%2083.6755%2072.4083%2084.45%2070.1292%2084.45C68.9885%2084.45%2068.1745%2084.2%2067.6857%2083.6989C67.1971%2083.1972%2066.9527%2082.2958%2066.9527%2080.9929C66.9527%2075.2815%2068.3943%2071.1714%2071.2777%2068.666C71.5972%2068.366%2072.2781%2067.8152%2073.3204%2067.0136C74.3615%2066.2121%2075.1373%2065.5475%2075.6479%2065.0215C76.1575%2064.4952%2076.7525%2063.7931%2077.4336%2062.9168C78.1145%2062.0401%2078.6124%2061.0887%2078.9285%2060.0608C79.2445%2059.0343%2079.4033%2057.9443%2079.4033%2056.7912C79.4033%2054.3866%2078.6332%2052.5198%2077.0942%2051.192C75.5552%2049.8643%2073.4233%2049.1997%2070.6985%2049.1997C69.1167%2049.1997%2067.7709%2049.4423%2066.6593%2049.9275C65.5476%2050.4126%2064.7695%2050.9599%2064.3247%2051.5717C63.88%2052.1832%2063.3858%2052.7317%2062.8425%2053.2168C62.2983%2053.7021%2061.7309%2053.9434%2061.1379%2053.9434C60.3967%2053.9434%2059.7042%2053.6633%2059.0628%2053.102C58.4205%2052.5422%2058.0996%2051.777%2058.0996%2050.8065ZM65.8408%2094.875C65.8408%2093.7292%2066.2601%2092.7552%2067.0996%2091.9537C67.938%2091.1523%2068.9756%2090.75%2070.21%2090.75C71.477%2090.75%2072.5724%2091.1521%2073.4966%2091.9537C74.4206%2092.7552%2074.8827%2093.7293%2074.8827%2094.875C74.8827%2095.9756%2074.4206%2096.9375%2073.4966%2097.7626C72.5724%2098.5878%2071.477%2099%2070.21%2099C68.9756%2099%2067.938%2098.5878%2067.0996%2097.7626C66.2601%2096.9373%2065.8408%2095.9756%2065.8408%2094.875Z'%20fill='url(%23paint3_linear_1903_163)'/%3E%3C/g%3E%3Cpath%20d='M137.742%20142.568L144.868%20135.442L138.686%20129.259L131.559%20136.386L137.742%20142.568Z'%20fill='url(%23paint4_linear_1903_163)'/%3E%3Cpath%20d='M108.345%20143.914C87.4301%20143.914%2070.4752%20126.96%2070.4752%20106.045C70.4752%2085.1297%2087.4301%2068.1748%20108.345%2068.1748C129.26%2068.1748%20146.215%2085.1297%20146.215%20106.045C146.215%20126.96%20129.26%20143.914%20108.345%20143.914Z'%20fill='url(%23paint5_radial_1903_163)'/%3E%3Cpath%20d='M108.345%2065.7C130.626%2065.7%20148.689%2083.763%20148.689%20106.045C148.689%20128.326%20130.626%20146.389%20108.345%20146.389C86.0629%20146.389%2067.9999%20128.327%2067.9999%20106.045C67.9999%2083.7627%2086.0629%2065.7%20108.345%2065.7ZM108.345%20139.696C126.93%20139.696%20141.996%20124.63%20141.996%20106.045C141.996%2087.4594%20126.93%2072.3932%20108.345%2072.3932C89.7594%2072.3932%2074.6932%2087.4596%2074.6932%20106.045C74.6932%20124.63%2089.7598%20139.696%20108.345%20139.696Z'%20fill='url(%23paint6_linear_1903_163)'/%3E%3Cpath%20d='M170.492%20172.507L174.807%20168.192C176.398%20166.601%20176.398%20164.022%20174.807%20162.431L147.918%20135.542L137.842%20145.618L164.732%20172.507C166.322%20174.098%20168.901%20174.098%20170.492%20172.507Z'%20fill='url(%23paint7_linear_1903_163)'/%3E%3Cpath%20d='M144.164%20132.601L134.901%20141.864C133.433%20143.332%20133.433%20145.713%20134.901%20147.181L135.367%20147.646C136.835%20149.115%20139.216%20149.115%20140.684%20147.646L149.947%20138.384C151.415%20136.916%20151.415%20134.535%20149.947%20133.066L149.481%20132.601C148.013%20131.132%20145.632%20131.132%20144.164%20132.601Z'%20fill='url(%23paint8_linear_1903_163)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter%20id='filter0_d_1903_163'%20x='21.5'%20y='25'%20width='100.2'%20height='100.2'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3E%3CfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3E%3CfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3E%3CfeOffset%20dy='4'/%3E%3CfeGaussianBlur%20stdDeviation='3'/%3E%3CfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.294118%200%200%200%200%200.309804%200%200%200%200%200.329412%200%200%200%200.08%200'/%3E%3CfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1903_163'/%3E%3CfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1903_163'%20result='shape'/%3E%3C/filter%3E%3Cfilter%20id='filter1_d_1903_163'%20x='42.0996'%20y='31.2'%20width='59.9004'%20height='87.8'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3E%3CfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3E%3CfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3E%3CfeOffset%20dy='4'/%3E%3CfeGaussianBlur%20stdDeviation='8'/%3E%3CfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.294118%200%200%200%200%200.309804%200%200%200%200%200.329412%200%200%200%200.08%200'/%3E%3CfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1903_163'/%3E%3CfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1903_163'%20result='shape'/%3E%3C/filter%3E%3ClinearGradient%20id='paint0_linear_1903_163'%20x1='90.5'%20y1='-85.5'%20x2='90.5'%20y2='346.5'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.501943'%20stop-color='%23FDFDFD'%20stop-opacity='0.57'/%3E%3Cstop%20offset='0.67907'%20stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint1_linear_1903_163'%20x1='-137.5'%20y1='-45'%20x2='180.5'%20y2='495'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.244041'%20stop-color='%23FDFDFD'/%3E%3Cstop%20offset='0.616385'%20stop-color='%23F4F4F4'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint2_linear_1903_163'%20x1='71.6022'%20y1='14.4'%20x2='71.6022'%20y2='201.037'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23F9F9F9'/%3E%3Cstop%20offset='0.427456'%20stop-color='%23E2E2E2'/%3E%3Cstop%20offset='0.648979'%20stop-color='%23C3C3C3'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint3_linear_1903_163'%20x1='72.0503'%20y1='35.2285'%20x2='72.0503'%20y2='193.162'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.351039'%20stop-color='%23FCFCFC'/%3E%3Cstop%20offset='0.490155'%20stop-color='%23E2E2E2'/%3E%3Cstop%20offset='0.97775'%20stop-color='%23C3C3C3'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint4_linear_1903_163'%20x1='126.5'%20y1='147.625'%20x2='139.25'%20y2='134.875'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23CECECE'/%3E%3Cstop%20offset='1'%20stop-color='%23EBEBEB'/%3E%3C/linearGradient%3E%3CradialGradient%20id='paint5_radial_1903_163'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(106.091%20108.835)%20rotate(179.471)%20scale(39.5921%2039.5921)'%3E%3Cstop%20offset='0.136316'%20stop-color='white'%20stop-opacity='0'/%3E%3Cstop%20offset='0.391129'%20stop-color='%23FDFDFD'%20stop-opacity='0.482'/%3E%3Cstop%20offset='0.652851'%20stop-color='%23FAFAFA'%20stop-opacity='0.655'/%3E%3Cstop%20offset='0.816377'%20stop-color='%23F5F5F5'%20stop-opacity='0.779'/%3E%3Cstop%20offset='1'%20stop-color='%23E4E4E4'%20stop-opacity='0.964'/%3E%3C/radialGradient%3E%3ClinearGradient%20id='paint6_linear_1903_163'%20x1='108.343'%20y1='66.45'%20x2='108.343'%20y2='164.879'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23F9F9F9'/%3E%3Cstop%20offset='0.291667'%20stop-color='%23E2E2E2'/%3E%3Cstop%20offset='0.97775'%20stop-color='%23C3C3C3'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint7_linear_1903_163'%20x1='162.5'%20y1='150.728'%20x2='152.211'%20y2='161.017'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23DEDEDE'/%3E%3Cstop%20offset='1'%20stop-color='%23BFBFBF'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint8_linear_1903_163'%20x1='148.25'%20y1='145.95'%20x2='138.723'%20y2='136.423'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0.195302'%20stop-color='%23D7D7D7'/%3E%3Cstop%20offset='0.790639'%20stop-color='%23F9F9F9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  flex: none;
  order: 0;
  width: 180px;
  height: 180px;
}

.empty-image-container .empty-message {
  text-align: center;
  color: #8a8c8c;
  height: 22px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.empty-image-container .empty-message .empty-keyword {
  color: #4b4f54;
  font-weight: 600;
}

@media only screen and (width <= 767px) {
  #b8d-onestore-search-mobile .container-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .search-box {
    border: none;
    flex-direction: column;
    align-items: end;
  }

  .search-box .input-search.form-control {
    display: none;
  }
}

.nav-item.cart-container {
  position: relative;
}

.nav-item.cart-container:before {
  z-index: 1;
  color: #fff;
  background-color: red;
  border-radius: 20px;
  padding: 2px 7px;
  font-size: .7rem;
  position: absolute;
  top: 2px;
  right: 2px;
}

.nav-item .nav-link.cart {
  opacity: .6;
  text-indent: -100vw;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/305da0b6-2f05-4946-9ee7-8b287a38466c/shopping-basket-1.png") center / auto 1.7em no-repeat;
  min-width: 47px;
  height: 35px;
  display: block;
}

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

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

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

.nav-link {
  color: #0bb288;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

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

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

#signinModal .modal-content, #callMeBackModal .modal-content {
  color: #646569;
  height: 772px;
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

#signinModal .modal-header, #callMeBackModal .modal-header {
  border-bottom: none;
  padding-top: 0 !important;
  display: block !important;
}

#signinModal.modal-dialog, .modal-dialog#callMeBackModal {
  height: 772px;
}

#signinModel {
  padding-left: 0;
  display: block;
}

#signinModal .parent, #callMeBackModal .parent {
  width: 500px;
  position: relative;
}

#signinModal .modal-header .btn-close, #callMeBackModal .modal-header .btn-close {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 8px;
  right: 0;
}

.b8d-login-modal .logostyle, .b8d-callmeback-modal .logostyle {
  width: 30%;
  position: absolute;
  left: 20px;
}

.b8d-login-modal .badge.realtime, .b8d-callmeback-modal .badge.realtime, .b8d-login-modal .badge.center, .b8d-callmeback-modal .badge.center {
  white-space: nowrap;
  flex-wrap: nowrap;
  width: fit-content;
  padding: 4px 8px;
}

.b8d-login-modal .badge.realtime svg, .b8d-callmeback-modal .badge.realtime svg, .b8d-login-modal .badge.center svg, .b8d-callmeback-modal .badge.center svg {
  width: auto;
}

.b8d-login-modal .badge.realtime, .b8d-callmeback-modal .badge.realtime {
  color: #0bb288;
  background-color: #eee;
  align-items: center;
  display: inline-flex;
}

.b8d-login-modal .badge.realtime:before, .b8d-callmeback-modal .badge.realtime:before {
  content: "";
  background-color: #0bb288;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  display: inline-block;
}

.b8d-login-modal .badge.center, .b8d-callmeback-modal .badge.center {
  color: #8d734a;
  background-color: #faf6ef;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.b8d-login-modal .badge-container, .b8d-callmeback-modal .badge-container {
  gap: 4px;
  display: inline-flex;
}

.b8d-login-modal .doctor-filter-container, .b8d-callmeback-modal .doctor-filter-container {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.b8d-login-modal button.filter-btn, .b8d-callmeback-modal button.filter-btn {
  background-color: #0000;
  border: 1px solid #eee;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-flex;
}

.b8d-login-modal button.filter-btn, .b8d-callmeback-modal button.filter-btn, .b8d-login-modal button.filter-btn:hover {
  color: #4b4f54;
  background-color: #fff;
}

.b8d-login-modal button.filter-btn.active, .b8d-callmeback-modal button.filter-btn.active {
  color: #0bb288;
  background-color: #e5faf4;
  border: #0000;
  font-weight: 600;
}

.b8d-login-modal button.filter-btn .click, .b8d-callmeback-modal button.filter-btn .click {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}

.b8d-login-modal .pt-3, .b8d-callmeback-modal .pt-3 {
  padding-top: 1rem !important;
}

.b8d-login-modal .bgstyle, .b8d-callmeback-modal .bgstyle {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 400px;
  margin-bottom: -150px;
  margin-left: auto;
  display: block;
}

.b8d-login-modal .textbtngroup, .b8d-callmeback-modal .textbtngroup {
  padding-left: 25px;
  padding-right: 25px;
}

.b8d-login-modal .greencolor, .b8d-callmeback-modal .greencolor {
  color: #0bb288;
}

.b8d-login-modal .btnblockstyle, .b8d-callmeback-modal .btnblockstyle {
  text-align: center !important;
  height: 34px !important;
  font-size: 13px !important;
}

.b8d-login-modal .left-icon, .b8d-callmeback-modal .left-icon {
  position: relative;
}

.b8d-login-modal .btn-block, .b8d-callmeback-modal .btn-block {
  width: 100%;
  display: block !important;
}

.b8d-login-modal .btn-primary, .b8d-callmeback-modal .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.b8d-login-modal .btn-primary:hover, .b8d-callmeback-modal .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.b8d-login-modal .left-icon .fasocial, .b8d-callmeback-modal .left-icon .fasocial {
  margin-top: -12px;
  line-height: 24px;
  position: absolute;
  top: 60%;
  left: 10px;
}

.b8d-login-modal .fasocial, .b8d-callmeback-modal .fasocial {
  text-align: center;
  border-radius: 100%;
  width: 30px;
  margin: 10px 0;
  font-size: 18px;
  text-decoration: none;
}

.b8d-login-modal .hide-phone, .b8d-callmeback-modal .hide-phone {
  color: #f96 !important;
}

.b8d-login-modal .line, .b8d-callmeback-modal .line {
  text-align: center;
  border: 1px solid #ddd;
  width: 80%;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.b8d-login-modal .line-innertext, .b8d-callmeback-modal .line-innertext {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.b8d-login-modal .btn-social-group, .b8d-callmeback-modal .btn-social-group {
  text-align: center;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

.b8d-login-modal .btn-social-group .btn-white, .b8d-callmeback-modal .btn-social-group .btn-white {
  color: #646568;
  background-color: #fff;
  border-color: #646569;
}

.b8d-login-modal .btn-social-group .btn-white:hover, .b8d-callmeback-modal .btn-social-group .btn-white:hover {
  background-color: #ececec;
  border-color: #646569;
  text-decoration: none;
}

.b8d-login-modal .btn-block + .btn-block, .b8d-callmeback-modal .btn-block + .btn-block {
  margin-top: .5rem;
}

.b8d-login-modal .facebook-color, .b8d-callmeback-modal .facebook-color {
  color: #0866ff !important;
}

.b8d-login-modal .twitter-color, .b8d-callmeback-modal .twitter-color {
  color: #1da1f2 !important;
}

.b8d-login-modal .refresh-icon, .b8d-callmeback-modal .refresh-icon {
  margin-top: -5px;
  font-size: 1.5em;
  color: #fff !important;
}

.b8d-login-modal .qr-centered, .b8d-callmeback-modal .qr-centered {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.b8d-login-modal .qr-overlay, .b8d-callmeback-modal .qr-overlay {
  z-index: 1;
  color: #fff;
  background-color: #000c;
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b8d-login-modal .qr-centered svg, .b8d-callmeback-modal .qr-centered svg {
  z-index: 0;
}

.b8d-login-modal .qr-hide, .b8d-callmeback-modal .qr-hide {
  display: none;
}

.b8d-login-modal .break-35, .b8d-callmeback-modal .break-35 {
  flex-basis: 100%;
  height: 35%;
}

.b8d-login-modal .break-0, .b8d-callmeback-modal .break-0 {
  flex-basis: 100%;
  height: 0;
}

.b8d-login-modal .link-login, .b8d-callmeback-modal .link-login {
  text-align: right;
  padding: 18px 20px;
}

.b8d-login-modal .link-login a, .b8d-callmeback-modal .link-login a {
  color: #000;
}

.b8d-login-modal .scan-img, .b8d-callmeback-modal .scan-img {
  padding-top: 20px;
}

.b8d-login-modal .scan-header, .b8d-callmeback-modal .scan-header {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bolder;
}

.b8d-login-modal .scan-detail, .b8d-callmeback-modal .scan-detail {
  font-size: 18px;
  font-weight: bolder;
}

.b8d-login-modal .refresh-font, .b8d-callmeback-modal .refresh-font {
  font-size: 16px;
  font-weight: bold;
}

.b8d-login-modal .text-middle, .b8d-callmeback-modal .text-middle {
  vertical-align: middle;
}

.b8d-login-modal .btn-bh, .b8d-callmeback-modal .btn-bh {
  color: #fff;
  background-color: #af9763;
}

.b8d-login-modal .btn-bh:hover, .b8d-callmeback-modal .btn-bh:hover {
  color: #fff;
  background-color: #8d734a;
}

.patient-visit-check .label-primary {
  color: #0bb288;
}

.patient-visit-check button.primary, .patient-visit-check button.primary:hover {
  color: #4b4f54;
}

.patient-visit-check button.primary.active:hover, .patient-visit-check button.primary.active {
  color: #0bb288;
}

.patient-visit-check button {
  background-color: #0000;
  border: 1px solid #00000020;
  border-radius: 8px;
  padding: 7px 14px;
}

.patient-visit-check button.active {
  background-color: #eff8f6;
}

.patient-visit-check button.btn-primary {
  color: #fff;
  background-color: #0bb288;
  border: none;
}

.patient-visit-check .invalid {
  border-color: #dc3545 !important;
}

.b8d-onestore .remove-account .btn-primary, .b8d-onestore .remove-account .btn-primary:hover {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.b8d-onestore .remove-account .btn-secondary, .b8d-onestore .remove-account .btn-secondary:hover {
  color: #0bb288;
  background-color: #0000;
  border-color: #0bb288;
}

.font-bold {
  font-weight: bold;
}

.text-green {
  color: #0bb288;
}

.h-fit {
  height: fit-content;
}

.w-fit {
  width: fit-content;
}

.text-description {
  color: gray;
}

.cursor-not-allowed {
  cursor: not-allowed;
  -webkit-cursor: not-allowed;
  -moz-cursor: not-allowed;
}

.invalid-input {
  border: 1px solid #dc3545;
}

.item-rounded {
  border-radius: 8px;
}

.prefix-calendar-icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='green'%20width='16'%20height='16'%20class='bi%20bi-calendar-check'%20viewBox='0%200%2016%2016%20'%3E%3Cpath%20d='M10.854%207.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%209.793l2.646-2.647a.5.5%200%200%201%20.708%200z%20M3.5%200a.5.5%200%200%201%20.5.5V1h8V.5a.5.5%200%200%201%201%200V1h1a2%202%200%200%201%202%202v11a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h1V.5a.5.5%200%200%201%20.5-.5zM1%204v10a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V4H1z'%3E%3C/path%3E%3C/svg%3E") 13px no-repeat;
  padding-left: 36px;
}

.appointment ::placeholder, .b8d-gold-bh ::placeholder, .appointment .form-control::placeholder, .appointment input.form-control::placeholder, .appointment textarea.form-control::placeholder {
  color: gray;
}

.appointment [data-prefix]:before, .b8d-gold-bh [data-prefix]:before {
  content: "‎" attr(data-prefix);
  direction: ltr;
}

div.box-error {
  text-align: left;
  background: #fde6e5;
  border: none;
  border-radius: 6px;
  padding: 1.5rem 2rem;
  display: inline;
}

.box-error-container .box-error {
  padding-left: 2rem;
  padding-right: 2rem;
}

.box-error-container .box-error .fa-icon {
  color: #f2615f;
  width: 30px;
  margin-top: -3px;
  font-size: 20px;
}

.box-error-container .box-error p.error-message {
  margin-top: -24px;
  margin-left: 34px;
  position: relative;
}

.b8d-typeform .btn-retry {
  color: #8a8c8c;
  background-color: #0000;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.b8d-typeform .btn-retry:hover, .b8d-typeform .btn-retry:active, .b8d-typeform :not(.btn-check.btn-retry) + .btn:active {
  color: #8a8c8c;
  background-color: #0000;
  border: none;
}

.icon-appointment {
  background-size: 40%;
  font-size: .8rem;
}

#appointmentModal .modal-content {
  color: #646569;
  height: 772px;
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

#appointmentModal .modal-header {
  border-bottom: none;
  padding-top: 0 !important;
  display: block !important;
}

#appointmentModal.modal-dialog {
  height: 772px;
  margin-top: 100px;
}

#appointmentModal .parent {
  width: 500px;
  position: relative;
}

#appointmentModal .modal-header .btn-close {
  z-index: 999;
  background: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2016%2016%27%20fill=%27%23000%27%3e%3cpath%20d=%27M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414z%27/%3e%3c/svg%3e") center / 1.5em no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
}

.b8d-appointment-modal .logostyle {
  width: 35%;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.b8d-appointment-modal .textbtngroup {
  text-align: center;
  padding-top: 150px;
  font-size: 18px;
  font-weight: bold;
}

.b8d-appointment-modal .qr-centered {
  text-align: center;
  width: 340px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.b8d-appointment-modal .qr {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.b8d-appointment-modal .qr-detail {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  font-size: 14px;
}

.b8d-appointment-modal .qr-code-border {
  padding: 8px;
  display: inline-block;
  position: relative;
}

.b8d-appointment-modal .qr-code-border:before {
  content: "";
  opacity: .3;
  box-sizing: border-box;
  clip-path: polygon(0% 0%, 30% 0%, 30% 20%, 70% 20%, 70% 0%, 100% 0%, 100% 30%, 80% 30%, 80% 70%, 100% 70%, 100% 100%, 70% 100%, 70% 80%, 30% 80%, 30% 100%, 0% 100%, 0% 70%, 20% 70%, 20% 30%, 0% 30%);
  border: 2px solid #af9763;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  inset: 0;
}

.doctor__action__btn--app {
  background-image: url("https://assets-us-01.kc-usercontent.com/a4ebddda-5a3c-00c6-f094-8d6cbd8c8387/50e83c9e-2e7e-4871-904a-5f78deb1b58f/QR-2.png");
}

.doctor__action__btn_custom {
  border-top: 1px solid #d1d3d3;
  background-size: 50% !important;
  padding-top: 20% !important;
}

.doctor-header {
  color: #646569;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}

.doctor-header-organ {
  text-align: center;
  color: #646569;
  padding: 10px;
}

@media only screen and (width >= 992px) {
  .reverse_order {
    flex-direction: column;
    display: flex;
  }

  .page-doctor-profile .reverse_order .doctor__action {
    order: 1;
  }
}

a#app-qr-code {
  background-size: 40%;
  font-size: .8rem;
}

.page-doctor-profile .doctor__action__btn {
  color: #646569;
}

div#trigger-qr, div#b8d-onestore-icon-appointment-qr {
  display: none;
}

@media only screen and (hover: none) and (pointer: coarse) {
  .doctor__action__btn--app {
    display: none;
  }
}

.ratingAllStar {
  vertical-align: text-bottom;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iLTQwIC00MCA4MCA4MCI+PHBhdGggZmlsbD0iI2UzZTNlMyIgc3Ryb2tlPSIiIHN0cm9rZS13aWR0aD0iMCIgIGQ9Ik0gMC4wMDAgMjAuMDAwIEwgMjMuNTExIDMyLjM2MSBMIDE5LjAyMSA2LjE4MCBMIDM4LjA0MiAtMTIuMzYxIEwgMTEuNzU2IC0xNi4xODAgTCAwLjAwMCAtNDAuMDAwIEwgLTExLjc1NiAtMTYuMTgwIEwgLTM4LjA0MiAtMTIuMzYxIEwgLTE5LjAyMSA2LjE4MCBMIC0yMy41MTEgMzIuMzYxIEwgMC4wMDAgMjAuMDAwICIvPjwvc3ZnPg==");
  width: 75px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.ratingAllStar:before {
  content: "";
  width: calc(15px * var(--r, 1));
  vertical-align: text-bottom;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iLTQwIC00MCA4MCA4MCI+PHBhdGggZmlsbD0iI2ZmZDY3ZCIgc3Ryb2tlPSIiIHN0cm9rZS13aWR0aD0iMCIgIGQ9Ik0gMC4wMDAgMjAuMDAwIEwgMjMuNTExIDMyLjM2MSBMIDE5LjAyMSA2LjE4MCBMIDM4LjA0MiAtMTIuMzYxIEwgMTEuNzU2IC0xNi4xODAgTCAwLjAwMCAtNDAuMDAwIEwgLTExLjc1NiAtMTYuMTgwIEwgLTM4LjA0MiAtMTIuMzYxIEwgLTE5LjAyMSA2LjE4MCBMIC0yMy41MTEgMzIuMzYxIEwgMC4wMDAgMjAuMDAwICIvPjwvc3ZnPg==");
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ratingStar {
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iLTQwIC00MCA4MCA4MCI+PHBhdGggZmlsbD0iI2ZmZDY3ZCIgc3Ryb2tlPSIiIHN0cm9rZS13aWR0aD0iMCIgIGQ9Ik0gMC4wMDAgMjAuMDAwIEwgMjMuNTExIDMyLjM2MSBMIDE5LjAyMSA2LjE4MCBMIDM4LjA0MiAtMTIuMzYxIEwgMTEuNzU2IC0xNi4xODAgTCAwLjAwMCAtNDAuMDAwIEwgLTExLjc1NiAtMTYuMTgwIEwgLTM4LjA0MiAtMTIuMzYxIEwgLTE5LjAyMSA2LjE4MCBMIC0yMy41MTEgMzIuMzYxIEwgMC4wMDAgMjAuMDAwICIvPjwvc3ZnPg==");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.ratingText, .ratingAllText {
  color: #8a8c8c;
  font-weight: 400;
  font-size: calc(14px * var(--t, 1));
  padding: 5px;
  display: inline-block;
}

.ratingReview {
  font-size: calc(14px * var(--t, 1));
  color: #8a8c8c;
  font-weight: 400;
  display: inline-block;
}

.qr-code-border {
  padding: 8px;
  display: inline-block;
  position: relative;
}

.qr-code-border:before {
  content: "";
  opacity: .3;
  box-sizing: border-box;
  clip-path: polygon(0% 0%, 30% 0%, 30% 20%, 70% 20%, 70% 0%, 100% 0%, 100% 30%, 80% 30%, 80% 70%, 100% 70%, 100% 100%, 70% 100%, 70% 80%, 30% 80%, 30% 100%, 0% 100%, 0% 70%, 20% 70%, 20% 30%, 0% 30%);
  border: 2px solid #af9763;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  inset: 0;
}

.bg-dark-overlay {
  z-index: 1;
  background-color: #000000bf;
}

form input.legacy-checkbox[type="checkbox"] {
  position: relative;
}

form input.legacy-checkbox[type="checkbox"]:before {
  content: "";
  background-color: #fff;
  border: 1px solid #0bb288;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}

form input.legacy-checkbox[type="checkbox"]:checked:after {
  content: "";
  background: url("https://assets-us-01.kc-usercontent.com/a4ebddda-5a3c-00c6-f094-8d6cbd8c8387/cfb56033-2fc3-4031-85be-6dc2d868a22b/checked-primary.webp") center / contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: -55%;
  left: 1px;
}

form input.legacy-checkbox.border-danger[type="checkbox"]:before {
  border: 1px solid #dc3545;
}

.b8d-gold-bh.doctor-list:hover {
  background-color: #e8e2db;
}

.b8d-gold-bh p.real {
  color: #8a6e4b;
}

.b8d-gold-bh .date-time-select {
  color: #6e583c;
  border-left: 5px solid #6e583c;
}

.b8d-gold-bh .primary-color {
  color: #8a6e4b;
}

.b8d-gold-bh .border {
  border-color: #b9a893;
}

.b8d-gold-bh li.list-group-item.active {
  color: #8a6e4b;
  background-color: #b9a893;
  border-color: #8a6e4b;
}

.b8d-gold-bh a {
  color: #8a6e4b;
}

.b8d-gold-bh .header {
  color: #a18b6f;
  background-color: #fff;
}

.b8d-gold-bh .header:hover {
  color: #fff;
  background-color: #6e583c;
}

.b8d-gold-bh .giftcard-text {
  color: #53422d;
}

.b8d-gold-bh .selected-price {
  color: #a18b6f !important;
  background-color: #e8e2db !important;
}

.b8d-gold-bh .price-enable {
  color: #a18b6f !important;
  border: 1px solid #a18b6f !important;
}

.b8d-gold-bh .packaging-selected-bg {
  background-color: #e8e2db !important;
}

.b8d-gold-bh .packaging-selected-name {
  color: #a18b6f !important;
}

.b8d-gold-bh .packaging-selected-rdo {
  background: #a18b6f !important;
  border-color: #a18b6f !important;
}

.b8d-gold-bh .price-footer .sticky-footer {
  color: #fff;
  background-color: #a18b6f;
  border-top: 1px solid #fff;
}

.b8d-gold-bh .price-footer .btn-color {
  color: #fff;
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}

.b8d-gold-bh .price-footer .btn-color:hover {
  color: #fff;
  background-color: #53422d;
  border-color: #53422d;
}

.b8d-gold-bh .link {
  color: #8a6e4b;
}

.b8d-gold-bh .link:hover {
  color: #53422d;
}

.b8d-gold-bh form label {
  color: #8a6e4b;
}

.b8d-gold-bh .form-check-input:checked {
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}

.b8d-gold-bh form input[type="checkbox"]:before {
  background-color: #fff;
  border: 1px solid #8a6e4b;
}

.b8d-gold-bh form input[type="checkbox"]:checked:after {
  background: #8a6e4b;
}

.b8d-gold-bh .btn-primary {
  color: #fff;
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}

.b8d-gold-bh .btn-primary:hover, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled):active, .b8d-gold-bh .btn-primary:not(:disabled):not(.disabled).active, .b8d-gold-bh .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6e583c;
  border-color: #6e583c;
}

.b8d-gold-bh .btn-check:focus + .btn-primary, .b8d-gold-bh .btn-primary:focus {
  color: #fff;
  background-color: #8a6e4b;
  border-color: #8a6e4b;
  box-shadow: 0 0 0 .25rem #53422d;
}

.b8d-gold-bh .btn-primary.disabled, .b8d-gold-bh .btn-primary:disabled {
  color: #fff;
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}

.b8d-gold-bh .booking .appointment-bg {
  background-color: #f3f0ed;
}

.b8d-gold-bh .booking .list-group-item.active {
  color: #8a6e4b;
  background-color: #e8e2db;
  border-color: #e8e2db;
}

.b8d-gold-bh .booking .list-select, .b8d-gold-bh svg.icon-list.active {
  color: #8a6e4b;
}

.b8d-gold-bh .active {
  color: #8a6e4b;
  background-color: #e8e2db;
}

.b8d-gold-bh .badge.realtime {
  color: #8a6e4b;
}

.b8d-gold-bh .badge.realtime:before {
  background-color: #8a6e4b;
}

.b8d-gold-bh input[type="radio"]:checked + .custom-check {
  color: #8a6e4b;
}

.b8d-gold-bh .check-item.active {
  color: #8a6e4b;
  background-color: #f3f0ed;
  border: 1px solid #f3f0ed;
}

.b8d-gold-bh button.primary {
  color: #fff;
  background-color: #8a6e4b;
}

.b8d-gold-bh button.primary:hover {
  color: #fff;
  background-color: #6e583c;
}

.b8d-gold-bh .input-border-light {
  border: 1px solid #e8e2db;
}

.b8d-gold-bh .text-green {
  color: #8a6e4b;
}

.b8d-gold-custom-date .btn-primary {
  color: #fff;
  background: #8a6e4b;
  border-color: #8a6e4b;
}

.b8d-gold-custom-date .btn-primary:hover {
  color: #fff;
  background: #b9a893;
  border-color: #8a6e4b;
}

.b8d-gold-custom-date .btn-check:focus + .btn-primary, .b8d-gold-custom-date .btn-primary:focus {
  color: #8a6e4b;
  background-color: #fff;
  border-color: #8a6e4b;
  box-shadow: 0 0 0 .25rem #53422d;
}

.b8d-gold-custom-date .btn-primary.disabled, .b8d-gold-custom-date .btn-primary:disabled {
  color: #fff;
  background-color: #6e583c;
  border-color: #8a6e4b;
}

.b8d-gold-custom-date .btn-primary:not(:disabled):not(.disabled):active {
  color: #8a6e4b;
  background-color: #fff;
  border-color: #8a6e4b;
}

.b8d-gold-custom-date .react-calendar__tile:enabled {
  color: #6e583c;
}

.b8d-gold-custom-date .react-calendar__tile:enabled:hover, .b8d-gold-custom-date .react-calendar__tile:enabled:focus, .b8d-gold-custom-date .react-calendar__tile--active {
  color: #fff;
  background: #8a6e4b;
}

.b8d-gold-custom-date .react-calendar__tile--active:enabled:hover, .b8d-gold-custom-date .react-calendar__tile--active:enabled:focus {
  background: #8a6e4b;
}

.b8d-gold-custom-date .btn-light.active {
  color: #8a6e4b;
  background-color: #fff;
  border-color: #8a6e4b;
}

.b8d-callmeback-modal .body {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding-right: 17px;
  overflow-y: scroll;
}

.b8d-callmeback-modal .modal-body {
  overflow: auto;
}

.b8d-callmeback-modal .callMeBack {
  width: "100%";
  font-family: open sans, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
}

.b8d-callmeback-modal .callMeBack .btn svg {
  vertical-align: middle;
}

@media only screen and (width >= 1024px) {
  .b8d-callmeback-modal .callMeBack .phone-layout {
    padding: 0 200px;
  }
}

@media only screen and (width <= 992px) {
  .b8d-callmeback-modal .callMeBack .phone-layout {
    padding: 0 200px;
  }
}

@media only screen and (width <= 576px) {
  .b8d-callmeback-modal .callMeBack .phone-layout {
    padding: 0;
  }
}

@media only screen and (width <= 768px) {
  .b8d-callmeback-modal .callMeBack button.btn-calendar {
    width: 100%;
  }
}

.b8d-callmeback-modal .callMeBack button.btn-calendar {
  align-items: center;
  font-size: 12px;
}

.b8d-callmeback-modal .callMeBack button.btn-calendar svg {
  height: unset;
  vertical-align: middle;
  margin-left: 3px;
}

.b8d-callmeback-modal .callMeBack .phone-link {
  color: #8a8c8c;
}

.b8d-callmeback-modal .callMeBack .text-label {
  align-items: center;
  display: inline-flex;
}

.b8d-callmeback-modal .callMeBack .page_contact .row.textbtngroup, .b8d-callmeback-modal .callMeBack .page_contact .textbtngroup.row-consent {
  padding-top: 15px;
}

.b8d-callmeback-modal .callMeBack .form-control {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: .275rem .75rem;
}

.b8d-callmeback-modal .callMeBack .form-control:focus {
  border-color: #af9763;
  box-shadow: 0 0 0 .25rem #af976340;
}

.b8d-callmeback-modal .callMeBack .page_contact textarea {
  height: 16px;
}

.b8d-callmeback-modal .callMeBack .img-flag {
  border-radius: 6px;
  width: 40px;
  height: 25px;
}

.b8d-callmeback-modal .callMeBack .btn-lang, .b8d-callmeback-modal .callMeBack .btn-lang-select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 2px;
}

.b8d-callmeback-modal .callMeBack .btn-lang:active, .b8d-callmeback-modal .callMeBack .btn-lang-select:active {
  border: 1px solid #8d734a;
}

.b8d-callmeback-modal .callMeBack .btn-lang:hover, .b8d-callmeback-modal .callMeBack .btn-lang-select:hover, .b8d-callmeback-modal .callMeBack .btn-lang-select {
  border: 1px solid #af9763;
}

.b8d-callmeback-modal .callMeBack .row-lang {
  text-align: left;
}

.b8d-callmeback-modal .callMeBack .split-row {
  padding-top: 15px;
}

@media (width >= 768px) {
  .b8d-callmeback-modal .callMeBack .row-lang {
    text-align: right;
    width: 100%;
  }

  .b8d-callmeback-modal .callMeBack .split-row {
    padding-top: unset;
  }
}

.b8d-callmeback-modal .callMeBack .btn-primary {
  color: #fff;
  background-color: #bc9632;
  border: 1px solid #bc9632;
  display: inline-block;
}

.b8d-callmeback-modal .callMeBack .btn-primary:active, .b8d-callmeback-modal .callMeBack .btn-primary:hover {
  color: #fff !important;
  background-color: #af9763 !important;
  border: 1px solid #8d734a !important;
}

.b8d-callmeback-modal .callMeBack .btn-submit {
  color: #fff;
  background-color: #bc9632;
  border-color: #bc9632;
  border-radius: 15px;
  min-width: 200px;
  display: inline-block;
}

.b8d-callmeback-modal .callMeBack .btn-submit:hover {
  color: #fff;
  background-color: #8d734a;
  transition: all .7s;
}

.b8d-callmeback-modal .callMeBack .centered {
  text-align: center;
}

.b8d-callmeback-modal .callMeBack .right {
  text-align: right;
}

.b8d-callmeback-modal .callMeBack .left {
  text-align: left;
}

.b8d-callmeback-modal .callMeBack .title, .b8d-callmeback-modal .callMeBack .qr-title-phone, .b8d-callmeback-modal .callMeBack .qr-title {
  color: #8d734a;
  font-size: 1.4rem;
  font-weight: bold;
}

.b8d-callmeback-modal .callMeBack .qr-title {
  padding-bottom: 20px;
}

.b8d-callmeback-modal .callMeBack .vl-border {
  border-left: 1px solid #e0e0e0;
}

.b8d-callmeback-modal .callMeBack .form-check-label {
  color: #4b4f54;
  text-align: left;
  font-size: 12px;
}

.b8d-callmeback-modal .callMeBack .form-check-label u, .b8d-callmeback-modal .callMeBack .form-check-label a {
  color: #bc9632;
}

.b8d-callmeback-modal .callMeBack .form-check-input {
  background-color: #fff;
  border: 1px solid #00000040;
  transform: scale(1);
}

.b8d-callmeback-modal .callMeBack .form-check-input:checked {
  background-color: #bc9632;
  border: 1px solid #bc9632;
}

.b8d-callmeback-modal .callMeBack .row-consent {
  padding: 0 10px;
}

.b8d-callmeback-modal .callMeBack u {
  color: #20c997;
}

.b8d-callmeback-modal .callMeBack .img-lock {
  width: 200px;
}

.b8d-callmeback-modal .callMeBack .otp {
  margin-top: 0;
}

.b8d-callmeback-modal .callMeBack .otp .card {
  border: 1px solid #af9763;
  box-shadow: 0 1px 3px #af9763, 0 0 0 1px #af9763;
}

.b8d-callmeback-modal .callMeBack .otp .layout {
  margin-top: 0;
}

.b8d-callmeback-modal .callMeBack .otp .inputStyle, .b8d-callmeback-modal .callMeBack .otp .inputError {
  color: #8d734a;
  border: 1px solid #af9763;
  border-radius: 4px;
  height: 2rem;
  margin: 0 .5rem;
  font-size: 1.5rem;
  box-shadow: 0 1px 3px #af9763, 0 0 0 1px #af9763;
  width: 2rem !important;
}

.b8d-callmeback-modal .callMeBack .otp .inputError {
  border: 1px solid red;
}

.b8d-callmeback-modal .callMeBack .otp .error-message {
  margin-bottom: -1rem;
}

.b8d-callmeback-modal .callMeBack .form-text-error {
  color: #eb184e;
  margin-top: 4px;
  font-size: 12px;
}

.b8d-callmeback-modal .callMeBack .form-phone-number {
  padding: 0;
}

.b8d-callmeback-modal .callMeBack :root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: .8;
  --PhoneInputInternationalIconGlobe-opacity: .65;
  --PhoneInputCountrySelect-marginRight: .35em;
  --PhoneInputCountrySelectArrow-width: .3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: .45;
  --PhoneInputCountrySelectArrow-color: inherit;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: #00000080;
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: #0000001a;
}

.b8d-callmeback-modal .callMeBack .PhoneInput {
  background-color: #fff;
  align-items: center;
  padding: .275rem .55rem;
  display: flex;
}

.b8d-callmeback-modal .callMeBack .PhoneInputInput {
  border: none;
  flex: 1;
  min-width: 0;
}

.b8d-callmeback-modal .callMeBack .PhoneInputInput:focus-visible {
  outline: none;
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountryIcon--border {
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountryIconImg {
  width: 100%;
  height: 100%;
  display: block;
}

.b8d-callmeback-modal .callMeBack .PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.b8d-callmeback-modal .callMeBack .PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountry {
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect[disabled], .b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelectArrow {
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  display: block;
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.b8d-callmeback-modal .callMeBack .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.b8d-callmeback-modal .textbtngroup {
  color: #bc9632;
}

#callMeBackModal .modal-header {
  height: 40%;
}

@media only screen and (width <= 768px) {
  #callMeBackModal .modal-content {
    height: 830px;
  }

  #callMeBackModal .modal-header {
    height: 33%;
  }
}

.modal-custom-date-callmeback .book-pad-in .btn-light.active.selected {
  color: #fff;
  background-color: #bc9632;
}

.modal-custom-date-callmeback .btn-light:not(:disabled):not(.disabled):active, .modal-custom-date-callmeback .btn-light:not(:disabled):not(.disabled).active, .modal-custom-date-callmeback .show > .btn-light.dropdown-toggle {
  color: #bc9632;
  background-color: #fff;
}

.modal-custom-date-callmeback .btn-light.selected:not(:disabled):not(.disabled):active, .modal-custom-date-callmeback .btn-light.selected:not(:disabled):not(.disabled).active, .modal-custom-date-callmeback .show > .btn-light.selected.dropdown-toggle {
  color: #fff;
  background-color: #bc9632;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .book-pad-in > div > div.col-4 {
  padding-top: 10px;
}

.modal-custom-date-callmeback .btn-primary {
  color: #fff;
  background: #bc9632;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .btn-primary:hover {
  color: #fff;
  background: #af9763;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .react-calendar__tile:enabled {
  color: #af9763;
  font-weight: bold;
}

.modal-custom-date-callmeback .react-calendar__tile--active {
  color: #fff;
  background: #bc9632;
}

.modal-custom-date-callmeback .btn-check:focus + .btn-primary, .modal-custom-date-callmeback .btn-primary:focus {
  color: #bc9632;
  background-color: #fff;
  border-color: #bc9632;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.modal-custom-date-callmeback .btn-primary.disabled, .modal-custom-date-callmeback .btn-primary:disabled {
  color: #fff;
  background-color: #8d734a;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .btn-primary:not(:disabled):not(.disabled):active {
  color: #bc9632;
  background-color: #fff;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .react-calendar__tile--active:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile--active:enabled:focus {
  background: #bc9632;
}

.modal-custom-date-callmeback .react-calendar__tile:enabled:hover, .modal-custom-date-callmeback .react-calendar__tile:enabled:focus {
  color: #fff;
  background: #bc9632;
  border-radius: 6px;
}

.modal-custom-date-callmeback .btn-light.active {
  color: #bc9632;
  background-color: #fff;
  border-color: #bc9632;
}

.modal-custom-date-callmeback .btn-time {
  margin-top: 10px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.primary-color {
  color: #0bb288;
}

.disabled-check-item {
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed;
}

.PhoneInput.PhoneInput--disabled, .PhoneInput.PhoneInput--disabled input.PhoneInputInput {
  background-color: var(--bs-secondary-bg);
}

.PhoneInput.PhoneInput--disabled input.PhoneInputInput {
  border: none;
}

.PhoneInputCountrySelect:disabled {
  opacity: 0;
}

#date-picker.disabled-date-picker, #date-picker.disabled-date-picker input.disabled-date-picker {
  background-color: var(--bs-secondary-bg);
  pointer-events: none;
  cursor: not-allowed;
}

textarea:disabled {
  resize: none;
}

.doctor-item {
  background-color: #e8e2db;
}

.doctor-item .doctor-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 12rem;
}

.doctor-item .doctor-image-container {
  border-radius: .25rem;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.doctor-item .doctor-image {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.primary-title {
  --bs-heading-color: #8a6e4b;
  color: #8a6e4b;
  font-weight: bold;
}

.text-gold-140 {
  color: #53422d;
}

.bg-gold-140 {
  background-color: #53422d;
}

.text-gold-120 {
  color: #6e583c;
}

.bg-gold-120 {
  background-color: #6e583c;
}

.text-gold-100 {
  color: #8a6e4b;
}

.bg-gold-100 {
  background-color: #8a6e4b;
}

.text-gold-80 {
  color: #a18b6f;
}

.bg-gold-80 {
  background-color: #a18b6f;
}

.text-gold-60 {
  color: #b9a893;
}

.bg-gold-60 {
  background-color: #b9a893;
}

.text-gold-20 {
  color: #e8e2db;
}

.bg-gold-20 {
  background-color: #e8e2db;
}

.text-gold-10 {
  color: #f3f0ed;
}

.bg-gold-10 {
  background-color: #f3f0ed;
}

.text-gold-0 {
  color: #fff;
}

.bg-gold-0 {
  background-color: #fff;
}

.btn.text-link, a.text-link, .btn.text-link:hover, a.text-link:hover {
  color: #0bb288;
}

button.outline-primary, .outline-primary {
  --bs-btn-bg: #f3f0ed;
  font-size: inherit;
  background: #f3f0ed;
  border: 1px solid #8a6e4b;
}

button.outline-primary:hover, .outline-primary:hover {
  --bs-btn-hover-bg: #8a6e4b;
  --bs-btn-hover-border-color: #8a6e4b;
  --bs-btn-color: white;
  color: #fff;
  background: #8a6e4b;
  border-color: #8a6e4b;
}

.card {
  --bs-border-width: 1px;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: 8px;
}

:root {
  --bs-danger-rgb: 220, 53, 69;
  --bs-white-rgb: 255, 255, 255;
}

.insurance .subheader {
  color: #02594d;
  border: none;
  border-top: 1px solid #9ea0a0;
  border-bottom-width: 0;
  width: 100%;
  margin: 2rem auto;
  padding-top: 2rem;
  font-size: 1.28rem;
  font-weight: normal;
}

.insurance .insurance-item tr td:first-child {
  text-align: left;
  width: 50%;
}

.insurance .insurance-item tr td:first-child span {
  color: #13b4a4;
  font-size: 14px;
}

.insurance .insurance-item tr td:last-child {
  text-align: center;
  width: 30%;
}

.insurance .insurance-item tr td:last-child img {
  width: 100px;
  height: 100px;
}

@media (width >= 992px) {
  .privilege .centerTab__content__accordian {
    margin-top: -1.4rem;
  }
}

.privilege .text-align-center {
  text-align: center;
  display: block;
}

.privilege .accordion--wrapper.active .accordion--content {
  max-height: none;
}

.privilege .accordion--title {
  color: #fff;
  text-transform: uppercase;
  background: #8a6e4b;
  border-top: 1px solid #fff;
  padding: 1rem 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.privilege .accordion--title:after {
  content: "-";
  color: #ad9981;
  text-align: center;
  background: #fff;
  border-radius: .6rem;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  position: absolute;
  right: 15px;
}

.privilege .accordion--wrapper.active .accordion--title {
  background: #a18b6f;
}

.privilege .active .accordion--title:after {
  content: "+";
  color: #ad9981;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
}

.privilege .accordion--content {
  background-color: #fff;
  max-height: 0;
  transition: all .25s;
  overflow: hidden;
}

.privilege .table-grid {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: grid;
}

.privilege .table-cell {
  border: 1px solid #ccc;
  padding: 10px;
}

.privilege .table-cell p, .privilege .table-cell strong, .privilege .table-cell b, .privilege .table-cell span, .privilege .table-cell li {
  color: #646569;
}

.privilege .table-cell img {
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
}

.privilege .table-cell p, .privilege .table-cell li {
  font-size: 14px;
}

.privilege .table-cell ul {
  margin-bottom: 1rem;
  padding-left: 20px;
}

.privilege .table-cell ul li::marker, .privilege .table-cell ul li ul li::marker {
  color: #af976d !important;
}

.privilege .table-cell a {
  color: #13b4a4;
  font-size: 14px;
}

@media (width <= 768px) {
  .privilege .table-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.vtl * {
  font-family: DINNextLTPro, Battambang, Prompt, Noto Sans SC, Amiri, Padauk, "sans-serif", fontawesome;
}

.vtl title_fronta, .vtl abbr, .vtl acronym, .vtl address, .vtl applet, .vtl article, .vtl aside, .vtl audio, .vtl b, .vtl blockquote, .vtl big, .vtl body, .vtl center, .vtl canvas, .vtl caption, .vtl cite, .vtl code, .vtl command, .vtl datalist, .vtl dd, .vtl del, .vtl details, .vtl dfn, .vtl dl, .vtl div, .vtl dt, .vtl em, .vtl embed, .vtl fieldset, .vtl figcaption, .vtl figure, .vtl font, .vtl footer, .vtl form, .vtl h1, .vtl h2, .vtl h3, .vtl h4, .vtl h5, .vtl h6, .vtl header, .vtl hgroup, .vtl html, .vtl i, .vtl iframe, .vtl img, .vtl ins, .vtl kbd, .vtl keygen, .vtl label, .vtl legend, .vtl li, .vtl meter, .vtl nav, .vtl object, .vtl ol, .vtl output, .vtl p, .vtl pre, .vtl progress, .vtl q, .vtl s, .vtl samp, .vtl section, .vtl small, .vtl span, .vtl source, .vtl strike, .vtl strong, .vtl sub, .vtl sup, .vtl table, .vtl tbody, .vtl tfoot, .vtl thead, .vtl th, .vtl tr, .vtl tdvideo, .vtl tt, .vtl u, .vtl ul, .vtl var {
  vertical-align: top;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.vtl body {
  color: #575b59;
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.vtl ul {
  list-style-type: none;
}

.vtl ol, .vtl ul {
  list-style: none;
}

.vtl .editor-area ul {
  list-style: inside;
}

.vtl .editor-area ul > li {
  margin-left: 10px;
}

.vtl a {
  color: #af8d37;
  text-decoration: none;
}

.vtl a:hover {
  color: #575b59;
  text-decoration: none;
}

.vtl .select_wrapper {
  -o-transition: all .3s ease;
  border-radius: 30px;
  width: 386px;
  margin: 0 auto;
  transition: all .3s;
}

.vtl .select_wrapper span.viewall img, .vtl .select_wrapper .ddChild ul li[title="viewall"] img {
  content: url("https://assets-au-01.kc-usercontent.com/a6dff408-00de-026d-c1ed-4b9ad48fc11a/c2f75a2a-ced9-40a2-ae04-5596bbb61b96/category-all.png");
}

.vtl .select_wrapper img {
  vertical-align: top;
}

.vtl .select_wrapper .text {
  margin-bottom: 45px;
}

.vtl .select_wrapper .shadow {
  box-shadow: 0 .5rem 1rem #00000026;
}

.vtl .select_wrapper .select-package {
  height: 0;
  position: absolute;
  overflow: hidden;
}

.vtl .select_wrapper .dd {
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
}

.vtl .select_wrapper .dd .ddTitle {
  cursor: pointer;
  z-index: 6;
  background: #fff;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 6px 13px #bababa80;
}

.vtl .select_wrapper .dd .ddTitle .divider {
  display: none;
}

.vtl .select_wrapper .dd .ddTitle .ddArrow {
  -o-transition: all .3s ease;
  -webkit-background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjMzNCAwSC42NjZhLjY2Mi42NjIgMCAwMC0uNTkuMzguNzUyLjc1MiAwIDAwLjA0MS43MzRMNy40NTEgMTIuNWMuMTI0LjE5My4zMy4zMDguNTQ5LjMwOC4yMiAwIC40MjUtLjExNS41NS0uMzA4bDcuMzMzLTExLjM4NWMuMTQtLjIxNy4xNTYtLjUuMDQtLjczNGEuNjYyLjY2MiAwIDAwLS41OS0uMzh6IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNBRjhEMzciLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}

.vtl .select_wrapper .dd .ddTitle .ddTitleText {
  -ms-align-items: center;
  color: #af8d37;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  display: flex;
}

.vtl .select_wrapper .dd .ddTitle .ddTitleText img {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.vtl .select_wrapper .dd .ddTitle .border {
  border: 1px solid #dee2e6;
}

.vtl .select_wrapper .dd .ddChild {
  z-index: 2;
  width: 100%;
  top: 40px;
}

.vtl .select_wrapper .dd .ddChild ul {
  background: #f9f7f1;
  border-radius: 0 0 40px 40px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 6px 13px #bababa80;
}

.vtl .select_wrapper .dd .ddChild ul li:first-child {
  margin-top: 30px;
}

.vtl .select_wrapper .dd .ddChild ul li.selected, .vtl .select_wrapper .dd .ddChild ul li:hover {
  background: #fff;
}

.vtl .select_wrapper .dd .ddChild ul li {
  -o-transition: all .3s ease;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  color: #af8d37;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 7px;
  font-size: 20px;
  font-weight: normal;
  transition: all .3s;
  display: flex;
}

.vtl .select_wrapper .dd .ddChild ul li img {
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.vtl .select_wrapper .dd .ddlabel {
  margin-left: 15px;
  padding-top: 5px;
  display: inline-block;
}

.vtl .select_wrapper .borderRadiusTp.ddcommon .ddArrow {
  transform: rotate(-180deg);
}

.vtl .select_wrapper .dd.ddcommon.borderRadius, .vtl .select_wrapper .dd.ddcommon.borderRadiusTp {
  z-index: 1;
  margin-bottom: 10px;
}

.vtl .select_wrapper .dd-drop .dd-description {
  display: none;
}

.vtl .select_wrapper .dd-drop .dd-child {
  z-index: 2;
  visibility: visible;
  border-radius: 40px;
  position: absolute;
}

.vtl .item-load {
  padding-left: 15px;
  padding-right: 15px;
}

.vtl .package-card {
  border-radius: 10px;
  margin-top: 30px;
  padding: 25px 10px;
}

.vtl .package-card .package__text {
  background: #fff;
  padding: 0;
}

.vtl .package-card .package__text__title {
  cursor: pointer;
  color: #575b59;
}

.vtl .package-card .package__text__title:hover {
  color: #af8d37;
}

.vtl .package-card .package__text__title:after {
  background-color: #af8d37;
}

.vtl .package-card .package__text__price__number, .vtl .package-card .package__text__price__number {
  color: #af8d37;
  font-size: 1.7rem;
  font-weight: 300;
}

.vtl .package-card .package__detail {
  color: #575b59;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.vtl .package-card a.btn.btn-primary.w-100.my-3 {
  color: #575b59;
  background-color: #0000;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline 2px #af8d37;
  transition: all .3s;
  position: relative;
}

.vtl .package-card .btn-primary {
  color: #fff;
  background-color: #af8d37;
  border-color: #af8d37;
}

.vtl .package-card .package__visual {
  background: center / cover no-repeat;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.vtl .package-card .package__text__price__label {
  font-size: 100%;
  font-weight: 400;
}

.vtl .package-card .txt-width {
  width: 55px;
  margin-left: 10px;
}

.vtl .package-card .txt-width input {
  text-align: center;
  border-radius: 10px;
}

.vtl .package-card .txt-width input:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #af8d37;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.vtl .container-figure {
  height: 55px;
}

.vtl .btn-layout {
  width: 70px;
}

.vtl .btn-layout button {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  border: 2px solid #af8d37;
  border-radius: 27px;
  padding: 7px;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  min-width: 70px !important;
}

.vtl .btn-layout button:hover, .vtl .btn-layout button.active {
  color: #af8d37;
  background: #fff;
  border: 2px solid #af8d37;
}

.vtl .btn-layout .add-to-cart-button {
  color: #af8d37;
  background: #fff;
  border-color: #af8d37;
  border: 1px solid #dee2e6 !important;
}

.vtl .btn-layout .add-to-cart-button:hover {
  color: #fff;
  background: #af8d37;
  border-color: #af8d37;
}

.vtl .ml-right {
  margin-right: 20px;
}

.vtl .table-short {
  color: #af8d37;
  border-collapse: collapse;
  border: 1px solid #af8d37;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.vtl .table-short .td-short {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: .75rem;
}

.vtl .product_wrapper {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.vtl .product_wrapper .embed-container {
  padding-bottom: 56.25%;
}

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

.vtl .product_wrapper .container div .blog_wrapper h5.blog_item_title {
  text-transform: none;
}

.vtl .product_wrapper .container div .blog_item_title {
  margin-bottom: 20px;
}

.vtl .product_wrapper .container div h5 {
  text-transform: uppercase;
  color: #575b59;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.vtl .product_wrapper .container .order-1, .vtl .product_wrapper .container .order-2, .vtl .product_wrapper .container .col-12, .vtl .product_wrapper .container .col-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.vtl .product_wrapper .container .inline_form {
  display: flex;
}

.vtl .product_wrapper .container .inline_form label {
  margin-top: 6px;
  margin-right: 10px;
  font-weight: 400;
}

.vtl .product_wrapper .product_image {
  width: 100%;
}

.vtl .product_wrapper .width-auto {
  width: auto;
}

.vtl .product_wrapper .width-0 {
  width: 0;
}

.vtl .product_wrapper #currency_select {
  padding-left: 10px;
}

.vtl .product_wrapper .package__text__price__label {
  font-size: 100%;
  font-weight: 400;
}

.vtl .product_wrapper .txt-width {
  width: 55px;
  margin-left: 10px;
}

.vtl .product_wrapper .txt-width input {
  text-align: center;
  border-radius: 10px;
}

.vtl .product_wrapper .txt-width input:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #af8d37;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.vtl .product_wrapper .btn-layout {
  width: 100%;
  margin-top: 5px;
}

.vtl .product_wrapper .btn-layout button {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  border: 2px solid #af8d37;
  border-radius: 27px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  min-width: 100% !important;
}

.vtl .product_wrapper .btn-layout button:hover, .vtl .product_wrapper .btn-layout button.active {
  color: #af8d37;
  background: #fff;
  border: 2px solid #af8d37;
}

.vtl .product_wrapper .btn-layout .add-to-cart-button {
  color: #af8d37;
  background: #fff;
  border-color: #af8d37;
  border: 1px solid #dee2e6 !important;
}

.vtl .product_wrapper .btn-layout .add-to-cart-button:hover {
  color: #fff;
  background: #af8d37;
  border-color: #af8d37;
}

.vtl .product_wrapper .btn-primary {
  color: #fff;
  background-color: #af8d37;
  border-color: #af8d37;
}

.vtl .product_wrapper .colswitch {
  width: 100% !important;
}

.vtl .product_wrapper .add-to-cart-container {
  padding: 0 !important;
}

.vtl .product_wrapper .packageListing__cost__number {
  color: #af8d37;
  font-size: 1.6rem;
  font-weight: 300;
}

.vtl .product_wrapper .packageListing__cost__number #currency_select {
  padding: 5px 10px;
  font-size: 14px;
}

.vtl .product_wrapper .publish-to {
  text-align: center;
  width: 100%;
  padding: 12px;
}

.vtl .package__badge_campaign {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  background-color: #8c6c4b;
  -webkit-box-orient: vertical;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
}

.vtl .package__badge_campaign .package__badge_campaign_message {
  color: #fff;
  font-size: 12px;
}

:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: .8;
  --PhoneInputInternationalIconGlobe-opacity: .65;
  --PhoneInputCountrySelect-marginRight: .35em;
  --PhoneInputCountrySelectArrow-width: .3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: .45;
  --PhoneInputCountrySelectArrow-color: inherit;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: #00000080;
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: #0000001a;
}

#checkout-vtl-modal {
  pointer-events: unset;
  overflow: scroll;
  max-width: none !important;
  height: 100% !important;
  margin: 0 auto !important;
}

#checkout-vtl-modal table.table-summary {
  border: none;
}

#checkout-vtl-modal .me-2 {
  margin-right: .5rem !important;
}

#checkout-vtl-modal .PhoneInput {
  align-items: center;
  display: flex;
}

#checkout-vtl-modal .PhoneInputInput {
  flex: 1;
  min-width: 0;
}

#checkout-vtl-modal .PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

#checkout-vtl-modal .PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

#checkout-vtl-modal .PhoneInputCountryIcon--border {
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

#checkout-vtl-modal .PhoneInputCountryIconImg {
  width: 100%;
  height: 100%;
  display: block;
}

#checkout-vtl-modal .PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

#checkout-vtl-modal .PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

#checkout-vtl-modal .PhoneInputCountry {
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

#checkout-vtl-modal .PhoneInputCountrySelect {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#checkout-vtl-modal .PhoneInputCountrySelect[disabled], #checkout-vtl-modal .PhoneInputCountrySelect[readonly] {
  cursor: default;
}

#checkout-vtl-modal .PhoneInputCountrySelectArrow {
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  display: block;
}

#checkout-vtl-modal .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

#checkout-vtl-modal .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

#checkout-vtl-modal .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

#checkout-vtl-modal .promocode-apply-button {
  background-color: #af8d37;
}

#checkout-vtl-modal .customizeGiftCard .gift-card .form-control:focus-visible, #checkout-vtl-modal .customizeGiftCard .gift-card-popup .form-control:focus-visible {
  box-shadow: none;
  outline: 2px solid #af8d37;
}

#checkout-vtl-modal .customizeGiftCard .gift-card .btn-switch-on {
  background-color: #af8d37 !important;
  border-color: #af8d37 !important;
}

#checkout-vtl-modal .customizeGiftCard .gift-card .box-form-edit.edit-credit-card input:checked, #checkout-vtl-modal .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card input:checked {
  background-color: #af8d37;
  border-color: #af8d37;
}

#checkout-vtl-modal .customizeGiftCard .gift-card .text-green, #checkout-vtl-modal .customizeGiftCard .gift-card-popup .text-green {
  color: #af8d37 !important;
}

#checkout-vtl-modal .customizeGiftCard .gift-card .btn.btn-primary, #checkout-vtl-modal .customizeGiftCard .gift-card-popup .btn.btn-primary {
  background: #af8d37;
}

#checkout-vtl-modal .installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection.active {
  border: 1px solid #af8d37;
}

#checkout-vtl-modal .installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-remark .installment-remark-title {
  color: #af8d37;
}

#checkout-vtl-modal .installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection.active {
  border: 1px solid #af8d37;
}

#checkout-vtl-modal .installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .installment-choice-selection-container label.installment-choice-selection-title.active, #checkout-vtl-modal .installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .icon-list {
  color: #af8d37;
}

#checkout-vtl-modal .promocode-element {
  color: #af8d37;
  background: #fbf5d0;
}

#cart-vtl-modal .customizeGiftCard .gift-card .btn.btn-primary, #cart-vtl-modal .customizeGiftCard .gift-card-popup .btn.btn-primary {
  background: #af8d37;
}

#cart-vtl-modal .customizeGiftCard .gift-card .form-checkbox-inline input:checked, #cart-vtl-modal .customizeGiftCard .gift-card-popup .form-checkbox-inline input:checked {
  background-color: #af8d37;
  border-color: #af8d37;
}

#cart-vtl-modal .coupon .applied-code {
  color: #af8d37;
  background-color: #fbf5d0;
}

#failed-vtl-modal .btn.btn-primary-outline, #sucess-vtl-modal .btn.btn-primary-outline {
  color: #af8d37;
  border-color: #af8d37;
}

.cur-lang {
  position: relative;
}

.cur-lang figure {
  margin: 0;
}

.active.cur-lang:after {
  transform: rotate(180deg);
}

.cur-lang:after {
  content: "";
  -webkit-background-size: cover;
  -o-transition: all .3s ease;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjMzNCAwSC42NjZhLjY2Mi42NjIgMCAwMC0uNTkuMzguNzUyLjc1MiAwIDAwLjA0MS43MzRMNy40NTEgMTIuNWMuMTI0LjE5My4zMy4zMDguNTQ5LjMwOC4yMiAwIC40MjUtLjExNS41NS0uMzA4bDcuMzMzLTExLjM4NWMuMTQtLjIxNy4xNTYtLjUuMDQtLjczNGEuNjYyLjY2MiAwIDAwLS41OS0uMzh6IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNBRjhEMzciLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 8px;
  margin: auto;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
}

.lang-box {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  line-height: 17px;
  position: relative;
}

.cur-lang img {
  width: 30px;
}

.lang-box ul {
  background: #f9f7f1;
  border-radius: 4px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 6px 13px #bababa80;
}

.lang-box ul li:first-child {
  border-top: none;
  border-radius: 4px 4px 0 0;
}

.lang-box ul li {
  border-top: 1px solid #e9e0c7;
  overflow: hidden;
}

.lang-box ul li:last-child {
  border-radius: 0 0 4px 4px;
}

.lang-box ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -ms-align-items: center;
  color: #575b59;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  transition: all .3s;
  display: flex;
}

.lang-box ul li a figure {
  margin: 0;
}

.lang-box ul li a img {
  width: 40px;
  margin-right: 15px;
}

@media (width <= 767px) {
  .cur-lang span {
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
  }

  .cur-lang {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -ms-align-items: center;
    align-items: center;
    display: flex;
  }

  .lang-box {
    float: none;
    padding: 15px 20px;
  }
}

.alert-hide-backdrop-vtl {
  opacity: .5 !important;
}

.pad-5 {
  padding-bottom: 5px;
}

.fl-left {
  float: left;
}

.modal-card-design {
  height: 100% !important;
}

.container-loading {
  width: 100%;
  height: 100vh;
  position: relative;
}

.vertical-center {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modal-qr .modal-body {
  color: #8a8c8c;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.modal-qr .modal-header {
  border-bottom: 0;
}

.modal-qr .modal-footer {
  border-top: 0;
}

.modal-qr img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.modal-qr p {
  color: #4b4f54;
  font-size: 16px;
}

.modal-qr p.expired {
  color: #4b4f54;
  margin-top: 35px;
  font-size: 18px;
  font-weight: bolder;
}

.modal-qr .footer-qr {
  width: 100%;
  margin: auto;
  padding: 20px 30px;
}

@media (width >= 992px) {
  .modal-qr .footer-qr.expired {
    width: 50%;
    margin: auto;
    padding: 20px 30px;
  }
}

.modal-qr .btn.btn-primary-outline {
  color: #00b288;
  background: #fff;
  border-color: #00b288;
}

.modal-qr .modal-header .btn-close {
  padding-top: 30px;
  padding-right: 30px;
}

.modal-qr.modal-pack .modal-content {
  min-height: unset;
}

.modal-dialog.modal-right.cart-modal {
  width: 100%;
}

.modal-complimentary.modal-pack {
  height: auto;
  min-height: 100%;
}

.modal-complimentary.modal-pack .modal-content {
  height: 100%;
  min-height: 100%;
}

.modal-right {
  max-width: 400px !important;
  height: 100% !important;
  margin: auto !important;
  position: fixed !important;
  right: 0 !important;
  transform: translate3d(0%, 0, 0) !important;
}

.modal-right .modal-content {
  height: 100% !important;
}

.modal-right .modal-body {
  padding: 15px;
}

.modal-right .fade {
  -o-transition: opacity .3s linear, right .3s ease-out !important;
  transition: opacity .3s linear, right .3s ease-out !important;
}

.modal-right .fade.in {
  right: 0 !important;
}

.modal-right .modal-content {
  border: none;
  border-radius: 0;
}

.modal-right .modal-header {
  background-color: #fafafa;
  border-bottom-color: #eee;
}

.modal-pack.round-0 .modal-content {
  border-radius: 0 !important;
}

.modal-pack.round-10 .modal-content {
  border-radius: 10px !important;
}

.modal-pack.round-20 .modal-content {
  border-radius: 20px !important;
}

.modal-pack {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.modal-pack .modal.fade {
  transform: translate(0, -100%);
}

.modal-pack .modal.in {
  transform: translate(0);
}

.modal-pack .gift-card p, .modal-pack .gift-card-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.modal-pack .modal-content {
  height: auto;
  border-radius: 30px !important;
}

.modal-pack .gift-card-popup {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  font-family: Inter, sans-serif;
}

.modal-pack .gift-card-popup .splide__arrows {
  text-align: center;
  z-index: 10;
  width: 100%;
  margin: 28px 0 35px;
}

.modal-pack .splide__pagination li {
  margin: 0 3px;
}

@media (width >= 768px) {
  .modal-pack .gift-card-popup .splide__arrows {
    margin: 35px 0;
  }
}

.modal-pack .gift-card-popup .splide__arrows button {
  opacity: 1;
  background: none;
  border: 0;
  margin: 0 15px;
  transition: all .25s;
}

.modal-pack .gift-card-popup .splide__arrows button:disabled {
  opacity: .3;
}

.modal-pack .gift-card-popup .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.modal-pack .gift-card-popup .btn-group .btn-primary {
  width: 100%;
}

@media (width >= 768px) {
  .modal-pack .gift-card-popup .btn-group .btn-primary {
    width: auto;
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.modal-pack #popup-view-package {
  max-width: 910px;
}

.modal-pack #popup-view-package h2 {
  color: #4b4f54;
  margin-bottom: 30px;
  display: none;
}

@media (width >= 992px) {
  .modal-pack #popup-view-package h2 {
    display: block;
  }
}

.modal-pack #popup-view-package .gallery .list-img img {
  opacity: .3;
  cursor: pointer;
  transition: opacity .25s;
}

.modal-pack #popup-view-package .gallery .list-img img.active {
  opacity: 1;
}

.modal-pack #popup-view-package img {
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
  overflow: hidden;
}

.modal-pack #popup-view-package img:first-child {
  margin-top: 0;
}

.modal-pack #popup-view-package .detail {
  text-align: center;
  margin-top: 36px;
}

.modal-pack #popup-view-package .detail p {
  font-size: 14px;
  font-weight: 600;
}

.modal-pack #popup-view-package .detail small, .modal-pack #popup-view-package .detail .gift-card-popup h3, .modal-pack .gift-card-popup #popup-view-package .detail h3 {
  color: #8a8c8c;
  font-size: 12px;
}

.modal-pack #popup-view-package .splide__pagination {
  width: 100%;
  margin-top: -62px;
  position: absolute;
}

.modal-pack .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.modal-pack .splide__track--fade > .splide__list {
  display: block;
}

.modal-pack .splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-pack .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.modal-pack .splide--rtl {
  direction: rtl;
}

.modal-pack .splide__track--ttb > .splide__list {
  display: block;
}

.modal-pack .splide__container {
  box-sizing: border-box;
  position: relative;
}

.modal-pack .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.modal-pack .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.modal-pack .splide__pagination .splide__pagination__page.is-active {
  background: #4b4f54;
}

.modal-pack .splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.modal-pack .splide__pagination .splide__pagination__page {
  background: #d1d3d3;
  border: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: background .25s;
  display: block;
}

.modal-pack .splide__pagination li {
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.modal-pack .splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
}

.modal-pack .splide__progress__bar {
  width: 0;
}

.modal-pack .splide {
  visibility: hidden;
  position: relative;
}

.modal-pack .splide.is-initialized, .modal-pack .splide.is-rendered {
  visibility: visible;
}

.modal-pack .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.modal-pack .splide__slide img {
  vertical-align: bottom;
}

.modal-pack .splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.modal-pack .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-pack .splide__toggle.is-active .splide__toggle__play, .modal-pack .splide__toggle__pause {
  display: none;
}

.modal-pack .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.modal-pack .splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.sb-show-main.sb-main-padded {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0 !important;
}

.customizeGiftCard .button-link {
  color: #fff;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  background: none !important;
  padding: 0 !important;
}

.customizeGiftCard .gift-card .footer-total-amount .container.c-padding {
  padding: 0 80px 0 72px;
}

.customizeGiftCard .customizeGiftCard .gift-card .cart-item--detail .select-quantity {
  display: inline-flex;
}

.customizeGiftCard #gift-card-cart .cart-item .list-sub {
  padding-right: 25px;
}

.customizeGiftCard #gift-card-cart .list-sub .remove {
  z-index: 999;
}

.customizeGiftCard .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.customizeGiftCard .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.customizeGiftCard .input-hide-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.customizeGiftCard .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.customizeGiftCard .splide__track--fade > .splide__list {
  display: block;
}

.customizeGiftCard .splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.customizeGiftCard .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.customizeGiftCard .splide--rtl {
  direction: rtl;
}

.customizeGiftCard .splide__track--ttb > .splide__list {
  display: block;
}

.customizeGiftCard .splide__container {
  box-sizing: border-box;
  position: relative;
}

.customizeGiftCard .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.customizeGiftCard .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.customizeGiftCard .splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.customizeGiftCard .splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.customizeGiftCard .splide__progress__bar {
  width: 0;
}

.customizeGiftCard .splide {
  visibility: hidden;
  position: relative;
}

.customizeGiftCard .splide.is-initialized, .customizeGiftCard .splide.is-rendered {
  visibility: visible;
}

.customizeGiftCard .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.customizeGiftCard .splide__slide img {
  vertical-align: bottom;
}

.customizeGiftCard .splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.customizeGiftCard .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.customizeGiftCard .splide__toggle.is-active .splide__toggle__play, .customizeGiftCard .splide__toggle__pause {
  display: none;
}

.customizeGiftCard .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.customizeGiftCard .splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.customizeGiftCard .iti {
  display: inline-block;
  position: relative;
}

.customizeGiftCard .iti * {
  box-sizing: border-box;
}

.customizeGiftCard .iti__hide {
  display: none;
}

.customizeGiftCard .iti__v-hide {
  visibility: hidden;
}

.customizeGiftCard .iti input, .customizeGiftCard .iti input[type="text"], .customizeGiftCard .iti input[type="tel"] {
  z-index: 0;
  margin-right: 0;
  padding-right: 36px;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.customizeGiftCard .iti__flag-container {
  padding: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.customizeGiftCard .iti__selected-flag {
  z-index: 1;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  display: flex;
  position: relative;
}

.customizeGiftCard .iti__arrow {
  border-top: 4px solid #555;
  border-left: 3px solid #0000;
  border-right: 3px solid #0000;
  width: 0;
  height: 0;
  margin-left: 6px;
}

.customizeGiftCard .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.customizeGiftCard .iti__country-list {
  z-index: 2;
  text-align: left;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-y: scroll;
  box-shadow: 1px 1px 4px #0003;
}

.customizeGiftCard .iti__country-list--dropup {
  margin-bottom: -1px;
  bottom: 100%;
}

@media (width <= 500px) {
  .customizeGiftCard .iti__country-list {
    white-space: normal;
  }
}

.customizeGiftCard .iti__flag-box {
  width: 20px;
  display: inline-block;
}

.customizeGiftCard .iti__divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.customizeGiftCard .iti__country {
  outline: none;
  padding: 5px 10px;
}

.customizeGiftCard .iti__dial-code {
  color: #999;
}

.customizeGiftCard .iti__country.iti__highlight {
  background-color: #0000000d;
}

.customizeGiftCard .iti__flag-box, .customizeGiftCard .iti__country-name, .customizeGiftCard .iti__dial-code {
  vertical-align: middle;
}

.customizeGiftCard .iti__flag-box, .customizeGiftCard .iti__country-name {
  margin-right: 6px;
}

.customizeGiftCard .iti--allow-dropdown input, .customizeGiftCard .iti--allow-dropdown input[type="text"], .customizeGiftCard .iti--allow-dropdown input[type="tel"], .customizeGiftCard .iti--separate-dial-code input, .customizeGiftCard .iti--separate-dial-code input[type="text"], .customizeGiftCard .iti--separate-dial-code input[type="tel"] {
  margin-left: 0;
  padding-left: 52px;
  padding-right: 6px;
}

.customizeGiftCard .iti--allow-dropdown .iti__flag-container, .customizeGiftCard .iti--separate-dial-code .iti__flag-container {
  left: 0;
  right: auto;
}

.customizeGiftCard .iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.customizeGiftCard .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #0000000d;
}

.customizeGiftCard .iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .customizeGiftCard .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.customizeGiftCard .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .customizeGiftCard .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: #0000;
}

.customizeGiftCard .iti--separate-dial-code .iti__selected-flag {
  background-color: #0000000d;
}

.customizeGiftCard .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.customizeGiftCard .iti--container {
  z-index: 1060;
  padding: 1px;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.customizeGiftCard .iti--container:hover {
  cursor: pointer;
}

.customizeGiftCard .iti-mobile .iti--container {
  position: fixed;
  inset: 30px;
}

.customizeGiftCard .iti-mobile .iti__country-list {
  width: 100%;
  max-height: 100%;
}

.customizeGiftCard .iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.customizeGiftCard .iti__flag {
  width: 20px;
}

.customizeGiftCard .iti__flag.iti__be {
  width: 18px;
}

.customizeGiftCard .iti__flag.iti__ch {
  width: 15px;
}

.customizeGiftCard .iti__flag.iti__mc {
  width: 19px;
}

.customizeGiftCard .iti__flag.iti__ne {
  width: 18px;
}

.customizeGiftCard .iti__flag.iti__np {
  width: 13px;
}

.customizeGiftCard .iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-device-pixel-ratio >= 2), (resolution >= 192dpi) {
  .customizeGiftCard .iti__flag {
    background-size: 5652px 15px;
  }
}

.customizeGiftCard .iti__flag.iti__ac {
  background-position: 0 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ad {
  background-position: -22px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ae {
  background-position: -44px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__af {
  background-position: -66px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ag {
  background-position: -88px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ai {
  background-position: -110px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__al {
  background-position: -132px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__am {
  background-position: -154px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ao {
  background-position: -176px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__aq {
  background-position: -198px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ar {
  background-position: -220px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__as {
  background-position: -242px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__at {
  background-position: -264px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__au {
  background-position: -286px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__aw {
  background-position: -308px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ax {
  background-position: -330px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__az {
  background-position: -352px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ba {
  background-position: -374px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__bb {
  background-position: -396px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bd {
  background-position: -418px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__be {
  background-position: -440px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__bf {
  background-position: -460px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bg {
  background-position: -482px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__bh {
  background-position: -504px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__bi {
  background-position: -526px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__bj {
  background-position: -548px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bl {
  background-position: -570px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bm {
  background-position: -592px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__bn {
  background-position: -614px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__bo {
  background-position: -636px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bq {
  background-position: -658px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__br {
  background-position: -680px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bs {
  background-position: -702px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__bt {
  background-position: -724px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__bv {
  background-position: -746px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__bw {
  background-position: -768px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__by {
  background-position: -790px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__bz {
  background-position: -812px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ca {
  background-position: -834px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__cc {
  background-position: -856px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__cd {
  background-position: -878px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__cf {
  background-position: -900px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cg {
  background-position: -922px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ch {
  background-position: -944px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__ci {
  background-position: -961px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ck {
  background-position: -983px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__cl {
  background-position: -1005px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cm {
  background-position: -1027px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cn {
  background-position: -1049px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__co {
  background-position: -1071px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cp {
  background-position: -1093px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cr {
  background-position: -1115px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__cu {
  background-position: -1137px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__cv {
  background-position: -1159px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__cw {
  background-position: -1181px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cx {
  background-position: -1203px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__cy {
  background-position: -1225px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__cz {
  background-position: -1247px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__de {
  background-position: -1269px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__dg {
  background-position: -1291px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__dj {
  background-position: -1313px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__dk {
  background-position: -1335px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__dm {
  background-position: -1357px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__do {
  background-position: -1379px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__dz {
  background-position: -1401px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ea {
  background-position: -1423px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ec {
  background-position: -1445px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ee {
  background-position: -1467px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__eg {
  background-position: -1489px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__eh {
  background-position: -1511px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__er {
  background-position: -1533px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__es {
  background-position: -1555px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__et {
  background-position: -1577px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__eu {
  background-position: -1599px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__fi {
  background-position: -1621px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__fj {
  background-position: -1643px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__fk {
  background-position: -1665px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__fm {
  background-position: -1687px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__fo {
  background-position: -1709px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__fr {
  background-position: -1731px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ga {
  background-position: -1753px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__gb {
  background-position: -1775px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__gd {
  background-position: -1797px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__ge {
  background-position: -1819px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gf {
  background-position: -1841px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gg {
  background-position: -1863px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gh {
  background-position: -1885px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gi {
  background-position: -1907px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__gl {
  background-position: -1929px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gm {
  background-position: -1951px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gn {
  background-position: -1973px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gp {
  background-position: -1995px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gq {
  background-position: -2017px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gr {
  background-position: -2039px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__gs {
  background-position: -2061px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__gt {
  background-position: -2083px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__gu {
  background-position: -2105px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__gw {
  background-position: -2127px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__gy {
  background-position: -2149px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__hk {
  background-position: -2171px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__hm {
  background-position: -2193px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__hn {
  background-position: -2215px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__hr {
  background-position: -2237px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ht {
  background-position: -2259px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__hu {
  background-position: -2281px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ic {
  background-position: -2303px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__id {
  background-position: -2325px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ie {
  background-position: -2347px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__il {
  background-position: -2369px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__im {
  background-position: -2391px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__in {
  background-position: -2413px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__io {
  background-position: -2435px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__iq {
  background-position: -2457px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ir {
  background-position: -2479px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__is {
  background-position: -2501px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__it {
  background-position: -2523px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__je {
  background-position: -2545px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__jm {
  background-position: -2567px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__jo {
  background-position: -2589px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__jp {
  background-position: -2611px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ke {
  background-position: -2633px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__kg {
  background-position: -2655px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__kh {
  background-position: -2677px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__ki {
  background-position: -2699px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__km {
  background-position: -2721px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__kn {
  background-position: -2743px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__kp {
  background-position: -2765px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__kr {
  background-position: -2787px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__kw {
  background-position: -2809px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ky {
  background-position: -2831px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__kz {
  background-position: -2853px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__la {
  background-position: -2875px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__lb {
  background-position: -2897px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__lc {
  background-position: -2919px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__li {
  background-position: -2941px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__lk {
  background-position: -2963px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__lr {
  background-position: -2985px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__ls {
  background-position: -3007px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__lt {
  background-position: -3029px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__lu {
  background-position: -3051px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__lv {
  background-position: -3073px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ly {
  background-position: -3095px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ma {
  background-position: -3117px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mc {
  background-position: -3139px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__md {
  background-position: -3160px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__me {
  background-position: -3182px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__mf {
  background-position: -3204px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mg {
  background-position: -3226px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mh {
  background-position: -3248px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__mk {
  background-position: -3270px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ml {
  background-position: -3292px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mm {
  background-position: -3314px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mn {
  background-position: -3336px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__mo {
  background-position: -3358px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mp {
  background-position: -3380px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__mq {
  background-position: -3402px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mr {
  background-position: -3424px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ms {
  background-position: -3446px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__mt {
  background-position: -3468px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mu {
  background-position: -3490px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mv {
  background-position: -3512px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mw {
  background-position: -3534px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__mx {
  background-position: -3556px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__my {
  background-position: -3578px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__mz {
  background-position: -3600px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__na {
  background-position: -3622px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__nc {
  background-position: -3644px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ne {
  background-position: -3666px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__nf {
  background-position: -3686px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ng {
  background-position: -3708px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__ni {
  background-position: -3730px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__nl {
  background-position: -3752px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__no {
  background-position: -3774px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__np {
  background-position: -3796px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__nr {
  background-position: -3811px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__nu {
  background-position: -3833px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__nz {
  background-position: -3855px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__om {
  background-position: -3877px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__pa {
  background-position: -3899px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pe {
  background-position: -3921px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pf {
  background-position: -3943px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pg {
  background-position: -3965px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__ph {
  background-position: -3987px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__pk {
  background-position: -4009px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pl {
  background-position: -4031px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__pm {
  background-position: -4053px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pn {
  background-position: -4075px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__pr {
  background-position: -4097px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ps {
  background-position: -4119px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__pt {
  background-position: -4141px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__pw {
  background-position: -4163px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__py {
  background-position: -4185px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__qa {
  background-position: -4207px 0;
  height: 8px;
}

.customizeGiftCard .iti__flag.iti__re {
  background-position: -4229px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ro {
  background-position: -4251px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__rs {
  background-position: -4273px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ru {
  background-position: -4295px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__rw {
  background-position: -4317px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sa {
  background-position: -4339px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sb {
  background-position: -4361px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__sc {
  background-position: -4383px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__sd {
  background-position: -4405px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__se {
  background-position: -4427px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__sg {
  background-position: -4449px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sh {
  background-position: -4471px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__si {
  background-position: -4493px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__sj {
  background-position: -4515px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__sk {
  background-position: -4537px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sl {
  background-position: -4559px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sm {
  background-position: -4581px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__sn {
  background-position: -4603px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__so {
  background-position: -4625px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sr {
  background-position: -4647px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ss {
  background-position: -4669px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__st {
  background-position: -4691px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__sv {
  background-position: -4713px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__sx {
  background-position: -4735px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sy {
  background-position: -4757px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__sz {
  background-position: -4779px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ta {
  background-position: -4801px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tc {
  background-position: -4823px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__td {
  background-position: -4845px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tf {
  background-position: -4867px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tg {
  background-position: -4889px 0;
  height: 13px;
}

.customizeGiftCard .iti__flag.iti__th {
  background-position: -4911px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tj {
  background-position: -4933px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tk {
  background-position: -4955px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tl {
  background-position: -4977px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tm {
  background-position: -4999px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tn {
  background-position: -5021px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__to {
  background-position: -5043px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tr {
  background-position: -5065px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tt {
  background-position: -5087px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__tv {
  background-position: -5109px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__tw {
  background-position: -5131px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__tz {
  background-position: -5153px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ua {
  background-position: -5175px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ug {
  background-position: -5197px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__um {
  background-position: -5219px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__un {
  background-position: -5241px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__us {
  background-position: -5263px 0;
  height: 11px;
}

.customizeGiftCard .iti__flag.iti__uy {
  background-position: -5285px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__uz {
  background-position: -5307px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__va {
  background-position: -5329px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__vc {
  background-position: -5346px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ve {
  background-position: -5368px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__vg {
  background-position: -5390px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__vi {
  background-position: -5412px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__vn {
  background-position: -5434px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__vu {
  background-position: -5456px 0;
  height: 12px;
}

.customizeGiftCard .iti__flag.iti__wf {
  background-position: -5478px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__ws {
  background-position: -5500px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag.iti__xk {
  background-position: -5522px 0;
  height: 15px;
}

.customizeGiftCard .iti__flag.iti__ye {
  background-position: -5544px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__yt {
  background-position: -5566px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__za {
  background-position: -5588px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__zm {
  background-position: -5610px 0;
  height: 14px;
}

.customizeGiftCard .iti__flag.iti__zw {
  background-position: -5632px 0;
  height: 10px;
}

.customizeGiftCard .iti__flag {
  background-color: #dbdbdb;
  background-position: 20px 0;
  background-repeat: no-repeat;
  height: 15px;
  box-shadow: 0 0 1px #888;
}

.customizeGiftCard .iti__flag.iti__np {
  background-color: #0000;
}

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

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

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

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

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

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

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

@media (width >= 1200px) {
  .customizeGiftCard h1 {
    font-size: 2.5rem;
  }
}

.customizeGiftCard h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  .customizeGiftCard h2 {
    font-size: 2rem;
  }
}

.customizeGiftCard h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  .customizeGiftCard h3 {
    font-size: 1.75rem;
  }
}

.customizeGiftCard h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  .customizeGiftCard h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

.customizeGiftCard dt {
  font-weight: 700;
}

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

.customizeGiftCard blockquote {
  margin: 0 0 1rem;
}

.customizeGiftCard b, .customizeGiftCard strong {
  font-weight: bolder;
}

.customizeGiftCard small, .customizeGiftCard .gift-card-popup h3 {
  font-size: .875em;
}

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

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

.customizeGiftCard sub {
  bottom: -.25em;
}

.customizeGiftCard sup {
  top: -.5em;
}

.customizeGiftCard a {
  color: #0d6efd;
  text-decoration: underline;
}

.customizeGiftCard a:hover {
  color: #0a58ca;
}

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

.customizeGiftCard pre, .customizeGiftCard code, .customizeGiftCard kbd, .customizeGiftCard samp {
  font-family: var(--bs-font-monospace);
  direction: ltr;
  unicode-bidi: bidi-override;
  font-size: 1em;
}

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

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

.customizeGiftCard code {
  color: #d63384;
  word-wrap: break-word;
  font-size: .875em;
}

.customizeGiftCard a > code {
  color: inherit;
}

.customizeGiftCard kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: .875em;
}

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

.customizeGiftCard figure {
  margin: 0 0 1rem;
}

.customizeGiftCard img, .customizeGiftCard svg {
  vertical-align: middle;
}

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

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

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

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

.customizeGiftCard label {
  display: inline-block;
}

.customizeGiftCard button {
  border-radius: 0;
}

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

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

.customizeGiftCard button, .customizeGiftCard select {
  text-transform: none;
}

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

.customizeGiftCard select {
  word-wrap: normal;
}

.customizeGiftCard select:disabled {
  opacity: 1;
}

.customizeGiftCard [list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

.customizeGiftCard textarea {
  resize: vertical;
}

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

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

@media (width >= 1200px) {
  .customizeGiftCard legend {
    font-size: 1.5rem;
  }
}

.customizeGiftCard legend + * {
  clear: left;
}

.customizeGiftCard ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-text {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-minute {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-hour-field {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-day-field {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-month-field {
  padding: 0;
}

.customizeGiftCard ::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

.customizeGiftCard ::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.customizeGiftCard ::-webkit-file-upload-button {
  font: inherit;
}

.customizeGiftCard ::file-selector-button {
  font: inherit;
}

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

.customizeGiftCard output {
  display: inline-block;
}

.customizeGiftCard iframe {
  border: 0;
}

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

.customizeGiftCard progress {
  vertical-align: baseline;
}

.customizeGiftCard [hidden] {
  display: none !important;
}

.customizeGiftCard .row, .customizeGiftCard .b8d-callmeback-modal .callMeBack .row-consent, .b8d-callmeback-modal .callMeBack .customizeGiftCard .row-consent {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

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

.customizeGiftCard .col {
  flex: 1 0;
}

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

.customizeGiftCard .row-cols-1 > * {
  flex: none;
  width: 100%;
}

.customizeGiftCard .row-cols-2 > * {
  flex: none;
  width: 50%;
}

.customizeGiftCard .row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.customizeGiftCard .row-cols-4 > * {
  flex: none;
  width: 25%;
}

.customizeGiftCard .row-cols-5 > * {
  flex: none;
  width: 20%;
}

.customizeGiftCard .row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.customizeGiftCard .col-auto {
  flex: none;
  width: auto;
}

.customizeGiftCard .col-1 {
  flex: none;
  width: 8.33333%;
}

.customizeGiftCard .col-2 {
  flex: none;
  width: 16.6667%;
}

.customizeGiftCard .col-3 {
  flex: none;
  width: 25%;
}

.customizeGiftCard .col-4 {
  flex: none;
  width: 33.3333%;
}

.customizeGiftCard .col-5 {
  flex: none;
  width: 41.6667%;
}

.customizeGiftCard .col-6 {
  flex: none;
  width: 50%;
}

.customizeGiftCard .col-7 {
  flex: none;
  width: 58.3333%;
}

.customizeGiftCard .col-8 {
  flex: none;
  width: 66.6667%;
}

.customizeGiftCard .col-9 {
  flex: none;
  width: 75%;
}

.customizeGiftCard .col-10 {
  flex: none;
  width: 83.3333%;
}

.customizeGiftCard .col-11 {
  flex: none;
  width: 91.6667%;
}

.customizeGiftCard .col-12 {
  flex: none;
  width: 100%;
}

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

.customizeGiftCard .offset-2 {
  margin-left: 16.6667%;
}

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

.customizeGiftCard .offset-4 {
  margin-left: 33.3333%;
}

.customizeGiftCard .offset-5 {
  margin-left: 41.6667%;
}

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

.customizeGiftCard .offset-7 {
  margin-left: 58.3333%;
}

.customizeGiftCard .offset-8 {
  margin-left: 66.6667%;
}

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

.customizeGiftCard .offset-10 {
  margin-left: 83.3333%;
}

.customizeGiftCard .offset-11 {
  margin-left: 91.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 576px) {
  .customizeGiftCard .col-sm {
    flex: 1 0;
  }

  .customizeGiftCard .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .customizeGiftCard .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-sm-auto {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .customizeGiftCard .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .customizeGiftCard .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .customizeGiftCard .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .customizeGiftCard .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .customizeGiftCard .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .customizeGiftCard .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .customizeGiftCard .col-sm-12 {
    flex: none;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .customizeGiftCard .col-md {
    flex: 1 0;
  }

  .customizeGiftCard .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .customizeGiftCard .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-md-auto {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .customizeGiftCard .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-md-3 {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .customizeGiftCard .col-md-6 {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .customizeGiftCard .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .customizeGiftCard .col-md-9 {
    flex: none;
    width: 75%;
  }

  .customizeGiftCard .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .customizeGiftCard .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .customizeGiftCard .col-md-12 {
    flex: none;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 992px) {
  .customizeGiftCard .col-lg {
    flex: 1 0;
  }

  .customizeGiftCard .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .customizeGiftCard .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-lg-auto {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .customizeGiftCard .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .customizeGiftCard .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .customizeGiftCard .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .customizeGiftCard .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .customizeGiftCard .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .customizeGiftCard .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .customizeGiftCard .col-lg-12 {
    flex: none;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .customizeGiftCard .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .customizeGiftCard .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .customizeGiftCard .g-lg-0, .customizeGiftCard .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .customizeGiftCard .g-lg-0, .customizeGiftCard .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .customizeGiftCard .g-lg-1, .customizeGiftCard .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .customizeGiftCard .g-lg-1, .customizeGiftCard .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .customizeGiftCard .g-lg-2, .customizeGiftCard .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .customizeGiftCard .g-lg-2, .customizeGiftCard .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .customizeGiftCard .g-lg-3, .customizeGiftCard .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .customizeGiftCard .g-lg-3, .customizeGiftCard .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .customizeGiftCard .g-lg-4, .customizeGiftCard .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .customizeGiftCard .g-lg-4, .customizeGiftCard .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .customizeGiftCard .g-lg-5, .customizeGiftCard .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .customizeGiftCard .g-lg-5, .customizeGiftCard .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1200px) {
  .customizeGiftCard .col-xl {
    flex: 1 0;
  }

  .customizeGiftCard .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .customizeGiftCard .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-xl-auto {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .customizeGiftCard .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .customizeGiftCard .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .customizeGiftCard .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .customizeGiftCard .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .customizeGiftCard .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .customizeGiftCard .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .customizeGiftCard .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .offset-xl-0 {
    margin-left: 0;
  }

  .customizeGiftCard .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .customizeGiftCard .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .customizeGiftCard .offset-xl-3 {
    margin-left: 25%;
  }

  .customizeGiftCard .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .customizeGiftCard .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .customizeGiftCard .offset-xl-6 {
    margin-left: 50%;
  }

  .customizeGiftCard .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .customizeGiftCard .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .customizeGiftCard .offset-xl-9 {
    margin-left: 75%;
  }

  .customizeGiftCard .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .customizeGiftCard .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .customizeGiftCard .g-xl-0, .customizeGiftCard .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .customizeGiftCard .g-xl-0, .customizeGiftCard .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .customizeGiftCard .g-xl-1, .customizeGiftCard .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .customizeGiftCard .g-xl-1, .customizeGiftCard .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .customizeGiftCard .g-xl-2, .customizeGiftCard .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .customizeGiftCard .g-xl-2, .customizeGiftCard .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .customizeGiftCard .g-xl-3, .customizeGiftCard .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .customizeGiftCard .g-xl-3, .customizeGiftCard .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .customizeGiftCard .g-xl-4, .customizeGiftCard .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .customizeGiftCard .g-xl-4, .customizeGiftCard .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .customizeGiftCard .g-xl-5, .customizeGiftCard .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .customizeGiftCard .g-xl-5, .customizeGiftCard .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1400px) {
  .customizeGiftCard .col-xxl {
    flex: 1 0;
  }

  .customizeGiftCard .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .customizeGiftCard .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .customizeGiftCard .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .customizeGiftCard .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .customizeGiftCard .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .customizeGiftCard .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .customizeGiftCard .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .customizeGiftCard .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .customizeGiftCard .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .customizeGiftCard .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .customizeGiftCard .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .customizeGiftCard .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .customizeGiftCard .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .customizeGiftCard .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .customizeGiftCard .offset-xxl-0 {
    margin-left: 0;
  }

  .customizeGiftCard .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .customizeGiftCard .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .customizeGiftCard .offset-xxl-3 {
    margin-left: 25%;
  }

  .customizeGiftCard .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .customizeGiftCard .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .customizeGiftCard .offset-xxl-6 {
    margin-left: 50%;
  }

  .customizeGiftCard .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .customizeGiftCard .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .customizeGiftCard .offset-xxl-9 {
    margin-left: 75%;
  }

  .customizeGiftCard .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .customizeGiftCard .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .customizeGiftCard .g-xxl-0, .customizeGiftCard .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .customizeGiftCard .g-xxl-0, .customizeGiftCard .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .customizeGiftCard .g-xxl-1, .customizeGiftCard .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .customizeGiftCard .g-xxl-1, .customizeGiftCard .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .customizeGiftCard .g-xxl-2, .customizeGiftCard .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .customizeGiftCard .g-xxl-2, .customizeGiftCard .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .customizeGiftCard .g-xxl-3, .customizeGiftCard .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .customizeGiftCard .g-xxl-3, .customizeGiftCard .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .customizeGiftCard .g-xxl-4, .customizeGiftCard .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .customizeGiftCard .g-xxl-4, .customizeGiftCard .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .customizeGiftCard .g-xxl-5, .customizeGiftCard .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .customizeGiftCard .g-xxl-5, .customizeGiftCard .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.customizeGiftCard .container, .customizeGiftCard .container-fluid, .customizeGiftCard .container-sm, .customizeGiftCard .container-md, .customizeGiftCard .container-lg, .customizeGiftCard .container-xl, .customizeGiftCard .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .customizeGiftCard .container, .customizeGiftCard .container-sm {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .customizeGiftCard .container, .customizeGiftCard .container-sm, .customizeGiftCard .container-md {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .customizeGiftCard .container, .customizeGiftCard .container-sm, .customizeGiftCard .container-md, .customizeGiftCard .container-lg {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .customizeGiftCard .container, .customizeGiftCard .container-sm, .customizeGiftCard .container-md, .customizeGiftCard .container-lg, .customizeGiftCard .container-xl {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .customizeGiftCard .container, .customizeGiftCard .container-sm, .customizeGiftCard .container-md, .customizeGiftCard .container-lg, .customizeGiftCard .container-xl, .customizeGiftCard .container-xxl {
    max-width: 1320px;
  }
}

.customizeGiftCard .text-left {
  text-align: left !important;
}

.customizeGiftCard .text-center {
  text-align: center !important;
}

.customizeGiftCard .text-right {
  text-align: right !important;
}

.customizeGiftCard .font-normal {
  font-weight: normal !important;
}

.customizeGiftCard .font-medium {
  font-weight: 500 !important;
}

.customizeGiftCard .font-semibold {
  font-weight: 600 !important;
}

.customizeGiftCard .hidden {
  display: none;
}

.customizeGiftCard .flex {
  display: flex;
}

.customizeGiftCard .justify-between {
  justify-content: space-between;
}

.customizeGiftCard .grid {
  gap: 8px;
  display: grid;
}

.customizeGiftCard .grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customizeGiftCard .grid.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.customizeGiftCard .mb-5 {
  margin-bottom: 25px;
}

.customizeGiftCard .mt-5 {
  margin-top: 25px;
}

.customizeGiftCard .mt-10 {
  margin-top: 50px;
}

.customizeGiftCard .show-desktop {
  display: none;
}

@media (width >= 992px) {
  .customizeGiftCard .show-desktop {
    display: block;
  }
}

.customizeGiftCard .show-mobile {
  margin-top: 30px;
  display: block;
}

@media (width >= 992px) {
  .customizeGiftCard .show-mobile {
    display: none;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.customizeGiftCard .gift-card .btn, .customizeGiftCard .gift-card-popup .btn {
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn, .customizeGiftCard .gift-card-popup .btn {
    font-size: 16px;
  }
}

.customizeGiftCard .gift-card .btn:disabled, .customizeGiftCard .gift-card-popup .btn:disabled {
  cursor: default;
}

.customizeGiftCard .gift-card .btn:hover, .customizeGiftCard .gift-card-popup .btn:hover {
  color: #fff;
  background: #49c3b1;
}

.customizeGiftCard .gift-card .btn.btn-primary, .customizeGiftCard .gift-card-popup .btn.btn-primary {
  color: #fff;
  background: #00b288;
}

.customizeGiftCard .gift-card .btn.btn-secondary, .customizeGiftCard .gift-card-popup .btn.btn-secondary {
  color: #4b4f54;
  background: #eee;
}

.customizeGiftCard .gift-card .btn.btn-disabled, .customizeGiftCard .gift-card-popup .btn.btn-disabled {
  color: #8a8c8c;
  background: #eee;
}

.customizeGiftCard .gift-card .btn.btn-outline, .customizeGiftCard .gift-card-popup .btn.btn-outline {
  color: #00b288;
  background: #fff;
  border: 1px solid #00b288;
}

.customizeGiftCard .gift-card .btn.btn-outline.btn-secondary, .customizeGiftCard .gift-card-popup .btn.btn-outline.btn-secondary {
  color: #646569;
  border-color: #eee;
}

.customizeGiftCard .gift-card .btn.btn-outline.btn-error, .customizeGiftCard .gift-card-popup .btn.btn-outline.btn-error {
  color: #eb184e;
  background: none;
  border-color: #eb184e;
}

.customizeGiftCard .gift-card .btn.btn-full, .customizeGiftCard .gift-card-popup .btn.btn-full {
  width: 100%;
}

.customizeGiftCard .gift-card .btn.btn-l, .customizeGiftCard .gift-card-popup .btn.btn-l {
  height: 48px;
  padding: 0 31px;
}

.customizeGiftCard .gift-card .btn.btn-m, .customizeGiftCard .gift-card-popup .btn.btn-m {
  height: 48px;
  padding: 0 31px;
  font-size: 12px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn.btn-l, .customizeGiftCard .gift-card-popup .btn.btn-l {
    padding: 0 50px;
  }

  .customizeGiftCard .gift-card .btn.btn-m, .customizeGiftCard .gift-card-popup .btn.btn-m {
    height: 48px;
    padding: 0 31px;
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .btn.btn-s, .customizeGiftCard .gift-card-popup .btn.btn-s {
  padding: 8px 50px;
}

.customizeGiftCard .gift-card .btn.btn-view-more, .customizeGiftCard .gift-card-popup .btn.btn-view-more {
  color: #646569;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn.btn-view-more, .customizeGiftCard .gift-card-popup .btn.btn-view-more {
    margin-top: 24px;
  }
}

.customizeGiftCard .gift-card .btn.btn-view-more:hover, .customizeGiftCard .gift-card-popup .btn.btn-view-more:hover {
  color: #fff;
  background: #00b288;
}

.customizeGiftCard .gift-card .btn.btn-error, .customizeGiftCard .gift-card-popup .btn.btn-error {
  color: #fff;
  background: #eb184e;
}

.customizeGiftCard .gift-card .btn.show-desktop, .customizeGiftCard .gift-card-popup .btn.show-desktop {
  display: none;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn.show-desktop, .customizeGiftCard .gift-card-popup .btn.show-desktop {
    display: flex;
  }
}

.customizeGiftCard .gift-card .btn.show-mobile, .customizeGiftCard .gift-card-popup .btn.show-mobile {
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn.show-mobile, .customizeGiftCard .gift-card-popup .btn.show-mobile {
    display: none;
  }
}

.customizeGiftCard .gift-card .btn-back, .customizeGiftCard .gift-card-popup .btn-back {
  align-items: center;
  width: fit-content;
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn-back, .customizeGiftCard .gift-card-popup .btn-back {
    width: fit-content;
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .btn-back i, .customizeGiftCard .gift-card-popup .btn-back i {
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/3901d5df-153c-4a9a-9d60-3f9375cc4051/arrow-left.svg") 0 0 / contain no-repeat;
  width: 9px;
  height: 16px;
  margin-right: 15px;
  display: inline-block;
}

.customizeGiftCard .complimentary .btn-back {
  color: #646569;
  align-items: center;
  margin-bottom: 20px;
  font-size: 0;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .complimentary .btn-back {
    font-size: 14px;
  }
}

.customizeGiftCard .complimentary .btn-back i {
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/3901d5df-153c-4a9a-9d60-3f9375cc4051/arrow-left.svg") 0 0 / contain no-repeat;
  width: 9px;
  height: 16px;
  margin-right: 15px;
  display: inline-block;
}

.customizeGiftCard .complimentary .complimentary-header h2 {
  font-size: 20px;
}

.customizeGiftCard .gift-card .btn-group, .customizeGiftCard .gift-card-popup .btn-group {
  display: flex;
}

.customizeGiftCard .gift-card .btn-group .btn, .customizeGiftCard .gift-card-popup .btn-group .btn {
  width: 100%;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn-group .btn, .customizeGiftCard .gift-card-popup .btn-group .btn {
    width: auto;
  }
}

.customizeGiftCard .gift-card .btn-group.btn-left, .customizeGiftCard .gift-card-popup .btn-group.btn-left {
  justify-content: start;
}

.customizeGiftCard .gift-card .btn-group.btn-center, .customizeGiftCard .gift-card-popup .btn-group.btn-center {
  justify-content: center;
  margin: 0 -7px;
}

.customizeGiftCard .gift-card .btn-group.btn-center .btn, .customizeGiftCard .gift-card-popup .btn-group.btn-center .btn {
  margin: 0 7px;
}

.customizeGiftCard .gift-card .btn-group.btn-center .btn.btn-radius, .customizeGiftCard .gift-card-popup .btn-group.btn-center .btn {
  border-radius: 5px;
}

.customizeGiftCard .gift-card .btn-group.btn-right, .customizeGiftCard .gift-card-popup .btn-group.btn-right {
  justify-content: flex-end;
}

.customizeGiftCard .gift-card .btn-round, .customizeGiftCard .gift-card-popup .btn-round {
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .25s;
  display: flex;
  box-shadow: 0 5px 14px #4b4f540d;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn-round, .customizeGiftCard .gift-card-popup .btn-round {
    width: 40px;
    height: 40px;
  }
}

.customizeGiftCard .gift-card .btn-round svg, .customizeGiftCard .gift-card-popup .btn-round svg {
  width: 10px;
  height: 10px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .btn-round svg, .customizeGiftCard .gift-card-popup .btn-round svg {
    width: 15px;
    height: 16px;
  }
}

.customizeGiftCard .gift-card .btn-round svg path, .customizeGiftCard .gift-card-popup .btn-round svg path {
  transition: all .25s;
}

.customizeGiftCard .gift-card .btn-round:hover, .customizeGiftCard .gift-card-popup .btn-round:hover {
  background: #00b288;
}

.customizeGiftCard .gift-card .btn-round:hover svg path, .customizeGiftCard .gift-card-popup .btn-round:hover svg path {
  fill: #fff;
}

.customizeGiftCard .gift-card .btn-close, .customizeGiftCard .gift-card-popup .btn-close {
  cursor: pointer;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/ea99f35e-f2e9-48a7-9975-3298831ecc2f/close.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
}

.customizeGiftCard .accordion--wrapper {
  cursor: pointer;
  border-top: 1px solid #e7e9f0;
  padding: 15px 0;
}

.customizeGiftCard .accordion--wrapper:first-of-type {
  border: 0;
}

.customizeGiftCard .accordion--title {
  color: #4b4f54;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

@media (width >= 992px) {
  .customizeGiftCard .accordion--title {
    font-size: 16px;
    line-height: 22px;
  }
}

.customizeGiftCard .accordion--title:first-of-type {
  border: 0;
}

.customizeGiftCard .accordion--title:after {
  content: " ";
  z-index: 1;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/c1b4f0cb-ad37-446e-b61a-2f9a7d8192b2/arrow-up.svg") 0 0 / contain no-repeat;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  transition: all .25s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(180deg);
}

.customizeGiftCard .accordion-button:not(.collapsed) {
  color: #4b4f54;
  background-color: #0000;
}

.customizeGiftCard .accordion-button:focus {
  box-shadow: none;
  border-color: #0000;
}

.customizeGiftCard .accordion--content {
  max-height: 0;
  transition: all .25s;
  overflow: hidden;
}

.customizeGiftCard .accordion-body {
  padding-top: 0;
  transition: all .25s;
  overflow: hidden;
}

.customizeGiftCard .accordion--content .content, .customizeGiftCard .accordion-body div {
  padding: 5px 0;
}

.customizeGiftCard .accordion--content ul, .customizeGiftCard .accordion--content ol, .customizeGiftCard .accordion-body ul, .customizeGiftCard .accordion-body ol {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 25px;
}

.customizeGiftCard .accordion--content ul:first-of-type, .customizeGiftCard .accordion--content ol:first-of-type, .customizeGiftCard .accordion-body ul:first-of-type, .customizeGiftCard .accordion-body ol:first-of-type {
  margin-top: 0;
}

.customizeGiftCard .accordion--content ul li, .customizeGiftCard .accordion--content ol li, .customizeGiftCard .accordion-body ul li, .customizeGiftCard .accordion-body ol li {
  color: #646569;
  margin-top: 10px;
  font-size: 12px;
}

.customizeGiftCard .accordion--content ul li:first-child, .customizeGiftCard .accordion--content ol li:first-child, .customizeGiftCard .accordion-body ul li:first-child, .customizeGiftCard .accordion-body ol li:first-child {
  margin-top: 0;
}

@media (width >= 768px) {
  .customizeGiftCard .accordion--content ul li, .customizeGiftCard .accordion--content ol li, .customizeGiftCard .accordion-body ul li, .customizeGiftCard .accordion-body ol li {
    font-size: 14px;
  }
}

.customizeGiftCard .accordion--wrapper.active .accordion--title:after {
  transform: rotate(0);
}

.customizeGiftCard .accordion--wrapper.active .accordion--content {
  max-height: 800px;
  padding-top: 15px;
}

.customizeGiftCard .accordion-card-design .list-card-design {
  max-height: 210px;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.customizeGiftCard .accordion-card-design .list-card-design:after {
  content: "";
  background: linear-gradient(#fff0 0%, #fff 100%);
  width: 100%;
  height: 60px;
  transition: all .25s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.customizeGiftCard .accordion-card-design .expand {
  text-align: center;
  cursor: pointer;
  color: #646569;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}

.customizeGiftCard .accordion-card-design .expand:hover {
  color: #4b4f54;
}

.customizeGiftCard .accordion-card-design .expand:after {
  content: " ";
  z-index: 1;
  vertical-align: middle;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/c1b4f0cb-ad37-446e-b61a-2f9a7d8192b2/arrow-up.svg") 0 0 / contain no-repeat;
  width: 11px;
  height: 6px;
  margin-left: 5px;
  transition: all .25s;
  display: inline-block;
  transform: rotate(180deg);
}

.customizeGiftCard .accordion-card-design.active .list-card-design {
  max-height: 800px;
}

.customizeGiftCard .accordion-card-design.active .list-card-design:after {
  opacity: 0;
}

.customizeGiftCard .accordion-card-design.active .expand:after {
  transform: rotate(0);
}

.customizeGiftCard .gift-card .box-form--text, .customizeGiftCard .gift-card .form-radio--text, .customizeGiftCard .gift-card-popup .box-form--text, .customizeGiftCard .gift-card-popup .form-radio--text {
  position: relative;
}

.customizeGiftCard .gift-card .box-form--text > span, .customizeGiftCard .gift-card .form-radio--text > span, .customizeGiftCard .gift-card-popup .box-form--text > span, .customizeGiftCard .gift-card-popup .form-radio--text > span {
  color: #4b4f54;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all .25s;
  display: block;
}

.customizeGiftCard .gift-card .box-form small, .customizeGiftCard .gift-card .box-form .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .box-form h3, .customizeGiftCard .gift-card .form-radio small, .customizeGiftCard .gift-card .form-radio .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .form-radio h3, .customizeGiftCard .gift-card-popup .box-form small, .customizeGiftCard .gift-card-popup .box-form h3, .customizeGiftCard .gift-card-popup .form-radio small, .customizeGiftCard .gift-card-popup .form-radio h3 {
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

.customizeGiftCard .gift-card .form-radio, .customizeGiftCard .gift-card-popup .form-radio {
  margin-top: 8px;
}

.customizeGiftCard .gift-card .form-radio:first-of-type, .customizeGiftCard .gift-card-popup .form-radio:first-of-type {
  margin-top: 12px;
}

.customizeGiftCard .gift-card .form-radio label, .customizeGiftCard .gift-card-popup .form-radio label {
  width: 100%;
}

.customizeGiftCard .gift-card .form-radio label input[type="radio"], .customizeGiftCard .gift-card-popup .form-radio label input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.customizeGiftCard .gift-card .form-radio label input[type="radio"]:checked + .form-radio--content, .customizeGiftCard .gift-card-popup .form-radio label input[type="radio"]:checked + .form-radio--content {
  background: #eef8f6;
  border-color: #eef8f6;
}

.customizeGiftCard .gift-card .form-radio label input[type="radio"]:checked + .form-radio--content .radio, .customizeGiftCard .gift-card-popup .form-radio label input[type="radio"]:checked + .form-radio--content .radio {
  background: #00b288;
  border-color: #00b288;
}

.customizeGiftCard .gift-card .form-radio label input[type="radio"]:checked + .form-radio--content p, .customizeGiftCard .gift-card-popup .form-radio label input[type="radio"]:checked + .form-radio--content p {
  color: #0bb288;
}

.customizeGiftCard .gift-card .form-radio label input[type="radio"]:checked + .form-radio---content .radio, .customizeGiftCard .gift-card-popup .form-radio label input[type="radio"]:checked + .form-radio---content .radio {
  background: #00b288;
  border-color: #00b288;
}

.customizeGiftCard .gift-card .form-radio label:hover .form-radio--content, .customizeGiftCard .gift-card-popup .form-radio label:hover .form-radio--content {
  background: #eef8f6;
  border-color: #eef8f6;
}

.customizeGiftCard .gift-card .form-radio label:hover .form-radio--content .form-radio--text span, .customizeGiftCard .gift-card-popup .form-radio label:hover .form-radio--content .form-radio--text span {
  color: #0bb288;
}

.customizeGiftCard .gift-card .form-radio--content, .customizeGiftCard .gift-card-popup .form-radio--content {
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 5px;
  align-items: center;
  padding: 15px;
  transition: all .25s;
  display: flex;
  position: relative;
}

.customizeGiftCard .gift-card .form-radio--content .radio, .customizeGiftCard .gift-card-popup .form-radio--content .radio {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  flex: 0 0 14px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  transition: all .25s;
  display: flex;
}

.customizeGiftCard .gift-card .form-radio--content .radio:before, .customizeGiftCard .gift-card-popup .form-radio--content .radio:before {
  content: "";
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/fd7f90c8-a793-46dc-9cf0-001b6f00497f/tick.svg") center / contain no-repeat;
  width: 6px;
  height: 6px;
  display: block;
}

.customizeGiftCard .gift-card .form-radio--text, .customizeGiftCard .gift-card-popup .form-radio--text {
  margin-left: 12px;
}

.customizeGiftCard .gift-card .form-radio .img, .customizeGiftCard .gift-card-popup .form-radio .img {
  position: absolute;
  right: 15px;
}

.customizeGiftCard .gift-card .box-form, .customizeGiftCard .gift-card-popup .box-form {
  margin-top: 8px;
}

.customizeGiftCard .gift-card .box-form:first-of-type, .customizeGiftCard .gift-card-popup .box-form:first-of-type {
  margin-top: 12px;
}

.customizeGiftCard .gift-card .box-form label, .customizeGiftCard .gift-card-popup .box-form label {
  border: 1px solid #eee;
  border-radius: 5px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.customizeGiftCard .gift-card .box-form--text, .customizeGiftCard .gift-card-popup .box-form--text {
  margin-left: 12px;
}

.customizeGiftCard .gift-card .box-form input, .customizeGiftCard .gift-card-popup .box-form input {
  color: #4b4f54;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.customizeGiftCard .gift-card .box-form input:active, .customizeGiftCard .gift-card-popup .box-form input:active {
  outline: 0;
}

.customizeGiftCard .gift-card .box-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background: none;
}

.customizeGiftCard .gift-card .select-amount, .customizeGiftCard .gift-card-popup .select-amount {
  margin-top: 15px;
}

.customizeGiftCard .gift-card .select-amount ul, .customizeGiftCard .gift-card-popup .select-amount ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .select-amount ul, .customizeGiftCard .gift-card-popup .select-amount ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.customizeGiftCard .gift-card .select-amount ul li, .customizeGiftCard .gift-card-popup .select-amount ul li {
  color: #646569;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 0;
  padding: 7px;
  font-size: 14px;
  list-style-type: none;
  transition: all .25s;
}

.customizeGiftCard .gift-card .select-amount ul li:hover, .customizeGiftCard .gift-card .select-amount ul li.active, .customizeGiftCard .gift-card-popup .select-amount ul li:hover, .customizeGiftCard .gift-card-popup .select-amount ul li.active {
  color: #00b288;
  cursor: pointer;
  background: #eef8f6;
  font-weight: 600;
}

.customizeGiftCard .gift-card .select-quantity, .customizeGiftCard .gift-card-popup .select-quantity {
  margin-top: 30px;
}

.customizeGiftCard .gift-card .cart-item--detail .select-quantity {
  margin-top: 15px;
  display: inline-flex;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .select-quantity, .customizeGiftCard .gift-card-popup .select-quantity {
    border: 1px solid #eee;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .customizeGiftCard .gift-card .cart-item--detail .select-quantity {
    margin-top: 15px;
    display: inline-flex;
  }
}

.customizeGiftCard .gift-card .select-quantity h3, .customizeGiftCard .gift-card-popup .select-quantity h3 {
  color: #4b4f54;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.customizeGiftCard .gift-card .select-quantity .form-number, .customizeGiftCard .gift-card-popup .select-quantity .form-number {
  border: 1px solid #eee;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding: 15px;
  display: flex;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .select-quantity .form-number, .customizeGiftCard .gift-card-popup .select-quantity .form-number {
    border: 0;
    width: 90px;
    margin-top: 0;
    padding: 0;
  }
}

.customizeGiftCard .gift-card .select-quantity .form-number input, .customizeGiftCard .gift-card-popup .select-quantity .form-number input {
  text-align: center;
  border: 0;
  width: 155px;
  font-size: 14px;
  font-weight: 500;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .select-quantity .form-number input, .customizeGiftCard .gift-card-popup .select-quantity .form-number input {
    width: 60px;
    margin-top: 0;
  }
}

.customizeGiftCard .gift-card .select-quantity .form-number button, .customizeGiftCard .gift-card-popup .select-quantity .form-number button {
  color: #646569;
  background: none;
  border: 0;
  width: 15px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.customizeGiftCard .gift-card .select-quantity .form-number button:disabled {
  opacity: .2;
}

.customizeGiftCard .gift-card .form-control, .customizeGiftCard .gift-card-popup .form-control {
  color: #4b4f54;
  border: 1px solid #d1d3d3;
  border-radius: 6px;
  outline: 2px solid #0000;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  transition: outline .25s;
}

.customizeGiftCard .gift-card .form-control:focus-visible, .customizeGiftCard .gift-card-popup .form-control:focus-visible {
  box-shadow: none;
  outline: 2px solid #00b288;
}

.customizeGiftCard .gift-card .form-control::placeholder, .customizeGiftCard .gift-card-popup .form-control::placeholder {
  color: #8a8c8c;
}

.customizeGiftCard .gift-card .form-control:disabled, .customizeGiftCard .gift-card-popup .form-control:disabled {
  color: #8a8c8c;
  background-color: #eee;
  border: 1px solid #d1d3d3;
}

.customizeGiftCard .gift-card select.form-control, .customizeGiftCard .gift-card-popup select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/f8a6d7fe-ae38-4a46-9a37-0c218c293fff/select-dropdown.svg") right 14px center no-repeat;
}

.customizeGiftCard .gift-card .form-group, .customizeGiftCard .gift-card-popup .form-group {
  margin-bottom: 24px;
}

.customizeGiftCard .gift-card .form-group label, .customizeGiftCard .gift-card-popup .form-group label {
  color: #4b4f54;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.customizeGiftCard .gift-card .form-group label small, .customizeGiftCard .gift-card .form-group label .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .form-group label h3, .customizeGiftCard .gift-card-popup .form-group label small, .customizeGiftCard .gift-card-popup .form-group label h3 {
  color: #8a8c8c;
  font-size: 12px;
  font-weight: 400;
}

.customizeGiftCard .gift-card .form-currency, .customizeGiftCard .gift-card-popup .form-currency {
  position: relative;
}

.customizeGiftCard .gift-card .form-currency input.form-control, .customizeGiftCard .gift-card-popup .form-currency input.form-control {
  color: #8a8c8c;
  padding-right: 50px;
  font-weight: 500;
}

.customizeGiftCard .gift-card .form-currency span, .customizeGiftCard .gift-card-popup .form-currency span {
  color: #8a8c8c;
  z-index: 5;
  font-size: 16px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translateY(50%);
}

.customizeGiftCard .gift-card .form-select-currency, .customizeGiftCard .gift-card-popup .form-select-currency {
  position: relative;
}

.customizeGiftCard .gift-card .form-select-currency input.form-control, .customizeGiftCard .gift-card-popup .form-select-currency input.form-control {
  color: #8a8c8c;
  background-color: #fff;
  padding-right: 140px;
  font-weight: 500;
}

.customizeGiftCard .gift-card .form-select-currency select, .customizeGiftCard .gift-card-popup .form-select-currency select {
  color: #646569;
  z-index: 5;
  -webkit-appearance: none;
  appearance: none;
  text-align: right;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/cb167b44-6ce8-4da9-b40c-09269625acae/arrow-down.svg") 100% no-repeat;
  border: 0;
  padding: 5px 20px 5px 5px;
  font-size: 14px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translateY(50%);
}

.customizeGiftCard .gift-card .form-select-currency select:focus, .customizeGiftCard .gift-card-popup .form-select-currency select:focus {
  box-shadow: none;
  outline: none;
}

.customizeGiftCard .gift-card .form-textarea .message-counter, .customizeGiftCard .gift-card-popup .form-textarea .message-counter {
  color: #646569;
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}

.customizeGiftCard .gift-card .datepicker-grid, .customizeGiftCard .gift-card-popup .datepicker-grid {
  width: 370px;
}

.customizeGiftCard .gift-card .datepicker-picker, .customizeGiftCard .gift-card-popup .datepicker-picker {
  box-shadow: none;
  background: #fafafa;
  border-radius: 6px;
  padding: 10px;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-controls .button, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-controls .button {
  background: #fafafa;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-controls .view-switch, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-controls .view-switch {
  color: #646569;
  order: 1;
  justify-content: left;
  font-weight: 600;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-controls .prev-btn, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-controls .prev-btn {
  order: 2;
  margin-right: 25px;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-controls .next-btn, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-controls .next-btn {
  order: 3;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .dow, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .dow {
  color: #4b4f54;
  font-size: 12px;
  font-weight: 600;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell {
  color: #00b288;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.disabled, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.disabled {
  color: #8a8c8c;
  font-weight: normal;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.focused:not(.selected), .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.focused:not(.selected) {
  color: #fff;
  background: #00b288;
  font-weight: 600;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.today, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.today {
  position: relative;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.today:not(.selected), .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.today:not(.selected) {
  color: #8a8c8c;
  background: none;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.today:after, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.today:after {
  content: "";
  background: #8a8c8c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  position: absolute;
  bottom: 5px;
  left: 50%;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.today.selected:after, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.today.selected:after {
  background: #fff;
}

.customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.selected, .customizeGiftCard .gift-card .datepicker-picker .datepicker-view .datepicker-cell.selected:hover, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.selected, .customizeGiftCard .gift-card-popup .datepicker-picker .datepicker-view .datepicker-cell.selected:hover {
  color: #fff;
  background: #00b288;
  font-weight: 600;
}

.customizeGiftCard .gift-card .form-datepicker, .customizeGiftCard .gift-card-popup .form-datepicker {
  display: none;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .form-datepicker, .customizeGiftCard .gift-card-popup .form-datepicker {
    display: block;
  }
}

.customizeGiftCard .gift-card .form-datepicker-mobile, .customizeGiftCard .gift-card-popup .form-datepicker-mobile {
  display: block;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .form-datepicker-mobile, .customizeGiftCard .gift-card-popup .form-datepicker-mobile {
    display: none;
  }
}

.customizeGiftCard .gift-card .form-datepicker-mobile label, .customizeGiftCard .gift-card-popup .form-datepicker-mobile label {
  position: relative;
}

.customizeGiftCard .gift-card .form-datepicker-mobile .form-date-hide, .customizeGiftCard .gift-card-popup .form-datepicker-mobile .form-date-hide {
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.customizeGiftCard .gift-card .form-error, .customizeGiftCard .gift-card-popup .form-error {
  border-color: #eb184e;
}

.customizeGiftCard .gift-card .form-text-error, .customizeGiftCard .gift-card-popup .form-text-error {
  color: #eb184e;
  margin-top: 8px;
  font-size: 12px;
}

.customizeGiftCard .gift-card .form-text-error-hide, .customizeGiftCard .gift-card-popup .form-text-error-hide {
  display: none;
}

.customizeGiftCard .gift-card .form-switch, .customizeGiftCard .gift-card-popup .form-switch {
  align-items: center;
  display: flex;
}

.customizeGiftCard .gift-card .form-switch .form-check-input, .customizeGiftCard .gift-card-popup .form-switch .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #afafaf;
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/cdbe7dd5-e6ba-4ed4-8cef-78a09e092ff5/circle-white.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  border-radius: 12px;
  width: 43px;
  height: 24px;
  margin-left: 15px;
  transition: background .25s;
}

.customizeGiftCard .gift-card .form-switch .form-check-input:checked, .customizeGiftCard .gift-card-popup .form-switch .form-check-input:checked {
  background-color: #00b288;
  background-position: right 3px center;
}

.customizeGiftCard .gift-card .form-checkbox-inline input, .customizeGiftCard .gift-card-popup .form-checkbox-inline input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d1d3d3;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transition: background-color .25s;
  display: inline-block;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .form-checkbox-inline input, .customizeGiftCard .gift-card-popup .form-checkbox-inline input {
    width: 18px;
    height: 18px;
  }
}

.customizeGiftCard .gift-card .form-checkbox-inline input:checked, .customizeGiftCard .gift-card-popup .form-checkbox-inline input:checked {
  background: #00b288 url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/fd7f90c8-a793-46dc-9cf0-001b6f00497f/tick.svg") center / 6px 6px no-repeat;
  border-color: #00b288;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .form-checkbox-inline input:checked, .customizeGiftCard .gift-card-popup .form-checkbox-inline input:checked {
    background-size: 7px 7px;
  }
}

.customizeGiftCard .gift-card .form-checkbox-inline label, .customizeGiftCard .gift-card-popup .form-checkbox-inline label {
  color: #646569;
  font-size: 12px;
}

.customizeGiftCard .gift-card .form-phone-number .iti, .customizeGiftCard .gift-card-popup .form-phone-number .iti {
  width: 100%;
}

.customizeGiftCard .gift-card .form-phone-number .iti--separate-dial-code .iti__selected-flag, .customizeGiftCard .gift-card-popup .form-phone-number .iti--separate-dial-code .iti__selected-flag {
  background: none;
}

.customizeGiftCard .gift-card .form-phone-number .iti__flag-container, .customizeGiftCard .gift-card-popup .form-phone-number .iti__flag-container {
  z-index: 5;
  border-right: 1px solid #d1d3d3;
  width: 112px;
}

.customizeGiftCard .gift-card .form-phone-number .iti__flag, .customizeGiftCard .gift-card-popup .form-phone-number .iti__flag {
  width: 27px;
  height: 18px;
}

.customizeGiftCard .gift-card .form-phone-number .iti__selected-dial-code, .customizeGiftCard .gift-card-popup .form-phone-number .iti__selected-dial-code {
  color: #4b4f54;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 600;
}

.customizeGiftCard .gift-card .form-phone-number .iti__arrow, .customizeGiftCard .gift-card-popup .form-phone-number .iti__arrow {
  display: none;
}

.customizeGiftCard .gift-card .form-phone-number .iti__country-name, .customizeGiftCard .gift-card-popup .form-phone-number .iti__country-name {
  margin-left: 12px;
}

.customizeGiftCard .gift-card .form-radio-inline input, .customizeGiftCard .gift-card-popup .form-radio-inline input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-size: 6px 6px;
  border: 1px solid #d1d3d3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  transition: background-color .25s;
  display: inline-block;
}

.customizeGiftCard .gift-card .form-radio-inline input:checked, .customizeGiftCard .gift-card-popup .form-radio-inline input:checked {
  background: #00b288 url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/fd7f90c8-a793-46dc-9cf0-001b6f00497f/tick.svg") center no-repeat;
  border-color: #00b288;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .form-radio-inline input, .customizeGiftCard .gift-card-popup .form-radio-inline input {
    background-size: 8px 8px;
  }
}

.customizeGiftCard .gift-card .form-radio-inline label, .customizeGiftCard .gift-card-popup .form-radio-inline label {
  color: #4b4f54;
  font-size: 14px;
  font-weight: 600;
}

.customizeGiftCard .gift-card .box-form-apply-code, .customizeGiftCard .gift-card-popup .box-form-apply-code, .customizeGiftCard .gift-card .box-form-apply-code .form-apply-code, .customizeGiftCard .gift-card-popup .box-form-apply-code .form-apply-code {
  position: relative;
}

.customizeGiftCard .gift-card .box-form-apply-code .btn, .customizeGiftCard .gift-card-popup .box-form-apply-code .btn {
  border-radius: 8px;
  height: 24px;
  padding: 4px 25px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 50%;
  right: 15px;
  transform: translateY(50%);
}

.customizeGiftCard .gift-card .apply-code, .customizeGiftCard .gift-card-popup .apply-code {
  color: #00b288;
  background: #eef8f6;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.customizeGiftCard .gift-card .apply-code i, .customizeGiftCard .gift-card-popup .apply-code i {
  cursor: pointer;
  background: #00b288;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.customizeGiftCard .gift-card .apply-code-list, .customizeGiftCard .gift-card-popup .apply-code-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
  display: grid;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .apply-code-list, .customizeGiftCard .gift-card-popup .apply-code-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.customizeGiftCard .gift-card .apply-code-list .code, .customizeGiftCard .gift-card-popup .apply-code-list .code {
  color: #00b288;
  background: #eef8f6;
  border-radius: 5px;
  justify-content: space-between;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.customizeGiftCard .gift-card .apply-code-list .code i, .customizeGiftCard .gift-card-popup .apply-code-list .code i {
  cursor: pointer;
  background: #646569;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.customizeGiftCard .gift-card .pay-another-card, .customizeGiftCard .gift-card-popup .pay-another-card {
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .pay-another-card, .customizeGiftCard .gift-card-popup .pay-another-card {
    display: none;
  }
}

.customizeGiftCard .gift-card .pay-another-card a, .customizeGiftCard .gift-card-popup .pay-another-card a {
  margin-right: 12px;
  display: inline-block;
}

.customizeGiftCard .gift-card .pay-another-card p, .customizeGiftCard .gift-card-popup .pay-another-card p {
  color: #4b4f54;
  font-size: 14px;
  font-weight: 600;
}

.customizeGiftCard .gift-card .select-payment .pay-another-card, .customizeGiftCard .gift-card-popup .select-payment .pay-another-card {
  display: none;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .select-payment .pay-another-card, .customizeGiftCard .gift-card-popup .select-payment .pay-another-card {
    display: flex;
  }
}

.customizeGiftCard .gift-card .form-credit-card, .customizeGiftCard .gift-card-popup .form-credit-card {
  position: relative;
}

.customizeGiftCard .gift-card .form-credit-card .credit-card, .customizeGiftCard .gift-card-popup .form-credit-card .credit-card {
  position: absolute;
  bottom: 50%;
  right: 14px;
  transform: translateY(50%);
}

.customizeGiftCard .gift-card .form-credit-card .credit-card img, .customizeGiftCard .gift-card-popup .form-credit-card .credit-card img {
  display: block;
}

.customizeGiftCard .gift-card .form-credit-card input, .customizeGiftCard .gift-card-popup .form-credit-card input {
  padding-right: 40px;
}

.customizeGiftCard .gift-card .box-form-edit, .customizeGiftCard .gift-card-popup .box-form-edit {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card.payment {
  border: 0;
}

.customizeGiftCard .gift-card .payment-method-list {
  background: #fafafa;
  border-radius: 8px;
  padding: 0 10px 10px;
}

.customizeGiftCard .campaign-alert.campaign-alert-list {
  color: #f2615f;
}

.customizeGiftCard .campaign-alert a.link {
  color: #f2615f;
  text-decoration: underline;
}

.customizeGiftCard .gift-card .payment-method-list.another-card {
  padding: 0;
}

.customizeGiftCard .gift-card .card-type {
  background: #fff;
  border-radius: 6px;
}

.customizeGiftCard .gift-card .card-border {
  border: 1px solid #eee;
  border-radius: 6px;
}

.customizeGiftCard .gift-card .form-card-type {
  padding: 24px;
}

.customizeGiftCard .gift-card .form-card-type.form {
  padding: 10px 15px;
}

.customizeGiftCard .gift-card .form-card-type.form.none-header {
  border: 1px solid #00b288;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.customizeGiftCard .gift-card .footer-down {
  margin-top: 15px;
  padding: 10px 15px;
}

.customizeGiftCard .gift-card .footer-space {
  width: 100%;
  padding: 10px 15px;
}

.customizeGiftCard .gift-card .box-form-edit img, .customizeGiftCard .gift-card-popup .box-form-edit img {
  display: block;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit, .customizeGiftCard .gift-card-popup .box-form-edit {
    padding: 24px;
  }
}

.customizeGiftCard .gift-card .box-form-edit .col-01, .customizeGiftCard .gift-card-popup .box-form-edit .col-01 {
  width: 30%;
  padding-right: 15px;
}

.customizeGiftCard .gift-card .box-form-edit .col-01 p, .customizeGiftCard .gift-card-popup .box-form-edit .col-01 p {
  font-size: 10px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit .col-01 p, .customizeGiftCard .gift-card-popup .box-form-edit .col-01 p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
  }
}

.customizeGiftCard .gift-card .box-form-edit .col-01 p:first-child, .customizeGiftCard .gift-card-popup .box-form-edit .col-01 p:first-child {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}

.customizeGiftCard .list-credit-card.select-card.payment-remember {
  padding: 10px;
}

.customizeGiftCard .gift-card .box-form-edit.payment-remember, .customizeGiftCard .gift-card-popup .box-form-edit.payment-remember {
  margin-bottom: 15px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit .col-01 p:first-child, .customizeGiftCard .gift-card-popup .box-form-edit .col-01 p:first-child {
    font-size: 18px;
    line-height: 22px;
  }

  .customizeGiftCard .gift-card .box-form-edit.payment .col-01 p:first-child, .customizeGiftCard .gift-card-popup .box-form-edit.payment .col-01 p:first-child, .customizeGiftCard .gift-card .box-form-edit.payment-remember .col-01 p:first-child, .customizeGiftCard .gift-card-popup .box-form-edit.payment-remember .col-01 p:first-child, .customizeGiftCard .gift-card .box-form-edit.payment-remember .col-01 p, .customizeGiftCard .gift-card-popup .box-form-edit.payment-remember .col-01 p {
    font-size: 14px;
    line-height: 18px;
  }
}

.customizeGiftCard .gift-card .box-form-edit .col-02, .customizeGiftCard .gift-card-popup .box-form-edit .col-02 {
  width: 70%;
  padding-right: 15px;
}

.customizeGiftCard .gift-card .box-form-edit p, .customizeGiftCard .gift-card-popup .box-form-edit p {
  color: #646569;
  word-break: break-word;
  margin-top: 2px;
  font-size: 10px;
  line-height: 12px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit p, .customizeGiftCard .gift-card-popup .box-form-edit p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
  }

  .customizeGiftCard .gift-card .box-form-edit p.detail, .customizeGiftCard .gift-card-popup .box-form-edit p.detail {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }
}

.customizeGiftCard .gift-card .box-form-edit p:first-child, .customizeGiftCard .gift-card-popup .box-form-edit p:first-child {
  margin-top: 0;
}

.customizeGiftCard .gift-card .box-form-edit .edit, .customizeGiftCard .gift-card-popup .box-form-edit .edit {
  flex: 0 0 24px;
  display: none;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit .edit, .customizeGiftCard .gift-card-popup .box-form-edit .edit {
    flex: 0 0 40px;
    display: block;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card {
  background: #fff;
  margin-top: 12px;
  padding: 0;
  position: relative;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card {
    margin-top: 24px;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card:first-of-type, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card:first-of-type {
  margin-top: 0;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card input, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  z-index: 10;
  cursor: pointer;
  background-size: 6px 6px;
  border: 1px solid #d1d3d3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: background-color .25s;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 12px;
  transform: translateY(50%);
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card input, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card input {
    background-size: 8px 8px;
    width: 24px;
    height: 24px;
    left: 24px;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card input:checked, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card input:checked {
  background-color: #00b288;
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/fd7f90c8-a793-46dc-9cf0-001b6f00497f/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-color: #00b288;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card input:checked + .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card input:checked + .detail {
  background: #fafafa;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card.remember input:checked + .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card.remember input:checked + .detail {
  background: #fff;
  border: 1px solid #00b288;
  border-radius: 6px;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card.remember.another input:checked + .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card.remember.another input:checked + .detail {
  background: #fff;
  border: 1px solid #00b288;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .detail {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .header-card, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .header-card {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .header-card .padd, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .header-card .padd {
  padding-left: 5px;
}

.customizeGiftCard .gift-card .content-qr p {
  color: #646569;
  word-break: break-word;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 18px;
}

.customizeGiftCard .gift-card .card-type .payment-method-footer {
  background: #fff;
  justify-content: right;
  align-items: center;
  display: flex;
}

.customizeGiftCard .gift-card .card-type .payment-method-footer .payment-footer {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.customizeGiftCard .gift-card .card-type .payment-method-footer .payment-footer .padd {
  padding-left: 10px;
}

.customizeGiftCard .gift-card .list-payment {
  margin-bottom: 10px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .detail {
    padding: 24px;
  }

  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .detail.nonpad, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .detail.nonpad {
    border-radius: 6px;
    padding: 15px 15px 15px 64px;
    font-size: 12px;
  }

  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .detail.dt, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .detail.dt {
    padding: 10px;
    font-size: 12px;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card.set-default .detail, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card.set-default .detail {
  background: #fafafa;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-01, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-01 {
  width: 70%;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-01.w-80, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-01 {
  width: 80%;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-02, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-02 {
  flex: 0 0 75px;
  width: 75px;
  padding-right: 15px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-02, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-02 {
    flex: 0 0 100px;
    width: 100px;
    padding-right: 25px;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-03, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-03 {
  padding-right: 15px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .col-03, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .col-03 {
    flex: 0 0 50px;
    padding-right: 25px;
  }
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .edit, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .edit {
  display: block;
}

.customizeGiftCard .gift-card .box-form-edit.edit-credit-card .default-card, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .default-card {
  color: #00b288;
  text-align: center;
  background: #eef8f6;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-form-edit.edit-credit-card .default-card, .customizeGiftCard .gift-card-popup .box-form-edit.edit-credit-card .default-card {
    font-size: 16px;
  }
}

.customizeGiftCard .gift-card .list-credit-card .detail, .customizeGiftCard .gift-card-popup .list-credit-card .detail {
  padding-left: 24px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .list-credit-card .detail, .customizeGiftCard .gift-card-popup .list-credit-card .detail {
    padding-left: 48px;
  }
}

.customizeGiftCard .gift-card .list-credit-card.select-card .detail, .customizeGiftCard .gift-card-popup .list-credit-card.select-card .detail {
  padding-left: 40px;
}

.customizeGiftCard .gift-card .list-credit-card.select-card .detail.dt, .customizeGiftCard .gift-card-popup .list-credit-card.select-card .detail.dt {
  padding-left: 0;
}

.customizeGiftCard .gift-card .list-credit-card.select-card .detail.dt-footer, .customizeGiftCard .gift-card-popup .list-credit-card.select-card .detail.dt-footer {
  text-align: right;
  padding: 10px;
  font-size: 12px;
}

.customizeGiftCard .gift-card .payment-method-footer .detail.dt-footer div:only-child, .customizeGiftCard .gift-card-popup .payment-method-footer .detail.dt-footer div:only-child {
  margin-left: auto;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .list-credit-card.select-card .detail, .customizeGiftCard .gift-card-popup .list-credit-card.select-card .detail {
    padding-left: 64px;
  }

  .customizeGiftCard .gift-card .list-credit-card.select-card .detail.dt, .customizeGiftCard .gift-card-popup .list-credit-card.select-card .detail {
    padding-left: 0;
  }
}

.customizeGiftCard .gift-card .list-credit-card .pay-another-card, .customizeGiftCard .gift-card-popup .list-credit-card .pay-another-card {
  margin-top: 18px;
}

.customizeGiftCard .gift-card .tooltip-custom {
  align-items: center;
  display: flex;
  position: relative;
}

.customizeGiftCard .gift-card .tooltip-custom > small, .customizeGiftCard .gift-card .gift-card-popup .tooltip-custom > h3, .customizeGiftCard .gift-card-popup .gift-card .tooltip-custom > h3 {
  text-decoration: underline;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .tooltip-custom > small, .customizeGiftCard .gift-card .gift-card-popup .tooltip-custom > h3, .customizeGiftCard .gift-card-popup .gift-card .tooltip-custom > h3 {
    text-decoration: none;
  }
}

.customizeGiftCard .gift-card .tooltip-custom .icon-tooltip {
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/e0f7f491-03b5-427a-b592-40cea9c14ee7/info.svg") 0 0 / contain no-repeat;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.customizeGiftCard .gift-card .tooltip-custom-show .box-detail {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.customizeGiftCard .gift-card .tooltip-custom .box-detail {
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: #1e1d22e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .25s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .tooltip-custom .box-detail {
    background: #fafafa;
    border-radius: 6px;
    width: 325px;
    height: auto;
    margin-left: 0;
    padding: 0;
    position: absolute;
    bottom: calc(100% + 8px);
    transform: translateY(5px);
  }
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .tooltip-custom .box-detail {
    margin-left: -156px;
  }
}

.customizeGiftCard .gift-card .tooltip-custom .box-detail:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #fafafa;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-left: -6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
}

.customizeGiftCard .gift-card .tooltip-custom .detail {
  background: #fafafa;
  border-radius: 6px;
  padding: 20px 45px 20px 20px;
  position: relative;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .tooltip-custom .detail {
    background: none;
    padding: 16px;
  }
}

.customizeGiftCard .gift-card .tooltip-custom .detail small, .customizeGiftCard .gift-card .tooltip-custom .detail .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .tooltip-custom .detail h3 {
  margin-top: 8px;
  font-size: 12px;
  display: block;
}

.customizeGiftCard .gift-card .tooltip-custom .detail small:first-child, .customizeGiftCard .gift-card .tooltip-custom .detail .gift-card-popup h3:first-child, .customizeGiftCard .gift-card-popup .gift-card .tooltip-custom .detail h3:first-child {
  width: 90%;
  margin-top: 0;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .tooltip-custom .detail small:first-child, .customizeGiftCard .gift-card .tooltip-custom .detail .gift-card-popup h3:first-child, .customizeGiftCard .gift-card-popup .gift-card .tooltip-custom .detail h3:first-child {
    width: auto;
  }
}

.customizeGiftCard .gift-card .tooltip-custom .btn-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .tooltip-custom .btn-close {
    display: none;
  }
}

.customizeGiftCard .fancybox__content {
  background: none;
  max-width: 100%;
  padding: 0;
}

.customizeGiftCard .fancybox__slide {
  padding: 24px;
}

.customizeGiftCard .fancybox__content > .carousel__button.is-close {
  color: #646569;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 16px;
}

@media (width >= 768px) {
  .customizeGiftCard .fancybox__content > .carousel__button.is-close {
    top: 20px;
    right: 20px;
  }
}

.customizeGiftCard .fancybox__content > .carousel__button.is-close svg {
  filter: none;
  width: 20px;
  height: 20px;
}

.customizeGiftCard .gift-card-popup {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  font-family: Inter, sans-serif;
}

.customizeGiftCard .gift-card-popup .splide__arrows {
  text-align: center;
  z-index: 10;
  width: 100%;
  margin: 28px 0 35px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card-popup .splide__arrows {
    margin: 35px 0;
  }
}

.customizeGiftCard .gift-card-popup .splide__arrows button {
  opacity: 1;
  background: none;
  border: 0;
  margin: 0 15px;
  transition: all .25s;
}

.customizeGiftCard .gift-card-popup .splide__arrows button:disabled {
  opacity: .3;
}

.customizeGiftCard .gift-card-popup .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.customizeGiftCard .gift-card-popup .btn-group .btn-primary {
  width: 100%;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card-popup .btn-group .btn-primary {
    width: auto;
  }
}

.customizeGiftCard #popup-card-design {
  max-width: 700px;
  padding: 24px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-card-design {
    padding: 40px;
  }
}

.customizeGiftCard #popup-card-design .main-card img {
  border-radius: 6px;
  width: 100%;
  margin: auto;
  display: block;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-card-design .main-card img {
    width: 300px;
  }
}

.customizeGiftCard #popup-card-design h3 {
  color: #4b4f54;
  margin: 24px 0 12px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-card-design h3 {
    margin: 35px 0 24px;
  }
}

.customizeGiftCard #popup-card-design .list-card-design {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-card-design .list-card-design {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
  }
}

.customizeGiftCard #popup-card-design .list-card-design img {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.customizeGiftCard #popup-compare-currency {
  max-width: 850px;
  padding: 46px 16px 16px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-compare-currency {
    padding: 50px 75px;
  }
}

.customizeGiftCard #popup-compare-currency .col-md-6 {
  margin-top: 26px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-compare-currency .col-md-6 {
    margin-top: 0;
  }
}

.customizeGiftCard #popup-compare-currency .col-md-6:first-of-type {
  margin-top: 0;
}

.customizeGiftCard #popup-compare-currency p {
  color: #646569;
  margin: 10px 0 24px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-compare-currency p {
    margin: 16px 0 32px;
  }
}

.customizeGiftCard #popup-compare-currency .form-group {
  margin: 0;
}

.customizeGiftCard #popup-view-package .gallery .list-img img {
  opacity: .3;
  cursor: pointer;
  transition: opacity .25s;
}

.customizeGiftCard #popup-view-package .gallery .list-img img.active {
  opacity: 1;
}

.customizeGiftCard #popup-view-package img {
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
  overflow: hidden;
}

.customizeGiftCard #popup-view-package img:first-child {
  margin-top: 0;
}

.customizeGiftCard #popup-view-package .detail {
  text-align: center;
  margin-top: 36px;
}

.customizeGiftCard #popup-view-package .detail p {
  font-size: 14px;
  font-weight: 600;
}

.customizeGiftCard #popup-view-package .detail small, .customizeGiftCard #popup-view-package .detail .gift-card-popup h3, .customizeGiftCard .gift-card-popup #popup-view-package .detail h3 {
  color: #8a8c8c;
  font-size: 12px;
}

.customizeGiftCard #popup-view-package .splide__pagination {
  width: 100%;
  margin-top: -62px;
  position: absolute;
}

.customizeGiftCard #popup-complimentary-gift-card {
  max-width: 1000px;
  padding: 48px 24px 24px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-complimentary-gift-card {
    padding: 50px 60px;
  }
}

.customizeGiftCard #popup-complimentary-gift-card h2 {
  margin-bottom: 30px;
}

.customizeGiftCard #popup-complimentary-gift-card h3 {
  color: #4b4f54;
}

.customizeGiftCard #popup-complimentary-gift-card p {
  color: #4b4f54;
  font-weight: 600;
}

.customizeGiftCard #popup-complimentary-gift-card .gift-card-main {
  display: block;
}

.customizeGiftCard #popup-complimentary-gift-card .box-grey {
  margin: 16px 0 32px;
}

.customizeGiftCard #popup-complimentary-gift-card .box-grey p {
  font-size: 14px;
}

.customizeGiftCard #popup-complimentary-gift-card .list-disc {
  margin-top: 10px;
}

.customizeGiftCard #popup-complimentary-gift-card .select-detail:first-of-type {
  margin-top: 0;
}

.customizeGiftCard #popup-complimentary-gift-card .term-condition.show-mobile {
  margin-top: 24px;
}

.customizeGiftCard #popup-complimentary-gift-card .term-condition.show-mobile h3 {
  font-size: 12px;
}

.customizeGiftCard #popup-complimentary-gift-card .btn-group {
  margin-top: 24px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-complimentary-gift-card .btn-group {
    margin-top: 40px;
  }
}

.customizeGiftCard #popup-credit-card {
  width: 1000px;
  max-width: 100%;
  padding: 56px 12px 16px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-credit-card {
    padding: 75px;
  }
}

.customizeGiftCard #popup-credit-card .form-checkbox-inline {
  margin-top: 16px;
}

.customizeGiftCard #popup-credit-card .box-form-edit.edit-credit-card {
  margin-top: 12px;
}

.customizeGiftCard #popup-credit-card .box-form-edit.edit-credit-card:first-of-type {
  margin-top: 0;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-credit-card .box-form-edit.edit-credit-card {
    margin-top: 24px;
  }
}

.customizeGiftCard #popup-remove-card {
  text-align: center;
  width: 520px;
  max-width: 100%;
  padding: 40px 28px 16px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-remove-card {
    padding: 40px;
  }
}

.customizeGiftCard #popup-remove-card h2 {
  margin-top: 24px;
}

.customizeGiftCard #popup-remove-card p {
  color: #646569;
  margin-top: 12px;
}

.customizeGiftCard #popup-remove-card .btn-group {
  margin-top: 24px;
}

@media (width >= 768px) {
  .customizeGiftCard #popup-remove-card .btn-group {
    margin-top: 48px;
  }

  .customizeGiftCard #popup-remove-card + button.is-close {
    display: none;
  }
}

.customizeGiftCard .gift-card-bg-overlay {
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  background: #1e1d22e0;
  width: 100vw;
  height: 100vh;
  transition: opacity .25s;
  position: fixed;
  top: 0;
  left: 0;
}

.customizeGiftCard .gift-card-bg-overlay.hide {
  opacity: 0;
  visibility: hidden;
}

.customizeGiftCard #gift-card-cart.active {
  transform: translateX(0);
}

.customizeGiftCard #gift-card-cart > h2 {
  padding: 0 24px;
  font-weight: 700;
  line-height: 60px;
}

.customizeGiftCard #gift-card-cart > h2 span {
  font-weight: 600;
}

.customizeGiftCard #gift-card-cart .btn-close {
  width: 14px !important;
  height: 14px !important;
  position: absolute !important;
  top: 32px !important;
  right: 24px !important;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .btn-close {
    width: 20px;
    height: 20px;
  }
}

.customizeGiftCard #gift-card-cart .cart-empty {
  text-align: center;
  margin-top: 120px;
}

.customizeGiftCard #gift-card-cart .cart-empty h4 {
  margin-top: 24px;
  font-size: 16px;
}

.customizeGiftCard #gift-card-cart .cart-empty p {
  color: #646569;
  font-size: 12px;
  line-height: 16px;
}

.customizeGiftCard #gift-card-cart .cart-item {
  height: 100%;
}

.customizeGiftCard #gift-card-cart .cart-item label {
  color: #4b4f54;
  font-size: 14px;
}

.customizeGiftCard #gift-card-cart .cart-item > .form-checkbox-inline {
  margin-bottom: 24px;
  padding: 0 20px;
}

.customizeGiftCard #gift-card-cart .cart-item .list {
  padding: 20px;
  transition: background .25s;
  display: flex;
  position: relative;
}

.customizeGiftCard #gift-card-cart .cart-item .list-sub {
  padding-right: 25px;
  transition: background .25s;
  display: flex;
  position: relative;
}

.customizeGiftCard #gift-card-cart .cart-item .list-main:hover {
  background: #fafafa;
}

.customizeGiftCard #gift-card-cart .cart-item .list-main {
  border-top: 1px solid #eee;
}

.customizeGiftCard #gift-card-cart .cart-item .list:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 20px;
}

.customizeGiftCard #gift-card-cart .cart-item .list .form-checkbox-inline {
  flex: 0 0 18px;
  margin-right: 12px;
}

.customizeGiftCard #gift-card-cart .cart-item .list .form-checkbox-inline input {
  margin: 0;
}

.customizeGiftCard #gift-card-cart .cart-item--img {
  flex: 0 0 40px;
  margin-right: 10px;
}

.customizeGiftCard #gift-card-cart .cart-item--img img {
  border-radius: 6px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.customizeGiftCard #gift-card-cart .cart-item--detail {
  word-break: break-word;
  width: 100%;
  padding-right: 25px;
  position: relative;
}

.customizeGiftCard #gift-card-cart .cart-item--detail.topay {
  width: 100%;
  word-break: unset;
  padding-left: 10px;
  padding-right: 25px;
  position: relative;
}

.customizeGiftCard #gift-card-cart .cart-item--detail .remove {
  cursor: pointer;
  z-index: 999;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/41ea65ed-4eda-4dfb-9867-0553c3b7ffee/bin.svg") center / contain no-repeat;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 0;
}

.customizeGiftCard #gift-card-cart .list-sub .remove {
  cursor: pointer;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/41ea65ed-4eda-4dfb-9867-0553c3b7ffee/bin.svg") center / contain no-repeat;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 0;
}

.customizeGiftCard #gift-card-cart .cart-item--detail .back {
  cursor: pointer;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/1cf8824a-9003-4055-a569-4ffa4c3a3b3f/arrow-right.svg") center / contain no-repeat;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 6px;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-item--detail .remove, .customizeGiftCard #gift-card-cart .list-sub .remove {
    top: auto;
    bottom: 6px;
    right: 20px;
  }
}

.customizeGiftCard #gift-card-cart .cart-item--detail h3 {
  margin-bottom: 4px;
  font-size: 14px;
}

.customizeGiftCard #gift-card-cart .cart-item--detail small, .customizeGiftCard #gift-card-cart .cart-item--detail .gift-card-popup h3, .customizeGiftCard .gift-card-popup #gift-card-cart .cart-item--detail h3 {
  font-size: 12px;
  display: block;
}

.customizeGiftCard #gift-card-cart .cart-item--detail .price {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

.customizeGiftCard #gift-card-cart .cart-price {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 15px 0 15px 5px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-price {
    padding: 15px 0 15px 5px;
  }
}

.customizeGiftCard #gift-card-cart .cart-price .total-amount {
  color: #4b4f54;
  justify-content: space-between;
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-price .total-amount {
    display: block;
  }
}

.customizeGiftCard #gift-card-cart .cart-price .total-amount p {
  font-size: 14px;
  font-weight: 600;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-price .total-amount p {
    font-size: 12px;
    font-weight: 500;
  }
}

.customizeGiftCard #gift-card-cart .cart-price .compare {
  color: #4b4f54;
}

.customizeGiftCard #gift-card-cart .cart-price .price {
  justify-content: space-between;
  margin-top: 0;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-price .price {
    margin-top: 6px;
  }
}

.customizeGiftCard #gift-card-cart .cart-price .price a {
  margin-top: 8px;
  font-size: 12px;
}

@media (width >= 768px) {
  .customizeGiftCard #gift-card-cart .cart-price .price a {
    margin-top: 0;
  }
}

.customizeGiftCard #gift-card-cart .cart-price svg path {
  fill: #4b4f54;
}

.customizeGiftCard #gift-card-cart .cart-price .btn {
  width: 100%;
  margin-top: 25px;
}

.customizeGiftCard .gift-card table, .customizeGiftCard .gift-card-popup table {
  width: 100%;
}

.customizeGiftCard .gift-card table th, .customizeGiftCard .gift-card-popup table th {
  color: #646569;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: normal;
}

.customizeGiftCard .gift-card table td, .customizeGiftCard .gift-card-popup table td {
  color: #4b4f54;
  padding: 0 0 24px;
  font-size: 14px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card table td, .customizeGiftCard .gift-card-popup table td {
    font-size: 16px;
  }
}

.customizeGiftCard .gift-card table td img, .customizeGiftCard .gift-card-popup table td img {
  vertical-align: middle;
  display: inline-block;
}

.customizeGiftCard .gift-card .vertical-text {
  vertical-align: top;
}

.customizeGiftCard .gift-card .tex-split {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .vertical-text {
    vertical-align: middle;
  }
}

.customizeGiftCard .gift-card table td small, .customizeGiftCard .gift-card table td .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card table td h3, .customizeGiftCard .gift-card-popup table td small, .customizeGiftCard .gift-card-popup table td h3 {
  display: inline-block;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card table td.show-desktop, .customizeGiftCard .gift-card-popup table td.show-desktop {
    display: table-cell;
  }
}

.customizeGiftCard .gift-card table tr.discount td:first-child, .customizeGiftCard .gift-card-popup table tr.discount td:first-child {
  color: #8a8c8c;
  padding-left: 30px;
}

.customizeGiftCard .gift-card table tr.total td, .customizeGiftCard .gift-card-popup table tr.total td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
  font-weight: 500;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card table tr.total td, .customizeGiftCard .gift-card-popup table tr.total td {
    padding: 40px 0;
  }
}

.customizeGiftCard .gift-card .table-summary td.main, .customizeGiftCard .gift-card-popup .table-summary td.main {
  border-top: 1px solid #eee;
  padding: 24px 0;
}

.customizeGiftCard .gift-card .table-summary td, .customizeGiftCard .gift-card-popup .table-summary td {
  padding: 10px 0;
  font-weight: 100;
}

.customizeGiftCard .gift-card .table-summary .item-detail, .customizeGiftCard .gift-card-popup .table-summary .item-detail {
  padding-right: 15px;
  display: flex;
}

.customizeGiftCard .gift-card .table-summary .item-detail .detail, .customizeGiftCard .gift-card-popup .table-summary .item-detail .detail {
  margin-left: 12px;
}

.customizeGiftCard .gift-card .table-summary .item-detail .quantity, .customizeGiftCard .gift-card-popup .table-summary .item-detail .quantity {
  color: #8a8c8c;
  margin-top: 8px;
  font-size: 10px;
}

.customizeGiftCard .splide__pagination {
  margin-top: 10px;
  padding: 0;
}

.customizeGiftCard .splide__pagination li {
  margin: 0 3px;
}

.customizeGiftCard .splide__pagination .splide__pagination__page {
  background: #d1d3d3;
  border: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: background .25s;
  display: block;
}

.customizeGiftCard .splide__pagination .splide__pagination__page.is-active {
  background: #4b4f54;
}

.customizeGiftCard .gift-card .iti__flag, .customizeGiftCard .gift-card-popup .iti__flag {
  background-color: #0000;
  background-position: 0 0;
  background-size: cover;
}

.customizeGiftCard .gift-card .iti__gb, .customizeGiftCard .gift-card-popup .iti__gb {
  background-image: url("https://feel-to.com/bih_giftcard/img/flag/uk.svg");
}

.customizeGiftCard .gift-card .iti__us, .customizeGiftCard .gift-card-popup .iti__us {
  background-image: url("https://feel-to.com/bih_giftcard/img/flag/us.svg");
}

.customizeGiftCard .gift-card .iti__th, .customizeGiftCard .gift-card-popup .iti__th {
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/74e6b5bc-ba34-4bda-a71e-5c761b09b555/th.svg");
}

.customizeGiftCard header {
  background: #00594d;
  height: 130px;
}

.customizeGiftCard img {
  max-width: 100%;
}

.customizeGiftCard .gift-card-screen {
  padding-bottom: 100px;
}

.customizeGiftCard .gift-card .container, .customizeGiftCard .gift-card-popup .container {
  padding-left: 24px;
  padding-right: 24px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .container, .customizeGiftCard .gift-card-popup .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.customizeGiftCard .gift-card img, .customizeGiftCard .gift-card-popup img {
  transition: opacity .25s, border-color .25s;
}

.customizeGiftCard .gift-card .package-detail, .customizeGiftCard .gift-card-popup .package-detail {
  color: #8a8c8c;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
}

.customizeGiftCard .gift-card .gift-card-main, .customizeGiftCard .gift-card-popup .gift-card-main {
  display: none;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .gift-card-main, .customizeGiftCard .gift-card-popup .gift-card-main {
    display: block;
  }
}

.customizeGiftCard .gift-card .gift-card-main img, .customizeGiftCard .gift-card-popup .gift-card-main img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.customizeGiftCard .gift-card .box-detail, .customizeGiftCard .gift-card-popup .box-detail {
  flex-direction: column;
  display: flex;
}

.customizeGiftCard .gift-card .box-select-detail, .customizeGiftCard .gift-card-popup .box-select-detail, .customizeGiftCard .gift-card .card-position-pack {
  order: 1;
}

.customizeGiftCard .gift-card .card-position-term {
  order: 3;
}

.customizeGiftCard .gift-card .card-position-all {
  order: 2;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .box-select-detail, .customizeGiftCard .gift-card-popup .box-select-detail, .customizeGiftCard .gift-card .card-position-pack {
    order: 2;
  }

  .customizeGiftCard .gift-card .card-position-all {
    order: 1;
  }
}

.customizeGiftCard .gift-card .package-inclusion, .customizeGiftCard .gift-card-popup .package-inclusion {
  order: 2;
  margin-top: 32px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .package-inclusion, .customizeGiftCard .gift-card-popup .package-inclusion {
    order: 1;
    margin-top: 0;
  }
}

@media (width <= 768px) {
  .customizeGiftCard .gift-card .card-position-pack {
    order: 2;
  }

  .customizeGiftCard .gift-card .card-position-all {
    order: 1;
  }
}

.customizeGiftCard .gift-card .package-inclusion .accordion, .customizeGiftCard .gift-card-popup .package-inclusion .accordion {
  margin-top: 30px;
}

.customizeGiftCard .gift-card .select-package, .customizeGiftCard .gift-card-popup .select-package {
  margin-bottom: 25px;
}

.customizeGiftCard .gift-card .select-package img, .customizeGiftCard .gift-card-popup .select-package img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.customizeGiftCard .gift-card .gift-card-thumb, .customizeGiftCard .gift-card-popup .gift-card-thumb {
  margin-top: 0;
  margin-right: -24px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .gift-card-thumb, .customizeGiftCard .gift-card-popup .gift-card-thumb {
    margin-top: 0;
    margin-right: 0;
  }
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .gift-card-thumb .splide__slide, .customizeGiftCard .gift-card-popup .gift-card-thumb .splide__slide {
    margin-top: 12px;
  }

  .customizeGiftCard .gift-card .card-position-pack {
    order: 1;
  }

  .customizeGiftCard .gift-card .card-position-all {
    order: 2;
  }
}

.customizeGiftCard .gift-card .gift-card-thumb .splide__slide:first-of-type, .customizeGiftCard .gift-card-popup .gift-card-thumb .splide__slide:first-of-type {
  margin-top: 0;
}

.customizeGiftCard .gift-card .gift-card-thumb img, .customizeGiftCard .gift-card-popup .gift-card-thumb img {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .gift-card-thumb img:hover, .customizeGiftCard .gift-card .gift-card-thumb img.active, .customizeGiftCard .gift-card-popup .gift-card-thumb img:hover, .customizeGiftCard .gift-card-popup .gift-card-thumb img.active {
    border-color: #00b288;
  }
}

.customizeGiftCard .gift-card .box-grey, .customizeGiftCard .gift-card-popup .box-grey {
  background: #fafafa;
  padding: 15px;
}

.customizeGiftCard .gift-card .box-grey p, .customizeGiftCard .gift-card-popup .box-grey p {
  color: #646569;
  font-size: 12px;
  line-height: 16px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .box-grey p, .customizeGiftCard .gift-card-popup .box-grey p {
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .box-grey.rounded, .customizeGiftCard .gift-card-popup .box-grey.rounded {
  border-radius: 6px;
}

.customizeGiftCard .gift-card .box-grey.border, .customizeGiftCard .gift-card-popup .box-grey.border {
  border: 1px solid #eee;
}

.customizeGiftCard .gift-card .box-grey p, .customizeGiftCard .gift-card-popup .box-grey p {
  margin-top: 15px;
}

.customizeGiftCard .gift-card .box-grey p:first-child, .customizeGiftCard .gift-card-popup .box-grey p:first-child {
  margin-top: 0;
}

.customizeGiftCard .gift-card .select-detail, .customizeGiftCard .gift-card-popup .select-detail {
  margin-top: 32px;
}

.customizeGiftCard .gift-card .select-detail h3, .customizeGiftCard .gift-card-popup .select-detail h3 {
  margin-bottom: 6px;
  font-size: 14px;
}

.customizeGiftCard .gift-card .select-detail h3 small, .customizeGiftCard .gift-card .select-detail h3 .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .select-detail h3 h3, .customizeGiftCard .gift-card-popup .select-detail h3 small, .customizeGiftCard .gift-card-popup .select-detail h3 h3 {
  font-size: 12px;
  font-weight: normal;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .select-detail h3 small, .customizeGiftCard .gift-card .select-detail h3 .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card .select-detail h3 h3, .customizeGiftCard .gift-card-popup .select-detail h3 small, .customizeGiftCard .gift-card-popup .select-detail h3 h3 {
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .list-card-design, .customizeGiftCard .gift-card-popup .list-card-design {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .list-card-design, .customizeGiftCard .gift-card-popup .list-card-design {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
}

.customizeGiftCard .gift-card .list-card-design.row, .customizeGiftCard .gift-card .b8d-callmeback-modal .callMeBack .list-card-design.row-consent, .b8d-callmeback-modal .callMeBack .customizeGiftCard .gift-card .list-card-design.row-consent, .customizeGiftCard .gift-card-popup .list-card-design.row, .customizeGiftCard .gift-card-popup .b8d-callmeback-modal .callMeBack .list-card-design.row-consent, .b8d-callmeback-modal .callMeBack .customizeGiftCard .gift-card-popup .list-card-design.row-consent {
  margin-left: -6px;
  margin-right: -6px;
}

.customizeGiftCard .gift-card .list-card-design.row > *, .customizeGiftCard .gift-card .b8d-callmeback-modal .callMeBack .list-card-design.row-consent > *, .b8d-callmeback-modal .callMeBack .customizeGiftCard .gift-card .list-card-design.row-consent > *, .customizeGiftCard .gift-card-popup .list-card-design.row > *, .customizeGiftCard .gift-card-popup .b8d-callmeback-modal .callMeBack .list-card-design.row-consent > *, .b8d-callmeback-modal .callMeBack .customizeGiftCard .gift-card-popup .list-card-design.row-consent > * {
  padding: 0 6px;
}

.customizeGiftCard .gift-card .list-card-design li, .customizeGiftCard .gift-card-popup .list-card-design li {
  list-style-type: none;
}

.customizeGiftCard .gift-card .list-card-design a, .customizeGiftCard .gift-card-popup .list-card-design a {
  display: block;
}

.customizeGiftCard .gift-card .list-card-design a:hover img, .customizeGiftCard .gift-card .list-card-design a.active img, .customizeGiftCard .gift-card-popup .list-card-design a:hover img, .customizeGiftCard .gift-card-popup .list-card-design a.active img {
  border-color: #00b288;
}

.customizeGiftCard .gift-card .list-card-design img, .customizeGiftCard .gift-card-popup .list-card-design img {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  transition: all .25s;
  display: block;
  overflow: hidden;
}

.customizeGiftCard .gift-card .list-card-design .open-card-design, .customizeGiftCard .gift-card-popup .list-card-design .open-card-design {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.customizeGiftCard .gift-card .list-card-design .open-card-design:before, .customizeGiftCard .gift-card-popup .list-card-design .open-card-design:before {
  content: "";
  background-blend-mode: multiply;
  z-index: 1;
  background: #1e1d2299;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: absolute;
}

.customizeGiftCard .gift-card .list-card-design .open-card-design:after, .customizeGiftCard .gift-card-popup .list-card-design .open-card-design:after {
  content: "";
  z-index: 2;
  background: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/a3df1047-3ae2-4097-b55d-98ab09efad64/dotted.svg") center / contain no-repeat;
  width: 22px;
  height: 5px;
  margin-top: -2px;
  margin-left: -11px;
  transition: all .25s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.customizeGiftCard .gift-card .list-card-design .open-card-design:hover:before, .customizeGiftCard .gift-card-popup .list-card-design .open-card-design:hover:before {
  background: #1e1d2266;
}

.customizeGiftCard .gift-card .list-card-design .open-card-design:hover:after, .customizeGiftCard .gift-card-popup .list-card-design .open-card-design:hover:after {
  transform: scale(1.15);
}

.customizeGiftCard .gift-card .footer-total-amount, .customizeGiftCard .gift-card-popup .footer-total-amount {
  z-index: 100;
  background: #00594d;
  width: 100%;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .footer-total-amount, .customizeGiftCard .gift-card-popup .footer-total-amount {
    padding: 25px 0;
  }
}

.customizeGiftCard .gift-card .footer-total-amount .container, .customizeGiftCard .gift-card-popup .footer-total-amount .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.customizeGiftCard .gift-card .footer-total-amount .total-amount, .customizeGiftCard .gift-card-popup .footer-total-amount .total-amount {
  color: #fff;
}

.customizeGiftCard .gift-card .total-amount p, .customizeGiftCard .gift-card-popup .total-amount p {
  font-size: 12px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .total-amount p, .customizeGiftCard .gift-card-popup .total-amount p {
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .total-amount .price, .customizeGiftCard .gift-card-popup .total-amount .price {
  margin-top: 6px;
  display: block;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .total-amount .price, .customizeGiftCard .gift-card-popup .total-amount .price {
    margin-top: 10px;
    display: flex;
  }
}

.customizeGiftCard .gift-card .total-amount .price span, .customizeGiftCard .gift-card-popup .total-amount .price span {
  font-size: 20px;
  font-weight: 500;
}

.customizeGiftCard .gift-card .total-amount .compare, .customizeGiftCard .gift-card-popup .total-amount .compare {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .total-amount .compare, .customizeGiftCard .gift-card-popup .total-amount .compare {
    margin-top: 0;
    margin-left: 25px;
    font-size: 14px;
  }
}

.customizeGiftCard .gift-card .total-amount .compare i, .customizeGiftCard .gift-card-popup .total-amount .compare i {
  margin-right: 7px;
}

.customizeGiftCard .gift-card, .customizeGiftCard .gift-card-popup {
  font-family: Inter, sans-serif;
}

.customizeGiftCard .gift-card strong, .customizeGiftCard .gift-card-popup strong {
  font-weight: 600;
}

.customizeGiftCard .gift-card a, .customizeGiftCard .gift-card-popup a {
  color: #646569;
  text-decoration: none;
  transition: all .25s;
}

.customizeGiftCard .gift-card a:hover, .customizeGiftCard .gift-card-popup a:hover {
  color: #8a8c8c;
}

.customizeGiftCard .gift-card h1, .customizeGiftCard .gift-card-popup h1 {
  color: #4b4f54;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.customizeGiftCard .gift-card h2, .customizeGiftCard .gift-card-popup h2 {
  color: #4b4f54;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.customizeGiftCard .gift-card h3, .customizeGiftCard .gift-card-popup h3 {
  color: #4b4f54;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card h3, .customizeGiftCard .gift-card-popup h3 {
    line-height: 22px;
  }
}

.customizeGiftCard .gift-card h3 small, .customizeGiftCard .gift-card h3 .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card h3 h3, .customizeGiftCard .gift-card-popup h3 small, .customizeGiftCard .gift-card-popup h3 h3 {
  display: inline-block;
}

.customizeGiftCard .gift-card h4, .customizeGiftCard .gift-card-popup h4 {
  color: #4b4f54;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card h4, .customizeGiftCard .gift-card-popup h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

.customizeGiftCard .gift-card p, .customizeGiftCard .gift-card-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card p, .customizeGiftCard .gift-card-popup p {
    font-size: 16px;
    line-height: 22px;
  }
}

.customizeGiftCard .gift-card .text-dark-green, .customizeGiftCard .gift-card-popup .text-dark-green {
  color: #00594d !important;
}

.customizeGiftCard .gift-card .text-green, .customizeGiftCard .gift-card-popup .text-green {
  color: #00b288 !important;
}

.customizeGiftCard .gift-card .text-dark-grey, .customizeGiftCard .gift-card-popup .text-dark-grey {
  color: #4b4f54 !important;
}

.customizeGiftCard .gift-card .text-grey, .customizeGiftCard .gift-card-popup .text-grey {
  color: #646569 !important;
}

.customizeGiftCard .gift-card .text-light-grey, .customizeGiftCard .gift-card-popup .text-light-grey {
  color: #8a8c8c !important;
}

.customizeGiftCard .gift-card .text-error, .customizeGiftCard .gift-card-popup .text-error {
  color: #eb184e !important;
}

.customizeGiftCard .gift-card .text-xl, .customizeGiftCard .gift-card-popup .text-xl {
  font-size: 20px;
  line-height: 24px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .text-xl, .customizeGiftCard .gift-card-popup .text-xl {
    font-size: 24px;
    line-height: 30px;
  }
}

.customizeGiftCard .gift-card .text-sm, .customizeGiftCard .gift-card-popup .text-sm {
  font-size: 14px;
  line-height: 18px;
}

.customizeGiftCard .gift-card .text-xs, .customizeGiftCard .gift-card-popup .text-xs {
  font-size: 10px;
  line-height: 12px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card .text-xs, .customizeGiftCard .gift-card-popup .text-xs {
    font-size: 12px;
    line-height: 16px;
  }
}

.customizeGiftCard .gift-card small, .customizeGiftCard .gift-card .gift-card-popup h3, .customizeGiftCard .gift-card-popup .gift-card h3, .customizeGiftCard .gift-card-popup small, .customizeGiftCard .gift-card-popup h3 {
  color: #8a8c8c;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.customizeGiftCard .gift-card .open-popup, .customizeGiftCard .gift-card-popup .open-popup {
  vertical-align: middle;
  text-decoration: underline;
}

.customizeGiftCard .gift-card .open-popup img, .customizeGiftCard .gift-card-popup .open-popup img {
  margin-right: 8px;
  display: inline-block;
}

.customizeGiftCard .gift-card .list-disc, .customizeGiftCard .gift-card-popup .list-disc {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
}

.customizeGiftCard .gift-card .list-disc:first-of-type, .customizeGiftCard .gift-card-popup .list-disc:first-of-type {
  margin-top: 0;
}

.customizeGiftCard .gift-card .list-disc li, .customizeGiftCard .gift-card-popup .list-disc li {
  color: #646569;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.customizeGiftCard .gift-card .list-disc li:first-child, .customizeGiftCard .gift-card-popup .list-disc li:first-child {
  margin-top: 0;
}

.customizeGiftCard .lang-th .gift-card, .customizeGiftCard .lang-th .gift-card-popup {
  letter-spacing: 1%;
  font-family: Prompt, sans-serif;
}

.customizeGiftCard .gift-card.checkout, .customizeGiftCard .gift-card.checkout-notop {
  padding-bottom: 40px;
}

.customizeGiftCard .gift-card.checkout .checkout {
  margin-top: 32px;
}

.customizeGiftCard .gift-card.checkout-notop .checkout-notop {
  margin-top: -10px;
}

.customizeGiftCard .gift-card .switch-up {
  margin-top: -5px;
  margin-left: -23px;
}

.customizeGiftCard .gift-card .btn-switch-on {
  background-color: #00b288 !important;
  border-color: #00b288 !important;
}

.customizeGiftCard .gift-card .switch-show {
  margin-top: 35px;
}

.customizeGiftCard .gift-card.checkout.card-type-layout {
  padding-bottom: 0;
}

.customizeGiftCard .gift-card.checkout .checkout.card-type-layout {
  margin-top: 0 !important;
}

.customizeGiftCard .gift-card.checkout .form-row {
  margin-top: 40px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card.checkout .form-row {
    margin-top: 50px;
  }
}

.customizeGiftCard .gift-card.checkout .form-row:first-of-type {
  margin-top: 24px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card.checkout .form-row:first-of-type {
    margin-top: 40px;
  }
}

.customizeGiftCard .gift-card.checkout .form-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.customizeGiftCard .gift-card.checkout .form-title h4 {
  color: #4b4f54;
  margin-bottom: 0;
  font-weight: 600;
}

.customizeGiftCard .gift-card.checkout .form-title .edit {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card.checkout .form-title .edit {
    display: none;
  }
}

.customizeGiftCard .gift-card.checkout .select-payment {
  margin-bottom: 24px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card.checkout .select-payment {
    justify-content: space-between;
    display: flex;
  }
}

.customizeGiftCard .gift-card.checkout .payment-method {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card.checkout .payment-method {
    margin-bottom: 0;
  }
}

.customizeGiftCard .gift-card.checkout .payment-method > div + div {
  margin-left: 24px;
}

.customizeGiftCard .gift-card.checkout .btn-group {
  margin-top: 40px;
}

@media (width >= 992px) {
  .customizeGiftCard .gift-card.checkout .btn-group {
    margin-top: 48px;
  }
}

.customizeGiftCard .gift-card .order-complete {
  text-align: center;
  margin-top: 120px;
}

.customizeGiftCard .gift-card .order-complete img {
  margin-bottom: 28px;
}

.customizeGiftCard .gift-card .order-complete p {
  color: #646569;
}

.customizeGiftCard .gift-card .order-complete .btn-group {
  margin-top: 32px;
}

@media (width >= 768px) {
  .customizeGiftCard .gift-card .order-complete .btn-group {
    margin-top: 50px;
  }
}

.customizeGiftCard .cart-link {
  text-align: center;
}

.customizeGiftCard .cart-link a, .customizeGiftCard .cart-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.installment-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 16px;
  display: flex;
}

.installment-container .installment-select-bank {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banner {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 96px;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banner img {
  object-fit: cover;
  width: 100%;
  height: 96px;
}

.installment-container .installment-select-bank .installment-description {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-description label.installment-description-title {
  color: #4b4f54;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.installment-container .installment-select-bank .installment-description label.installment-description-subtitle {
  color: #8a8c8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.installment-container .installment-select-bank .installment-banks-container {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-desktop.installment-banks {
  width: 100%;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection.active {
  border: 1px solid #00b288;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  padding: 4px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-logo-title {
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-logo-title .installment-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-logo-title label.installment-title {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 153px;
  height: 34px;
  padding: 8px 6px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-remark {
  flex-direction: column;
  align-items: end;
  gap: 8px;
  width: 100%;
  height: 34px;
  padding: 8px 6px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-bank-selection-title .installment-remark .installment-remark-title {
  color: #00b288;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice {
  background: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 12px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 0;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection.active {
  border: 1px solid #00b288;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 42px;
  padding: 0 18px;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .installment-choice-selection-container {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .installment-choice-selection-container label.installment-choice-selection-title {
  color: #4b4f54;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .installment-choice-selection-container label.installment-choice-selection-title.active {
  color: #00b288;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .installment-choice-selection-container label.installment-choice-selection-subtitle {
  color: #8a8c8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.installment-container .installment-select-bank .installment-banks-container .installment-banks .installment-bank .installment-bank-selection .installment-choice .installment-choice-selections .installment-choice-selection .icon-list {
  color: #0bb288;
}

.installment-container .installment-remark-container {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  padding: 16px;
  display: flex;
}

.installment-container .installment-remark-container .installment-remark {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0;
  display: flex;
}

.installment-container .installment-remark-container .installment-remark .installment-powerby {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0;
  display: flex;
}

.installment-container .installment-remark-container .installment-remark .installment-powerby .installment-powerby-logo {
  width: 26px;
  height: 26px;
}

.installment-container .installment-remark-container .installment-remark .installment-powerby label.installment-powerby-message {
  color: #4b4f54;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.installment-container .installment-remark-container .installment-remark .installment-remark-description {
  color: #4b4f54;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.installment-container .payment-method-footer {
  background: #fff;
  justify-content: right;
  align-items: center;
  width: 100%;
  display: flex;
}

.gpay-button {
  border-radius: 6px !important;
}

.installment-mobile {
  display: none !important;
}

.installment-desktop {
  display: block !important;
}

.payment-footer-secure-by {
  color: #4b4f54;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (width <= 1023px) {
  .installment-container .installment-mobile {
    width: 100%;
    display: block !important;
  }

  .installment-container .installment-desktop.installment-banks {
    display: none !important;
  }

  .installment-container .installment-banks {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .installment-container .installment-choice-selection-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 12px 0 !important;
  }

  .installment-container .installment-choice-selection {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    height: 60px !important;
    padding: 0 18px !important;
  }

  .installment-container .installment-banner, .installment-container .installment-banner img {
    width: 100%;
    height: 88px;
  }
}

@media only screen and (width <= 600px) {
  .installment-container .installment-banner img {
    object-fit: fill !important;
  }

  .installment-container .payment-method-footer, .installment-container .payment-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .installment-container .payment-method-footer .padd, .installment-container .payment-footer .padd {
    width: 100%;
    padding-left: 0 !important;
  }

  .installment-container .payment-method-footer .padd .btn, .installment-container .payment-footer .padd .btn {
    width: 100%;
  }
}

.btn-spinner .spinner-grow {
  width: .7rem;
  height: .7rem;
  margin-bottom: 2px;
  margin-right: 5px;
}

.cart-header-container {
  width: fit-content;
}

.cart-header-container .cart-header {
  color: #8d734a;
  font-size: 20px;
  font-weight: 700;
}

.cart-header-container .cart-header.badge {
  font-weight: initial;
  color: #fff;
  text-align: center;
  background-color: #8d734a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 2px;
  font-size: 12px;
  position: absolute;
  top: -14px;
  right: -20px;
}

.modal-currency .modal-content {
  border-radius: 30px;
}

.payment-card-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.payment-card-container {
  border: 1px solid #d1d3d3;
  border-radius: 8px;
  padding: 16px;
}

.payment-card-container .payment-card {
  align-items: center;
  gap: 16px;
  display: flex;
}

.payment-card-container .payment-card-detail {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.payment-card-container.selected:not(.no-border) {
  border: 1px solid #00b288;
}

.payment-card-container input[type="radio"] {
  border: 1px solid #d1d3d3;
  width: 16px;
  height: 16px;
}

.payment-card-container input:checked[type="radio"] {
  background: #00b288 url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/fd7f90c8-a793-46dc-9cf0-001b6f00497f/tick.svg") center / 10px no-repeat;
  border-color: #00b288;
}

.payment-card-container .payment-card-detail > .active-card-detail {
  color: #00b288;
}

.payment-card-container .item-right {
  margin-left: auto;
}

.payment-card-container .payment-card-items {
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
  position: relative;
}

.payment-card-container p, .payment-card-container h3 {
  margin-bottom: 0;
}

.payment-card-container .payment-card-cvv-items {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.payment-card-container .payment-another-items {
  align-items: center;
  gap: 16px;
  display: flex;
}

.payment-card-container .nested-payment-card {
  background-color: #fff;
  margin-top: 16px;
  padding: 8px;
}

.save-card-toggle-items {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.delete-body-container {
  align-items: center;
  display: flex;
}

.delete-footer-container {
  display: flex;
}

.payment-active-text {
  color: #00b288;
}

.payment-card-wrapper {
  background-color: #fff;
  padding: 10px 15px;
}

.payment-header-items {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.payment-card-paginate {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.payment-card-paginate .page-item .page-link {
  color: #00b288;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
}

.payment-card-paginate .page-item .page-link.next, .payment-card-paginate .page-item .page-link.prev {
  color: #646569;
}

.payment-card-paginate .page-item.disabled .page-link {
  color: #d1d3d3;
  border-radius: 8px;
}

.payment-card-paginate .page-item.disabled {
  opacity: 1;
}

.payment-card-paginate .page-item.active .page-link {
  color: #00b288;
  background-color: #00b2881a;
  border-radius: 8px;
}

.payment-card-paginate .page-item:first-child, .payment-card-paginate .page-item:last-child {
  background: unset;
  background-size: unset;
  padding: unset;
}

.payment-card-paginate .pagination {
  flex-wrap: wrap;
  gap: 8px;
  max-width: 300px;
}

.payment-card-paginate .btn-select-card {
  color: #fff;
  cursor: pointer;
  background-color: #00b288;
  border: none;
  border-radius: 8px;
  height: fit-content;
  padding: 8px 24px;
}

.payment-card-paginate-container {
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  display: flex;
}

.alert-overlay {
  width: 320px !important;
  margin: auto !important;
}

.alert-overlay .modal-content {
  color: #fff;
  text-align: center;
  background-color: #000000b3;
  height: 200px;
  padding: 20px 0;
}

.alert-overlay .modal-content .iconAlert {
  width: 50px;
}

.alert-overlay .modal-content .msg {
  margin-top: 10px;
  font-weight: bold;
}

.alert-overlay .modal-content .msg-dt {
  font-size: 12px;
}

.order-success p.expired {
  color: #4b4f54;
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bolder;
}

.order-success .footer-qr.expired {
  color: #8a8c8c;
}

.order-success .cus-info-header {
  color: #4b4f54;
  padding: 40px 0 0;
  font-size: 17px;
  font-weight: bolder;
}

.order-success .cus-info {
  margin: auto;
  padding: 10px;
}

.order-success .cus-info-detail {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px 20px 20px;
  display: none;
}

.order-success .cus-info-detail > .row > .col-4, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail > .row-consent > .col-4, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail > .row-consent > .col-4, .order-success .cus-info-detail > .row > .col-6, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail > .row-consent > .col-6, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail > .row-consent > .col-6, .order-success .cus-info-detail > .row > .col, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail > .row-consent > .col, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail > .row-consent > .col, .order-success .cus-info-detail > .row > .col-1.first, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail > .row-consent > .col-1.first, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail > .row-consent > .col-1.first {
  padding-top: 20px;
}

.order-success .cus-info-detail-mobile {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px 20px 20px;
  font-size: 12px;
  display: block;
}

.order-success .cus-info-detail-mobile > .row > .col-4, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail-mobile > .row-consent > .col-4, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail-mobile > .row-consent > .col-4, .order-success .cus-info-detail-mobile > .row > .col-6, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail-mobile > .row-consent > .col-6, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail-mobile > .row-consent > .col-6, .order-success .cus-info-detail-mobile > .row > .col, .order-success .b8d-callmeback-modal .callMeBack .cus-info-detail-mobile > .row-consent > .col, .b8d-callmeback-modal .callMeBack .order-success .cus-info-detail-mobile > .row-consent > .col {
  padding-top: 20px;
}

.order-success .order-number {
  color: #00b288;
  cursor: pointer;
  margin-bottom: 2px;
  font-weight: bold;
}

.order-success .order-header {
  color: #8a8c8c;
  margin-bottom: 2px;
}

.order-success .order-detail {
  color: #4b4f54;
  margin-bottom: 2px;
}

.order-success .verticalLine {
  float: right;
  background-color: #d3d3d3;
  width: 1px;
  height: 100%;
}

.order-success .order-button {
  padding-top: 50px;
}

.order-success .order-button a {
  margin-left: 10px;
  margin-right: 10px;
}

.order-success .btn.btn-primary-outline {
  color: #00b288;
  background: #fff;
  border-color: #00b288;
}

.order-success .btn.btn-primary {
  color: #fff;
  background: #00b288;
  border-color: #00b288;
}

.order-success .btn-width {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: bolder;
}

.order-success .text-help {
  margin-top: 10px;
  font-size: 12px;
}

.order-success .text-help > strong {
  margin-right: 10px;
}

.order-success .text-help > a {
  color: #0d6efd;
  text-decoration: none;
}

.order-success .order-footer {
  margin: 0 auto;
}

@media (width >= 768px) {
  .order-success .order-footer {
    width: 60%;
  }

  .order-success .btn-width {
    padding: 10px 60px;
  }

  .order-success .cus-info-detail-mobile {
    display: none;
  }

  .order-success .cus-info-detail {
    display: block;
  }
}

@media (width >= 992px) {
  .order-success .footer-qr.expired {
    width: 50%;
    margin: auto;
    padding: 0 10px;
  }

  .order-success .cus-info {
    width: 75%;
  }

  .order-success .btn-width {
    padding: 15px 90px;
  }
}

@media (width >= 1400px) {
  .order-success .text-help {
    padding: 10px 40px 20px;
    font-size: 14px;
  }
}

#downloadModal .modal-content {
  color: #646569;
  height: 967px;
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

#downloadModal .modal-header {
  border-bottom: none;
  padding-top: 0 !important;
  display: block !important;
}

#downloadModal.modal-dialog {
  height: 772px;
  margin-top: 100px;
}

#downloadModal .parent {
  width: 500px;
  position: relative;
}

#downloadModal .modal-header .btn-close {
  z-index: 999;
  background: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2016%2016%27%20fill=%27%23000%27%3e%3cpath%20d=%27M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414z%27/%3e%3c/svg%3e") center / 1.5em no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
}

.b8d-download-modal .logostyle {
  width: 30%;
  position: absolute;
  left: 20px;
}

.b8d-download-modal .text-container {
  position: relative;
}

.b8d-download-modal .scanned-layout {
  height: 100%;
  position: relative;
}

.b8d-download-modal .scanned-layout-detail {
  top: 30%;
  transform: translateY(-30%);
}

.b8d-download-modal .qr-layout {
  padding-top: 20px;
}

.b8d-download-modal .qr-detail {
  padding: 0;
}

.b8d-download-modal .qr-text-detail {
  margin: 0;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.b8d-download-modal .qr-detail .short {
  height: 120px;
}

.b8d-download-modal .qr-detail > .row, .b8d-download-modal .b8d-callmeback-modal .callMeBack .qr-detail > .row-consent, .b8d-callmeback-modal .callMeBack .b8d-download-modal .qr-detail > .row-consent {
  padding: 40px 0 0;
}

.b8d-download-modal .time-out-layout {
  height: 42px;
}

.b8d-download-modal .btn-save-layout {
  height: 32px;
}

.b8d-download-modal .time-out {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bolder;
}

.b8d-download-modal .pt-3 {
  padding-top: 1rem !important;
}

.b8d-download-modal .textbtngroup {
  text-align: center;
  padding-top: 80px;
}

.b8d-download-modal .greencolor {
  color: #0bb288;
}

.b8d-download-modal .qr-icon {
  color: #fff;
}

.b8d-download-modal .btn-save {
  margin-left: 10px;
  font-size: 12px;
}

.b8d-download-modal .btnblockstyle {
  text-align: center !important;
  height: 34px !important;
  font-size: 13px !important;
}

.b8d-download-modal .left-icon {
  position: relative;
}

.b8d-download-modal .btn-block {
  width: 100%;
  display: block !important;
}

.b8d-download-modal .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.b8d-download-modal .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.b8d-download-modal .refresh-icon {
  margin-top: -5px;
  font-size: 1.5em;
  color: #fff !important;
}

.b8d-download-modal .qr-centered {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.b8d-download-modal .qr-overlay {
  z-index: 1;
  color: #fff;
  background-color: #000c;
  border-radius: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b8d-download-modal .qr-centered svg {
  z-index: 0;
}

.b8d-download-modal .no-seq {
  font-size: 80px;
  font-weight: bolder;
}

.b8d-download-modal .qr-hide {
  display: none;
}

.b8d-download-modal .break-35 {
  flex-basis: 100%;
  height: 35%;
}

.b8d-download-modal .break-0 {
  flex-basis: 100%;
  height: 0;
}

.b8d-download-modal .link-login {
  text-align: right;
  padding: 18px 20px;
}

.b8d-download-modal .link-login a {
  color: #000;
}

.b8d-download-modal .scan-img {
  padding-top: 20px;
}

.b8d-download-modal .scan-header {
  padding-top: 20px;
  font-size: 30px;
  font-weight: bolder;
}

.b8d-download-modal .scan-detail {
  color: #0bb288;
  font-size: 18px;
}

.b8d-download-modal .refresh-font {
  font-size: 16px;
  font-weight: bold;
}

.b8d-download-modal .text-middle {
  vertical-align: middle;
}

@media (width >= 768px) {
  .b8d-download-modal .qr-detail {
    padding: 20px 30px;
  }
}

.b8d-download-modal .modal-content {
  background-color: #fff;
}

.how-to-dowmload.modal-dialog {
  max-width: none;
  height: unset;
  border-radius: .5rem;
  padding: 0;
}

.how-to-dowmload .modal-header {
  border: none;
}

.how-to-dowmload .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2016%2016%27%20fill=%27%23000%27%3e%3cpath%20d=%27M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414z%27/%3e%3c/svg%3e") center / 1em no-repeat;
  width: 1em;
  height: 1em;
}

.how-to-dowmload .parent {
  width: unset;
  position: relative;
}

@media (width >= 1024px) {
  .how-to-dowmload .parent {
    width: 500px;
    position: relative;
  }

  .how-to-dowmload .modal-header {
    border: none;
  }

  .how-to-dowmload .modal-header .btn-close {
    background: url("data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2016%2016%27%20fill=%27%23000%27%3e%3cpath%20d=%27M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414z%27/%3e%3c/svg%3e") center / 2em no-repeat;
    width: 4em;
    height: 4em;
  }
}

.how-to-dowmload .modal-content {
  border: none;
}

@media (width >= 1440px) {
  .how-to-dowmload.modal-dialog {
    max-width: 1280px;
  }
}

.how-to-download-modal {
  padding-left: 1rem;
  padding-right: 1rem;
}

.how-to-dowmload .logostyle {
  width: 50%;
}

.how-to-dowmload .body-layout {
  width: 100%;
  padding: 1rem;
}

@media (width >= 1440px) {
  .how-to-dowmload .body-layout {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (width >= 1024px) {
  .how-to-dowmload .body-layout {
    padding-top: 3rem;
    padding-bottom: 51px;
  }

  .how-to-dowmload .detail .step:last-child > .line-x {
    display: none;
  }

  .how-to-dowmload .detail .step .content {
    padding-top: .75rem;
    font-size: 24px;
    line-height: 32px;
  }

  .how-to-dowmload .detail .step {
    flex: 1;
    margin-left: .5rem;
    margin-right: .5rem;
    position: relative;
  }

  .how-to-dowmload .detail .layout {
    display: flex;
  }
}

.how-to-dowmload .header {
  color: #000;
  margin-bottom: .75rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

@media (width >= 1024px) {
  .how-to-dowmload .header {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 50px;
  }
}

.how-to-dowmload .detail {
  padding-top: 2.5rem;
}

.how-to-dowmload .detail .layout {
  display: none;
}

@media (width >= 1024px) {
  .how-to-dowmload .detail .layout {
    display: flex;
  }

  .how-to-dowmload .detail .layout-mobile {
    display: none;
  }
}

.how-to-dowmload .detail .step {
  flex-direction: column;
  flex: 1;
  margin-left: .7rem;
  margin-right: .7rem;
  position: relative;
}

.how-to-dowmload .detail .step .line-x {
  width: 100%;
  margin-left: 2rem;
  position: absolute;
  top: 0;
}

.how-to-dowmload .detail .step .line-x:after {
  content: "";
  background-color: #0bb288;
  width: 100%;
  height: 2px;
  display: inline-block;
}

.how-to-dowmload .detail .step .number {
  text-align: center;
  --tw-text-opacity: 1;
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: #0bb288;
  border-radius: 32px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.how-to-dowmload .detail .step .content {
  padding-top: .75rem;
  font-size: 24px;
  line-height: 32px;
}

.how-to-dowmload .detail .step .content .container {
  height: 93px;
}

.how-to-dowmload .detail .step .content .pic {
  border-radius: 20px;
  margin-top: 4rem;
}

.how-to-dowmload .detail .step .content .pic, .how-to-dowmload .detail .step .content img {
  background-color: #e9f9f4;
}

.how-to-dowmload .detail .step .content .pic img {
  margin: auto;
  display: block;
}

.how-to-dowmload .detail .step-mobile {
  padding-left: 15px;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content {
  box-sizing: border-box;
  color: #000;
  text-align: left;
  padding-left: 24px;
  padding-right: 0;
  position: relative;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .number[data-active][data-with-child] {
  color: #fff;
  background-color: #0bb288;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .number[data-active] {
  background-color: #fff;
  border-color: #0bb288;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .number[data-with-child] {
  color: #000;
  background-color: #dee2e6;
  border-width: 1px;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .number {
  box-sizing: border-box;
  color: #fff;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  top: 0;
  left: -15px;
  right: auto;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .content-header {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--grab-font-default);
  -webkit-tap-highlight-color: transparent;
  font-size: inherit;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .content-item, .how-to-dowmload .detail .step-mobile .step-mobile-content img {
  background-color: #e9f9f4;
  border-radius: 20px;
  width: 100%;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content .content-item {
  margin-top: 2rem;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content:before {
  box-sizing: border-box;
  content: "";
  border-left: 2px solid #dee2e6;
  display: none;
  position: absolute;
  inset: 0 auto -24px -2px;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content[data-line-active]:before {
  border-left-color: #0bb288;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content:not(:first-of-type) {
  margin-top: 24px;
}

.how-to-dowmload .detail .step-mobile .step-mobile-content:not(:last-of-type):before {
  display: block;
}

.otp, .b8d-callmeback-modal .callMeBack .otp {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.otp .layout, .b8d-callmeback-modal .callMeBack .otp .layout {
  margin-top: 1rem;
}

.otp .card, .b8d-callmeback-modal .callMeBack .otp .card {
  background: #fff;
  border-radius: 4px;
  min-width: 360px;
  padding: 2rem;
  box-shadow: 0 1px 3px #d4d4d5, 0 0 0 1px #d4d4d5;
}

.otp .card > form, .b8d-callmeback-modal .callMeBack .otp .card > form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.otp .card > form > p.header {
  font-size: 1.5em;
  font-weight: 700;
}

.otp .inputStyle, .b8d-callmeback-modal .callMeBack .otp .inputStyle, .b8d-callmeback-modal .callMeBack .otp .inputError {
  border: 1px solid #0000004d;
  border-radius: 4px;
  height: 3rem;
  margin: 0 1rem;
  font-size: 2rem;
  width: 3rem !important;
}

.otp .inputError, .b8d-callmeback-modal .callMeBack .otp .inputError {
  border: 1px solid red;
  border-radius: 4px;
  height: 3rem;
  margin: 0 1rem;
  font-size: 2rem;
  width: 3rem !important;
}

.otp .error-message, .b8d-callmeback-modal .callMeBack .otp .error-message {
  color: red;
  margin-top: 1rem;
  font-size: 14px;
}

.otp .confirm, .b8d-callmeback-modal .callMeBack .otp .confirm {
  background-color: #0bb288;
  border-color: #0bb288;
  margin-top: 30px;
}

.otp .confirm:hover {
  background-color: #098e6c;
  border-color: #098e6c;
}

.otp .confirm:active {
  background-color: #098e6c !important;
  border-color: #098e6c !important;
}

.otp .confirm:disabled {
  background-color: #0bb288;
  border-color: #0bb288;
}

@keyframes details-show {
  from {
    opacity: 0;
    transform: translateY(-.5em);
  }
}

details.privilege summary::-webkit-details-marker {
  display: none;
}

details.privilege summary::-webkit-details-marker:before {
  display: none;
}

details.privilege summary::marker {
  display: none;
}

details.privilege summary {
  color: #fff;
  background-color: #8d734a;
  border-radius: 5px;
  width: fit-content;
  padding: 4px;
  list-style: none;
}

details.privilege summary .text-summary {
  font-size: 14px;
}

details.privilege[open] > :not(summary) {
  width: fit-content;
  animation: .15s ease-in-out details-show;
}

details.privilege .privilege-content {
  background-color: #fafafa;
  border-radius: 5px;
}

.privilege-container {
  margin-top: 32px;
}

.coupon .tooltip-coupon, .coupon .applied-code {
  color: #0bb288;
  background-color: #d9f5ee;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 300;
}

.package {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  color: #646569;
  text-rendering: optimizeLegibility;
  background-color: #d3d3d3;
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.package .m-bottom {
  margin-bottom: 100px;
}

.package .package-detail {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.package .alert {
  color: #fff;
  background-color: #0006;
  width: 208px;
  height: 120px;
  margin-top: 250px;
  margin-left: -100px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.package .iconAlert {
  margin-left: 60px;
  font-size: 50px;
}

.package .closebtn {
  color: #fff;
  float: right;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  transition: all .3s;
}

.package .msg {
  text-align: center;
  margin-top: 20px;
}

@media (width >= 768px) {
  .package .banner__text {
    padding-top: 4rem;
  }
}

.package .packageListing {
  background: #fff;
  height: 100%;
  padding: 1rem;
}

.package .banner__text {
  color: #fff;
  background: #0bb288;
  padding: 2rem 1rem;
}

.package .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.package .row, .package .b8d-callmeback-modal .callMeBack .row-consent, .b8d-callmeback-modal .callMeBack .package .row-consent {
  flex-wrap: wrap;
  display: flex;
}

.package .container {
  max-width: 100%;
}

@media (width >= 992px) {
  .package .container {
    max-width: 100%;
  }

  .package .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .package .pr-lg-0, .package .px-lg-0 {
    padding-right: 0 !important;
  }

  .package .banner__text {
    margin-left: -15px;
    padding: 2rem;
  }

  .package .packageTerm {
    margin-right: -15px !important;
    padding: 3rem 2rem 2rem !important;
  }

  .package .order-lg-1 {
    order: 1;
  }

  .package .packageListing {
    margin-left: -15px;
    padding: 3rem 2rem 2rem;
  }

  .package .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .package .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .package .offset-lg-2 {
    margin-left: 16.6667%;
  }
}

@media (width >= 1200px) {
  .package .container {
    max-width: 100%;
  }
}

.package .actionContact {
  justify-content: center;
  display: flex;
}

.package .actionContact--item {
  color: #646569;
  text-align: center;
  text-transform: uppercase;
  flex-basis: 100%;
  display: block;
  text-decoration: none !important;
}

.package .actionContact--item--icon.actionContact--item--icon__call {
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/9ddec06e-f034-41fe-bd85-4a8f29f6399c/call-rounded-gray.png");
}

.package .actionContact--item--icon.actionContact--item--icon__inquiry {
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/421b02f3-825b-4e58-b230-c5405248b33d/inquiry-rounded-gray.png");
}

.package .actionContact--item--icon.actionContact--item--icon__appointment {
  background-image: url("https://assets-us-01.kc-usercontent.com/3d9c42d1-db86-00e9-5db3-165ae6aabfa6/bfad7401-6943-4fa1-bb5b-719fadad8cee/appointment-rounded-gray.png");
}

.package .actionContact--item:hover .actionContact--item--icon__appointment {
  background-image: url("https://www.bumrungrad.com/assets/img/icons/appointment-rounded-green.png");
}

.package .actionContact--item:hover .actionContact--item--icon__inquiry {
  background-image: url("https://www.bumrungrad.com/assets/img/icons/inquiry-rounded-green.png");
}

.package .actionContact--item:hover .actionContact--item--icon__call {
  background-image: url("https://www.bumrungrad.com/assets/img/icons/call-rounded-green.png");
}

.package .actionContact--item--icon {
  background: center / contain no-repeat;
  width: 50px;
  height: 50px;
  margin: 0 auto 1.5rem;
  display: block;
}

.package button:not(:disabled), .package [type="button"]:not(:disabled), .package [type="reset"]:not(:disabled), .package [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.package .CheckoutButton {
  min-width: 90px;
}

.package button, .package [type="button"], .package [type="reset"], .package [type="submit"] {
  -webkit-appearance: button;
}

.package .btn {
  color: #646569;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

.package .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.package .form-control {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(1.4em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

.package .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #49f4c9;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0bb28840;
}

.package .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.package .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.package .input-hide-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.package .packageListing ul {
  padding-top: 40px;
}

.package .packageListing ul.last {
  padding-top: 0;
}

.package .package-inclusions, .package .package-inclusions ul {
  padding: initial;
}

.package .package-inclusions > li:first-child div:first-child {
  background-color: #20c997;
  border-radius: 20px;
  width: 100%;
  display: flex;
}

.package .package-inclusions > li:first-child div {
  color: #fff;
  padding: 2px 15px;
}

.package ul.package-inclusions > li {
  background: #f8f9fa;
  border-radius: 20px;
  padding-left: 15px;
  font-weight: 700;
}

.package .package-inclusions li:has(ul):before {
  content: none;
}

.package ul.package-inclusions > li > ul > li {
  padding-top: 5px;
  padding-left: 15px;
  font-weight: 100;
  margin-bottom: 0 !important;
}

.package .package-inclusions > li:first-child {
  background-color: #c8c8c8;
  padding-left: 0;
  display: flex;
}

.package .package-inclusions li {
  list-style: none;
}

.package .package-inclusions > li:first-child:before {
  content: "";
  padding-left: 0;
}

@media only screen and (width >= 1024px) {
  .package .package-inclusions li:before {
    padding-left: 6em;
  }
}

.package b, .package strong {
  font-weight: bolder;
}

.package a:hover {
  cursor: pointer;
  color: #076a51;
  text-decoration: underline;
}

.package a {
  color: #0bb288;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  text-decoration: none;
}

.package .package-detail-medical-information {
  margin-top: 20px;
}

.package .package-inclusions li:before {
  content: "●";
  float: right;
  color: #20c997;
  font-size: 1em;
  position: relative;
  top: -.3rem;
  right: 20px;
}

.package li {
  margin-bottom: .5rem;
}

.package ol, .package ul, .package dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.package .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.package .add-to-cart-button {
  color: #0bb288;
  background-color: #fff;
  border-color: #60bfb3;
  min-width: 90px;
  margin-left: 10px;
  display: inline-block;
}

.package input.AddToCartTextBox {
  display: inline;
}

.package .currency_select {
  color: #0bb288;
  background-color: #fff;
  border-color: #60bfb3;
  border-radius: 5px;
  min-width: 65px;
  height: 35px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 15px;
  display: inline-block;
  position: absolute;
}

@media (width <= 576px) {
  .package .packageListing__cost__number_position {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }

  .package .top-up {
    width: 100%;
    margin: 10px 0;
  }
}

@media (width >= 576px) {
  .package .packageListing__cost__number_position {
    margin: 10px 0;
    width: 50% !important;
  }

  .package .top-up {
    width: 50%;
    margin: 10px 0;
  }
}

.package .currency_select {
  color: #0bb288;
  background-color: #fff;
  border-color: #60bfb3;
  min-width: 90px;
  height: 35px;
  margin-left: 0;
  font-size: 15px;
  display: inline-block;
}

.package .currency_select:focus {
  color: #0bb288;
  background-color: #fff;
  border-color: #49f4c9;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0bb28840;
}

.package .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.package .AddToCartContainer .UnitsLabel {
  color: gray;
}

.package .packageListing__cost__number {
  color: #00b28b;
  margin-bottom: 0;
  font-size: 2.3rem;
}

.package .float-right {
  float: right !important;
}

.package .top-10 {
  margin-top: -10px;
}

.package .width-50 {
  width: 50%;
}

.package .width-0 {
  width: 30%;
}

.package .width-auto {
  width: auto;
  max-width: 70%;
}

.package label {
  margin-bottom: .5rem;
  display: inline-block;
}

.package .mb-5, .package .my-5 {
  margin-bottom: 3rem !important;
}

.package .float-left {
  height: 20px;
  float: left !important;
}

.package .packageTerm__title {
  color: #0bb288;
  font-size: 1.2rem;
}

.package button, .package input {
  overflow: visible;
}

.package button, .package input, .package optgroup, .package select, .package textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

.package h1, .package h2, .package h3, .package h4, .package h5, .package h6, .package .h1, .package .h2, .package .h3, .package .h4, .package .h5, .package .h6 {
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
}

.package .shadow, .package .contentCard, .package .doctor, .package #mainNav .navbar .dropdown-language-menu, .package #searchbar, .package .page-package .packageCard, .package .package, .package .package {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.package .package, .package .package {
  margin-bottom: 2rem;
  position: relative;
}

.package .packageTerm {
  background: #fff;
  height: 100%;
  margin-right: 0;
  padding: 1rem;
}

.package .banner .slickBanner {
  width: 100%;
}

.package .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.package .slick-slider .slick-track, .package .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.package .slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.package .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.package .slick-track:before, .package .slick-track:after {
  content: "";
  display: table;
}

.package .banner .slickBanner__item {
  background: center / cover no-repeat;
  width: 100%;
}

.package .slick-initialized .slick-slide {
  display: block;
}

.package .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.package img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.package .mb-0 {
  margin-bottom: 0 !important;
}

.package p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.package .banner__text__title {
  padding-bottom: 1rem;
  font-size: 1.45rem;
  position: relative;
}

.package .banner__text__title:after {
  content: "";
  background: #d1c392;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
}

.package .banner__text {
  color: #fff;
}

.package .d-flex, .package .doctor__action, .package .newsletter .footer__contact__item__text, .package .map .footer__contact__item__text, .package .page-banner, .package .page-about .milestone__item, .package .page-center-individual .centerTab__header, .package .page-home #articles .articleFeatured, .package .package__text__price, .package .package__text__price, .package .additional__text__dropdown .dropdown-menu .dropdown-item__text, .package .additional__text__dropdown .dropdown-menu .dropdown-item__text, .package .packageListing__cost, .package .page-appointment-review .infoWrapper .info, .package .tab--item {
  display: flex !important;
}

.package .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3 !important;
}

.package .pb-5, .package .py-5 {
  padding-bottom: 3rem !important;
}

.package .pt-5, .package .py-5 {
  padding-top: 3rem !important;
}

.package .bg-white {
  background-color: #fff !important;
}

.package .offset-lg-2 {
  margin-left: 16.6667%;
}

.package .order-2 {
  order: 2;
}

@media (width >= 992px) {
  .package .d-lg-none {
    display: none !important;
  }
}

.package .col-lg-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.btn-layout {
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  display: inline-block;
}

.btn-layout button:not(:disabled), .btn-layout [type="button"]:not(:disabled), .btn-layout [type="reset"]:not(:disabled), .btn-layout [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.btn-layout .CheckoutButton {
  min-width: 90px;
}

.btn-layout button, .btn-layout [type="button"], .btn-layout [type="reset"], .btn-layout [type="submit"] {
  -webkit-appearance: button;
}

.btn-layout button, .btn-layout input {
  overflow: visible;
}

.btn-layout .btn {
  color: #646569;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

.btn-layout .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.btn-layout button, .btn-layout input, .btn-layout optgroup, .btn-layout select, .btn-layout textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

.alert-hide-backdrop {
  opacity: 0 !important;
}

.alert-modal {
  width: 150px !important;
  margin: auto !important;
}

.alert-modal .modal-content {
  color: #fff;
  text-align: center;
  background-color: #000000b3;
  height: 150px;
  padding: 20px 0;
}

.alert-modal .modal-content .iconAlert {
  font-size: 50px;
}

.alert-modal .modal-content .msg {
  margin-top: 10px;
}

.package-card {
  margin-bottom: 2rem;
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
  position: relative;
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.package-card .shadow, .package-card .contentCard, .package-card .doctor, .package-card #mainNav .navbar .dropdown-language-menu, .package-card #searchbar, .package-card .packageCard, .package-card .package {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.package-card .package__visual {
  background: center / cover no-repeat;
  border: 1px solid #fff;
  padding-bottom: 56.25%;
}

.package-card .package__detail {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  height: 85px;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  color: inherit;
  border: inherit;
  background-color: inherit;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.package-card .package__detail_include_discount {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 44px;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  color: inherit;
  border: inherit;
  background-color: inherit;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.package-card a {
  color: #0bb288;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  text-decoration: none;
}

.package-card .package__text {
  background: #fff;
  padding: 1rem;
}

.package-card .package__text__title {
  color: #0bb288;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 77px;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 1.57rem;
  line-height: 2.5rem;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}

.package-card .package__text__title:after {
  content: "";
  background-color: #0bb288;
  width: 30px;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.package-card p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.package-card .align-items-center, .package-card .newsletter .footer__contact__item__text, .package-card .map .footer__contact__item__text, .package-card .page-banner, .package-card .package__text__price, .package-card .packageListing__cost, .package-card .tab--item {
  align-items: center !important;
}

.package-card .d-flex, .package-card .doctor__action, .package-card .newsletter .footer__contact__item__text, .package-card .map .footer__contact__item__text, .package-card .page-banner, .package-card .page-about .milestone__item, .package-card .page-center-individual .centerTab__header, .package-card .page-home #articles .articleFeatured, .package-card .package__text__price, .package-card .package__text__price, .package-card .additional__text__dropdown .dropdown-menu .dropdown-item__text, .package-card .additional__text__dropdown .dropdown-menu .dropdown-item__text, .package-card .packageListing__cost, .package-card .page-appointment-review .infoWrapper .info, .package-card .tab--item {
  display: flex !important;
}

.package-card .package__text__price__label, .package-card .package__text__price__label {
  font-size: .75rem;
}

.package-card .package__text__price__number, .package-card .package__text__price__number {
  color: #00b28b;
  padding-right: .5rem;
  font-size: 2.2rem;
}

.package-card .ml-auto, .package-card .mx-auto, .package-card .banner .slickBanner--nav {
  margin-left: auto !important;
}

.package-card .align-items-center, .package-card .newsletter .footer__contact__item__text, .package-card .map .footer__contact__item__text, .package-card .page-banner, .package-card .package__text__price, .package-card .package__text__price, .package-card .packageListing__cost, .package-card .tab--item {
  align-items: center !important;
}

.package-card .row, .package-card .b8d-callmeback-modal .callMeBack .row-consent, .b8d-callmeback-modal .callMeBack .package-card .row-consent {
  flex-wrap: wrap;
  display: flex;
}

@media (width >= 1400px) {
  .package-card .row, .package-card .b8d-callmeback-modal .callMeBack .row-consent, .b8d-callmeback-modal .callMeBack .package-card .row-consent {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    flex-wrap: wrap;
    display: flex;
  }
}

.package-card button, .package-card input, .package-card optgroup, .package-card select, .package-card textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

.package-card .mb-3, .package-card .my-3 {
  margin-bottom: 1rem !important;
}

.package-card .mt-3, .package-card .my-3 {
  margin-top: 1rem !important;
}

.package-card .w-100 {
  width: 100% !important;
}

.package-card .package__text__disclaimer, .package-card .package__text__disclaimer {
  margin-bottom: 0;
  font-size: .75rem;
}

.package-card button:not(:disabled), .package-card [type="button"]:not(:disabled), .package-card [type="reset"]:not(:disabled), .package-card [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.package-card .CheckoutButton {
  min-width: 90px;
}

.package-card button, .package-card [type="button"], .package-card [type="reset"], .package-card [type="submit"] {
  -webkit-appearance: button;
}

.package-card button, .package-card input {
  overflow: visible;
}

.package-card .btn {
  color: #646569;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

.package-card .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.package-card .form-control {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(1.4em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

.package-card .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #49f4c9;
  outline: 0;
  box-shadow: 0 0 0 .2rem #0bb28840;
}

.package-card .input-hide-arrow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.package-card .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.package-card .input-hide-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.package-card .AddToCartContainer .UnitsLabel {
  color: gray;
}

.package-card .add-to-cart-button {
  color: #0bb288;
  background-color: #fff;
  border-color: #60bfb3;
  min-width: 90px;
  margin-left: 10px;
  display: inline-block;
}

.package-card a.btn.btn-primary.w-100.my-3 {
  color: #0bb288;
  background-color: #0000;
  border: none;
  font-size: 1.1rem;
  text-decoration: underline;
}

.package-card .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.package-card a.filter__item--selected {
  background-image: none;
}

.package-card .tabHeader:hover, .package-card .tabHeader[aria-expanded="true"] {
  color: #fff;
  background: #8a8c8c;
}

.package-card .tabHeader {
  color: #fff;
  text-align: center;
  background: #d2d4d3;
  padding: 1rem 2rem;
  transition: all .4s;
  text-decoration: none !important;
}

.package-card .justify-content-center, .package-card .tab--item {
  justify-content: center !important;
}

@media (width >= 992px) {
  .package-card .gender {
    padding: 2rem;
  }
}

.package-card .gender {
  color: #fff;
  background: #8a8c8c;
  padding: 2rem 1rem;
}

.package-card .dropdown {
  color: #646568;
}

.package-card .dropup, .package-card .dropright, .package-card .dropdown, .package-card .dropleft {
  position: relative;
}

.package-card .btn:focus, .package-card .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #0bb28840;
}

.package-card .dropdown .btn-action {
  min-width: unset;
  width: 100%;
  padding-right: 2rem;
  font-size: 1rem;
  position: relative;
}

.package-card a.bg-white:hover, .package-card a.bg-white:focus, .package-card button.bg-white:hover, .package-card button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.package-card button:focus:not(:focus-visible) {
  outline: 0;
}

.package-card .see-all-package.btn:hover {
  text-decoration: none;
  color: #646569 !important;
}

.package-card .dropdown .btn-action:after {
  position: absolute;
  top: 50%;
  right: 1rem;
}

.package-card .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.package-card .dropdown .dropdown-action {
  width: 100%;
}

.package-card .dropdown-menu.show {
  display: block;
}

.package-card .dropdown-menu[x-placement^="top"], .package-card .dropdown-menu[x-placement^="right"], .package-card .dropdown-menu[x-placement^="bottom"], .package-card .dropdown-menu[x-placement^="left"] {
  bottom: auto;
  right: auto;
}

.package-card .dropdown-menu {
  z-index: 1000;
  float: left;
  color: #646569;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: .25rem;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  font-size: .875rem;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.package-card .dropdown-item {
  clear: both;
  color: #212529;
  width: 100%;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  padding: .25rem 1.5rem;
  font-weight: 400;
  display: block;
}

.package-card .dropdown-item.active, .package-card .dropdown-item:active {
  color: #fff;
  background-color: #0bb288;
  text-decoration: none;
}

.package-center {
  font-family: Inter, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
}

.package-center .packageCard {
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.package-center .packageCard .packageCard__visual {
  background: center / cover no-repeat;
  padding-bottom: 56.82%;
}

.package-center .packageCard .packageCard__text {
  min-height: 235px;
  padding: 1rem;
}

.package-center .packageCard .packageCard__text__title {
  color: #00b28b;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 90px;
  margin-bottom: 25px;
  padding-bottom: 1rem;
  font-size: 1.42rem;
  line-height: 2.5rem;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}

.package-center .packageCard .packageCard__text__description {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #646569;
  -webkit-box-orient: vertical;
  height: 100px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
}

.package-center .packageCard p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.package-center .packageCard .packageCard__text__title:after {
  content: "";
  background: #cfc389;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.package-center .packageCard .packageCard .btn {
  border-radius: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.package-center .packageCard .w-100 {
  width: 100% !important;
}

.package-center .packageCard .btn {
  color: #646569;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

.package-center .packageCard .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.banner_layout .page-banner {
  color: #fff;
  text-align: center;
  background: center / cover no-repeat;
  width: 1366px;
  max-width: 100vw;
  height: 180px;
  margin: 0 auto;
  background-blend-mode: overlay !important;
  flex-direction: row !important;
  align-items: center !important;
  display: flex !important;
}

@media (width >= 992px) {
  .banner_layout .page-banner {
    height: 350px;
  }
}

.package-related {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.package-related .text-title {
  font-weight: bold;
  text-decoration: underline;
}

.package-related .text-small {
  font-size: .875rem;
}

.package-related a {
  color: #0bb288;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  text-decoration: none;
}

.package-related .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.package-related .btn-outline {
  color: #0bb288;
  background-color: #fff;
  border-color: #60bfb3;
}

.package-related .btn-primary:hover, .package-related .btn-outline:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.package-related .package-name {
  color: #0bb288;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
}

.package__badge_campaign {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  background-color: #8c6c4b;
  -webkit-box-orient: vertical;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
}

.package__badge_campaign .package__badge_campaign_message {
  color: #fff;
  font-size: 12px;
}

.package-wrapper:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000 0% 59%, #000000a6 100%);
  position: absolute;
  inset: 0;
}

.package-wrapper {
  float: left;
  position: relative;
}

.package-wrapper .package-name {
  z-index: 2;
  color: #fff;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.package-wrapper .package-badge {
  z-index: 2;
  max-width: 180px;
  padding: 3px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.package-wrapper .package-badge .package-sale-price {
  color: #f2615f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.package-wrapper .package-badge .package-regular-price {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.package-wrapper .package-badge .package-regular-price-disabled {
  color: #8a8c8c;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  display: flex;
}

.package-wrapper .package-badge .package-badge-discount {
  color: #fff;
  text-align: center;
  background-color: #f2615f;
  border-radius: 4px;
  padding: 1px;
  font-size: 12px;
  font-weight: bold;
}

.package-recommendation .package-card .btn:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.package-recommendation .package__card {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 100px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
}

.package-recommendation .splide__pagination__page.is-active {
  background: #098e6c;
  width: 9px;
  height: 9px;
  transform: scale(1);
}

.package-recommendation .splide__pagination {
  gap: 16px;
}

.package-recommendation .splide__arrow--prev {
  left: 0;
}

.package-recommendation .splide__arrow--next {
  right: 0;
}

.auc-Recommend-list {
  padding-left: 0;
  list-style: none;
}

.auc-Recommend-list > li {
  width: 50%;
  padding: 10px;
  display: inline-block;
}

@media (width <= 768px) {
  .auc-Recommend-list > li {
    width: 100%;
    padding: 10px;
    display: inline-block;
  }
}

.auc-Recommend-title {
  display: none;
}

.headline {
  color: #00594d;
  text-align: center;
  margin-bottom: 45px;
  font-size: 1.42rem;
  font-weight: 300;
  position: relative;
}

@media (width >= 992px) {
  .headline {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
}

.headline:after {
  content: "";
  background: #d1c398;
  width: 90px;
  height: 2px;
  margin-top: 20px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn.btn-callmeback {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  left: auto;
  right: auto;
}

.center-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lable-main {
  font-size: 20px;
}

.center-screen .btn-unsub {
  background-color: #0bb288;
  border: none;
}

.center-screen .btn-unsub:hover, .center-screen .btn-unsub:focus, .center-screen .btn-closee:active, .center-screen .btn-unsub.active, .open > .dropdown-toggle.btn-unsub {
  background-color: #098e6c;
}

.image-qr image {
  width: 100px;
  height: 100px;
}

.modal-dialog {
  height: 400px;
}

.modal-dialog .btn-closee {
  background-color: #0bb288;
  border: none;
}

.modal-dialog .btn-closee:hover, .modal-dialog .btn-closee:focus, .modal-dialog .btn-closee:active, .modal-dialog .btn-closee.active, .open > .dropdown-toggle.btn-closee {
  background-color: #098e6c;
}

.center-screen .label-valid {
  color: tomato;
}

.center-screen-sub {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-screen-sub .btn-sub {
  background-color: #0bb288;
  border: none;
}

.center-screen-sub .btn-sub:hover, .center-screen-sub .btn-sub:focus, .center-screen-sub .btn-sub:active, .center-screen-sub .btn-sub.active, .open > .dropdown-toggle.btn-sub {
  background-color: #098e6c;
}

.text-header {
  color: #0b5345;
}

.text-title {
  color: #616a6b;
}

.text-radio {
  color: #0bb288;
}

.input-container input {
  box-sizing: border-box;
  border: none;
  outline: 0;
  width: 100%;
  padding: .75rem;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  cursor: pointer;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.form-check-input {
  grid-template-columns: 1em auto;
  gap: .5em;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: #2ecc71;
  background-color: #fff;
  border: .15em solid;
  border-radius: 50%;
  width: 1.15em;
  height: 1.15em;
  margin: 0;
}

.form-check-label {
  color: #0bb288;
}

.theme-mobile.appointment-main, .theme-mobile .confirm-appointment-text-modal, .theme-mobile .text-success-modal, .theme-mobile .text-fail-modal {
  font-family: open sans, prompt, noto sans jp, noto sans sc, amiri, padauk, hanuman, sans-serif;
}

.theme-mobile .appointment-title {
  color: #bc9632;
  font-size: 14px;
  font-weight: 600;
}

.theme-mobile .appointment-description {
  color: #59666f;
  font-size: 14px;
  font-weight: 400;
}

.theme-mobile .appointment-card {
  background-color: #fff;
  border: 1px solid #bc9632;
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.theme-mobile .appointment-card-content {
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
}

.theme-mobile .appointment-content-left {
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bc9632;
  border-radius: 12px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 72px;
  padding: 11px 9px;
  display: flex;
}

.theme-mobile .appointment-content-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  height: 100%;
  display: flex;
}

.theme-mobile .appointment-note-card {
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #faf6ef;
  border-radius: 8px;
  gap: 12px;
}

.theme-mobile .appointment-note-title {
  color: #bc9632;
  font-size: 12px;
  font-weight: 600;
}

.theme-mobile .confirm-appointment button.confirm-appointment {
  color: #fff;
  cursor: pointer;
  background-color: #bc9632;
  border: none;
  border-radius: 8px;
}

.theme-mobile .confirm-appointment button.confirm-appointment:hover {
  background-color: #8d734a;
}

.theme-mobile .confirm-appointment button.confirm-appointment:disabled {
  cursor: not-allowed;
  background-color: #8a8c8c;
}

.theme-mobile .confirm-appointment-text-modal {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.theme-mobile .text-success-modal {
  color: #00bd70;
  font-size: 16px;
  font-weight: 600;
}

.theme-mobile .text-fail-modal {
  color: #eb184e;
  font-size: 16px;
  font-weight: 600;
}

.theme-mobile .loading-modal-body {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.theme-mobile .loading-container {
  align-items: center;
  display: flex;
}

.theme-mobile .loading-spinner {
  margin-right: 10px;
}

.theme-mobile .loading-text {
  font-size: 16px;
  font-weight: 450;
}

.theme-mobile .appointment-status-image {
  width: 100%;
  height: 100%;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  border-radius: .25rem;
  width: 100%;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.react-loading-skeleton:after {
  content: " ";
  display: var(--pseudo-element-display);
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
  height: 100%;
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  opacity: .7;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible, .splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}
