@import "https://fonts.googleapis.com/css2?family=Inter&display=swap";
@import "https://fonts.googleapis.com/css2?family=Prompt&display=swap";
.b8d-onestore-typ :root {
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.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;
  opacity: .25;
  border: 0;
  border-top: 1px solid;
  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 {
  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 (min-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 (min-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 (min-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 (min-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;
  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: var(--bs-link-color);
  text-decoration: underline;
}

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

.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: #6c757d;
  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 {
  min-width: 0;
  border: 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 (min-width: 1200px) {
  .b8d-onestore-typ legend {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

.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 (min-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 (min-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 (min-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 (min-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 (min-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 (min-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 {
  border: 1px solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: .375rem;
  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: #6c757d;
  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 (min-width: 576px) {
  .b8d-onestore-typ .container-sm, .b8d-onestore-typ .container {
    max-width: 540px;
  }
}

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

@media (min-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 (min-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 (min-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 .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 > * {
  width: auto;
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 (min-width: 576px) {
  .b8d-onestore-typ .col-sm {
    flex: 1 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 (min-width: 768px) {
  .b8d-onestore-typ .col-md {
    flex: 1 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 (min-width: 992px) {
  .b8d-onestore-typ .col-lg {
    flex: 1 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 (min-width: 1200px) {
  .b8d-onestore-typ .col-xl {
    flex: 1 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 (min-width: 1400px) {
  .b8d-onestore-typ .col-xxl {
    flex: 1 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: var(--bs-body-color);
  --bs-table-bg: transparent;
  --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;
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-bottom: 1rem;
}

.b8d-onestore-typ .table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  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: 2px solid;
}

.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: 1px 0;
}

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

.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(2n+1) > *, .b8d-onestore-typ .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.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 (max-width: 575.98px) {
  .b8d-onestore-typ .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

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

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

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

@media (max-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 {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  line-height: 1.5;
}

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

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

.b8d-onestore-typ .form-text {
  color: #6c757d;
  margin-top: .25rem;
  font-size: .875em;
}

.b8d-onestore-typ .form-control {
  width: 100%;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.b8d-onestore-typ .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.b8d-onestore-typ .form-control:disabled {
  opacity: 1;
  background-color: #e9ecef;
}

.b8d-onestore-typ .form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: #212529;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #e9ecef;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: .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;
}

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

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

.b8d-onestore-typ .form-control-plaintext {
  width: 100%;
  color: #212529;
  background-color: #0000;
  border: 1px solid #0000;
  border-width: 1px 0;
  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 + 2px);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

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

.b8d-onestore-typ textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

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

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

.b8d-onestore-typ .form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  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: .375rem;
  border: 0 !important;
}

.b8d-onestore-typ .form-control-color::-webkit-color-swatch {
  border-radius: .375rem;
}

.b8d-onestore-typ .form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
}

.b8d-onestore-typ .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.b8d-onestore-typ .form-select {
  width: 100%;
  -moz-padding-start: calc(.75rem - 3px);
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: 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");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  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: #e9ecef;
}

.b8d-onestore-typ .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

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

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

.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 {
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  print-color-adjust: exact;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #00000040;
  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"] {
  background-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"] {
  background-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 {
  background-color: #0d6efd;
  background-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");
  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 {
  width: 2em;
  background-image: 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-position: 0;
  border-radius: 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 {
  background-image: 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 {
  background-image: 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 .form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
  background-color: #0000;
  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 {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 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 {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.b8d-onestore-typ .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 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 {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

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

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

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

.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 + 2px);
  line-height: 1.25;
}

.b8d-onestore-typ .form-floating > label {
  width: 100%;
  height: 100%;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  border: 1px solid #0000;
  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, .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, .b8d-onestore-typ .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.b8d-onestore-typ .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.b8d-onestore-typ .input-group {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  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 {
  width: 1%;
  min-width: 0;
  flex: auto;
  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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  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: .5rem;
  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: .25rem;
  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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.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: #198754;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.b8d-onestore-typ .valid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #198754e6;
  border-radius: .375rem;
  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 {
  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);
  border-color: #198754;
  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: #198754;
  box-shadow: 0 0 0 .25rem #19875440;
}

.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: #198754;
}

.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"] {
  background-image: 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"), 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: #198754;
  box-shadow: 0 0 0 .25rem #19875440;
}

.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: #198754;
}

.was-validated .b8d-onestore-typ .form-check-input:valid:checked, .b8d-onestore-typ .form-check-input.is-valid:checked {
  background-color: #198754;
}

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

.was-validated .b8d-onestore-typ .form-check-input:valid ~ .form-check-label, .b8d-onestore-typ .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.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: #dc3545;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.b8d-onestore-typ .invalid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: .375rem;
  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 {
  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);
  border-color: #dc3545;
  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: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

.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: #dc3545;
}

.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"] {
  background-image: 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"), 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: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540;
}

.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: #dc3545;
}

.was-validated .b8d-onestore-typ .form-check-input:invalid:checked, .b8d-onestore-typ .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

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

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

.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: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: .375rem;
  --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;
  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: none;
  --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: .5rem;
}

.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: .25rem;
}

.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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: .375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
  --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: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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 (min-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 (min-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 (min-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 (min-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 (min-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;
  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: .375rem;
}

.b8d-onestore-typ .btn-group > :not(.btn-check:first-child) + .btn, .b8d-onestore-typ .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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: -1px;
}

.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-left-radius: 0;
  border-bottom-right-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: #6c757d;
  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);
  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.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.b8d-onestore-typ .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: .375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  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);
  background: none;
}

.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.disabled, .b8d-onestore-typ .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: #0000;
  border-color: #0000;
}

.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: .375rem;
  --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);
  background: none;
  border: 0;
}

.b8d-onestore-typ .nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: #0000;
  border-color: #0000;
}

.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-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: #0000008c;
  --bs-navbar-hover-color: #000000b3;
  --bs-navbar-disabled-color: #0000004d;
  --bs-navbar-active-color: #000000e6;
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: #000000e6;
  --bs-navbar-brand-hover-color: #000000e6;
  --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%280,%200,%200,%200.55%29'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: #0000001a;
  --bs-navbar-toggler-border-radius: .375rem;
  --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 .show > .nav-link, .b8d-onestore-typ .navbar-nav .nav-link.active {
  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 {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

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

@media (min-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;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !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 (min-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;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !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 (min-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;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !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 (min-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;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !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 (min-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;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !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;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: #0000 !important;
  border: 0 !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 {
  --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 .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  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);
}

.b8d-onestore-typ .card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y) );
  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 (min-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: #212529;
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --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='%230c63e4'%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: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.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 .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: #6c757d;
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: .375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --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: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  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: -1px;
}

.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: .5rem;
}

.b8d-onestore-typ .pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: .25rem;
}

.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: .375rem;
  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: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: .375rem;
  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 {
  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: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

.b8d-onestore-typ .alert-primary .alert-link {
  color: #06357a;
}

.b8d-onestore-typ .alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

.b8d-onestore-typ .alert-secondary .alert-link {
  color: #34383c;
}

.b8d-onestore-typ .alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

.b8d-onestore-typ .alert-success .alert-link {
  color: #0c4128;
}

.b8d-onestore-typ .alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.b8d-onestore-typ .alert-info .alert-link {
  color: #04414d;
}

.b8d-onestore-typ .alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.b8d-onestore-typ .alert-warning .alert-link {
  color: #523e02;
}

.b8d-onestore-typ .alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.b8d-onestore-typ .alert-danger .alert-link {
  color: #6a1a21;
}

.b8d-onestore-typ .alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.b8d-onestore-typ .alert-light .alert-link {
  color: #4f5050;
}

.b8d-onestore-typ .alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

.b8d-onestore-typ .alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.b8d-onestore-typ .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --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-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .progress-bar-animated {
    animation: none;
  }
}

.b8d-onestore-typ .list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: #00000020;
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: .375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --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 (min-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 (min-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 (min-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 (min-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 (min-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 {
  color: #084298;
  background-color: #cfe2ff;
}

.b8d-onestore-typ .list-group-item-primary.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.b8d-onestore-typ .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.b8d-onestore-typ .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.b8d-onestore-typ .list-group-item-secondary.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.b8d-onestore-typ .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.b8d-onestore-typ .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.b8d-onestore-typ .list-group-item-success.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.b8d-onestore-typ .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.b8d-onestore-typ .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.b8d-onestore-typ .list-group-item-info.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.b8d-onestore-typ .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.b8d-onestore-typ .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.b8d-onestore-typ .list-group-item-warning.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.b8d-onestore-typ .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.b8d-onestore-typ .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.b8d-onestore-typ .list-group-item-danger.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.b8d-onestore-typ .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.b8d-onestore-typ .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.b8d-onestore-typ .list-group-item-light.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.b8d-onestore-typ .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.b8d-onestore-typ .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.b8d-onestore-typ .list-group-item-dark.list-group-item-action:hover, .b8d-onestore-typ .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.b8d-onestore-typ .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.b8d-onestore-typ .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  opacity: .5;
  background: 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") center / 1em no-repeat;
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.b8d-onestore-typ .btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

.b8d-onestore-typ .btn-close:focus {
  opacity: 1;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.b8d-onestore-typ .btn-close:disabled, .b8d-onestore-typ .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: .25;
}

.b8d-onestore-typ .btn-close-white {
  filter: invert() grayscale() brightness(200%);
}

.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: #ffffffd9;
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: .375rem;
  --bs-toast-box-shadow: 0 .5rem 1rem #00000026;
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: #ffffffd9;
  --bs-toast-header-border-color: #0000000d;
  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);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
  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: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --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: 1px;
  --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: 1px;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: 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);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  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 (min-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 (min-width: 992px) {
  .b8d-onestore-typ .modal-lg, .b8d-onestore-typ .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-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 {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.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 (max-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 {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .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 (max-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 {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .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 (max-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 {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .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 (max-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 {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .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 (max-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 {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .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: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  padding: var(--bs-tooltip-arrow-height);
  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: 0;
}

.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 {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  left: 0;
}

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

.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 {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  right: 0;
}

.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: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: .5rem;
  --bs-popover-inner-border-radius: calc(.5rem - 1px);
  --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: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --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;
  width: 100%;
  backface-visibility: hidden;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  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 {
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.b8d-onestore-typ .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  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;
  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 .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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 .125rem .25rem #00000013;
}

@media (max-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);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-sm {
    transition: none;
  }
}

@media (max-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%);
  }
}

@media (max-width: 575.98px) {
  .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%);
  }
}

@media (max-width: 575.98px) {
  .b8d-onestore-typ .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .b8d-onestore-typ .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .b8d-onestore-typ .offcanvas-sm.showing, .b8d-onestore-typ .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .b8d-onestore-typ .offcanvas-sm.showing, .b8d-onestore-typ .offcanvas-sm.hiding, .b8d-onestore-typ .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-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 (max-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);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-md {
    transition: none;
  }
}

@media (max-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%);
  }
}

@media (max-width: 767.98px) {
  .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%);
  }
}

@media (max-width: 767.98px) {
  .b8d-onestore-typ .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
}

@media (max-width: 767.98px) {
  .b8d-onestore-typ .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 767.98px) {
  .b8d-onestore-typ .offcanvas-md.showing, .b8d-onestore-typ .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .b8d-onestore-typ .offcanvas-md.showing, .b8d-onestore-typ .offcanvas-md.hiding, .b8d-onestore-typ .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-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 (max-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);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-lg {
    transition: none;
  }
}

@media (max-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%);
  }
}

@media (max-width: 991.98px) {
  .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%);
  }
}

@media (max-width: 991.98px) {
  .b8d-onestore-typ .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .b8d-onestore-typ .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .b8d-onestore-typ .offcanvas-lg.showing, .b8d-onestore-typ .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .b8d-onestore-typ .offcanvas-lg.showing, .b8d-onestore-typ .offcanvas-lg.hiding, .b8d-onestore-typ .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-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 (max-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);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-xl {
    transition: none;
  }
}

@media (max-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%);
  }
}

@media (max-width: 1199.98px) {
  .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%);
  }
}

@media (max-width: 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl.showing, .b8d-onestore-typ .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .b8d-onestore-typ .offcanvas-xl.showing, .b8d-onestore-typ .offcanvas-xl.hiding, .b8d-onestore-typ .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-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 (max-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);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    transition: transform .3s ease-in-out;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .b8d-onestore-typ .offcanvas-xxl {
    transition: none;
  }
}

@media (max-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%);
  }
}

@media (max-width: 1399.98px) {
  .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%);
  }
}

@media (max-width: 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl.showing, .b8d-onestore-typ .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1399.98px) {
  .b8d-onestore-typ .offcanvas-xxl.showing, .b8d-onestore-typ .offcanvas-xxl.hiding, .b8d-onestore-typ .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-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);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  transition: transform .3s ease-in-out;
  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);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.b8d-onestore-typ .offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  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;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  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 {
  margin-bottom: 0;
  line-height: 1.5;
}

.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 {
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  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: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.b8d-onestore-typ .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
  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(13, 110, 253, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1) ) !important;
}

.b8d-onestore-typ .link-primary {
  color: #0d6efd !important;
}

.b8d-onestore-typ .link-primary:hover, .b8d-onestore-typ .link-primary:focus {
  color: #0a58ca !important;
}

.b8d-onestore-typ .link-secondary {
  color: #6c757d !important;
}

.b8d-onestore-typ .link-secondary:hover, .b8d-onestore-typ .link-secondary:focus {
  color: #565e64 !important;
}

.b8d-onestore-typ .link-success {
  color: #198754 !important;
}

.b8d-onestore-typ .link-success:hover, .b8d-onestore-typ .link-success:focus {
  color: #146c43 !important;
}

.b8d-onestore-typ .link-info {
  color: #0dcaf0 !important;
}

.b8d-onestore-typ .link-info:hover, .b8d-onestore-typ .link-info:focus {
  color: #3dd5f3 !important;
}

.b8d-onestore-typ .link-warning {
  color: #ffc107 !important;
}

.b8d-onestore-typ .link-warning:hover, .b8d-onestore-typ .link-warning:focus {
  color: #ffcd39 !important;
}

.b8d-onestore-typ .link-danger {
  color: #dc3545 !important;
}

.b8d-onestore-typ .link-danger:hover, .b8d-onestore-typ .link-danger:focus {
  color: #b02a37 !important;
}

.b8d-onestore-typ .link-light {
  color: #f8f9fa !important;
}

.b8d-onestore-typ .link-light:hover, .b8d-onestore-typ .link-light:focus {
  color: #f9fafb !important;
}

.b8d-onestore-typ .link-dark {
  color: #212529 !important;
}

.b8d-onestore-typ .link-dark:hover, .b8d-onestore-typ .link-dark:focus {
  color: #1a1e21 !important;
}

.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: sticky;
  top: 0;
}

.b8d-onestore-typ .sticky-bottom {
  z-index: 1020;
  position: sticky;
  bottom: 0;
}

@media (min-width: 576px) {
  .b8d-onestore-typ .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-sm-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .b8d-onestore-typ .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-md-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .b8d-onestore-typ .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-lg-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .b8d-onestore-typ .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-xl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1400px) {
  .b8d-onestore-typ .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .b8d-onestore-typ .sticky-xxl-bottom {
    z-index: 1020;
    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) {
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !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: 1px;
  min-height: 1em;
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  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 .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 .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-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 .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: 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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity) ) !important;
}

.b8d-onestore-typ .border-1 {
  --bs-border-width: 1px;
}

.b8d-onestore-typ .border-2 {
  --bs-border-width: 2px;
}

.b8d-onestore-typ .border-3 {
  --bs-border-width: 3px;
}

.b8d-onestore-typ .border-4 {
  --bs-border-width: 4px;
}

.b8d-onestore-typ .border-5 {
  --bs-border-width: 5px;
}

.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 .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-light {
  font-weight: 300 !important;
}

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

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

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

.b8d-onestore-typ .fw-semibold {
  font-weight: 600 !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: #6c757d !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-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 .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-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-gradient {
  background-image: var(--bs-gradient) !important;
}

.b8d-onestore-typ .user-select-all {
  user-select: all !important;
}

.b8d-onestore-typ .user-select-auto {
  user-select: auto !important;
}

.b8d-onestore-typ .user-select-none {
  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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !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-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.b8d-onestore-typ .visible {
  visibility: visible !important;
}

.b8d-onestore-typ .invisible {
  visibility: hidden !important;
}

@media (min-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 .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-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 .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 (min-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 .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-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 .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 (min-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 .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-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 .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 (min-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 .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-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 .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 (min-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 .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-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 .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 (min-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-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;
  }
}

.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 {
  height: 23px;
  vertical-align: top;
}

.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 .discription {
  color: gray;
  font-size: 15px;
}

.patient-information .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment, .review-appintment {
  -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, .review-appintment .sub-title {
  color: #8a8c8c;
}

.appointment label.text-primary, .review-appintment label.text-primary {
  color: #4b4f54 !important;
}

.appointment .list-group-item, .review-appintment .list-group-item, .appointment .list-group-item span.date, .review-appintment .list-group-item span.date {
  color: #4b4f54;
}

.appointment .discription, .review-appintment .discription {
  color: gray;
  font-size: 15px;
}

.appointment li.list-group-item.active, .review-appintment li.list-group-item.active {
  color: #0bb288;
  background-color: #d9f5ee;
  border-color: #0bb288;
}

.appointment .btn-primary, .review-appintment .btn-primary {
  color: #fff;
  background-color: #0bb288 !important;
  border-color: #0bb288 !important;
}

.appointment .btn-primary:hover, .review-appintment .btn-primary:hover {
  color: #fff;
  background-color: #00594d !important;
  border-color: #00594d !important;
}

.appointment a, .review-appintment a {
  color: #0bb288 !important;
}

.appointment div.title, .review-appintment div.title {
  color: #4b4f54;
}

.appointment .btn, .review-appintment .btn {
  cursor: pointer;
  background: none;
  border: 1px solid #1e1e1e;
  padding: .6rem 1rem;
}

.appointment .btn-primary, .review-appintment .btn-primary {
  color: #fff;
  background-color: #00f;
  border: none;
}

.appointment .btn-primary:hover, .review-appintment .btn-primary:hover {
  background-color: #00f;
}

.appointment .btn-danger, .review-appintment .btn-danger {
  color: #fff;
  background-color: red;
  border: none;
}

.appointment .btn-danger:hover, .review-appintment .btn-danger:hover {
  background-color: red;
}

.appointment .btn-rounded, .review-appintment .btn-rounded {
  border-radius: .4rem;
}

.appointment .header, .review-appintment .header {
  color: green;
  background-color: #fff;
}

.appointment .header:hover, .review-appintment .header:hover {
  color: #fff;
  background-color: #02870279;
}

.appointment .giftcard-text, .review-appintment .giftcard-text {
  color: #035903;
  font-weight: bold;
}

.appointment .tooltip-inner, .review-appintment .tooltip-inner {
  max-width: 600px !important;
}

.appointment .btn-price, .review-appintment .btn-price {
  border: 1px solid gray;
  margin: 0 0 10px 10px;
  color: gray !important;
  background-color: #fff !important;
}

.appointment .selected-price, .review-appintment .selected-price {
  color: green !important;
  background-color: #90ee90 !important;
}

.appointment .price-enable, .review-appintment .price-enable {
  color: green !important;
  border: 1px solid green !important;
}

.appointment .packaging-selected-bg, .review-appintment .packaging-selected-bg {
  background-color: #c7fdec23 !important;
}

.appointment .packaging-selected-name, .review-appintment .packaging-selected-name {
  color: green !important;
}

.appointment .packaging-selected-rdo, .review-appintment .packaging-selected-rdo {
  background: green !important;
  border-color: green !important;
}

.appointment .packaging-img, .review-appintment .packaging-img {
  width: 70px;
  height: 70px;
  border-style: none !important;
  border-radius: .3rem !important;
}

.appointment .cursor-hand, .review-appintment .cursor-hand {
  cursor: pointer !important;
}

.appointment .test:before, .review-appintment .test:before {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #00000080;
  display: block;
  position: absolute;
  inset: 0;
}

.appointment .test, .review-appintment .test, .appointment .test2, .review-appintment .test2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.appointment .text, .review-appintment .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, .review-appintment .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, .appointment .input-hide-arrow input::-webkit-inner-spin-button, .review-appintment .input-hide-arrow input::-webkit-outer-spin-button, .review-appintment .input-hide-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.appointment .input-hide-arrow input[type="number"], .review-appintment .input-hide-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.appointment .price-footer .sticky-footer, .review-appintment .price-footer .sticky-footer {
  text-align: left;
  height: 105px;
  width: 103%;
  color: #fff;
  background-color: #1d8163;
  border-top: 1px solid #e7e7e7;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.appointment .price-footer .total-amount, .review-appintment .price-footer .total-amount {
  font-size: 12px;
}

@media only screen and (max-width: 388px) {
  .appointment .price-footer .total-amount, .review-appintment .price-footer .total-amount {
    font-size: 10px;
  }
}

.appointment .price-footer .total-price, .review-appintment .price-footer .total-price {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 388px) {
  .appointment .price-footer .total-price, .review-appintment .price-footer .total-price {
    font-size: 14px;
  }
}

.appointment .price-footer .currency, .review-appintment .price-footer .currency {
  font-size: 16px;
}

@media only screen and (max-width: 388px) {
  .appointment .price-footer .currency, .review-appintment .price-footer .currency {
    font-size: 14px;
  }
}

.appointment .price-footer .under-line, .review-appintment .price-footer .under-line {
  cursor: pointer;
  text-decoration: underline;
}

.appointment .price-footer .btn-color, .review-appintment .price-footer .btn-color {
  color: #fff;
  background-color: #28bd90;
  border-color: #28bd90;
}

.appointment .price-footer .btn-color:hover, .review-appintment .price-footer .btn-color:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.appointment .link, .review-appintment .link {
  color: #0bb288;
  cursor: pointer;
  text-decoration: none;
}

.appointment .link:hover, .review-appintment .link:hover {
  color: #0a58ca;
  cursor: pointer;
}

.appointment form label, .review-appintment form label {
  color: #0bb288;
}

.appointment .space-line, .review-appintment .space-line {
  padding-top: 15px;
}

.appointment .space-left, .review-appintment .space-left {
  padding-left: 5px;
}

.appointment .font-small, .review-appintment .font-small {
  font-size: 12px;
}

.appointment .form-check-input:checked, .review-appintment .form-check-input:checked {
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment form input[type="checkbox"]:before, .review-appintment form input[type="checkbox"]:before {
  background-color: #fff;
  border: 1px solid #0bb288;
}

.appointment form input[type="checkbox"]:checked:after, .review-appintment form input[type="checkbox"]:checked:after {
  background: #0bb288;
}

.appointment .btn-primary, .review-appintment .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
}

.appointment .btn-primary:hover, .review-appintment .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.appointment .btn-primary:not(:disabled):not(.disabled):active, .appointment .btn-primary:not(:disabled):not(.disabled).active, .appointment .show > .btn-primary.dropdown-toggle, .review-appintment .btn-primary:not(:disabled):not(.disabled):active, .review-appintment .btn-primary:not(:disabled):not(.disabled).active, .review-appintment .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.appointment .btn-check:focus + .btn-primary, .appointment .btn-primary:focus, .review-appintment .btn-check:focus + .btn-primary, .review-appintment .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.appointment .btn-primary.disabled, .appointment .btn-primary:disabled, .review-appintment .btn-primary.disabled, .review-appintment .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.appointment .regis-header, .review-appintment .regis-header {
  color: #fff;
  text-align: center;
  background: #8a8c8c;
  padding: 1rem;
  transition: all .4s;
  text-decoration: none !important;
}

.appointment .bg-light, .review-appintment .bg-light {
  background: #fff !important;
}

.appointment .lead, .review-appintment .lead {
  font-size: 1rem;
  font-weight: 300;
}

.appointment .font-weight-bold, .review-appintment .font-weight-bold {
  font-weight: 700 !important;
}

.appointment .form-control.is-invalid, .appointment .was-validated .form-control:invalid, .review-appintment .form-control.is-invalid, .review-appintment .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, .appointment .was-validated .form-control:invalid:focus, .review-appintment .form-control.is-invalid:focus, .review-appintment .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, .review-appintment .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, .review-appintment .react-datepicker__year-dropdown:after {
  content: "▼";
  display: block;
  position: relative;
  bottom: 15%;
}

.appointment .booking, .review-appintment .booking {
  font-size: 14px;
}

.appointment .booking .font-bold, .review-appintment .booking .font-bold {
  font-weight: bold;
}

.appointment .booking .font-gray, .review-appintment .booking .font-gray {
  color: #8a8c8c;
}

.appointment .booking .appointment-bg, .review-appintment .booking .appointment-bg {
  background-color: #e5faf4;
  padding: 20px;
}

.appointment .booking .appointment-bg .right, .review-appintment .booking .appointment-bg .right {
  text-align: right;
}

.appointment .booking .ctl-rounded, .review-appintment .booking .ctl-rounded {
  border-radius: 10px;
}

.appointment .booking .list-group-item, .review-appintment .booking .list-group-item {
  color: #4b4f54;
}

.appointment .booking .list-group-item.active, .review-appintment .booking .list-group-item.active {
  z-index: 2;
  color: #0bb288;
  background-color: #e5faf4;
  border-color: #e5faf4;
  font-weight: bold;
}

.appointment .booking .list-nomal, .review-appintment .booking .list-nomal {
  color: #8a8c8c;
  font-weight: normal;
}

.appointment .booking .list-danger, .review-appintment .booking .list-danger {
  color: #dc3545;
  font-weight: normal;
}

.appointment .booking .list-select, .review-appintment .booking .list-select {
  color: #0bb288;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}

.appointment .booking .icon-list, .review-appintment .booking .icon-list {
  float: right;
  font-size: 20px !important;
}

.appointment .booking .list-group-item + .list-group-item, .review-appintment .booking .list-group-item + .list-group-item {
  border-top-width: 1px !important;
}

.appointment .booking .list-group-item.invalid, .review-appintment .booking .list-group-item.invalid {
  border-color: #dc3545 !important;
}

.appointment .booking .list-group-item.invalid:hover, .review-appintment .booking .list-group-item.invalid:hover {
  box-shadow: 0 0 0 .25rem #dc354540 !important;
}

.appointment .booking .list-group-item:first-child, .review-appintment .booking .list-group-item:first-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.appointment .booking .list-group-item:last-child, .review-appintment .booking .list-group-item:last-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.appointment .booking .custom-valid, .review-appintment .booking .custom-valid {
  display: none;
}

.appointment .booking .custom-invalid, .review-appintment .booking .custom-invalid {
  color: #dc3545;
  margin-top: 5px;
  display: block;
}

.appointment .booking .hrPadding, .review-appintment .booking .hrPadding {
  margin-top: 15px;
  margin-bottom: 15px;
}

.appointment .booking .hide, .review-appintment .booking .hide {
  display: none;
}

.appointment .booking .show, .review-appintment .booking .show {
  display: block;
}

.appointment input.input-container, .review-appintment input.input-container {
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  position: relative;
}

.appointment input[type="date"]::-webkit-calendar-picker-indicator, .review-appintment input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  cursor: pointer;
  height: auto;
  width: auto;
  background: none;
  position: absolute;
  inset: 0;
}

.appointment svg.icon-list.active, .review-appintment svg.icon-list.active {
  color: #0bb288;
}

.appointment svg.icon-list, .review-appintment svg.icon-list {
  cursor: pointer;
}

.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;
  width: 2em;
  background-color: #0000;
  border: 0;
  border-radius: .25rem;
  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 {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 10px;
}

.modal-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 .btn-primary:not(:disabled):not(.disabled).active, .modal-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 .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 .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.modal-custom-date .custom-btn-close {
  margin: -1rem auto -1rem -1rem !important;
  padding: 1rem 1.5rem !important;
}

.modal-custom-date .react-calendar__tile--active {
  color: #fff;
  background: #098e6c;
}

.modal-custom-date .react-calendar__tile--active:enabled:hover, .modal-custom-date .react-calendar__tile--active:enabled:focus {
  background: #098e6c;
}

.modal-custom-date .react-calendar__tile:disabled {
  background-color: #fff !important;
}

.modal-custom-date .react-calendar {
  width: 100%;
  border: 0;
}

.modal-custom-date .react-calendar__navigation button {
  min-width: 44px;
  background: none;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.modal-custom-date abbr[title] {
  text-decoration: none;
}

.modal-custom-date .react-calendar__tile {
  color: #e3e5e5;
}

.modal-custom-date .react-calendar__tile:enabled {
  color: #098e6c;
  font-weight: bold;
}

.modal-custom-date .react-calendar__tile:enabled:hover, .modal-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 .react-calendar__month-view__days__day--neighboringMonth {
  color: #e3e5e5;
}

.modal-custom-date .react-calendar__tile--now {
  background: #fff;
}

.modal-custom-date .react-calendar__tile--now:enabled:hover, .modal-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 .react-calendar__tile--hasActive:enabled:focus {
  background: #f8f8fa;
}

.modal-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 .react-calendar__tile--active:enabled:focus {
  color: #fff;
  background: #098e6c;
}

.modal-custom-date p.book {
  color: #8a8c8c;
  padding: 10px 0;
  font-size: 13px;
}

.modal-custom-date .book-pad {
  padding: 0 5px;
}

.modal-custom-date .book-pad-in {
  padding: 0 10px;
}

.modal-custom-date .btn-time {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d4d48e;
  border-radius: 10px;
}

.modal-custom-date .btn-light.dis {
  color: #000;
  background-color: #d2d4d48e;
  border-color: #d2d4d48e;
}

.modal-custom-date .btn-any {
  padding-left: 0;
  padding-right: 0;
}

.modal-custom-date .col-3 {
  padding: 5px;
}

.modal-custom-date .btn-check:focus + .btn-light, .modal-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 {
  color: #fff;
  background-color: #098e6c;
  border-color: #f9fafb;
}

.modal-custom-date .toast {
  color: #fff;
  background-color: #eb184e;
}

.modal-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;
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.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 .discription {
  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-appintment .book-pad {
  padding: 0 5px;
}

.review-appintment .discription {
  color: gray;
  font-size: 15px;
}

.review-appintment .label {
  font-size: 15px;
  font-weight: bold;
}

.review-appintment .label-gray {
  color: gray;
  font-size: 15px;
}

.review-appintment .label-small {
  font-size: 13px;
  font-weight: bold;
}

.review-appintment .label-small-gray {
  color: gray;
  font-size: 13px;
}

.review-appintment .appointment-bg {
  background-color: #e5faf4;
  padding: 20px;
}

.review-appintment .date-time-select {
  color: #098e6c;
  border-left: 5px solid #098e6c;
  font-size: 18px;
}

.review-appintment .date-time-select .date {
  color: #000;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.review-appintment .date-time-select .time {
  margin-left: 27px;
  font-size: 14px;
  font-weight: bold;
}

.review-appintment .btn-primary {
  color: #fff;
  background-color: #0bb288;
  border-color: #0bb288;
  border-radius: 10px;
}

.review-appintment .btn-primary:hover {
  color: #fff;
  background-color: #098e6c;
  border-color: #088263;
}

.review-appintment .btn-primary:not(:disabled):not(.disabled):active, .review-appintment .btn-primary:not(:disabled):not(.disabled).active, .review-appintment .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #088263;
  border-color: #07765a;
}

.review-appintment .btn-check:focus + .btn-primary, .review-appintment .btn-primary:focus {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
  box-shadow: 0 0 0 .25rem #07632b80;
}

.review-appintment .btn-primary.disabled, .review-appintment .btn-primary:disabled {
  color: #fff;
  background-color: #098e6c;
  border-color: #098e6c;
}

.review-appintment .custom-link a {
  color: #fff;
  font-weight: bolder;
}

.search-box {
  border: 1px solid #8a8c8c;
  border-radius: 8px;
}

.search-box .input-search {
  height: auto;
  border-radius: 8px;
  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 * {
  direction: ltr !important;
}

.suggestionsearch .search-input {
  height: auto;
  border-radius: 8px;
  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 {
  color: #4b4f54;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.suggestionsearch div.row.keywords > .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 {
  width: 232px;
  height: 121px;
  cursor: pointer;
  object-fit: cover;
  border-radius: 8px;
}

.suggestionsearch .package-content {
  width: 232px;
  height: 74px;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  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;
  flex-direction: column;
}

.suggestionsearch div.tabs {
  height: 34px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.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: 40px;
}

.suggestionsearch .doctor-section {
  margin-bottom: -32px;
}

.suggestionsearch .doctorlist .doctor-gap {
  margin-bottom: 28px;
}

.suggestionsearch .doctor-result {
  height: 114px;
  font-weight: 600;
}

.suggestionsearch .doctor-result img.doctor-image {
  width: 101px;
  height: 101px;
  object-fit: cover;
  object-position: 100% 0;
  cursor: pointer;
  border-radius: 15px;
}

.suggestionsearch .doctor-result .doctor-name {
  max-height: 36px;
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  margin-bottom: .5rem;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .doctor-result .doctor-specialties {
  color: #646569;
  height: 36px;
  -webkit-line-clamp: 2;
  cursor: pointer;
  -webkit-box-orient: vertical;
  margin-bottom: .5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .doctor-result .doctor-book-appointment {
  position: absolute;
  bottom: 0;
}

.suggestionsearch .doctor-result .doctor-content {
  position: relative;
}

.suggestionsearch .doctor-result a.book-appointment {
  color: #00b288;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.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"] {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  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;
  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: 32px;
  padding: 0;
  display: flex;
}

.suggestionsearch .content-all .content-section {
  width: 100%;
  flex-direction: column;
  gap: 32px;
  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 {
  max-height: 172px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 8px;
}

.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;
  height: 87px;
  -webkit-line-clamp: 4;
  cursor: pointer;
  -webkit-box-orient: vertical;
  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;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 18px;
}

.suggestionsearch .product-container .product-result .product-buy-btn {
  background: #00594d;
  border-radius: 32px;
  font-size: 14px;
}

.suggestionsearch .product-container .product-result .product-content {
  height: 100%;
  flex-direction: column;
  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 {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.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;
  height: 39px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  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;
  height: 87px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  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 {
  width: 232px;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
}

.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;
  height: 50px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  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 {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.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;
  height: 87px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  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 {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.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;
  height: 87px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  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 {
  height: 182px;
  flex-direction: column;
  gap: 8px;
  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;
  height: 180px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.suggestionsearch .service-container .service-result .service-content {
  height: 182px;
  flex-direction: column;
  gap: 8px;
  display: flex;
  position: relative;
}

.suggestionsearch .scroll-content .blog-result {
  cursor: pointer;
  font-weight: 600;
}

.suggestionsearch .scroll-content .blog-result .blog-image-container {
  height: 10rem;
  width: 100%;
  display: inline-flex;
}

.suggestionsearch .scroll-content .blog-result .blog-image-container .blog-image {
  cursor: pointer;
  object-fit: cover;
  width: -moz-available;
  width: -webkit-fill-available;
  border-radius: 8px;
}

.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: 28px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1023px) {
  .suggestionsearch .center-result .center-image-container {
    flex-basis: auto;
  }

  .suggestionsearch .blog-result .blog-image {
    height: 7rempx;
  }
}

@media screen and (max-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 (max-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 (max-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 (max-width: 767px) {
  .suggestionsearch .package-image-container img {
    width: 181px;
    height: 100px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
  }

  .suggestionsearch .package-content {
    width: 151px;
  }

  .suggestionsearch div.tabs {
    gap: 18px;
    font-size: 14px;
  }

  .suggestionsearch .doctor-result {
    height: 108px;
  }

  .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 {
    font-size: 12px;
    line-height: 16px;
  }

  .suggestionsearch .scroll-content {
    display: block;
    overflow-x: auto;
  }

  .suggestionsearch .scroll-content > .row {
    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 {
    width: 100%;
    height: 183px;
    object-fit: cover;
  }

  .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 {
    width: 100%;
    object-fit: cover;
  }

  .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 {
    width: 100%;
    object-fit: cover;
  }
}

.suggestionsearch .link-unstyled, .suggestionsearch .link-unstyled:link, .suggestionsearch .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

@media only screen and (max-width: 576px) {
  .suggestionsearch .search-input {
    font-size: 16px;
  }

  .suggestionsearch .product-container .product-result .product-image-container img.product-image {
    width: 100%;
    object-fit: fill;
  }

  .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 (max-width: 425px) {
  .suggestionsearch .package-image-container img {
    width: 151px;
    height: 79px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
  }

  .suggestionsearch .package-content {
    width: 151px;
  }

  .suggestionsearch .blog-result .blog-image-container .blog-image {
    height: 7rem;
  }
}

@media only screen and (max-width: 375px) {
  .suggestionsearch {
    font-size: 12px;
  }

  .suggestionsearch .package-image-container img {
    width: 139px;
    height: 79px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
  }

  .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 (max-width: 280px) {
  .suggestionsearch {
    font-size: 12px;
  }

  .suggestionsearch .package-image-container img {
    width: 121px;
    height: 79px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
  }

  .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;
  height: 24px;
  float: left;
  width: 48px;
  border-radius: 20px;
  position: relative;
  top: 10px;
  overflow: hidden;
}

.switch-wrapper > .switch {
  color: #fff;
  height: 100%;
  width: 200%;
  transition: all .1s linear;
  display: inline-block;
  position: relative;
  left: -100%;
}

.switch-wrapper > .switch > .switch-handle {
  height: 16px;
  width: 16px;
  z-index: 3;
  background: #fff;
  border-radius: 50%;
  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 {
  height: 30px;
  color: #fff;
  background-color: #00b288;
  border: none;
  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 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #fff;
  background: #646569;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  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 (max-width: 767px) {
  .apply-code-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.gift-card-main {
  display: block;
}

.gift-card-main img {
  width: 100%;
  border-radius: 10px;
  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, .complimentary-header .b8d-onestore-typ .h2, .b8d-onestore-typ .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 (min-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, .breastcancer .row.row-line, .strokerisk .row.row-line {
  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 (max-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, .mdcal .result-grid .b8d-onestore-typ .small, .b8d-onestore-typ .mdcal .result-grid .small, .breastcancer .result-grid small, .breastcancer .result-grid .b8d-onestore-typ .small, .b8d-onestore-typ .breastcancer .result-grid .small, .strokerisk .result-grid small, .strokerisk .result-grid .b8d-onestore-typ .small, .b8d-onestore-typ .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, .mdcal input::-webkit-inner-spin-button, .breastcancer input::-webkit-outer-spin-button, .breastcancer input::-webkit-inner-spin-button, .strokerisk input::-webkit-outer-spin-button, .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;
}

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

.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 {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  margin-top: 0;
}

.form-select-container input[type="checkbox"].form-checkbox {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  appearance: none;
  cursor: pointer;
  outline: none;
  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 {
  width: 56px;
  height: 34px;
  color: #4b4f54;
  background-color: #fff;
  border: 1px solid #d1d3d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.filter-search .day-container button.btn-day.active {
  width: 56px;
  height: 34px;
  color: #00b288;
  background-color: #eef8f6;
  border: 1px solid #eef8f6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  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;
  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 {
  height: 146px;
  flex-direction: column;
  gap: 16px;
  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 {
  height: 284px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 7rem;
  padding: 0;
  display: flex;
}

.empty-image-container .empty-image {
  width: 180px;
  height: 180px;
  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;
}

.empty-image-container .empty-message {
  height: 22px;
  text-align: center;
  color: #8a8c8c;
  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 (max-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;
  }
}

/*# sourceMappingURL=search-giftcard.7b2ad4da.css.map */
