﻿/*base*/
/*$font-family-base: "basic-sans", gibson_regular, $font-family-lato, $font-family-sans-serif !default;*/
.background-transparent {
  background-color: transparent;
}

:root {
  --dark-blue-500: #081a44;
  --neutral-90: #18181b;
  --neutral-50: #fafafa;
  --neutral-100: #f4f4f5;
  --neutral-200: #e4e4e7;
  --neutral-400: #a1a1aa;
  --neutral-500: #71717a;
  --neutral-700: #3f3f46;
  --green-500: #287e4d;
  --red-500: #c5000c;
  --orange-50: #fffbeb;
  --orange-200: #fde68a;
  --orange-700: #b45309;
  --orange-800: #92400e;
  --light-blue-500: #009fe3;
  --white: #fff;
  --primary: #081a44;
  --secondary: #18181b;
}

/*.has-order {
    display: none !important;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #71717a;
  text-align: left;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

address {
  margin-bottom: 0;
  font: inherit;
  line-height: inherit;
}

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

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

b,
strong {
  font-weight: 700;
  color: #18181b;
}

small {
  font-size: 0.875rem;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #18181b;
}
.lblQuesTxt {
    display:inline-block;
}
button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1-heading, .h2-heading, .h3-heading, .h4-heading, .h5-heading, .h6-heading {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #18181b;
}

.h1-heading {
  font-size: 32px !important;
}

.h2-heading {
  font-size: 28px !important;
}

.h3-heading {
  font-size: 24px !important;
}

.h4-heading {
  font-size: 20px !important;
}

.h5-heading {
  font-size: 16px !important;
}

.h6-heading {
  font-size: 14px !important;
}

@media (min-width: 0) {
  .h1-xs-heading {
    font-size: 32px !important;
  }
  .h2-xs-heading {
    font-size: 28px !important;
  }
  .h3-xs-heading {
    font-size: 24px !important;
  }
  .h4-xs-heading {
    font-size: 20px !important;
  }
  .h5-xs-heading {
    font-size: 16px !important;
  }
  .h6-xs-heading {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) {
  .h1-sm-heading {
    font-size: 32px !important;
  }
  .h2-sm-heading {
    font-size: 28px !important;
  }
  .h3-sm-heading {
    font-size: 24px !important;
  }
  .h4-sm-heading {
    font-size: 20px !important;
  }
  .h5-sm-heading {
    font-size: 16px !important;
  }
  .h6-sm-heading {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  .h1-md-heading {
    font-size: 32px !important;
  }
  .h2-md-heading {
    font-size: 28px !important;
  }
  .h3-md-heading {
    font-size: 24px !important;
  }
  .h4-md-heading {
    font-size: 20px !important;
  }
  .h5-md-heading {
    font-size: 16px !important;
  }
  .h6-md-heading {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .h1-lg-heading {
    font-size: 32px !important;
  }
  .h2-lg-heading {
    font-size: 28px !important;
  }
  .h3-lg-heading {
    font-size: 24px !important;
  }
  .h4-lg-heading {
    font-size: 20px !important;
  }
  .h5-lg-heading {
    font-size: 16px !important;
  }
  .h6-lg-heading {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .h1-xl-heading {
    font-size: 32px !important;
  }
  .h2-xl-heading {
    font-size: 28px !important;
  }
  .h3-xl-heading {
    font-size: 24px !important;
  }
  .h4-xl-heading {
    font-size: 20px !important;
  }
  .h5-xl-heading {
    font-size: 16px !important;
  }
  .h6-xl-heading {
    font-size: 14px !important;
  }
}

@media (min-width: 1400px) {
  .h1-xxl-heading {
    font-size: 32px !important;
  }
  .h2-xxl-heading {
    font-size: 28px !important;
  }
  .h3-xxl-heading {
    font-size: 24px !important;
  }
  .h4-xxl-heading {
    font-size: 20px !important;
  }
  .h5-xxl-heading {
    font-size: 16px !important;
  }
  .h6-xxl-heading {
    font-size: 14px !important;
  }
}

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

.b-container-fluid {
  max-width: 1232px;
}

.b-container, .b-container-fluid, .b-container-sm, .b-container-md, .b-container-lg, .b-container-xl, .b-container-xxl {
  padding-left: 16px;
  padding-right: 16px;
}

.b-row {
  margin-left: -8px;
  margin-right: -8px;
}

.b-col-1, .b-col-2, .b-col-3, .b-col-4, .b-col-5, .b-col-6, .b-col-7, .b-col-8, .b-col-9, .b-col-10, .b-col-11, .b-col-12, .b-col, .b-col-auto, .b-col-sm-1, .b-col-sm-2, .b-col-sm-3, .b-col-sm-4, .b-col-sm-5, .b-col-sm-6, .b-col-sm-7, .b-col-sm-8, .b-col-sm-9, .b-col-sm-10, .b-col-sm-11, .b-col-sm-12, .b-col-sm, .b-col-sm-auto, .b-col-md-1, .b-col-md-2, .b-col-md-25, .b-col-md-3, .b-col-md-4, .b-col-md-5, .b-col-md-6, .b-col-md-7, .b-col-md-8, .b-col-md-9, .b-col-md-10, .b-col-md-11, .b-col-md-12, .b-col-md, .b-col-md-auto, .b-col-lg-1, .b-col-lg-2, .b-col-lg-3, .b-col-lg-4, .b-col-lg-5, .b-col-lg-6, .b-col-lg-7, .b-col-lg-8, .b-col-lg-9, .b-col-lg-10, .b-col-lg-11, .b-col-lg-12, .b-col-lg, .b-col-lg-auto, .b-col-aus, .b-col-sm-aus, .b-col-md-aus, .b-col-lg.aus, .b-col-xl-aus, .b-col-xxl-aus, .b-col-prodlist, .b-col-sm-prodlist, .b-col-md-prodlist, .b-col-lg-prodlist, .b-col-xl-prodlist, .b-col-xxl-prodlist {
  padding-left: 8px;
  padding-right: 8px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.grid > * {
  flex: 1;
  flex-basis: 200px;
  height: auto;
}

.form-input {
  padding: 10px 12px;
  /*font-size: 0.875rem;*/
  font-size: 16px;
  color: #18181b;
  border-color: #e4e4e7;
}

.form-input::-webkit-input-placeholder {
  color: #a1a1aa;
}

.form-input:-moz-placeholder {
  color: #a1a1aa;
  opacity: 1;
}

.form-input::-moz-placeholder {
  color: #a1a1aa;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #a1a1aa;
}

.form-input-plaintext {
  display: block;
  width: 100%;
  font-size: 0.875rem;
}

.form-input-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #18181b;
}

.form-group {
  margin-bottom: 16px;
}

.form-hint {
  display: block;
  margin-top: 4px;
  color: #71717a;
}

option {
  color: #a1a1aa;
}

.custom-content {
  display: none;
}

.field-validation-error {
  font-size: 14px;
  color: var(--red-500);
}

.form-text {
  font-size: 14px;
  color: var(--neutral-500);
  margin-top: 8px;
  margin-bottom: 0;
}

#braintree-container .button {
  font-weight: 600;
}

.button {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 16px;
  min-height: 36px;
}

.button-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.button-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.button-check:checked + .button-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.button-dark-blue-500 {
  background-color: #081a44;
  border-color: #081a44;
  color: #fff;
}

.button-dark-blue-500:hover {
  background-color: #081a44;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-90 {
  background-color: #18181b;
  border-color: #18181b;
  color: #fff;
}

.button-neutral-90:hover {
  background-color: #18181b;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-50 {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #fff;
}

.button-neutral-50:hover {
  background-color: #fafafa;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-100 {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  color: #fff;
}

.button-neutral-100:hover {
  background-color: #f4f4f5;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-200 {
  background-color: #e4e4e7;
  border-color: #e4e4e7;
  color: #fff;
}

.button-neutral-200:hover {
  background-color: #e4e4e7;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-400 {
  background-color: #a1a1aa;
  border-color: #a1a1aa;
  color: #fff;
}

.button-neutral-400:hover {
  background-color: #a1a1aa;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-500 {
  background-color: #71717a;
  border-color: #71717a;
  color: #fff;
}

.button-neutral-500:hover {
  background-color: #71717a;
  color: #fff;
  filter: brightness(90%);
}

.button-neutral-700 {
  background-color: #3f3f46;
  border-color: #3f3f46;
  color: #fff;
}

.button-neutral-700:hover {
  background-color: #3f3f46;
  color: #fff;
  filter: brightness(90%);
}

.button-green-500 {
  background-color: #287e4d;
  border-color: #287e4d;
  color: #fff;
}

.button-green-500:hover {
  background-color: #287e4d;
  color: #fff;
  filter: brightness(90%);
}

.button-red-500 {
  background-color: #c5000c;
  border-color: #c5000c;
  color: #fff;
}

.button-red-500:hover {
  background-color: #c5000c;
  color: #fff;
  filter: brightness(90%);
}

.button-orange-50 {
  background-color: #fffbeb;
  border-color: #fffbeb;
  color: #fff;
}

.button-orange-50:hover {
  background-color: #fffbeb;
  color: #fff;
  filter: brightness(90%);
}

.button-orange-200 {
  background-color: #fde68a;
  border-color: #fde68a;
  color: #fff;
}

.button-orange-200:hover {
  background-color: #fde68a;
  color: #fff;
  filter: brightness(90%);
}

.button-orange-700 {
  background-color: #b45309;
  border-color: #b45309;
  color: #fff;
}

.button-orange-700:hover {
  background-color: #b45309;
  color: #fff;
  filter: brightness(90%);
}

.button-orange-800 {
  background-color: #92400e;
  border-color: #92400e;
  color: #fff;
}

.button-orange-800:hover {
  background-color: #92400e;
  color: #fff;
  filter: brightness(90%);
}

.button-light-blue-500 {
  background-color: #009fe3;
  border-color: #009fe3;
  color: #fff;
}

.button-light-blue-500:hover {
  background-color: #009fe3;
  color: #fff;
  filter: brightness(90%);
}

.button-white {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}

.button-white:hover {
  background-color: #fff;
  color: #fff;
  filter: brightness(90%);
}

.button-primary {
  background-color: #081a44;
  border-color: #081a44;
  color: #fff;
}

.button-primary:hover {
  background-color: #081a44;
  color: #fff;
  filter: brightness(90%);
}

.button-secondary {
  background-color: #18181b;
  border-color: #18181b;
  color: #fff;
}

.button-secondary:hover {
  background-color: #18181b;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-dark-blue-500 {
  background-color: transparent;
  border-color: #081a44;
  color: #081a44;
}

.button-outline-dark-blue-500:hover {
  background-color: #081a44;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-90 {
  background-color: transparent;
  border-color: #18181b;
  color: #18181b;
}

.button-outline-neutral-90:hover {
  background-color: #18181b;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-50 {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}

.button-outline-neutral-50:hover {
  background-color: #fafafa;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-100 {
  background-color: transparent;
  border-color: #f4f4f5;
  color: #f4f4f5;
}

.button-outline-neutral-100:hover {
  background-color: #f4f4f5;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-200 {
  background-color: transparent;
  border-color: #e4e4e7;
  color: #e4e4e7;
}

.button-outline-neutral-200:hover {
  background-color: #e4e4e7;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-400 {
  background-color: transparent;
  border-color: #a1a1aa;
  color: #a1a1aa;
}

.button-outline-neutral-400:hover {
  background-color: #a1a1aa;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-500 {
  background-color: transparent;
  border-color: #71717a;
  color: #71717a;
}

.button-outline-neutral-500:hover {
  background-color: #71717a;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-neutral-700 {
  background-color: transparent;
  border-color: #3f3f46;
  color: #3f3f46;
}

.button-outline-neutral-700:hover {
  background-color: #3f3f46;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-green-500 {
  background-color: transparent;
  border-color: #287e4d;
  color: #287e4d;
}

.button-outline-green-500:hover {
  background-color: #287e4d;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-red-500 {
  background-color: transparent;
  border-color: #c5000c;
  color: #c5000c;
}

.button-outline-red-500:hover {
  background-color: #c5000c;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-orange-50 {
  background-color: transparent;
  border-color: #fffbeb;
  color: #fffbeb;
}

.button-outline-orange-50:hover {
  background-color: #fffbeb;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-orange-200 {
  background-color: transparent;
  border-color: #fde68a;
  color: #fde68a;
}

.button-outline-orange-200:hover {
  background-color: #fde68a;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-orange-700 {
  background-color: transparent;
  border-color: #b45309;
  color: #b45309;
}

.button-outline-orange-700:hover {
  background-color: #b45309;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-orange-800 {
  background-color: transparent;
  border-color: #92400e;
  color: #92400e;
}

.button-outline-orange-800:hover {
  background-color: #92400e;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-light-blue-500 {
  background-color: transparent;
  border-color: #009fe3;
  color: #009fe3;
}

.button-outline-light-blue-500:hover {
  background-color: #009fe3;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button-outline-white:hover {
  background-color: #fff;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-primary {
  background-color: transparent;
  border-color: #081a44;
  color: #081a44;
}

.button-outline-primary:hover {
  background-color: #081a44;
  color: #fff;
  filter: brightness(90%);
}

.button-outline-secondary {
  background-color: transparent;
  border-color: #18181b;
  color: #18181b;
}

.button-outline-secondary:hover {
  background-color: #18181b;
  color: #fff;
  filter: brightness(90%);
}

.button-link {
  background-color: transparent;
}

.button-link-dark-blue-500 {
  background-color: transparent;
  border-color: transparent;
  color: #081a44;
}

.button-link-dark-blue-500:hover {
  background-color: transparent;
  border-color: transparent;
  color: #081a44;
  filter: brightness(90%);
}

.button-link-neutral-90 {
  background-color: transparent;
  border-color: transparent;
  color: #18181b;
}

.button-link-neutral-90:hover {
  background-color: transparent;
  border-color: transparent;
  color: #18181b;
  filter: brightness(90%);
}

.button-link-neutral-50 {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}

.button-link-neutral-50:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
  filter: brightness(90%);
}

.button-link-neutral-100 {
  background-color: transparent;
  border-color: transparent;
  color: #f4f4f5;
}

.button-link-neutral-100:hover {
  background-color: transparent;
  border-color: transparent;
  color: #f4f4f5;
  filter: brightness(90%);
}

.button-link-neutral-200 {
  background-color: transparent;
  border-color: transparent;
  color: #e4e4e7;
}

.button-link-neutral-200:hover {
  background-color: transparent;
  border-color: transparent;
  color: #e4e4e7;
  filter: brightness(90%);
}

.button-link-neutral-400 {
  background-color: transparent;
  border-color: transparent;
  color: #a1a1aa;
}

.button-link-neutral-400:hover {
  background-color: transparent;
  border-color: transparent;
  color: #a1a1aa;
  filter: brightness(90%);
}

.button-link-neutral-500 {
  background-color: transparent;
  border-color: transparent;
  color: #71717a;
}

.button-link-neutral-500:hover {
  background-color: transparent;
  border-color: transparent;
  color: #71717a;
  filter: brightness(90%);
}

.button-link-neutral-700 {
  background-color: transparent;
  border-color: transparent;
  color: #3f3f46;
}

.button-link-neutral-700:hover {
  background-color: transparent;
  border-color: transparent;
  color: #3f3f46;
  filter: brightness(90%);
}

.button-link-green-500 {
  background-color: transparent;
  border-color: transparent;
  color: #287e4d;
}

.button-link-green-500:hover {
  background-color: transparent;
  border-color: transparent;
  color: #287e4d;
  filter: brightness(90%);
}

.button-link-red-500 {
  background-color: transparent;
  border-color: transparent;
  color: #c5000c;
}

.button-link-red-500:hover {
  background-color: transparent;
  border-color: transparent;
  color: #c5000c;
  filter: brightness(90%);
}

.button-link-orange-50 {
  background-color: transparent;
  border-color: transparent;
  color: #fffbeb;
}

.button-link-orange-50:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fffbeb;
  filter: brightness(90%);
}

.button-link-orange-200 {
  background-color: transparent;
  border-color: transparent;
  color: #fde68a;
}

.button-link-orange-200:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fde68a;
  filter: brightness(90%);
}

.button-link-orange-700 {
  background-color: transparent;
  border-color: transparent;
  color: #b45309;
}

.button-link-orange-700:hover {
  background-color: transparent;
  border-color: transparent;
  color: #b45309;
  filter: brightness(90%);
}

.button-link-orange-800 {
  background-color: transparent;
  border-color: transparent;
  color: #92400e;
}

.button-link-orange-800:hover {
  background-color: transparent;
  border-color: transparent;
  color: #92400e;
  filter: brightness(90%);
}

.button-link-light-blue-500 {
  background-color: transparent;
  border-color: transparent;
  color: #009fe3;
}

.button-link-light-blue-500:hover {
  background-color: transparent;
  border-color: transparent;
  color: #009fe3;
  filter: brightness(90%);
}

.button-link-white {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.button-link-white:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  filter: brightness(90%);
}

.button-link-primary {
  background-color: transparent;
  border-color: transparent;
  color: #081a44;
}

.button-link-primary:hover {
  background-color: transparent;
  border-color: transparent;
  color: #081a44;
  filter: brightness(90%);
}

.button-link-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #18181b;
}

.button-link-secondary:hover {
  background-color: transparent;
  border-color: transparent;
  color: #18181b;
  filter: brightness(90%);
}

.fade {
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

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

* > .icon-hover-show,
*:hover > .icon-hover-hidden,
*.active > .icon-hover-hidden {
  display: none;
}

*:hover > .icon-hover-show,
*.active > .icon-hover-show {
  display: inline-block;
}

.input-button-right {
  border: 1px solid #e4e4e7;
}

.b-custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 16.8px;
  padding-left: 24px;
  print-color-adjust: exact;
}

.b-custom-control-inline {
  display: inline-flex;
  margin-right: 8px;
}

.b-custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16.4px;
  opacity: 0;
}

.b-custom-control-input:checked ~ .b-custom-control-label::before {
  color: #fff;
  border-color: #081a44;
  background-color: #081a44;
}

.b-custom-control-input:focus ~ .b-custom-control-label::before {
  box-shadow: none;
}

.b-custom-control-input:focus:not(:checked) ~ .b-custom-control-label::before {
  border-color: #80bdff;
}

.b-custom-control-input:not(:disabled):active ~ .b-custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.b-custom-control-input[disabled] ~ .b-custom-control-label, .b-custom-control-input:disabled ~ .b-custom-control-label {
  color: #6c757d;
}

.b-custom-control-input[disabled] ~ .b-custom-control-label::before, .b-custom-control-input:disabled ~ .b-custom-control-label::before {
  background-color: #e9ecef;
}

.b-custom-control-label {
  font: inherit;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  color: inherit;
}

.b-custom-control-label::before {
  position: absolute;
  top: 50%;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  transform: translateY(-50%);
}

.b-custom-control-label::after {
  position: absolute;
  top: 50%;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: 50% / 50% 50% no-repeat;
  transform: translateY(-50%);
}

.b-custom-checkbox .b-custom-control-label::before {
  border-radius: 4px;
}

.b-custom-checkbox .b-custom-control-input:checked ~ .b-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.b-custom-checkbox .b-custom-control-input:indeterminate ~ .b-custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.b-custom-checkbox .b-custom-control-input:indeterminate ~ .b-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.b-custom-checkbox .b-custom-control-input:disabled:checked ~ .b-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.b-custom-checkbox .b-custom-control-input:disabled:indeterminate ~ .b-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.b-custom-radio .b-custom-control-label::before {
  border-radius: 50%;
}

.b-custom-radio .b-custom-control-input:checked ~ .b-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.b-custom-radio .b-custom-control-input:disabled:checked ~ .b-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.b-custom-switch {
  padding-left: 36px;
}

.b-custom-switch .b-custom-control-label::before {
  left: -36px;
  width: 28px;
  pointer-events: all;
  border-radius: 8px;
}

.b-custom-switch .b-custom-control-label::after {
  top: 2.4px;
  left: -34px;
  width: 12px;
  height: 12px;
  background-color: #adb5bd;
  border-radius: 8px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.b-custom-switch .b-custom-control-input:checked ~ .b-custom-control-label::after {
  background-color: #fff;
  transform: translateX(12px);
}

.b-custom-switch .b-custom-control-input:disabled:checked ~ .b-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.b-custom-control-lg {
  padding-left: 34px;
}

.b-custom-control-lg .b-custom-control-input {
  width: 26px;
  height: 21.4px;
}

.b-custom-control-lg .b-custom-control-label::before, .b-custom-control-lg .b-custom-control-label::after {
  left: -34px;
  width: 26px;
  height: 26px;
}

.b-custom-control-lg.b-custom-switch {
  padding-left: 53.5px;
}

.b-custom-control-lg.b-custom-switch .b-custom-control-label::before {
  left: -53.5px;
  width: 45.5px;
  border-radius: 13px;
}

.b-custom-control-lg.b-custom-switch .b-custom-control-label::after {
  top: -2.6px;
  left: -51.5px;
  width: 22px;
  height: 22px;
  border-radius: 13px;
}

.b-custom-control-lg.b-custom-switch .b-custom-control-input:checked ~ .b-custom-control-label::after {
  transform: translateX(19.5px);
}

.image-custom-control .b-custom-control-input:checked + .b-custom-control-label {
  border-color: #081a44;
}

.image-custom-control .b-custom-control-label {
  border-radius: 6px;
  border: 1px solid #e4e4e7;
  overflow: hidden;
}

.image-custom-control .b-custom-control-label::before, .image-custom-control .b-custom-control-label::after {
  content: none;
}

.image-custom-control .b-custom-control-label img {
  object-fit: cover;
}

.card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border-radius: 8px;
  text-align: inherit;
  align-items: flex-start;
  border: 1px solid #e4e4e7;
}

.badge-dark-blue-500 {
  background-color: #081a44;
  color: #fff;
}

.badge-neutral-90 {
  background-color: #18181b;
  color: #fff;
}

.badge-neutral-50 {
  background-color: #fafafa;
  color: #fff;
}

.badge-neutral-100 {
  background-color: #f4f4f5;
  color: #fff;
}

.badge-neutral-200 {
  background-color: #e4e4e7;
  color: #fff;
}

.badge-neutral-400 {
  background-color: #a1a1aa;
  color: #fff;
}

.badge-neutral-500 {
  background-color: #71717a;
  color: #fff;
}

.badge-neutral-700 {
  background-color: #3f3f46;
  color: #fff;
}

.badge-green-500 {
  background-color: #287e4d;
  color: #fff;
}

.badge-red-500 {
  background-color: #c5000c;
  color: #fff;
}

.badge-orange-50 {
  background-color: #fffbeb;
  color: #fff;
}

.badge-orange-200 {
  background-color: #fde68a;
  color: #fff;
}

.badge-orange-700 {
  background-color: #b45309;
  color: #fff;
}

.badge-orange-800 {
  background-color: #92400e;
  color: #fff;
}

.badge-light-blue-500 {
  background-color: #009fe3;
  color: #fff;
}

.badge-white {
  background-color: #fff;
  color: #fff;
}

.badge-primary {
  background-color: #081a44;
  color: #fff;
}

.badge-secondary {
  background-color: #18181b;
  color: #fff;
}

.badge-rounded {
  border-radius: 50px;
}

.badge-circle {
  border-radius: 50%;
}

.alert {
  padding: 12px 20px;
  border-radius: 8px;
}

.alert .alert-heading {
  font-weight: 600;
}

.alert-orange {
  color: #b45309;
  border-color: #fde68a;
  background-color: #fffbeb;
}

.alert-orange .alert-heading {
  color: #92400e;
}

.alert-dismissible .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #71717a;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #18181b;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

/*utilities*/
.background-dark-blue-500 {
  background-color: #081a44;
}

.background-neutral-90 {
  background-color: #18181b;
}

.background-neutral-50 {
  background-color: #fafafa;
}

.background-neutral-100 {
  background-color: #f4f4f5;
}

.background-neutral-200 {
  background-color: #e4e4e7;
}

.background-neutral-400 {
  background-color: #a1a1aa;
}

.background-neutral-500 {
  background-color: #71717a;
}

.background-neutral-700 {
  background-color: #3f3f46;
}

.background-green-500 {
  background-color: #287e4d;
}

.background-red-500 {
  background-color: #c5000c;
}

.background-orange-50 {
  background-color: #fffbeb;
}

.background-orange-200 {
  background-color: #fde68a;
}

.background-orange-700 {
  background-color: #b45309;
}

.background-orange-800 {
  background-color: #92400e;
}

.background-light-blue-500 {
  background-color: #009fe3;
}

.background-white {
  background-color: #fff;
}

.background-primary {
  background-color: #081a44;
}

.background-secondary {
  background-color: #18181b;
}

.font-regular {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

.text-dark-blue-500 {
  color: #081a44 !important;
}

.text-neutral-90 {
  color: #18181b !important;
}

.text-neutral-50 {
  color: #fafafa !important;
}

.text-neutral-100 {
  color: #f4f4f5 !important;
}

.text-neutral-200 {
  color: #e4e4e7 !important;
}

.text-neutral-400 {
  color: #a1a1aa !important;
}

.text-neutral-500 {
  color: #71717a !important;
}

.text-neutral-700 {
  color: #3f3f46 !important;
}

.text-green-500 {
  color: #287e4d !important;
}

.text-red-500 {
  color: #c5000c !important;
}

.text-orange-50 {
  color: #fffbeb !important;
}

.text-orange-200 {
  color: #fde68a !important;
}

.text-orange-700 {
  color: #b45309 !important;
}

.text-orange-800 {
  color: #92400e !important;
}

.text-light-blue-500 {
  color: #009fe3 !important;
}

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

.text-primary {
  color: #081a44 !important;
}

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

.text-reset {
  font: inherit !important;
  color: inherit !important;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 16px;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
}

/*components*/
.fancybox {
  display: none;
  width: calc(100% - 32px);
  max-width: 480px;
  border-radius: 8px;
}

#loader {
  display: none;
  margin-block: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1500;
}

meter {
  /* Reset the default appearance */
  /*margin: 0 auto 1em;*/
  width: 100%;
  height: .5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="0"]::-webkit-meter-optimum-value,
meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
  background: lightblue;
}

meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

meter[value="1"]::-moz-meter-bar,
meter[value="1"]::-moz-meter-bar {
  background: red;
}

meter[value="2"]::-moz-meter-bar {
  background: yellow;
}

meter[value="3"]::-moz-meter-bar {
  background: lightblue;
}

meter[value="4"]::-moz-meter-bar {
  background: green;
}

meter::-webkit-meter-optimum-value {
  -webkit-transition: width .4s ease-out;
  transition: width .4s ease-out;
}

.tabs-navigation .tab-item {
  font-family: inherit;
  color: inherit;
  transition: none;
}

.tabs-navigation .tab-item.active,
.tabs-navigation .tab-item.show .nav-link {
  font-family: inherit;
  font-weight: 600;
  color: #081a44;
  border-color: #081a44;
}

.tabs-pill > .tab-item {
  border-width: 1px;
  border-radius: 8px;
}

.tabs-fill > .tab-item {
  flex: 1 1 auto;
  text-align: center;
}

.tabs-default {
  display: flex;
}

.tabs-default .tab-item {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 16px;
  font-weight: 600;
  font-size: 0.875rem;
}

.roundel-dark-blue-500 {
  background-color: #081a44;
  color: #fff;
}

.roundel-neutral-90 {
  background-color: #18181b;
  color: #fff;
}

.roundel-neutral-50 {
  background-color: #fafafa;
  color: #fff;
}

.roundel-neutral-100 {
  background-color: #f4f4f5;
  color: #fff;
}

.roundel-neutral-200 {
  background-color: #e4e4e7;
  color: #fff;
}

.roundel-neutral-400 {
  background-color: #a1a1aa;
  color: #fff;
}

.roundel-neutral-500 {
  background-color: #71717a;
  color: #fff;
}

.roundel-neutral-700 {
  background-color: #3f3f46;
  color: #fff;
}

.roundel-green-500 {
  background-color: #287e4d;
  color: #fff;
}

.roundel-red-500 {
  background-color: #c5000c;
  color: #fff;
}

.roundel-orange-50 {
  background-color: #fffbeb;
  color: #fff;
}

.roundel-orange-200 {
  background-color: #fde68a;
  color: #fff;
}

.roundel-orange-700 {
  background-color: #b45309;
  color: #fff;
}

.roundel-orange-800 {
  background-color: #92400e;
  color: #fff;
}

.roundel-light-blue-500 {
  background-color: #009fe3;
  color: #fff;
}

.roundel-white {
  background-color: #fff;
  color: #fff;
}

.roundel-primary {
  background-color: #081a44;
  color: #fff;
}

.roundel-secondary {
  background-color: #18181b;
  color: #fff;
}

.roundel-default {
  background-color: #f4f4f5;
  color: #18181b;
}

.roundel-xsmall {
  width: 44px;
  height: 44px;
}

.list, .list-stacked, .list-accordion {
  color: inherit;
}

.toggle-accordion.open svg {
  transform: rotateX(180deg);
}

/*includes*/
#header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #081a44;
}

#header .b-container-fluid {
  padding-block: 11px;
}

@media (min-width: 768px) {
  #header .b-container-fluid {
    padding-block: 18px;
  }
}

#header .b-row {
  align-items: center;
}

#header .col-left {
  display: flex;
}

#header .company-logo {
  display: inline-block;
}

#header .company-logo img {
  max-height: 57px;
}

#header .col-right {
  display: none;
}

#header .contact-info {
  display: block;
  background: url("https://contentbb.buyitdirect.co.uk/images/custAcct/ca-phone-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -999px;
}

@media (min-width: 768px) {
  #header .contact-info {
    width: auto;
    height: auto;
    font-size: 24px;
    text-indent: 0;
    background: none;
    text-align: right;
    color: #18181b;
  }
}

#header .contact-info span {
  display: block;
  font-size: 18px;
}

#sidebar {
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  padding: 16px;
}

#sidebar small {
  display: block;
  margin-bottom: 24px;
}

#sidebar .collapse-toggler, #sidebar .button-link, #sidebar .tab-item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font: inherit;
  padding: 12px 16px;
}

#sidebar .collapse-toggler, #sidebar .button-link {
  width: 100% !important;
  text-align: inherit;
}

#sidebar .collapse-toggler {
  border-color: #f4f4f5;
  background-color: #f4f4f5;
  color: #18181b;
}

#sidebar .collapse-toggler .fa-chevron-down {
  margin-left: auto;
}

@media (min-width: 768px) {
  #sidebar .collapse-toggler {
    display: none !important;
  }
}

#sidebar .collapse-toggler[aria-expanded="true"] svg {
  transform: rotateX(180deg);
}

#sidebar .button-link {
  color: #c5000c;
}

#sidebar .collapse {
  margin-top: 12px;
}

@media (min-width: 768px) {
  #sidebar .collapse:not(.show) {
    display: block;
  }
}

#sidebar .tabs-navigation > .tab-item {
  margin-bottom: 4px;
}

#sidebar .tabs-navigation > .tab-item:hover, #sidebar .tabs-navigation > .tab-item:focus, #sidebar .tabs-navigation > .tab-item.active,
#sidebar .tabs-navigation > .tab-item.show .nav-link {
  border-color: #f4f4f5;
  background-color: #f4f4f5;
  color: #18181b;
}

#sidebar .badge {
  margin-left: auto;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
}

#main {
  padding-block: 20px;
}

@media (min-width: 768px) {
  #main {
    padding-block: 40px;
  }
}

#main .tab-content-wrapper {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}

#main .tab-content {
  padding: 0;
}

#footer {
  border-top: 2px solid #081a44;
  margin-top: auto;
}

#footer .b-container-fluid {
  padding-block: 20px;
}

@media (min-width: 768px) {
  #footer .b-container-fluid {
    padding-block: 32px 24px;
  }
}

#footer .bid-logo {
  max-width: 131px;
  display: block;
  margin-bottom: 20px;
}

#footer .h5-heading {
  margin-bottom: 12px;
}

#footer a {
  display: block;
}

/*pages*/
#loginModalWrapper {
  max-width: 658px;
}

.login {
  font-size: 14px;
}

.login .required {
  float: none;
  font-size: 100%;
}

.login .required > label:before {
  content: "* ";
  font-weight: 700;
  color: red;
}

.login .field-validation-error {
  color: red;
  font-size: 0.875rem;
}

.login .desktop-divide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.login .h4-heading {
  margin-bottom: 20px;
}

.login .col-left {
  padding-top: 0;
}

@media (min-width: 768px) {
  .login .col-left {
    padding-top: 16px;
  }
}

.login .col-right .card {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  height: auto;
}

.login .col-right ul {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.login .softlogout {
  float: right;
}

.login .button-group {
  width: 100%;
}

#customerlogin #customerlogin {
  margin-top: 16px;
}

#tab-my-details .tab-swiper-wrapper .tabs-navigation {
  border-bottom: 1px solid #e4e4e7;
}

#tab-my-details .tab-swiper-wrapper .tab-item {
  border-bottom: 0;
  padding-bottom: 17px;
}

#tab-my-details .tab-swiper-wrapper .tab-item.active {
  border-bottom: 1px solid #081a44;
}

@media (min-width: 768px) {
  #tab-my-details .tab-content {
    max-width: 480px;
  }
}

#tab-my-details #tab-delivery .card {
  padding: 0;
}

#tab-my-details #tab-delivery .card + .card {
  margin-top: 8px;
}

#tab-my-details #tab-delivery .card .card-header {
  padding: 16px;
  border-bottom: 1px solid #e4e4e7;
  width: 100%;
}

#tab-my-details #tab-delivery .card .card-body {
  padding: 16px;
}

#tab-my-details #tab-delivery .card .card-footer {
  width: 100%;
  border-top: 1px solid #e4e4e7;
  padding: 0;
  display: flex;
}

#tab-my-details #tab-delivery .card .card-footer > .button {
  flex: 1;
}

#tab-payment-methods .credit-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#tab-payment-methods .credit-cards > div {
  width: 100%;
}

@media (min-width: 576px) {
  #tab-payment-methods .credit-cards > div {
    max-width: 250px !important;
  }
}

#tab-payment-methods .add-card {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23D4D4D8FF' stroke-width='4' stroke-dasharray='15%2c15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 16px;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  cursor: pointer;
}

#tab-payment-methods .add-card:hover {
  background-color: #f4f4f5;
}

#tab-payment-methods .add-card svg {
  font-size: 19px;
}

#tab-payment-methods .credit-card {
  padding: 22px 20px;
  border-radius: 16px;
  justify-content: space-between;
  height: 190px;
}

#tab-payment-methods .credit-card img {
  max-width: 50px;
}

#tab-payment-methods .credit-card .button {
  padding: 0;
  border-color: transparent;
  font: inherit;
  font-size: 14px;
  background-color: transparent;
  min-height: auto;
  color: inherit;
}

#tab-payment-methods .credit-card .vstack {
  width: 100%;
  gap: 4px;
  flex: 0 1 auto;
}

#tab-payment-methods .credit-card .h5-heading {
  text-align: center;
  margin-bottom: 0;
}

#tab-order-history .search-order {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  #tab-order-history .search-order {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #tab-order-history .search-order .input-with-button {
    width: auto;
  }
}

#tab-order-history .search-order p {
  margin-bottom: 0;
}

#tab-order-history .list-stack {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  #tab-order-history .list-stack {
    gap: 24px;
  }
}

#tab-order-history .list-stack .accordion-item {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}

#tab-order-history .list-accordion + .list-accordion {
  margin-top: 24px;
}

#tab-order-history .list-accordion .toggle-accordion {
  padding: 16px !important;
  background-color: #f4f4f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

#tab-order-history .list-accordion .toggle-accordion .hstack {
  width: 100%;
  order: 1;
  gap: 8px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  #tab-order-history .list-accordion .toggle-accordion .hstack {
    align-items: center;
    gap: 16px;
  }
}

@media (min-width: 992px) {
  #tab-order-history .list-accordion .toggle-accordion .hstack {
    width: auto;
    order: 0;
  }
}

#tab-order-history .list-accordion .toggle-accordion .parcel-preview {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

#tab-order-history .list-accordion .toggle-accordion .form-group {
  margin-bottom: 0;
}

#tab-order-history .list-accordion .toggle-accordion .form-input-label {
  font-size: 12px;
  margin-bottom: 4px;
}

#tab-order-history .list-accordion .toggle-accordion .form-input-plaintext {
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  #tab-order-history .list-accordion .toggle-accordion .form-input-plaintext {
    font-size: 14px;
  }
}

#tab-order-history .list-accordion .toggle-accordion .logo {
  max-width: 131px !important;
  object-fit: contain;
}

@media (min-width: 992px) {
  #tab-order-history .list-accordion .toggle-accordion .logo {
    margin-left: auto;
  }
}

#tab-order-history .list-accordion .accordion-footer {
  padding: 16px;
  background-color: #f4f4f5;
}

#tab-order-history .list-accordion .accordion-footer .button {
  width: 100% !important;
}

@media (min-width: 768px) {
  #tab-order-history .list-accordion .accordion-footer .button {
    width: auto !important;
  }
}

#tab-order-history .accordion-inner {
  padding: 16px;
}

#tab-order-history .tab-swiper-wrapper {
  padding: 0;
}

#tab-order-history .tab-swiper-wrapper > .swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

#tab-order-history .tab-swiper-wrapper > .swiper-wrapper .swiper-slide {
  padding: .3rem 0;
  text-align: center;
}

#tab-order-history .tab-item {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  color: #3f3f46;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

#tab-order-history .tab-item:hover {
  filter: brightness(0.9);
}

#tab-order-history .tab-item.active {
  background-color: #081a44;
  color: #fff;
  filter: brightness(1);
}

#tab-order-history .tabs-navigation > .tab-item.active,
#tab-order-history .tabs-navigation > .tab-item.show .nav-link {
  background-color: #081a44;
  color: #fff;
}

#tab-order-history .tab-content {
  padding: 16px 0 0;
}

#tab-order-history [id*="tab-overview"] .delivery-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-overview"] .delivery-details {
    display: block;
  }
}

#tab-order-history [id*="tab-overview"] .delivery-details .h4-heading {
  margin-bottom: 4px;
}

#tab-order-history [id*="tab-overview"] .delivery-details p {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-overview"] .delivery-details p {
    margin-bottom: 0;
  }
}

#tab-order-history [id*="tab-overview"] .delivery-details .button {
  order: 3;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-overview"] .delivery-details .button {
    float: right;
  }
}

#tab-order-history [id*="tab-overview"] .parcel-list {
  display: grid;
  gap: 24px;
}

#tab-order-history [id*="tab-overview"] .parcel {
  padding: 0;
}

#tab-order-history [id*="tab-overview"] .parcel h5 {
  margin-block: 8px;
}

#tab-order-history [id*="tab-overview"] .order-list {
  display: grid;
  gap: 8px;
}

#tab-order-history [id*="tab-overview"] .order {
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
}

#tab-order-history [id*="tab-overview"] .order img {
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-overview"] .order img {
    width: 100px;
    height: 100px;
  }
}

#tab-order-history [id*="tab-overview"] .order .form-group {
  margin-bottom: 0;
  display: inline-flex;
  gap: 4px;
  margin-right: 16px;
}

#tab-order-history [id*="tab-overview"] .order .form-input-label,
#tab-order-history [id*="tab-overview"] .order .form-input-plaintext {
  margin-bottom: 0;
}

#tab-order-history [id*="tab-order-details"] .card {
  /*display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;*/
}

#tab-order-history [id*="tab-order-details"] .card .form-group {
  margin-bottom: 0;
}

#tab-order-history [id*="tab-order-details"] .card img {
  display: inline-block;
  margin-right: 4px;
}

#tab-order-history [id*="tab-order-details"] .card .form-input-plaintext {
  margin-bottom: 0;
}

#tab-order-history [id*="tab-track"] .card .delivery-details {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-track"] .card .delivery-details {
    margin-bottom: 24px;
  }
}

#tab-order-history [id*="tab-track"] .card .delivery-details .h4-heading {
  color: #287e4d;
  margin-bottom: 0;
}

#tab-order-history [id*="tab-track"] .card .delivery-details .hstack {
  gap: 4px;
}

#tab-order-history [id*="tab-track"] .card .delivery-details span {
  font-size: 0.875rem;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  #tab-order-history [id*="tab-track"] .progress-tracker > .step {
    padding-bottom: 24px;
  }
}

#tab-order-history [id*="tab-track"] .progress-tracker .line {
  background-color: #e4e4e7;
  width: 1px;
  height: var(--step-height);
  position: absolute;
  left: 10px;
  bottom: 100%;
}

#tab-order-history [id*="tab-track"] .progress-tracker .status-icon {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#tab-order-history [id*="tab-track"] .progress-tracker .status-icon::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  background-color: #fff;
  z-index: 1;
}

#tab-order-history [id*="tab-track"] .progress-tracker svg {
  font-size: 20px;
  color: #287e4d;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  display: none;
}

#tab-order-history [id*="tab-track"] .progress-tracker .status {
  font-size: 0.875rem;
}

#tab-order-history [id*="tab-track"] .progress-tracker .status-title {
  color: #18181b;
}

#tab-order-history [id*="tab-track"] .progress-tracker .status-description {
  margin-bottom: 0;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .step-summary .status-icon::before {
  width: 20px;
  height: 20px;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .step-summary .status-title {
  font-weight: 600;
  font-size: 14px;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .step-summary.active .status-icon::before {
  display: none;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .step-summary.active svg {
  display: block;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .active .line {
  background-color: #287e4d;
}

#tab-order-history [id*="tab-track"] .progress-tracker > .active .status-icon::before {
  border-color: #287e4d;
}

#tab-order-history [id*="tab-help"] .custom-content {
  margin-top: 24px;
}

#tab-order-history [id*="tab-help"] .grid {
  margin-bottom: 0;
  margin-top: 16px;
  --min-height: 0;
}

#tab-order-history [id*="tab-help"] .grid .card {
  background-color: #fafafa;
}

#tab-order-history [id*="tab-help"] .grid .form-group {
  margin-bottom: 0;
}

#tab-order-history [id*="tab-help"] .grid p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

#tab-order-history [id*="tab-help"] .grid a {
  font-weight: 600;
  color: #18181b;
}

@media (min-width: 768px) {
  #tab-account-settings form {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  #tab-feedback form {
    max-width: 480px;
  }
}
