@charset "UTF-8";
body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28bd6b;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #28bd6b;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ssm: 767px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #444;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(29.75, 29.75, 29.75);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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: inline-block;
  margin-bottom: 0.5rem;
}

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] {
  -webkit-box-sizing: border-box;
          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: 0.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, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container-ssm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container-ssm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-ssm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-ssm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-ssm,
.col-ssm-auto, .col-ssm-12, .col-ssm-11, .col-ssm-10, .col-ssm-9, .col-ssm-8, .col-ssm-7, .col-ssm-6, .col-ssm-5, .col-ssm-4, .col-ssm-3, .col-ssm-2, .col-ssm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 767px) {
  .col-ssm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ssm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ssm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ssm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-ssm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ssm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ssm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ssm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ssm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ssm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ssm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ssm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ssm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ssm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ssm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ssm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ssm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ssm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ssm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ssm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ssm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ssm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ssm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ssm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ssm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ssm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ssm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ssm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ssm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ssm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ssm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ssm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ssm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ssm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ssm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ssm-0 {
    margin-left: 0;
  }
  .offset-ssm-1 {
    margin-left: 8.33333333%;
  }
  .offset-ssm-2 {
    margin-left: 16.66666667%;
  }
  .offset-ssm-3 {
    margin-left: 25%;
  }
  .offset-ssm-4 {
    margin-left: 33.33333333%;
  }
  .offset-ssm-5 {
    margin-left: 41.66666667%;
  }
  .offset-ssm-6 {
    margin-left: 50%;
  }
  .offset-ssm-7 {
    margin-left: 58.33333333%;
  }
  .offset-ssm-8 {
    margin-left: 66.66666667%;
  }
  .offset-ssm-9 {
    margin-left: 75%;
  }
  .offset-ssm-10 {
    margin-left: 83.33333333%;
  }
  .offset-ssm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 228.68, 246.32);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 206.12, 238.88);
}

.table-hover .table-primary:hover {
  background-color: rgb(160.863986014, 220.2988811189, 243.556013986);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(160.863986014, 220.2988811189, 243.556013986);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 236.52, 213.56);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 220.68, 178.04);
}

.table-hover .table-success:hover {
  background-color: rgb(175.2893238434, 230.5306761566, 200.1293950178);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(175.2893238434, 230.5306761566, 200.1293950178);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(240.72, 183.6, 183.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(228.48, 122.4, 122.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(236.47, 162.35, 162.35);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(236.47, 162.35, 162.35);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 766.98px) {
  .table-responsive-ssm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-ssm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(96.5, 210.421875, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28bd6b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 189, 107, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28bd6b;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%2328bd6b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28bd6b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28bd6b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328bd6b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28bd6b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28bd6b;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28bd6b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28bd6b;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(65.1746724891, 214.8253275109, 132.4672489083);
  background-color: rgb(65.1746724891, 214.8253275109, 132.4672489083);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28bd6b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28bd6b;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28bd6b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #c00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.9);
  border-radius: 0.1875rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c00;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c00;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c00;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #c00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c00;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 133.5078125, 185.75);
  border-color: rgb(0, 124.34375, 173);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 133.5078125, 185.75);
  border-color: rgb(0, 124.34375, 173);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 175.1, 228.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 175.1, 228.65, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 124.34375, 173);
  border-color: rgb(0, 115.1796875, 160.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 175.1, 228.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 175.1, 228.65, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28bd6b;
  border-color: #28bd6b;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(33.3187772926, 157.4312227074, 89.1277292576);
  border-color: rgb(31.0917030568, 146.9082969432, 83.1703056769);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(33.3187772926, 157.4312227074, 89.1277292576);
  border-color: rgb(31.0917030568, 146.9082969432, 83.1703056769);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 198.9, 129.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 198.9, 129.2, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28bd6b;
  border-color: #28bd6b;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.0917030568, 146.9082969432, 83.1703056769);
  border-color: rgb(28.864628821, 136.385371179, 77.2128820961);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 198.9, 129.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 198.9, 129.2, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(165.75, 0, 0);
  border-color: #990000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(165.75, 0, 0);
  border-color: #990000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 38.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: rgb(140.25, 0, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211.65, 38.25, 38.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #00a1e0;
  border-color: #00a1e0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00a1e0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28bd6b;
  border-color: #28bd6b;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28bd6b;
  border-color: #28bd6b;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28bd6b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28bd6b;
  border-color: #28bd6b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 189, 107, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #c00;
  border-color: #c00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c00;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(29.75, 29.75, 29.75);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 767px) {
  .dropdown-menu-ssm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-ssm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a1e0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00a1e0;
  background-color: #00a1e0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(96.5, 210.421875, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(147.5, 224.765625, 255);
  border-color: rgb(147.5, 224.765625, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}
.custom-checkbox .custom-control-input:checked ~ .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");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a1e0;
  background-color: #00a1e0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .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");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .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");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(96.5, 210.421875, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(96.5, 210.421875, 255);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
          box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(147.5, 224.765625, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(147.5, 224.765625, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(147.5, 224.765625, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.1875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a1e0;
}

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 766.98px) {
  .navbar-expand-ssm > .container,
  .navbar-expand-ssm > .container-fluid,
  .navbar-expand-ssm > .container-sm,
  .navbar-expand-ssm > .container-md,
  .navbar-expand-ssm > .container-lg,
  .navbar-expand-ssm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 767px) {
  .navbar-expand-ssm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ssm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ssm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ssm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ssm > .container,
  .navbar-expand-ssm > .container-fluid,
  .navbar-expand-ssm > .container-sm,
  .navbar-expand-ssm > .container-md,
  .navbar-expand-ssm > .container-lg,
  .navbar-expand-ssm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-ssm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ssm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ssm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 83.72, 116.48);
  background-color: rgb(204, 236.2, 248.8);
  border-color: rgb(183.6, 228.68, 246.32);
}
.alert-primary hr {
  border-top-color: rgb(160.863986014, 220.2988811189, 243.556013986);
}
.alert-primary .alert-link {
  color: rgb(0, 47.06375, 65.48);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 98.28, 55.64);
  background-color: rgb(212, 241.8, 225.4);
  border-color: rgb(194.8, 236.52, 213.56);
}
.alert-success hr {
  border-top-color: rgb(175.2893238434, 230.5306761566, 200.1293950178);
}
.alert-success .alert-link {
  color: rgb(11.8917030568, 56.1882969432, 31.8103056769);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(106.08, 0, 0);
  background-color: rgb(244.8, 204, 204);
  border-color: rgb(240.72, 183.6, 183.6);
}
.alert-danger hr {
  border-top-color: rgb(236.47, 162.35, 162.35);
}
.alert-danger .alert-link {
  color: rgb(55.08, 0, 0);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 124.34375, 173) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(31.0917030568, 146.9082969432, 83.1703056769) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 767px) {
  .d-ssm-none {
    display: none !important;
  }
  .d-ssm-inline {
    display: inline !important;
  }
  .d-ssm-inline-block {
    display: inline-block !important;
  }
  .d-ssm-block {
    display: block !important;
  }
  .d-ssm-table {
    display: table !important;
  }
  .d-ssm-table-row {
    display: table-row !important;
  }
  .d-ssm-table-cell {
    display: table-cell !important;
  }
  .d-ssm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ssm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 767px) {
  .flex-ssm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ssm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ssm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ssm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ssm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ssm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ssm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-ssm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ssm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ssm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ssm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ssm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-ssm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ssm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ssm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ssm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ssm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ssm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ssm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ssm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ssm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ssm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ssm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ssm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ssm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ssm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ssm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ssm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ssm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ssm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ssm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ssm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-ssm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ssm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 767px) {
  .float-ssm-left {
    float: left !important;
  }
  .float-ssm-right {
    float: right !important;
  }
  .float-ssm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 769px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 767px) {
  .m-ssm-0 {
    margin: 0 !important;
  }
  .mt-ssm-0,
  .my-ssm-0 {
    margin-top: 0 !important;
  }
  .mr-ssm-0,
  .mx-ssm-0 {
    margin-right: 0 !important;
  }
  .mb-ssm-0,
  .my-ssm-0 {
    margin-bottom: 0 !important;
  }
  .ml-ssm-0,
  .mx-ssm-0 {
    margin-left: 0 !important;
  }
  .m-ssm-1 {
    margin: 0.25rem !important;
  }
  .mt-ssm-1,
  .my-ssm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ssm-1,
  .mx-ssm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ssm-1,
  .my-ssm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ssm-1,
  .mx-ssm-1 {
    margin-left: 0.25rem !important;
  }
  .m-ssm-2 {
    margin: 0.5rem !important;
  }
  .mt-ssm-2,
  .my-ssm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ssm-2,
  .mx-ssm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ssm-2,
  .my-ssm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ssm-2,
  .mx-ssm-2 {
    margin-left: 0.5rem !important;
  }
  .m-ssm-3 {
    margin: 1rem !important;
  }
  .mt-ssm-3,
  .my-ssm-3 {
    margin-top: 1rem !important;
  }
  .mr-ssm-3,
  .mx-ssm-3 {
    margin-right: 1rem !important;
  }
  .mb-ssm-3,
  .my-ssm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ssm-3,
  .mx-ssm-3 {
    margin-left: 1rem !important;
  }
  .m-ssm-4 {
    margin: 1.5rem !important;
  }
  .mt-ssm-4,
  .my-ssm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ssm-4,
  .mx-ssm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ssm-4,
  .my-ssm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ssm-4,
  .mx-ssm-4 {
    margin-left: 1.5rem !important;
  }
  .m-ssm-5 {
    margin: 3rem !important;
  }
  .mt-ssm-5,
  .my-ssm-5 {
    margin-top: 3rem !important;
  }
  .mr-ssm-5,
  .mx-ssm-5 {
    margin-right: 3rem !important;
  }
  .mb-ssm-5,
  .my-ssm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ssm-5,
  .mx-ssm-5 {
    margin-left: 3rem !important;
  }
  .p-ssm-0 {
    padding: 0 !important;
  }
  .pt-ssm-0,
  .py-ssm-0 {
    padding-top: 0 !important;
  }
  .pr-ssm-0,
  .px-ssm-0 {
    padding-right: 0 !important;
  }
  .pb-ssm-0,
  .py-ssm-0 {
    padding-bottom: 0 !important;
  }
  .pl-ssm-0,
  .px-ssm-0 {
    padding-left: 0 !important;
  }
  .p-ssm-1 {
    padding: 0.25rem !important;
  }
  .pt-ssm-1,
  .py-ssm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ssm-1,
  .px-ssm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ssm-1,
  .py-ssm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ssm-1,
  .px-ssm-1 {
    padding-left: 0.25rem !important;
  }
  .p-ssm-2 {
    padding: 0.5rem !important;
  }
  .pt-ssm-2,
  .py-ssm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ssm-2,
  .px-ssm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ssm-2,
  .py-ssm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ssm-2,
  .px-ssm-2 {
    padding-left: 0.5rem !important;
  }
  .p-ssm-3 {
    padding: 1rem !important;
  }
  .pt-ssm-3,
  .py-ssm-3 {
    padding-top: 1rem !important;
  }
  .pr-ssm-3,
  .px-ssm-3 {
    padding-right: 1rem !important;
  }
  .pb-ssm-3,
  .py-ssm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ssm-3,
  .px-ssm-3 {
    padding-left: 1rem !important;
  }
  .p-ssm-4 {
    padding: 1.5rem !important;
  }
  .pt-ssm-4,
  .py-ssm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ssm-4,
  .px-ssm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ssm-4,
  .py-ssm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ssm-4,
  .px-ssm-4 {
    padding-left: 1.5rem !important;
  }
  .p-ssm-5 {
    padding: 3rem !important;
  }
  .pt-ssm-5,
  .py-ssm-5 {
    padding-top: 3rem !important;
  }
  .pr-ssm-5,
  .px-ssm-5 {
    padding-right: 3rem !important;
  }
  .pb-ssm-5,
  .py-ssm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ssm-5,
  .px-ssm-5 {
    padding-left: 3rem !important;
  }
  .m-ssm-n1 {
    margin: -0.25rem !important;
  }
  .mt-ssm-n1,
  .my-ssm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ssm-n1,
  .mx-ssm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ssm-n1,
  .my-ssm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ssm-n1,
  .mx-ssm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ssm-n2 {
    margin: -0.5rem !important;
  }
  .mt-ssm-n2,
  .my-ssm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ssm-n2,
  .mx-ssm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ssm-n2,
  .my-ssm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ssm-n2,
  .mx-ssm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ssm-n3 {
    margin: -1rem !important;
  }
  .mt-ssm-n3,
  .my-ssm-n3 {
    margin-top: -1rem !important;
  }
  .mr-ssm-n3,
  .mx-ssm-n3 {
    margin-right: -1rem !important;
  }
  .mb-ssm-n3,
  .my-ssm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ssm-n3,
  .mx-ssm-n3 {
    margin-left: -1rem !important;
  }
  .m-ssm-n4 {
    margin: -1.5rem !important;
  }
  .mt-ssm-n4,
  .my-ssm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ssm-n4,
  .mx-ssm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ssm-n4,
  .my-ssm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ssm-n4,
  .mx-ssm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ssm-n5 {
    margin: -3rem !important;
  }
  .mt-ssm-n5,
  .my-ssm-n5 {
    margin-top: -3rem !important;
  }
  .mr-ssm-n5,
  .mx-ssm-n5 {
    margin-right: -3rem !important;
  }
  .mb-ssm-n5,
  .my-ssm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ssm-n5,
  .mx-ssm-n5 {
    margin-left: -3rem !important;
  }
  .m-ssm-auto {
    margin: auto !important;
  }
  .mt-ssm-auto,
  .my-ssm-auto {
    margin-top: auto !important;
  }
  .mr-ssm-auto,
  .mx-ssm-auto {
    margin-right: auto !important;
  }
  .mb-ssm-auto,
  .my-ssm-auto {
    margin-bottom: auto !important;
  }
  .ml-ssm-auto,
  .mx-ssm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 767px) {
  .text-ssm-left {
    text-align: left !important;
  }
  .text-ssm-right {
    text-align: right !important;
  }
  .text-ssm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #00a1e0 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 106.015625, 147.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(26.6375545852, 125.8624454148, 71.2554585153) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(127.5, 0, 0) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: "FontAwesome";
}
.carousel .icon-prev::before {
  content: "\F104";
}
.carousel .icon-next::before {
  content: "\F105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #00a1e0;
}

.card {
  margin-bottom: 1em;
}
@media (max-width: 768.98px) {
  .card {
    margin-bottom: 0px;
  }
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal .modal-body img {
  width: 100%;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f9f9f9; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ccc));
  background: linear-gradient(#f9f9f9, #ccc); /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #ccc; /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));
  background: linear-gradient(#ccc, #666); /* Standard syntax */
}

.form-control.is-invalid {
  background-image: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .modal-backdrop.show {
    opacity: 0.5;
  }
}

.modal-open .modal.show {
  backdrop-filter: blur(10px);
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 767px) and (max-width: 767.98px) {
  .pull-left-ssm {
    float: left;
  }
  .pull-right-ssm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 766.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-ssm-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.zero-height {
  border: none;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
}

.for-desktop {
  display: none;
}
@media (min-width: 768px) {
  .for-desktop {
    display: block;
  }
}

.for-mobile {
  display: block;
}
@media (min-width: 768px) {
  .for-mobile {
    display: none;
  }
}

.isFirefox .zero-height {
  display: none;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 768.98px) {
  .slick-track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* homepage hero slider */
.slick-slider {
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.slick-slider.slick-initialized {
  visibility: visible;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 769px) {
  .slick-slider.slick-initialized {
    max-height: 35svh;
    overflow: hidden;
  }
}
.slick-slider .slick-arrow {
  background: #ebeae7;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 6px;
  width: 16px;
  position: absolute;
  top: -50px;
  height: 30px;
  width: 30px;
  right: 0;
  outline: none;
}
@media (max-width: 768.98px) {
  .slick-slider .slick-arrow {
    display: none;
  }
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-slider .slick-arrow:hover {
  background: #898989;
}
.slick-slider .slick-prev {
  right: 50px;
}
.slick-slider .slick-prev:before {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 3px;
}
.slick-slider .slick-next:before {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 3px;
}

.hero-slider {
  padding: 0;
}
@media (min-width: 768px) {
  .hero-slider {
    margin: 0 0 20px 0;
  }
}
.hero-slider .slick-arrow {
  display: none !important;
}
.hero-slider .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
}
.hero-slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  overflow: hidden;
}
.hero-slider .slick-dots li button {
  border: none;
  padding-left: 20px;
  background: #d8d8d8;
}
.hero-slider .slick-dots li.slick-active button {
  background: #eb008b;
}
.hero-slider__title {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
  .hero-slider__title {
    font-size: 3.125rem;
  }
}
.hero-slider__description {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 769px) {
  .hero-slider__description {
    font-size: 1.875rem;
  }
}
.hero-slider__link {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media (min-width: 769px) {
  .hero-slider__link {
    font-size: 1.25rem;
  }
}
.hero-slider__banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.section-quick-buys .slick-slide,
.section-saved-items .slick-slide {
  padding: 0 15px;
}

script.slick-slide {
  display: none !important;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

@media (min-width: 768px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #f9f9f9;
  }
}

@media (min-width: 768px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #f9f9f9;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 15px;
  background-color: #00a1e0;
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  h1.page-title {
    font-size: 3rem;
  }
}
h1.page-title::before {
  content: "";
  background-color: #00a1e0;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1280px) {
  h1.page-title::before {
    width: calc((100vw - 1140px) / 2);
    left: calc((100vw - 1140px) / 2 * -1);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  h1.page-title::before {
    width: calc((100vw - 960px) / 2);
    left: calc((100vw - 960px) / 2 * -1);
  }
}
@media (min-width: 769px) and (max-width: 1023.98px) {
  h1.page-title::before {
    width: calc((100vw - 720px) / 2);
    left: calc((100vw - 720px) / 2 * -1);
  }
}
@media (min-width: 1280px) {
  h1.page-title {
    left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  h1.page-title {
    left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 769px) and (max-width: 1023.98px) {
  h1.page-title {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 768.98px) {
  h1.page-title {
    left: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2.1875rem;
}

h4 {
  font-size: 1.3125rem;
}

p {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (max-width: 766.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-xs.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-ssm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-sm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-md.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    width: 50%;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-lg.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    width: 50%;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 70%;
  overflow-y: auto;
}
.menu-toggleable-left.navbar-toggleable-xl.sm-overflow {
  overflow-y: hidden;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  left: 0;
}

@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xl.in {
    width: 50%;
  }
}
.navbar-nav {
  position: relative;
  text-align: center;
}
.navbar-nav .nav-item {
  display: inline-block;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .navbar-nav .nav-item .nav-link {
    margin-top: 15px;
  }
}
.navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

@media (min-width: 769px) {
  .nav-item > .nav-link {
    color: #0068A9;
  }
}
@media (max-width: 768.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 999999;
  }
  .main-menu.menu-toggleable-left .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu.menu-toggleable-left .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.main-menu-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.menu-toggleable-left .close-menu {
  padding: 10px;
  background-color: #0068A9;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 80%;
}
@media (min-width: 769px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    width: 50%;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .menu-group {
    margin-top: 0;
  }
}
.menu-toggleable-left .menuitem-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 34px;
  padding: 10px;
}
.menu-toggleable-left li > .close-menu {
  position: initial;
}
@media (max-width: 768.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: #0068A9 !important;
    color: #222;
  }
  .menu-toggleable-left .menu-item-static-links {
    background: #035487;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
    text-align: left;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
    color: #fff;
    text-transform: uppercase;
  }
  .menu-toggleable-left.in .nav-item .nav-link::before {
    position: relative;
    content: "\F105";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    margin: 0;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-menu {
    background-color: transparent;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .navbar-brand,
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-button {
    display: none;
  }
}

.multilevel-dropdown {
  /* level-1 menu */
  /* level-2 menu */
  /* level-2 menu */
  /* level-3 menu */
}
.multilevel-dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 98%;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.show .dropdown-item {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-menu-l2 {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menu-item {
    border: none;
  }
}
.multilevel-dropdown .dropdown-menu-l2 .close-menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menuitem-name {
    display: none;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l3 .menu-item {
    border-bottom: none;
    margin-top: 5px;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menuitem-name {
  display: none;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-item {
    display: inline-block;
    width: auto;
  }
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-item.top-category > .nav-link {
    color: #000;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  /* l1 menu */
}
@media (max-width: 768.98px) {
  .navbar {
    padding: 0;
  }
}
.navbar .nav-item {
  border-bottom: 5px solid transparent;
  position: static;
}
.navbar .nav-item.show {
  border-color: #EC008C;
}
.navbar .dropdown-menu {
  padding: 0;
  min-width: 300px;
  /* l2 menu */
}
.navbar .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.navbar .dropdown-menu .menu-item {
  /*display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 100%;*/
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 15px;
}
.navbar .dropdown-menu .menu-item:nth-child(even) {
  background-color: rgba(0, 104, 169, 0.03);
}
.navbar .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EC008C;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .menu-item .menu-item-link {
    width: 100%;
    display: block;
  }
}
.navbar .dropdown-menu .dropdown-menu {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 0;
  position: relative;
  min-width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.navbar .dropdown-menu .dropdown-menu .menu-item {
  background-color: transparent;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .dropdown-menu .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar .dropdown-menu .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
}
.navbar .dropdown-menu .dropdown-menu .menu-item.menu-item-image {
  display: none;
}

.megamenu {
  display: inline-block;
  position: initial;
}
@media (max-width: 768.98px) {
  .megamenu {
    padding: 0;
  }
}
.megamenu:nth-child(1) {
  background: rgba(235, 0, 139, 0.03);
}
.megamenu:nth-child(2) {
  background: rgba(0, 104, 169, 0.07);
}
@media (max-width: 768.98px) {
  .megamenu:nth-child(2) {
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
  }
}
.megamenu:nth-child(3) {
  background: rgba(180, 180, 180, 0.07);
}
.megamenu__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .megamenu__heading {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper {
  display: block;
  width: 100px;
  height: 70px;
}
@media (max-width: 768.98px) {
  .megamenu__l1-menu .img-thumbnail-wrapper {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper img {
  height: 100%;
}
.megamenu .menu-item-image {
  width: 200px;
  height: 300px;
}
.megamenu .menu-item-image img {
  height: 100%;
}

@media (max-width: 768.98px) {
  .dropdown-menu .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active {
    display: block;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .nav-menu,
  .dropdown-menu .menu-item .dropdown-menu.active .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .menu-item::before {
    content: none;
  }
  .dropdown-menu .menu-item::before {
    position: relative;
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .navbar-brand {
    padding-top: 0.6125rem;
    text-align: center;
    width: 84%;
    margin-right: 0;
  }
  .navbar-brand img {
    width: 100px;
    padding: 5px;
    margin-left: 0;
    background-color: #fff;
    vertical-align: top;
  }
}
.menu-item-static-links {
  background-color: #0068A9;
  color: #fff;
  padding: 20px 15px 30px;
}
@media (min-width: 1024px) {
  .menu-item-static-links {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .menu-item-static-links .menu-item-about-us {
    width: 100%;
  }
}
.menu-item-static-links .footer-about-sitemap,
.menu-item-static-links .footer-about-returnsrefund,
.menu-item-static-links .footer-about-shippingpolicy,
.menu-item-static-links .footer-about-privacypolicy {
  display: none;
}
.menu-item-static-links .footer-about {
  margin-top: 20px;
}
.menu-item-static-links .footer-about li {
  margin: 10px 0;
}
.menu-item-static-links .footer-about a {
  font-size: 0.875rem;
  color: #fff;
}
.menu-item-static-links .menu-item-storelocator__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.menu-item-static-links .menu-item-storelocator__heading img {
  width: 26px;
}
@media (min-width: 769px) {
  .menu-item-static-links .menu-item-storelocator__heading img {
    width: 15px;
  }
}
.menu-item-static-links .menu-item-storelocator__store-locator {
  cursor: pointer;
  position: relative;
}
.menu-item-static-links .menu-item-storelocator__store-locator label {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px 10px 0;
  height: 43px;
  width: 100%;
  text-align: left;
  float: left;
  color: white;
  border-bottom: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.52;
}
.menu-item-static-links .menu-item-storelocator__store-locator .store-arrow {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 20px;
}

.open-menu-icon .menu-line-1,
.open-menu-icon .menu-line-2,
.open-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
}

.close-menu-icon {
  margin-top: 5px;
  display: inline-block;
}
.close-menu-icon .menu-line-1,
.close-menu-icon .menu-line-2,
.close-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}
.close-menu-icon .menu-line-1 {
  width: 10px;
}
.close-menu-icon .menu-line-2 {
  width: 15px;
}

@media (max-width: 1279.98px) {
  .isIos .dropdown-menu-l2 {
    width: 80% !important;
  }
}

.header-menu .search-mobile .site-search {
  background-color: #0068A9;
}
.header-menu .search-mobile.d-lg-none.sticky {
  position: fixed;
  width: 100%;
  top: 0;
}

@media (max-width: 768.98px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile-only .header-col4 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
.mobile-only .header-store-selector {
  margin: 0;
  position: static;
  padding: 0;
}
.mobile-only .header-store-selector__chagne-delivery-popup {
  left: 0;
  right: 0;
  top: 4rem;
  width: 100vw;
}
.mobile-only .header-store-selector__chagne-delivery-location.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-only .site-search input {
  border-radius: 0.45rem;
}
.mobile-only .site-search .fa-search {
  left: 0.625rem;
  top: 0.5rem;
}

#stickyFooter {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  background: #fff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px -4px 20px 2px #aaa;
          box-shadow: 0px -4px 20px 2px #aaa;
  border-top: 1px solid #aaa;
}
#stickyFooter .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex .mobileLinks {
  font-size: 0.825rem;
}
#stickyFooter .d-flex .mobileLinks svg {
  width: 1.5rem;
  height: 1.5rem;
}
#stickyFooter .d-flex a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex a.active svg path {
  stroke: #EC008C;
  fill: none;
}
#stickyFooter .d-flex:not(:first-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex:not(:first-child) a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex:not(:first-child) a.active svg path {
  fill: #EC008C;
  stroke: #EC008C;
  stroke-width: 0.05rem;
}

#stickyFooter.unfixed {
  position: static;
  clear: both;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 8rem;
}

.header-menu {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767.98px) {
  .header-menu ._sm-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-menu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.checkout-header {
  background-color: #0068A9;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .checkout-header {
    text-align: left;
    padding: 15px 0;
  }
}
.checkout-header.sticky {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
}
.checkout-header .logo-home {
  background: #fff;
  display: inline-block;
  padding: 5px;
}
@media (min-width: 769px) {
  .checkout-header .logo-home {
    width: 175px;
    padding: 10px;
  }
}

.header {
  background-color: #0068A9;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
@media (max-width: 1279.98px) {
  .header {
    padding-bottom: 0px;
    z-index: 7;
  }
}
.header .user-profile,
.header .user,
.header .country-selector,
.header .miniwishlist,
.header .minicart {
  display: inline-block;
}
.header .mypastorder,
.header .user-profile,
.header .miniwishlist,
.header .minicart {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
  text-align: center;
}
.header .mypastorder i,
.header .user-profile i,
.header .miniwishlist i,
.header .minicart i {
  color: #fff;
}
.header .mypastorder .user-message,
.header .mypastorder .label,
.header .user-profile .user-message,
.header .user-profile .label,
.header .miniwishlist .user-message,
.header .miniwishlist .label,
.header .minicart .user-message,
.header .minicart .label {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
  white-space: initial;
}
@media (max-width: 767.98px) {
  .header .mypastorder .user-message,
  .header .mypastorder .label,
  .header .user-profile .user-message,
  .header .user-profile .label,
  .header .miniwishlist .user-message,
  .header .miniwishlist .label,
  .header .minicart .user-message,
  .header .minicart .label {
    font-size: 0.4375rem;
    width: 50px;
  }
}
.header .mypastorder .user-message,
.header .user-profile .user-message,
.header .miniwishlist .user-message,
.header .minicart .user-message {
  width: 100px;
}
@media (max-width: 767.98px) {
  .header .mypastorder .user-message,
  .header .user-profile .user-message,
  .header .miniwishlist .user-message,
  .header .minicart .user-message {
    width: 60px;
  }
}
.header .header-col2 {
  width: 100%;
  padding: 0px;
}
@media (min-width: 1024px) {
  .header .header-col2 {
    width: 290px;
    padding: 5px 10px;
  }
}
@media (min-width: 1024px) {
  .header .header-col3 {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .header .header-col3 {
    padding: 0 10px;
    width: 380px;
  }
}
.header .header-col4 {
  padding-bottom: 10px;
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 1024px) {
  .header .header-col4 {
    width: 28%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1280px) {
  .header .header-col4 {
    width: 402px;
    padding: 5px 0;
  }
}
.header .header-col4 .right-header-content {
  float: right;
}
@media (min-width: 768px) {
  .header .header-col4 .right-header-content {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header .header-col4 .right-header-content {
    float: none;
    width: auto;
  }
}

.language-selector {
  outline: none;
}
.language-selector__language {
  margin-bottom: 10px;
}
.language-selector__other-languange {
  margin-top: 10px;
}
.language-selector__item {
  font-size: 0.75rem;
  display: inline-block;
  width: 130px;
}

.user-profile .user {
  position: relative;
}
.user-profile .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 100%;
  right: 0;
  left: auto;
}
.user-profile .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.user-profile .user .popover::before {
  left: 1.5rem;
}
.user-profile .user .popover::after {
  left: 1.5rem;
}
.user-profile .user .popover.show {
  display: block;
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em; /* 36/16 */
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
  padding: 3px 5px;
}

.brand {
  display: inline-block;
}
.brand .logo-home {
  background-color: #fff;
  display: grid;
  padding: 2px;
  width: 90px;
  position: absolute;
  left: 50px;
  top: 17px;
}
.brand .logo-home img {
  vertical-align: top;
}
@media (min-width: 1024px) {
  .brand .logo-home {
    position: relative;
    width: 175px;
    padding: 10px;
    left: 0;
    top: 0;
  }
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media (max-width: 768.98px) {
  .main-menu .navbar .close-button button {
    color: #fff;
    font-size: 26px;
    padding: 0.25rem 0.35rem 0.25rem 0.75rem;
  }
}

.header-banner {
  background-color: #222;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #00a1e0;
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.minicart {
  margin-top: 0.1875em; /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link {
  position: relative;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart a.minicart-link img {
  height: 21px;
}
.minicart .minicart-quantity {
  font-size: 0.75rem;
  background-color: #EC008C;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: normal;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 2px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 768.98px) {
  .minicart .minicart-quantity {
    right: 18px;
  }
}

a.normal {
  color: #00a1e0;
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: #0070d2;
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.location-language-popup {
  padding: 20px;
}
.location-language-popup .close {
  font-size: 1.875rem;
  position: absolute;
  right: 10px;
  top: 5px;
}
.location-language-popup__img {
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}
@media (max-width: 767.98px) {
  .location-language-popup__img {
    width: 230px;
    height: 50px;
  }
}
.location-language-popup__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
}
@media (max-width: 768.98px) {
  .location-language-popup__heading {
    display: none;
  }
}
.location-language-popup .vmm-store-locator__label {
  position: relative;
  margin-bottom: 10px;
}
.location-language-popup .vmm-store-locator .form-group {
  padding: 0;
}

@media (min-width: 768px) {
  .isFirefox .header {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .isFirefox .header.page-title {
    height: auto;
  }
}
@media (min-width: 768px) {
  .isFirefox .suggestions-wrapper .suggestions .row.header {
    height: auto;
  }
}
.isFirefox .minicart .minicart-quantity {
  right: 7px;
}

/*@mixin make-gutters-to-container() {

    @each $rule, $point in $grid-breakpoints {

        @if $point == 0 {
            padding-left: map-get($container-gutter-spacing, $rule);
            padding-right: map-get($container-gutter-spacing, $rule);
        }

        @else {
            @media (min-width: $point) {
                padding-left: map-get($container-gutter-spacing, $rule);
                padding-right: map-get($container-gutter-spacing, $rule);
            }
        }
    }
}*/
.container {
  max-width: 1280px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1280px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 769px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1280px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 767px) {
  [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 769px) {
  [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1280px) {
  [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
[class^=icon-],
[class*=" icon-"],
.icon-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
  content: "\E900";
}

.icon-arrow:before {
  content: "\E901";
}

.icon-arrow-45:before {
  content: "\E902";
}

.icon-arrow-225:before {
  content: "\E903";
}

.icon-arrow-circle:before {
  content: "\E904";
}

.icon-bag:before {
  content: "\E905";
}

.icon-bag-filled .path1:before {
  content: "\E906";
}

.icon-bag-filled .path2:before {
  content: "\E907";
  margin-left: -1em;
}

.icon-bag-filled .path3:before {
  content: "\E908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-bookmark:before {
  content: "\E909";
}

.icon-calendar:before {
  content: "\E90A";
}

.icon-Chat:before {
  content: "\E90B";
}

.icon-check-close:before {
  content: "\E90C";
}

.icon-chef:before {
  content: "\E90D";
}

.icon-chef-stamp:before {
  content: "\E90E";
  color: #ed6e00;
}

.icon-chevron-down:before {
  content: "\E90F";
}

.icon-chevron-right:before {
  content: "\E910";
}

.icon-close:before {
  content: "\E911";
}

.icon-confirmation .path1:before {
  content: "\E912";
}

.icon-confirmation .path2:before {
  content: "\E913";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-delete .path1:before {
  content: "\E914";
}

.icon-delete .path2:before {
  content: "\E915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-delivery:before {
  content: "\E916";
}

.icon-dishwasher:before {
  content: "\E917";
}

.icon-facebook:before {
  content: "\E918";
}

.icon-Facebook-circle:before {
  content: "\E919";
}

.icon-favorite:before {
  content: "\E91A";
}

.icon-favorited:before {
  content: "\E91B";
}

.icon-gift-wrap:before {
  content: "\E91C";
}

.icon-instagram:before {
  content: "\E91D";
}

.icon-Instagram-circle:before {
  content: "\E91E";
}

.icon-linkedin:before {
  content: "\E91F";
}

.icon-mail:before {
  content: "\E920";
}

.icon-mail-circled:before {
  content: "\E921";
}

.icon-menu:before {
  content: "\E922";
}

.icon-minus:before {
  content: "\E923";
}

.icon-more:before {
  content: "\E924";
}

.icon-next:before {
  content: "\E925";
}

.icon-oval:before {
  content: "\E926";
}

.icon-oven:before {
  content: "\E927";
}

.icon-phone:before {
  content: "\E928";
}

.icon-phone-circled:before {
  content: "\E929";
}

.icon-pinterest:before {
  content: "\E92A";
}

.icon-Pinterest-circle:before {
  content: "\E92B";
}

.icon-plus:before {
  content: "\E92C";
}

.icon-pots:before {
  content: "\E92D";
}

.icon-prev:before {
  content: "\E92E";
}

.icon-print:before {
  content: "\E92F";
}

.icon-remove:before {
  content: "\E930";
}

.icon-search:before {
  content: "\E931";
}

.icon-settings:before {
  content: "\E932";
}

.icon-share:before {
  content: "\E933";
}

.icon-store-circled:before {
  content: "\E934";
}

.icon-stroke:before {
  content: "\E935";
}

.icon-tick:before {
  content: "\E936";
}

.icon-twitter:before {
  content: "\E937";
}

.icon-Twitter-circle:before {
  content: "\E938";
}

.icon-vimeo:before {
  content: "\E939";
}

.icon-youtube:before {
  content: "\E93A";
}

.icon-Youtube-circle:before {
  content: "\E93B";
}

.icon-target-location:before {
  content: "\E93C";
}

.icon-store-locator:before {
  content: "\E93D";
}

.icon-delete {
  position: relative;
}

.icon-delete .path2 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}
.icon-delete .path2:before {
  margin: 0;
}

.icon-trash:before {
  content: "\F1F8";
  font-family: "FontAwesome";
}

.icon-delivery-truck:before {
  content: url('data:image/svg+xml,<svg width="21" height="15" viewBox="0 0 21 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.1444 5.66164L18.996 2.79055C18.9114 2.57697 18.7644 2.39386 18.5741 2.26508C18.3839 2.13631 18.1593 2.06786 17.9296 2.06867H14.9297V1.25C14.9297 1.11946 14.8778 0.994274 14.7855 0.901971C14.6932 0.809668 14.568 0.757813 14.4375 0.757812H1.96875C1.66417 0.757812 1.37206 0.878808 1.15668 1.09418C0.941308 1.30956 0.820313 1.60167 0.820312 1.90625V11.0938C0.820312 11.3983 0.941308 11.6904 1.15668 11.9058C1.37206 12.1212 1.66417 12.2422 1.96875 12.2422H3.49453C3.6075 12.7985 3.90931 13.2987 4.34884 13.6579C4.78837 14.0172 5.33858 14.2134 5.90625 14.2134C6.47392 14.2134 7.02413 14.0172 7.46366 13.6579C7.90319 13.2987 8.205 12.7985 8.31797 12.2422H12.682C12.795 12.7985 13.0968 13.2987 13.5363 13.6579C13.9759 14.0172 14.5261 14.2134 15.0938 14.2134C15.6614 14.2134 16.2116 14.0172 16.6512 13.6579C17.0907 13.2987 17.3925 12.7985 17.5055 12.2422H19.0312C19.3358 12.2422 19.6279 12.1212 19.8433 11.9058C20.0587 11.6904 20.1797 11.3983 20.1797 11.0938V5.84375C20.1796 5.78136 20.1676 5.71956 20.1444 5.66164ZM14.9297 3.05469H17.9304C17.9632 3.05466 17.9954 3.06449 18.0226 3.08292C18.0498 3.10135 18.0708 3.12752 18.083 3.15805L18.9607 5.35156H14.9297V3.05469ZM1.80469 1.90625C1.80469 1.86274 1.82197 1.82101 1.85274 1.79024C1.88351 1.75947 1.92524 1.74219 1.96875 1.74219H13.9453V7.32031H1.80469V1.90625ZM5.90625 13.2266C5.61421 13.2266 5.32874 13.14 5.08592 12.9777C4.8431 12.8155 4.65384 12.5849 4.54208 12.3151C4.43033 12.0452 4.40109 11.7484 4.45806 11.4619C4.51503 11.1755 4.65566 10.9124 4.86216 10.7059C5.06866 10.4994 5.33176 10.3588 5.61819 10.3018C5.90461 10.2448 6.2015 10.2741 6.47131 10.3858C6.74111 10.4976 6.97172 10.6868 7.13397 10.9297C7.29621 11.1725 7.38281 11.458 7.38281 11.75C7.38281 12.1416 7.22725 12.5172 6.95034 12.7941C6.67343 13.071 6.29786 13.2266 5.90625 13.2266ZM12.682 11.2578H8.31797C8.205 10.7015 7.90319 10.2013 7.46366 9.8421C7.02413 9.48285 6.47392 9.2866 5.90625 9.2866C5.33858 9.2866 4.78837 9.48285 4.34884 9.8421C3.90931 10.2013 3.6075 10.7015 3.49453 11.2578H1.96875C1.92524 11.2578 1.88351 11.2405 1.85274 11.2098C1.82197 11.179 1.80469 11.1373 1.80469 11.0938V8.30469H13.9453V9.57453C13.6237 9.7447 13.3437 9.98384 13.1253 10.2748C12.907 10.5658 12.7556 10.9015 12.682 11.2578ZM15.0938 13.2266C14.8017 13.2266 14.5162 13.14 14.2734 12.9777C14.0306 12.8155 13.8413 12.5849 13.7296 12.3151C13.6178 12.0452 13.5886 11.7484 13.6456 11.4619C13.7025 11.1755 13.8432 10.9124 14.0497 10.7059C14.2562 10.4994 14.5193 10.3588 14.8057 10.3018C15.0921 10.2448 15.389 10.2741 15.6588 10.3858C15.9286 10.4976 16.1592 10.6868 16.3215 10.9297C16.4837 11.1725 16.5703 11.458 16.5703 11.75C16.5703 12.1416 16.4147 12.5172 16.1378 12.7941C15.8609 13.071 15.4854 13.2266 15.0938 13.2266ZM19.1953 11.0938C19.1953 11.1373 19.178 11.179 19.1473 11.2098C19.1165 11.2405 19.0748 11.2578 19.0312 11.2578H17.5055C17.3913 10.7023 17.0891 10.2032 16.6497 9.84453C16.2104 9.4859 15.6609 9.28972 15.0938 9.28906C15.0388 9.28906 14.9838 9.28906 14.9297 9.29481V6.33594H19.1953V11.0938Z" fill="black"/></svg>');
}

/* 20/16 */
.info-icon, .social-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon, .social-icon .icon {
  border-radius: 1.25rem;
  background-color: #00a1e0;
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip, .social-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.1875rem;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before, .social-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after, .social-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #444 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.product-tile .promo-summary, .product-tile .promo-detail, .cart-page__products .promo-summary, .cart-page__products .promo-detail {
  font-size: 0.725rem;
  font-weight: 500;
  min-width: 90%;
}
.product-tile .info-icon, .cart-page__products .info-icon {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tile .promo-tooltip, .cart-page__products .promo-tooltip {
  position: absolute;
  background-color: white;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  left: 0;
}
.product-tile .promo-tooltip a, .cart-page__products .promo-tooltip a {
  display: block;
  color: #0070b3;
  text-transform: uppercase;
  font-weight: 700;
}
.product-tile .promo-tooltip .icon-close-btn, .cart-page__products .promo-tooltip .icon-close-btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-tile .promo-tooltip .js-promo-description, .cart-page__products .promo-tooltip .js-promo-description {
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-tile .promo-tooltip .js-promo-description, .cart-page__products .promo-tooltip .js-promo-description {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #28bd6b;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #28bd6b;
  border-radius: 0.69em;
  background-color: #28bd6b;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

@media (max-width: 766.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-xs.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-ssm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-sm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-md.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    width: 50%;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-lg.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    width: 50%;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 70%;
  overflow-y: auto;
}
.menu-toggleable-left.navbar-toggleable-xl.sm-overflow {
  overflow-y: hidden;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  left: 0;
}

@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xl.in {
    width: 50%;
  }
}
.navbar-nav {
  position: relative;
  text-align: center;
}
.navbar-nav .nav-item {
  display: inline-block;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .navbar-nav .nav-item .nav-link {
    margin-top: 15px;
  }
}
.navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

@media (min-width: 769px) {
  .nav-item > .nav-link {
    color: #0068A9;
  }
}
@media (max-width: 768.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 999999;
  }
  .main-menu.menu-toggleable-left .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu.menu-toggleable-left .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.main-menu-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.menu-toggleable-left .close-menu {
  padding: 10px;
  background-color: #0068A9;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 80%;
}
@media (min-width: 769px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    width: 50%;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .menu-group {
    margin-top: 0;
  }
}
.menu-toggleable-left .menuitem-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 34px;
  padding: 10px;
}
.menu-toggleable-left li > .close-menu {
  position: initial;
}
@media (max-width: 768.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: #0068A9 !important;
    color: #222;
  }
  .menu-toggleable-left .menu-item-static-links {
    background: #035487;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
    text-align: left;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
    color: #fff;
    text-transform: uppercase;
  }
  .menu-toggleable-left.in .nav-item .nav-link::before {
    position: relative;
    content: "\F105";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    margin: 0;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-menu {
    background-color: transparent;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .navbar-brand,
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-button {
    display: none;
  }
}

.multilevel-dropdown {
  /* level-1 menu */
  /* level-2 menu */
  /* level-2 menu */
  /* level-3 menu */
}
.multilevel-dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 98%;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.show .dropdown-item {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-menu-l2 {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menu-item {
    border: none;
  }
}
.multilevel-dropdown .dropdown-menu-l2 .close-menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menuitem-name {
    display: none;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l3 .menu-item {
    border-bottom: none;
    margin-top: 5px;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menuitem-name {
  display: none;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-item {
    display: inline-block;
    width: auto;
  }
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-item.top-category > .nav-link {
    color: #000;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  /* l1 menu */
}
@media (max-width: 768.98px) {
  .navbar {
    padding: 0;
  }
}
.navbar .nav-item {
  border-bottom: 5px solid transparent;
  position: static;
}
.navbar .nav-item.show {
  border-color: #EC008C;
}
.navbar .dropdown-menu {
  padding: 0;
  min-width: 300px;
  /* l2 menu */
}
.navbar .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.navbar .dropdown-menu .menu-item {
  /*display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 100%;*/
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 15px;
}
.navbar .dropdown-menu .menu-item:nth-child(even) {
  background-color: rgba(0, 104, 169, 0.03);
}
.navbar .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EC008C;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .menu-item .menu-item-link {
    width: 100%;
    display: block;
  }
}
.navbar .dropdown-menu .dropdown-menu {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 0;
  position: relative;
  min-width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.navbar .dropdown-menu .dropdown-menu .menu-item {
  background-color: transparent;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .dropdown-menu .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar .dropdown-menu .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
}
.navbar .dropdown-menu .dropdown-menu .menu-item.menu-item-image {
  display: none;
}

.megamenu {
  display: inline-block;
  position: initial;
}
@media (max-width: 768.98px) {
  .megamenu {
    padding: 0;
  }
}
.megamenu:nth-child(1) {
  background: rgba(235, 0, 139, 0.03);
}
.megamenu:nth-child(2) {
  background: rgba(0, 104, 169, 0.07);
}
@media (max-width: 768.98px) {
  .megamenu:nth-child(2) {
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
  }
}
.megamenu:nth-child(3) {
  background: rgba(180, 180, 180, 0.07);
}
.megamenu__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .megamenu__heading {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper {
  display: block;
  width: 100px;
  height: 70px;
}
@media (max-width: 768.98px) {
  .megamenu__l1-menu .img-thumbnail-wrapper {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper img {
  height: 100%;
}
.megamenu .menu-item-image {
  width: 200px;
  height: 300px;
}
.megamenu .menu-item-image img {
  height: 100%;
}

@media (max-width: 768.98px) {
  .dropdown-menu .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active {
    display: block;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .nav-menu,
  .dropdown-menu .menu-item .dropdown-menu.active .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .menu-item::before {
    content: none;
  }
  .dropdown-menu .menu-item::before {
    position: relative;
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .navbar-brand {
    padding-top: 0.6125rem;
    text-align: center;
    width: 84%;
    margin-right: 0;
  }
  .navbar-brand img {
    width: 100px;
    padding: 5px;
    margin-left: 0;
    background-color: #fff;
    vertical-align: top;
  }
}
.menu-item-static-links {
  background-color: #0068A9;
  color: #fff;
  padding: 20px 15px 30px;
}
@media (min-width: 1024px) {
  .menu-item-static-links {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .menu-item-static-links .menu-item-about-us {
    width: 100%;
  }
}
.menu-item-static-links .footer-about-sitemap,
.menu-item-static-links .footer-about-returnsrefund,
.menu-item-static-links .footer-about-shippingpolicy,
.menu-item-static-links .footer-about-privacypolicy {
  display: none;
}
.menu-item-static-links .footer-about {
  margin-top: 20px;
}
.menu-item-static-links .footer-about li {
  margin: 10px 0;
}
.menu-item-static-links .footer-about a {
  font-size: 0.875rem;
  color: #fff;
}
.menu-item-static-links .menu-item-storelocator__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.menu-item-static-links .menu-item-storelocator__heading img {
  width: 26px;
}
@media (min-width: 769px) {
  .menu-item-static-links .menu-item-storelocator__heading img {
    width: 15px;
  }
}
.menu-item-static-links .menu-item-storelocator__store-locator {
  cursor: pointer;
  position: relative;
}
.menu-item-static-links .menu-item-storelocator__store-locator label {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px 10px 0;
  height: 43px;
  width: 100%;
  text-align: left;
  float: left;
  color: white;
  border-bottom: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.52;
}
.menu-item-static-links .menu-item-storelocator__store-locator .store-arrow {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 20px;
}

.open-menu-icon .menu-line-1,
.open-menu-icon .menu-line-2,
.open-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
}

.close-menu-icon {
  margin-top: 5px;
  display: inline-block;
}
.close-menu-icon .menu-line-1,
.close-menu-icon .menu-line-2,
.close-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}
.close-menu-icon .menu-line-1 {
  width: 10px;
}
.close-menu-icon .menu-line-2 {
  width: 15px;
}

@media (max-width: 1279.98px) {
  .isIos .dropdown-menu-l2 {
    width: 80% !important;
  }
}

.header-menu .search-mobile .site-search {
  background-color: #0068A9;
}
.header-menu .search-mobile.d-lg-none.sticky {
  position: fixed;
  width: 100%;
  top: 0;
}

@media (max-width: 768.98px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile-only .header-col4 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
.mobile-only .header-store-selector {
  margin: 0;
  position: static;
  padding: 0;
}
.mobile-only .header-store-selector__chagne-delivery-popup {
  left: 0;
  right: 0;
  top: 4rem;
  width: 100vw;
}
.mobile-only .header-store-selector__chagne-delivery-location.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-only .site-search input {
  border-radius: 0.45rem;
}
.mobile-only .site-search .fa-search {
  left: 0.625rem;
  top: 0.5rem;
}

#stickyFooter {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  background: #fff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px -4px 20px 2px #aaa;
          box-shadow: 0px -4px 20px 2px #aaa;
  border-top: 1px solid #aaa;
}
#stickyFooter .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex .mobileLinks {
  font-size: 0.825rem;
}
#stickyFooter .d-flex .mobileLinks svg {
  width: 1.5rem;
  height: 1.5rem;
}
#stickyFooter .d-flex a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex a.active svg path {
  stroke: #EC008C;
  fill: none;
}
#stickyFooter .d-flex:not(:first-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex:not(:first-child) a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex:not(:first-child) a.active svg path {
  fill: #EC008C;
  stroke: #EC008C;
  stroke-width: 0.05rem;
}

#stickyFooter.unfixed {
  position: static;
  clear: both;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 8rem;
}

.search-mobile .site-search {
  position: relative;
  padding: 10px 20px;
  background: #e7e7e7;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 768.98px) {
  .search-mobile .site-search .search-field {
    padding: 0.375rem 1.75rem;
  }
}
.search-mobile .suggestions-wrapper .suggestions {
  padding-bottom: 12rem;
}
.search-mobile .suggestions-wrapper .suggestions ul.container {
  overflow-y: scroll;
}

.site-search form {
  position: relative;
}
@media (min-width: 1024px) {
  .site-search {
    margin-right: 0.5em; /* 20/16 */
  }
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  border: none;
  top: 0.5625em; /* 9/16 */
  padding: 0;
  background-color: transparent;
  color: #a4a0a0;
}
@media (min-width: 768px) {
  .site-search .fa-close,
  .site-search .fa-search {
    right: 0.5625em; /* 9/16 */
  }
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0;
  right: 10px;
  font-size: 1.875rem;
  padding: 0;
  background-color: transparent;
}
.site-search .reset-button:before {
  content: "";
}
.site-search .fa-search {
  left: 10px;
  top: 20%;
}
@media (min-width: 1024px) {
  .site-search .fa-search {
    left: auto;
    top: 20%;
    right: 10px;
  }
}
.site-search .fa-search::before {
  content: "";
}
@media (max-width: 768.98px) {
  .site-search .fa-close {
    left: 0.5625em;
  }
  .site-search .fa-close::before {
    content: "";
  }
}
.site-search input {
  border-radius: 0 5px;
  padding-right: 2rem;
  height: 100%;
  color: #a4a0a0;
}
@media (max-width: 768.98px) {
  .site-search input {
    padding: 0.375rem 1.75rem;
    border-radius: 0.25rem !important;
    border: none !important;
  }
}
@media (min-width: 769px) {
  .site-search input {
    margin-top: 10px;
  }
}
.site-search .form-control:focus {
  border-color: #e7e7e7;
}

@media (max-width: 766.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: relative;
}

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  overflow: auto;
}
@media (max-width: 768.98px) {
  .suggestions {
    border: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .suggestions {
    max-height: 512px;
  }
}
.suggestions .categories-product,
.suggestions .do-you-mean {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 766.98px) {
  .suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
  }
}
.suggestions .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.suggestions .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.suggestions .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.suggestions .header {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #0068A9;
  font-size: 0.875em;
  padding-top: 0.625em;
}
.suggestions .header:not(:first-child) {
  border-top: 1px solid #ccc;
}
.suggestions .items {
  padding: 0.313em 0;
}
.suggestions .item {
  padding-bottom: 0.625em;
}
.suggestions .item .name {
  font-size: 0.875rem;
  margin-top: 0.313em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 766.98px) {
  .suggestions .item {
    padding-bottom: 0.938em;
  }
}
.suggestions .category-parent {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #222222;
}
.suggestions .selected {
  background-color: #eee;
}
.suggestions .container {
  list-style-type: none;
}

.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  background: transparent !important;
  font: normal 1rem "Roboto" !important;
  font-weight: 400;
}

.form-group {
  position: relative;
  padding-top: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.form-group .icon-confirmation,
.form-group .icon-delete {
  position: absolute;
  right: 0;
  top: 1.375rem;
  font-size: 0.875rem;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.form-group .form-control-label, .form-group.form-group-select .form-control-label {
  top: 0;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
  width: 100%;
}
.form-group.active .form-control-label {
  font-size: 1rem;
  line-height: 1.5rem;
  top: 1rem;
}
.form-group.active input:-webkit-autofill ~ label {
  top: 0;
  line-height: 1rem;
  font-size: 0.75rem;
}
.form-group .form-control, .form-group .form-control:-webkit-autofill {
  border-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 0;
  height: 40px;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
  background-position: center right;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}
.form-group .form-control.focus-visible, .form-group .form-control.is-invalid, .form-group .form-control:invalid, .form-group .form-control:-webkit-autofill.focus-visible, .form-group .form-control:-webkit-autofill.is-invalid, .form-group .form-control:-webkit-autofill:invalid {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .form-control.bg-transparent, .form-group .form-control.bg-transparent:-webkit-autofill {
  border-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 0;
  height: 40px;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
  background-position: center right;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}
.form-group .form-control.bg-transparent.focus-visible, .form-group .form-control.bg-transparent.is-invalid, .form-group .form-control.bg-transparent:invalid, .form-group .form-control.bg-transparent:-webkit-autofill.focus-visible, .form-group .form-control.bg-transparent:-webkit-autofill.is-invalid, .form-group .form-control.bg-transparent:-webkit-autofill:invalid {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group input.is-valid ~ .icon-confirmation {
  color: #28bd6b;
  opacity: 1;
}
.form-group input.is-invalid ~ .icon-delete {
  color: #c00;
  opacity: 1;
}
.form-group input.is-invalid, .form-group input.is-invalid:focus, .form-group:hover input.is-invalid {
  border: 1px solid #c00;
}
.form-group select.is-invalid, .form-group select.is-invalid:focus, .form-group:hover select.is-invalid, .form-group select.is-valid, .form-group select.is-valid:focus, .form-group:hover select.is-valid {
  background-image: none;
}
.form-group.required .form-control-label:before {
  color: inherit !important;
  content: "*";
}
.form-group .invalid-feedback {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
  display: block;
}
.form-message {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.25rem;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.price {
  color: #222;
}
.price .strike-through {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #222;
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eee;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #28bd6b;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #28bd6b;
  border-radius: 0.69em;
  background-color: #28bd6b;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.refinements .card {
  border: none;
}
@media (min-width: 769px) {
  .refinements .card {
    margin-bottom: 0;
  }
}
.refinements .card-body {
  padding: 0;
}
@media (min-width: 769px) {
  .refinements .card-body li {
    padding: 0;
  }
}
.refinements .card-body li span {
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  padding-left: 7px;
}
.refinements .card-body li button {
  padding: 0;
  color: #eb008b;
  text-align: left;
}
@media (min-width: 769px) {
  .refinements .card-body li button {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .refinements .card-body .values {
    margin: 0;
    padding: 10px 0;
  }
}
.refinements .card-header {
  border-bottom: none;
  padding: 0;
}
.refinements .card-header button.title {
  padding: 0;
}
.refinements .card-header button span {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 46px;
  color: #0068A9;
  text-transform: capitalize;
}
.refinements .collapsible-xl {
  border-bottom: 1px solid #efefef;
}
@media (min-width: 769px) {
  .refinements .collapsible-xl {
    border-bottom: 1px solid #979797;
  }
}
@media (min-width: 769px) {
  .refinements .collapsible-xl:first-child {
    border-top: 1px solid #979797;
  }
}
.refinements .collapsible-xl.active .title::after {
  content: "\F068";
  font-size: 15px;
  font-weight: normal;
}
.refinements .collapsible-xl .title {
  cursor: pointer;
}
.refinements .collapsible-xl .title::after {
  content: "\F067";
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .refinements .collapsible-xl .title::after {
    margin-top: 0;
  }
}
.refinements .fa-square-o {
  color: #222222;
}

@media (min-width: 769px) {
  .refinement-bar .reset-btn,
  .refinement-bar .apply-filter-btn {
    display: none;
  }
}

.search-banner-name {
  display: none;
}

@media (min-width: 769px) {
  .product-search-wrapper .filter-label-wrapper {
    top: 26px;
  }
}
.product-search-wrapper .filter-label {
  display: none;
  font-weight: bold;
  color: #000;
}
@media (min-width: 769px) {
  .product-search-wrapper .filter-label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.62px;
  }
}
.product-search-wrapper .filter-label {
  font-size: 1rem;
  letter-spacing: 0.62px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-search-wrapper .result-count span {
  font-size: 0.75rem;
  letter-spacing: 0.54px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000;
  font-weight: 300;
}
@media (min-width: 769px) {
  .product-search-wrapper .result-count span {
    font-size: 0.875rem;
  }
}
.product-search-wrapper .result-count span.product-category-name, .product-search-wrapper .result-count span.search-keywords {
  display: block;
  text-align: left;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  background: transparent;
  line-height: normal;
  color: #333333;
}
@media (min-width: 769px) {
  .product-search-wrapper .result-count span.product-category-name, .product-search-wrapper .result-count span.search-keywords {
    font-size: 1.875rem;
  }
}
@media (min-width: 769px) {
  .product-search-wrapper .result-count .qualifing-product-promo {
    min-height: 21px;
  }
}
.product-search-wrapper .result-count .search-related-result {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #222222;
}
.product-search-wrapper .result-count .search-related-result span {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .product-refinement-bar {
    margin: 0 -15px;
  }
}
.product-search-wrapper .product-refinement-bar .header.page-title.product-category-name {
  z-index: auto;
}
@media (min-width: 769px) {
  .product-search-wrapper .product-refinement-bar .product-tile-label {
    height: 25px;
    display: block;
  }
}
.product-search-wrapper .grid-header {
  margin: 0;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .product-search-wrapper .grid-header {
    top: 20px;
  }
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .search-and-sort {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 15px;
  }
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .result-count {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .product-search-filer {
    border-right: 1px solid #EEEEEE;
  }
}
.product-search-wrapper .grid-header .product-search-filer .custom-select {
  cursor: auto;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .product-search-filer .custom-select {
    border: none;
    height: 66px;
  }
}
.product-search-wrapper .grid-header .plp-filter-menu button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .product-search-filer,
  .product-search-wrapper .grid-header .plp-filter-menu {
    width: 49%;
    display: inline-block;
  }
}
@media (max-width: 768.98px) {
  .product-search-wrapper .grid-header .product-search-filer select,
  .product-search-wrapper .grid-header .product-search-filer button,
  .product-search-wrapper .grid-header .plp-filter-menu select,
  .product-search-wrapper .grid-header .plp-filter-menu button {
    height: 66px;
    letter-spacing: 1.71px;
  }
}
.product-search-wrapper .grid-header .product-search-filer select::after,
.product-search-wrapper .grid-header .product-search-filer button::after,
.product-search-wrapper .grid-header .plp-filter-menu select::after,
.product-search-wrapper .grid-header .plp-filter-menu button::after {
  content: "\F078";
  font-family: "FontAwesome";
  border: none;
  font-size: 0.75rem;
}
.product-search-wrapper .result-count,
.product-search-wrapper .product-search-filer {
  display: inline-block;
}
@media (min-width: 769px) {
  .product-search-wrapper .product-tile-list {
    top: 33px;
  }
}
@media (min-width: 769px) {
  .product-search-wrapper .product-search-filer {
    width: 23%;
    display: inline-block;
    position: absolute;
    right: 11px;
    bottom: 14px;
    top: 0;
  }
}
.product-search-wrapper .product-search-filer .custom-select {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  border: 1px solid #000;
  color: #000;
  height: 40px;
  padding-left: 65px;
  cursor: auto;
}
.product-search-wrapper .product-search-filer .dropdown-toggle {
  width: 100%;
  padding: 4px 0;
  text-align: left;
  margin-left: 15px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .product-search-filer .dropdown-toggle {
    margin-left: 0;
  }
}
@media (max-width: 768.98px) {
  .product-search-wrapper .product-search-filer .dropdown-toggle span.sort-by-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
.product-search-wrapper .product-search-filer .dropdown-toggle::after {
  content: none;
}
.product-search-wrapper .product-search-filer .dropdown {
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .product-search-wrapper .product-search-filer .dropdown {
    padding: 0;
  }
}
.product-search-wrapper .product-search-filer .dropdown .dropdown-menu {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  z-index: 3;
}
.product-search-wrapper .product-search-filer .dropdown .dropdown-menu li.selected {
  background: #000;
  color: #fff;
  pointer-events: none;
}
.product-search-wrapper .product-search-filer .dropdown .dropdown-menu li:hover {
  background: #ebebeb;
}
.product-search-wrapper .product-search-filer .sort-by {
  position: unset;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 0.75rem;
  top: 25px;
}
@media (min-width: 769px) {
  .product-search-wrapper .product-search-filer .sort-by {
    position: absolute;
    color: #000;
    top: 11px;
    left: 10px;
  }
}
@media (min-width: 769px) {
  .product-search-wrapper .no-result-products .result-count {
    max-width: 100%;
  }
}
.product-search-wrapper .result-count {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .product-search-wrapper .result-count {
    max-width: 75%;
  }
}
@media (max-width: 767.98px) {
  .product-search-wrapper .result-count .search-result-wrapper {
    margin-bottom: 0;
  }
}
.product-search-wrapper .result-count .search-result-count {
  font-size: 0.875rem;
  letter-spacing: 0.54px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000;
  font-weight: 300;
}

@media (min-width: 769px) {
  .search-results {
    padding: 5px 0 59px;
  }
}

.search-banner-name .product-category-name {
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333333;
  background: transparent;
  left: 0;
}
.search-banner-name .product-category-name::before {
  background: transparent;
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 766.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
.cart-and-ipay .add-to-cart-global {
  width: 100%;
}
.cart-and-ipay .btn:disabled {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (max-width: 766.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 9999;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .add-to-cart-messages {
    top: 9%;
    width: 100%;
  }
}
.add-to-cart-messages .alert-success {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #4CAF50;
  color: #fff;
  padding: 1rem;
  border: none;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}
@media (max-width: 766.98px) {
  .add-to-basket-alert {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 766.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quickViewModal .quick-view-dialog .select-option {
  display: none;
}

.editWishlistProductModal .quick-view-dialog,
.quickViewModal .quick-view-dialog {
  min-width: 50%;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100svh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768.98px) {
  .editWishlistProductModal .quick-view-dialog,
  .quickViewModal .quick-view-dialog {
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.editWishlistProductModal .quick-view-dialog .modal-content,
.quickViewModal .quick-view-dialog .modal-content {
  border-radius: 1rem 1rem 0 0;
}
.editWishlistProductModal .full-pdp-link,
.quickViewModal .full-pdp-link {
  display: none;
}
.editWishlistProductModal .modal-body,
.quickViewModal .modal-body {
  padding: 0;
}
.editWishlistProductModal .close,
.quickViewModal .close {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
}
@media (min-width: 769px) {
  .editWishlistProductModal .close,
  .quickViewModal .close {
    right: 33px;
    top: 5px;
  }
}
.editWishlistProductModal .close span,
.quickViewModal .close span {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (min-width: 769px) {
  .editWishlistProductModal .close span,
  .quickViewModal .close span {
    font-size: 2.8125rem;
  }
}
.editWishlistProductModal .select-option,
.quickViewModal .select-option {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .editWishlistProductModal .select-option,
  .quickViewModal .select-option {
    font-size: 1.875rem;
    color: #222222;
  }
}
.editWishlistProductModal .modal-content,
.quickViewModal .modal-content {
  padding: 15px 15px 20px;
}
.editWishlistProductModal .detail-panel,
.quickViewModal .detail-panel {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 769px) {
  .editWishlistProductModal .detail-panel,
  .quickViewModal .detail-panel {
    padding-top: 25px;
  }
}
.editWishlistProductModal .swatch[data-attr=size],
.quickViewModal .swatch[data-attr=size] {
  padding-top: 1rem;
}
.editWishlistProductModal .availability-msg,
.editWishlistProductModal .availability,
.quickViewModal .availability-msg,
.quickViewModal .availability {
  display: none;
}
.editWishlistProductModal .swatch[data-attr=color] .attribute,
.editWishlistProductModal .swatch[data-attr=size] .attribute,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .attribute,
.quickViewModal .swatch[data-attr=color] .attribute,
.quickViewModal .swatch[data-attr=size] .attribute,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .attribute {
  margin: 0;
}
.editWishlistProductModal .swatch[data-attr=color] .color,
.editWishlistProductModal .swatch[data-attr=color] .size,
.editWishlistProductModal .swatch[data-attr=color] .vmmFmcgVariant,
.editWishlistProductModal .swatch[data-attr=size] .color,
.editWishlistProductModal .swatch[data-attr=size] .size,
.editWishlistProductModal .swatch[data-attr=size] .vmmFmcgVariant,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .vmmFmcgVariant,
.quickViewModal .swatch[data-attr=color] .color,
.quickViewModal .swatch[data-attr=color] .size,
.quickViewModal .swatch[data-attr=color] .vmmFmcgVariant,
.quickViewModal .swatch[data-attr=size] .color,
.quickViewModal .swatch[data-attr=size] .size,
.quickViewModal .swatch[data-attr=size] .vmmFmcgVariant,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .vmmFmcgVariant {
  font-size: 0.75rem;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .editWishlistProductModal .swatch[data-attr=color] .color,
  .editWishlistProductModal .swatch[data-attr=color] .size,
  .editWishlistProductModal .swatch[data-attr=color] .vmmFmcgVariant,
  .editWishlistProductModal .swatch[data-attr=size] .color,
  .editWishlistProductModal .swatch[data-attr=size] .size,
  .editWishlistProductModal .swatch[data-attr=size] .vmmFmcgVariant,
  .editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color,
  .editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size,
  .editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .vmmFmcgVariant,
  .quickViewModal .swatch[data-attr=color] .color,
  .quickViewModal .swatch[data-attr=color] .size,
  .quickViewModal .swatch[data-attr=color] .vmmFmcgVariant,
  .quickViewModal .swatch[data-attr=size] .color,
  .quickViewModal .swatch[data-attr=size] .size,
  .quickViewModal .swatch[data-attr=size] .vmmFmcgVariant,
  .quickViewModal .swatch[data-attr=vmmFmcgVariant] .color,
  .quickViewModal .swatch[data-attr=vmmFmcgVariant] .size,
  .quickViewModal .swatch[data-attr=vmmFmcgVariant] .vmmFmcgVariant {
    color: #222222;
    padding-bottom: 20px;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute,
.quickViewModal .swatch[data-attr=color] .color-attribute,
.quickViewModal .swatch[data-attr=size] .color-attribute,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute {
  vertical-align: middle;
  margin-right: 9px;
  border: none;
  padding: 0;
  background: none;
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute .swatch-circle.selected,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute .swatch-circle.selected,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .swatch-circle.selected,
.quickViewModal .swatch[data-attr=color] .color-attribute .swatch-circle.selected,
.quickViewModal .swatch[data-attr=size] .color-attribute .swatch-circle.selected,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .swatch-circle.selected {
  border: 1px solid;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute .swatch-circle.selected .color-swatch-bg,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute .swatch-circle.selected .color-swatch-bg,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .swatch-circle.selected .color-swatch-bg,
.quickViewModal .swatch[data-attr=color] .color-attribute .swatch-circle.selected .color-swatch-bg,
.quickViewModal .swatch[data-attr=size] .color-attribute .swatch-circle.selected .color-swatch-bg,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .swatch-circle.selected .color-swatch-bg {
  width: 1.5em;
  height: 1.5em;
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute .color-swatch-bg,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute .color-swatch-bg,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-swatch-bg,
.quickViewModal .swatch[data-attr=color] .color-attribute .color-swatch-bg,
.quickViewModal .swatch[data-attr=size] .color-attribute .color-swatch-bg,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-swatch-bg {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  display: inline-block;
  margin-top: 3px;
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute .color-code,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute .color-code,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-code,
.quickViewModal .swatch[data-attr=color] .color-attribute .color-code,
.quickViewModal .swatch[data-attr=size] .color-attribute .color-code,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-code {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #999999;
}
.editWishlistProductModal .swatch[data-attr=color] .color-attribute .color-code.selected,
.editWishlistProductModal .swatch[data-attr=size] .color-attribute .color-code.selected,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-code.selected,
.quickViewModal .swatch[data-attr=color] .color-attribute .color-code.selected,
.quickViewModal .swatch[data-attr=size] .color-attribute .color-code.selected,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .color-attribute .color-code.selected {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222222;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute,
.quickViewModal .swatch[data-attr=color] .size-attribute,
.quickViewModal .swatch[data-attr=size] .size-attribute,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute {
  border: 0.5px solid #000;
  border-radius: 0 5px;
  font-size: 0.875rem;
  background: #fff;
  line-height: 3;
  margin-right: 6px;
  text-align: center;
  min-width: 50px;
  height: 40px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 5px;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.selected,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.selected,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.selected,
.quickViewModal .swatch[data-attr=color] .size-attribute.selected,
.quickViewModal .swatch[data-attr=size] .size-attribute.selected,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.selected {
  background: #222222;
  color: #fff;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute span,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute span,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute span,
.quickViewModal .swatch[data-attr=color] .size-attribute span,
.quickViewModal .swatch[data-attr=size] .size-attribute span,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute span {
  width: 100%;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable {
  border: 0.5px solid #c0c0c0;
  pointer-events: none;
  cursor: none;
  position: relative;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable:before, .editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable:after,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable:before,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable:after,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:before,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:after {
  position: absolute;
  left: 24px;
  content: " ";
  height: 60px;
  width: 1px;
  background-color: #c0c0c0;
  top: -11px;
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable:before,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable:before,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable:before,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:before {
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable:after,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable:after,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable:after,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable:after {
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
}
.editWishlistProductModal .swatch[data-attr=color] .size-attribute.unselectable span,
.editWishlistProductModal .swatch[data-attr=size] .size-attribute.unselectable span,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable span,
.quickViewModal .swatch[data-attr=color] .size-attribute.unselectable span,
.quickViewModal .swatch[data-attr=size] .size-attribute.unselectable span,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .size-attribute.unselectable span {
  color: #c0c0c0;
}
.editWishlistProductModal .swatch[data-attr=color] .last-bought-size span,
.editWishlistProductModal .swatch[data-attr=size] .last-bought-size span,
.editWishlistProductModal .swatch[data-attr=vmmFmcgVariant] .last-bought-size span,
.quickViewModal .swatch[data-attr=color] .last-bought-size span,
.quickViewModal .swatch[data-attr=size] .last-bought-size span,
.quickViewModal .swatch[data-attr=vmmFmcgVariant] .last-bought-size span {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #222222;
}
.editWishlistProductModal .fmcgvariant-block,
.quickViewModal .fmcgvariant-block {
  position: relative;
  display: inline-block;
}
.editWishlistProductModal .fmcgvariant-block input[type=radio],
.quickViewModal .fmcgvariant-block input[type=radio] {
  display: none;
}
.editWishlistProductModal .fmcgvariant-block input[type=radio]:checked + label,
.quickViewModal .fmcgvariant-block input[type=radio]:checked + label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.editWishlistProductModal .fmcgvariant-block input[type=radio]:checked + label:after,
.quickViewModal .fmcgvariant-block input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: 3px;
  content: " ";
  display: block;
  background: #EC008C;
}
.editWishlistProductModal .fmcgvariant-block label,
.quickViewModal .fmcgvariant-block label {
  display: inline-block;
  padding: 8px 25px 8px 0;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.editWishlistProductModal .fmcgvariant-block label:before,
.quickViewModal .fmcgvariant-block label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  border: 1px solid #EC008C;
  background-color: transparent;
}
.editWishlistProductModal .fmcgvariant-block label span:before,
.quickViewModal .fmcgvariant-block label span:before {
  content: "-";
}
.editWishlistProductModal .modal-footer,
.quickViewModal .modal-footer {
  border: 0;
  padding: 0;
}
.editWishlistProductModal .modal-footer .availability,
.quickViewModal .modal-footer .availability {
  display: none;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart,
.quickViewModal .modal-footer .wishlist-add-to-cart {
  margin: 0 auto;
  padding-top: 29px;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart-global,
.quickViewModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart-global {
  float: unset;
  margin-right: 0;
  width: 100%;
  background-color: #222222;
  color: #fff;
  padding: 13px 0;
  border: none;
  border: 1px solid #000;
  padding: 18px 71px;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:disabled,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart:disabled,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:disabled,
.quickViewModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:disabled,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart:disabled,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:disabled {
  background-color: #EEEEEE;
  color: #2a2a2a;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:disabled:hover,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart:disabled:hover,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:disabled:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:disabled:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart:disabled:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:disabled:hover {
  background-color: #EEEEEE;
  color: #fff;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:hover,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart:hover,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart:hover,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart-global:hover {
  background-color: #fff;
  color: #000;
}
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product .fa-shopping-bag,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart .fa-shopping-bag,
.editWishlistProductModal .modal-footer .wishlist-add-to-cart .add-to-cart-global .fa-shopping-bag,
.quickViewModal .modal-footer .wishlist-add-to-cart .btn-update-wishlist-product .fa-shopping-bag,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart .fa-shopping-bag,
.quickViewModal .modal-footer .wishlist-add-to-cart .add-to-cart-global .fa-shopping-bag {
  display: none;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #28bd6b;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #28bd6b;
  border-radius: 0.69em;
  background-color: #28bd6b;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 766.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
.cart-and-ipay .add-to-cart-global {
  width: 100%;
}
.cart-and-ipay .btn:disabled {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (max-width: 766.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 9999;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .add-to-cart-messages {
    top: 9%;
    width: 100%;
  }
}
.add-to-cart-messages .alert-success {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #4CAF50;
  color: #fff;
  padding: 1rem;
  border: none;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}
@media (max-width: 766.98px) {
  .add-to-basket-alert {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 766.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: #00a1e0;
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em; /* 450/16 */
}
@media (max-width: 1023.98px) {
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    max-height: 100svh;
  }
}
.quick-view-dialog .modal-body .primary-images,
.choose-bonus-product-dialog .modal-body .primary-images {
  margin-right: 1rem;
}
@media (min-width: 769px) {
  .quick-view-dialog .modal-body .primary-images,
  .choose-bonus-product-dialog .modal-body .primary-images {
    min-width: 100%;
  }
}
.quick-view-dialog .modal-body .wishlist-add-to-cart-button-block div,
.choose-bonus-product-dialog .modal-body .wishlist-add-to-cart-button-block div {
  width: 100%;
}
.quick-view-dialog .modal-body .add-to-cart,
.choose-bonus-product-dialog .modal-body .add-to-cart {
  width: 100%;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #c00;
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 768.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.quick-view-dialog .quickview-image,
.choose-bonus-product-dialog .quickview-image {
  width: 6.875rem;
}
.quick-view-dialog .product-brand,
.choose-bonus-product-dialog .product-brand {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #757575;
  font-weight: 400;
}
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .size-chart {
  text-align: right;
}
.quick-view-dialog .size-chart .btn-sizeChart,
.choose-bonus-product-dialog .size-chart .btn-sizeChart {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: normal;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0068A9;
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .quick-view-dialog .size-chart .btn-sizeChart,
  .choose-bonus-product-dialog .size-chart .btn-sizeChart {
    font-size: 0.875rem;
    letter-spacing: 2.33px;
  }
}
.quick-view-dialog .size-chart .btn-sizeChart:hover, .quick-view-dialog .size-chart .btn-sizeChart:active, .quick-view-dialog .size-chart .btn-sizeChart:focus,
.choose-bonus-product-dialog .size-chart .btn-sizeChart:hover,
.choose-bonus-product-dialog .size-chart .btn-sizeChart:active,
.choose-bonus-product-dialog .size-chart .btn-sizeChart:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #0068A9;
}
.quick-view-dialog .product-sizechart,
.choose-bonus-product-dialog .product-sizechart {
  width: 100%;
}
.quick-view-dialog .select-size-label,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .select-size-label,
.choose-bonus-product-dialog .size-chart {
  display: inline-block;
  width: 49%;
}
.quick-view-dialog .pdp-link,
.choose-bonus-product-dialog .pdp-link {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quick-view-dialog .price,
.choose-bonus-product-dialog .price {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  min-height: unset;
  max-height: unset;
  overflow: hidden;
}
@media (min-width: 769px) {
  .quick-view-dialog .price,
  .choose-bonus-product-dialog .price {
    font-size: 0.9375rem;
    margin-top: 5px;
    min-height: unset;
    max-height: unset;
  }
}
.quick-view-dialog .price .strike-through,
.choose-bonus-product-dialog .price .strike-through {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .quick-view-dialog .price .strike-through,
  .choose-bonus-product-dialog .price .strike-through {
    font-size: 0.9375rem;
    margin-right: 10px;
  }
}
.quick-view-dialog .price .strike-through + .sales,
.choose-bonus-product-dialog .price .strike-through + .sales {
  color: #096dac;
}
.quick-view-dialog .price .tiered,
.choose-bonus-product-dialog .price .tiered {
  font-size: 0.875em;
}
.quick-view-dialog .price .tiered .value,
.choose-bonus-product-dialog .price .tiered .value {
  font-weight: bold;
}
.quick-view-dialog .price .product-discount,
.choose-bonus-product-dialog .price .product-discount {
  color: #eb008b;
}
.quick-view-dialog span.totalReviews,
.choose-bonus-product-dialog span.totalReviews {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #757575;
  height: auto;
  margin-left: 0.5rem;
}
.quick-view-dialog span.white-star,
.choose-bonus-product-dialog span.white-star {
  color: white;
  font-size: 0.875rem;
}
.quick-view-dialog .rating-box,
.choose-bonus-product-dialog .rating-box {
  background: linear-gradient(111.33deg, #89EB4D -0.37%, #4CAF50 100.48%);
  color: white;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 6px 8px;
}
.quick-view-dialog .average-ratings,
.choose-bonus-product-dialog .average-ratings {
  padding-left: 2px;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 768.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 766.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
  .product-tile.gm-product-tile {
    min-height: 15.4375em;
  }
}
.product-tile .tile-body {
  padding: 11px 0 19px;
}
.product-tile .tile-body .cart-and-ipay .add-to-cart-tile {
  width: 100%;
  padding: 0.5rem 0;
}
.product-tile .tile-body .product-not-available {
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .product-tile .tile-body .product-not-available {
    font-size: 0.875rem;
  }
}
.product-tile .tile-body .price {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  min-height: unset;
  max-height: unset;
  overflow: hidden;
}
@media (min-width: 769px) {
  .product-tile .tile-body .price {
    font-size: 0.9375rem;
    margin-top: 5px;
    min-height: unset;
    max-height: unset;
  }
}
.product-tile .tile-body .price .strike-through {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .product-tile .tile-body .price .strike-through {
    font-size: 0.9375rem;
    margin-right: 10px;
  }
}
.product-tile .tile-body .price .strike-through + .sales {
  color: #096dac;
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
}
.product-tile .image-container {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f6f6f6), to(#eeeeee));
  background-image: linear-gradient(to bottom, #f6f6f6 1%, #eeeeee);
  min-height: 170px;
  position: relative;
  overflow: hidden;
}
.product-tile .image-container .wishlist-wrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .wishlist-wrapper i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border-radius: 0.4375rem;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.product-tile .add-to-cart {
  padding: 13px;
  width: 100%;
}
.product-tile .product-brand-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
  white-space: normal;
}

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.product-tile.fmcg-product-tile .tile-body .product-availability {
  margin-top: 0;
}
@media (min-width: 769px) {
  .product-tile.gm-product-tile .tile-body, .product-tile.apparels-product-tile .tile-body {
    padding: 17px 0 10px;
  }
}
@media (min-width: 769px) {
  .product-tile .tile-body {
    padding: 17px 0 58px;
  }
}
.product-tile .tile-body .pdp-link a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #222222;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 1rem;
  }
}
.product-tile .wishlist-icon img {
  width: 100%;
}
.product-tile .tile-oos-msg {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #EA3223;
  text-transform: uppercase;
  position: absolute;
  top: 0.7rem;
}
.product-tile .wishlistTile {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
@media (min-width: 769px) {
  .product-tile .wishlistTile {
    right: 1.625rem;
    top: 0.5rem;
  }
}
.product-tile .wishlistTile .fa-lg {
  font-size: 0.9375rem;
  opacity: 0.82;
  background-color: #fff;
  border-radius: 46px;
}
.product-tile .wishlistTile span.save-forlater, .product-tile .wishlistTile span.saved-forlater {
  font-size: 0.5625rem;
  opacity: 0.82;
  background-color: #fff;
  border-radius: 46px;
  padding: 7px 10px 6px 30px;
  z-index: 1;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .product-tile .wishlistTile span.save-forlater, .product-tile .wishlistTile span.saved-forlater {
    font-size: 0.75rem;
    padding: 7px 18px 6px 30px;
  }
}
.product-tile .wishlistTile .fa-stack-1x {
  left: -2px;
  top: 0;
}
.product-tile .wishlistTile .fa-stack-1x.fa-heart-o {
  color: rgba(0, 0, 0, 0.7);
  width: 2em;
}
.product-tile .wishlistTile .fa-stack-1x.fa-heart {
  left: 5px;
}
.product-tile .wishlistTile .fa-stack {
  width: auto;
  z-index: 2;
}
.product-tile .wishlistTile .fa-circle {
  width: 2em;
  text-align: left;
}
.product-tile .wishlistTile .fa-circle::before {
  top: -2px;
  position: absolute;
}
.product-tile .fmcg-product-variants {
  margin-bottom: 17px;
}
.product-tile .fmcg-product-variants .custom-select {
  font-size: 0.875rem;
  border: 1px solid #000;
  color: #222222;
}
.product-tile .product-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  color: #222222;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .product-tile .product-brand {
    font-size: 0.8125rem;
    letter-spacing: 2.1px;
    margin-bottom: 6px;
  }
}
.product-tile .ratings {
  display: none;
}
.product-tile .product-promo {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  color: #EC008C;
  background: rgba(236, 0, 140, 0.1);
  padding: 5px;
  opacity: 0.8;
  border-radius: 2px;
  word-break: break-word;
  white-space: normal;
}
@media (min-width: 769px) {
  .product-tile .product-promo {
    font-size: 0.75rem;
  }
}
.product-tile .product-discount {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #eb008b;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .product-tile .product-discount {
    font-size: 0.875rem;
  }
}

.search-results .product-tile .quickview {
  padding: 6px 18px;
}
.search-results .product-tile .quickview.select-size-view {
  display: none;
}
.search-results .product-tile span.full-star {
  color: gold;
  font-size: 1rem;
}
.search-results .product-tile span.empty-star {
  color: #d3d3d3;
  font-size: 1rem;
}
.search-results.search-results-page .product-tile.fmcg-product-tile .fmcg-product-variants {
  display: block;
}
.search-results.search-results-page .product-tile .tile-body {
  position: relative;
  margin: 11px 0 19px;
  padding: 0;
}
@media (min-width: 769px) {
  .search-results.search-results-page .product-tile .tile-body {
    margin: 17px 0 58px;
  }
}
@media (max-width: 768.98px) {
  .search-results.search-results-page .product-tile .tile-body .cart-and-ipay {
    padding-bottom: 0;
  }
}
.search-results.search-results-page .product-tile .tile-body .quickview,
.search-results.search-results-page .product-tile .tile-body .cart-and-ipay {
  position: unset;
  width: 100%;
  bottom: 0;
}
.search-results.search-results-page .product-tile .tile-body .quickview.select-size-view,
.search-results.search-results-page .product-tile .tile-body .cart-and-ipay.select-size-view {
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 9px 10px;
  line-height: normal;
}
.search-results.search-results-page .product-tile .tile-body .quickview.select-size-view:focus,
.search-results.search-results-page .product-tile .tile-body .cart-and-ipay.select-size-view:focus {
  border-color: #ced4da;
}
.search-results.search-results-page .product-tile.gm-product-tile .tile-body {
  min-height: 150px;
}
.search-results.search-results-page .product-tile .tile-body-footer {
  position: relative;
}
.search-results.search-results-page .product-tile .tile-body-footer .star-rating-link {
  display: inline-block;
  position: static;
}
.search-results.search-results-page .product-tile .tile-body-footer .vmm-ratings {
  min-width: 100%;
}
.search-results.search-results-page .product-tile .tile-body-footer .vmm-ratings .star-rating-link:hover {
  text-decoration: none;
}
.search-results.search-results-page .product-tile .tile-body-footer .vmm-ratings .average-ratings {
  padding-left: 2px;
}
.search-results.search-results-page .product-tile .tile-body-footer .vmm-ratings:hover + .ratingSummary {
  display: block !important;
  pointer-events: auto;
}
.search-results.search-results-page .product-tile .tile-body-footer .totalReviews {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.search-results.search-results-page .product-tile .tile-body-footer .ratingSummary {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 99999;
  height: auto;
  background: #fff;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 5px 3px 15px 0px #d2d2d2;
          box-shadow: 5px 3px 15px 0px #d2d2d2;
  padding: 5%;
}
.search-results.search-results-page .product-tile .tile-body-footer .ratingSummary .ratingpercentwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 0.5rem;
}
.search-results.search-results-page .product-tile .tile-body-footer .ratingSummary .progress-bar-container {
  width: 40%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.search-results.search-results-page .product-tile .tile-body-footer .ratingSummary .progress-bar {
  height: 100%;
  background-color: #ec008c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.search-results.search-results-page .product-tile .tile-body-footer .ratingSummary .w10 {
  width: auto;
}
.search-results.search-results-page .fmcg-product-variants {
  display: none;
}
.search-results.search-results-page .search-result-addtocart .cart-and-ipay {
  display: block;
}
.search-results.search-results-page .qualifying-products {
  color: #0068A9;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .search-results.search-results-page .qualifying-products {
    letter-spacing: 2.8px;
    font-size: 0.875rem;
  }
}
.search-results.search-results-page .product-tile .quickview {
  display: block;
  position: unset;
}

.custom-select-dropdown {
  border: none;
}
.custom-select-dropdown .fmcg-product-variants .dropdown-menu li[selected] {
  background: #444;
  color: #fff;
}
.custom-select-dropdown .dropdown-by-value {
  letter-spacing: 0;
}

.quantity-stepper {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.quantity-stepper__controls {
  border: 1px solid #000;
  margin: 0 auto;
}
.quantity-stepper__btn-remove, .quantity-stepper__btn-add {
  font-size: 1.6875rem;
  background-color: #000;
  color: #fff;
}
.quantity-stepper__btn-remove:disabled, .quantity-stepper__btn-add:disabled {
  background-color: #666;
  opacity: 0.2;
  pointer-events: none;
}
.quantity-stepper__btn-remove:hover, .quantity-stepper__btn-add:hover {
  background-color: #999;
  color: #fff;
}
.quantity-stepper__ipt {
  font-size: 1.25rem;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.quantity-stepper__btn-remove, .quantity-stepper__ipt, .quantity-stepper__btn-add {
  padding: 0;
  border: none;
}
.quantity-stepper__msg-max-limit {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: #999;
  color: #fff;
  padding: 2px;
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}
.quantity-stepper__loader {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 15%;
}
.quantity-stepper__loader .spinner-border {
  border-color: #000;
  border-right-color: transparent;
}

.color-swatch-remaining {
  font-size: 1rem;
  color: #757575;
  position: absolute;
  top: 1.5px;
}

.star-rating-link {
  position: static;
}

.product-tile-promo-messages {
  position: static;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  border: 5px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 5px;
  height: 5px;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 5px;
  height: 5px;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #28bd6b;
}

.shipping-discount {
  color: #28bd6b;
}

.error-page-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), color-stop(49%, #efeff6), to(#feeff8));
  background: linear-gradient(to bottom, #e7f6ff, #efeff6 49%, #feeff8);
  text-align: center;
  color: #222222;
}
.error-page-wrapper .btn-continue-shopping {
  min-width: 274px;
  display: inline-block;
}
.error-page-wrapper .slant-down::after {
  background: none;
  border: none;
}
.error-page-wrapper .sorry-hero,
.error-page-wrapper .error-hero {
  background-image: none;
  height: auto;
  margin-bottom: 31px;
}
.error-page-wrapper .sorry-hero h1.page-title,
.error-page-wrapper .error-hero h1.page-title {
  color: #222222;
  top: unset;
  left: unset;
  padding: 100px 0 0;
  background-color: unset;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.error-page-wrapper .sorry-hero h1.page-title::before,
.error-page-wrapper .error-hero h1.page-title::before {
  width: auto;
  left: auto;
}
.error-page-wrapper .error-page-content {
  margin: 0;
  padding-bottom: 100px;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #c00;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.vmm-radiobox {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  margin: 0;
}
.vmm-radiobox input[type=radio] {
  display: none;
}
.vmm-radiobox span.radio-box {
  position: relative;
  border: 1px solid #222222;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
}
.vmm-radiobox.active .radio-box {
  background-color: #fff;
  border: 1px solid #EC008C;
}
.vmm-radiobox.active .radio-box:before, .vmm-radiobox.active .radio-box:after {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
}
.vmm-radiobox.active .radio-box:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #EC008C;
}
.vmm-radiobox.active .radio-box:after {
  width: 10px;
  height: 10px;
  background-color: #EC008C;
}
.vmm-radiobox input[type=radio] {
  position: relative;
}
.vmm-radiobox input[type=radio]:before {
  border: 1px solid #222222;
}
.vmm-radiobox input[type=radio].active + .radio-box, .vmm-radiobox input[type=radio]:checked + .radio-box {
  background-color: #fff;
  border: 1px solid #EC008C;
}
.vmm-radiobox input[type=radio].active + .radio-box:before, .vmm-radiobox input[type=radio].active + .radio-box:after, .vmm-radiobox input[type=radio]:checked + .radio-box:before, .vmm-radiobox input[type=radio]:checked + .radio-box:after {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
}
.vmm-radiobox input[type=radio].active + .radio-box:before, .vmm-radiobox input[type=radio]:checked + .radio-box:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #EC008C;
}
.vmm-radiobox input[type=radio].active + .radio-box:after, .vmm-radiobox input[type=radio]:checked + .radio-box:after {
  width: 10px;
  height: 10px;
  background-color: #EC008C;
}
.vmm-radiobox input[type=radio].active:before, .vmm-radiobox input[type=radio].active:after, .vmm-radiobox input[type=radio]:checked:before, .vmm-radiobox input[type=radio]:checked:after {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
}
.vmm-radiobox input[type=radio].active:before, .vmm-radiobox input[type=radio]:checked:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #EC008C;
}
.vmm-radiobox input[type=radio].active:after, .vmm-radiobox input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  background-color: #EC008C;
}
.vmm-radiobox.collapsed input[type=radio]:before {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: none;
}
.vmm-radiobox.collapsed input[type=radio]:after {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #222222;
}
.vmm-radiobox__title {
  width: calc(100% - 22px);
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
}

.vmm-checkbox {
  cursor: pointer;
  position: relative;
  width: auto;
  white-space: nowrap;
  margin: 0;
}
.vmm-checkbox input[type=checkbox] {
  display: none;
}
.vmm-checkbox input[type=checkbox]:disabled + span {
  color: #dbdbdb;
  cursor: none;
  border: 1px solid #dbdbdb;
}
.vmm-checkbox input[type=checkbox]:disabled + span + span {
  color: #dbdbdb;
  cursor: none;
}
.vmm-checkbox span.check-box {
  display: inline-block;
  border: 1px solid #000;
  width: 13px;
  height: 13px;
  vertical-align: sub;
  margin: 3px;
  position: relative;
  -webkit-transition: width 0.1s, height 0.1s, margin 0.1s;
  transition: width 0.1s, height 0.1s, margin 0.1s;
}
.vmm-checkbox :checked + span.check-box {
  background-color: #EC008C;
  border: 1px solid #EC008C;
  width: 13px;
  height: 13px;
}
.vmm-checkbox :checked + span.check-box:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
}
.vmm-checkbox__title {
  width: calc(100% - 22px);
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}

.svg-icon {
  height: 100%;
  width: 100%;
}

.clearable {
  background: #fff url("../../images/close-icon-grey.svg") no-repeat right -100% center;
  padding: 3px 50px 3px 4px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.clearable.x {
  background-position: right 0 center;
}

.clearable.onX {
  cursor: pointer;
}

.page-heading {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 30px 0;
}

.page-subtitle {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 20px 0;
}

.gmapapi-control {
  position: relative;
}
.gmapapi-control__input {
  width: 100%;
}
.gmapapi-control__clear-btn {
  font-size: 1.875rem;
  position: absolute;
  right: 0;
  top: -5px;
  bottom: -5px;
  border: none;
  background: transparent;
  z-index: 1;
  width: 30px;
  height: 40px;
}
.gmapapi-control__left-icon {
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 0;
  width: 30px;
}

.line-divider {
  margin: 5px 0;
}

.h-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  width: 100%;
}
.h-scroll-wrapper .h-scroll-wrapper-item-list {
  white-space: nowrap;
}
.h-scroll-wrapper .h-scroll-wrapper-item-list .h-scroll-wrapper-item {
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.dob {
  margin-bottom: 10px;
}
.dob input[placeholder] {
  text-overflow: initial;
}
.dob__wrapper {
  border: 1px solid #EEEEEE;
  padding: 10px;
}
.dob__dd, .dob__mm, .dob__yy {
  border: none;
  text-align: center;
  padding: 0;
}
.dob__dd:focus, .dob__mm:focus, .dob__yy:focus {
  outline: none;
}
.dob__text {
  padding: 0 10px;
}
.dob__dd {
  width: 32px;
}
.dob__mm {
  width: 32px;
}
.dob__yy {
  width: 50px;
}
.dob input::-webkit-outer-spin-button,
.dob input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error .dob__wrapper {
  border: 1px solid #c00;
}
.error .dob__feedback {
  color: #c00;
}

.social-icon-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.social-icon-wrapper span {
  font-size: 1.1875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #151515;
}
@media (max-width: 768.98px) {
  .social-icon-wrapper span {
    font-size: 0.75rem;
  }
}
.social-icon-wrapper .tooltip {
  border-radius: 5px;
  min-width: 22rem;
  background: #fff;
  opacity: 1;
  top: -27px;
  left: 34px;
  padding: 49px 0;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.21);
  z-index: 1;
}
@media (max-width: 768.98px) {
  .social-icon-wrapper .tooltip {
    min-width: 90%;
  }
}
.social-icon-wrapper .tooltip .wl-social-sharing .fa-share-alt {
  color: #000;
}
.social-icon-wrapper .tooltip p {
  text-align: left;
  border-bottom: 1px solid #979797;
  line-height: 0.1em;
  margin: 26px 10px 20px 0;
  width: 34%;
  display: inline-block;
  float: left;
}
.social-icon-wrapper .tooltip p span {
  background: #fff;
  padding-right: 12px;
}

.social-container {
  text-align: center;
  padding: 0 18px;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
  width: 58%;
}
@media (max-width: 1023.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons a {
  color: #444;
}
.social-container .social-icons a:hover {
  text-decoration: none;
}

.wishlist-socialmedia-wrapper .buy-later,
.wishlist-socialmedia-wrapper .social-icon {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0068A9;
  letter-spacing: 2.8px;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .buy-later,
  .wishlist-socialmedia-wrapper .social-icon {
    font-size: 0.875rem;
  }
}
.wishlist-socialmedia-wrapper .buy-later:hover,
.wishlist-socialmedia-wrapper .social-icon:hover {
  text-decoration: none;
}
.wishlist-socialmedia-wrapper .buy-later-text {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #151515;
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .buy-later-text {
    font-size: 0.875rem;
  }
}
.wishlist-socialmedia-wrapper img {
  margin-right: 8px;
}
.wishlist-socialmedia-wrapper ul li {
  display: inline-block;
}
.wishlist-socialmedia-wrapper ul li:last-child img {
  margin-right: 0;
}
.wishlist-socialmedia-wrapper .wishlistTile .fa-stack {
  margin-right: -14px;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip {
  border-radius: 5px;
  width: 90%;
  background: #fff;
  opacity: 1;
  top: -27px;
  left: 34px;
  padding: 18px 0;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.21);
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 768.98px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip {
    width: 55%;
  }
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip {
    padding: 49px 0;
  }
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .wl-social-sharing .fa-share-alt {
  color: #000;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip p {
  text-align: left;
  border-bottom: 1px solid #979797;
  line-height: 0.1em;
  margin: 17px 10px 15px 0;
  width: 33%;
  display: inline-block;
  float: left;
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip p {
    width: 34%;
    margin: 22px 10px 20px 0;
  }
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip p .share-text {
  background: #fff;
  padding-right: 12px;
  font-size: 1.1875rem;
}
@media (max-width: 768.98px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip p .share-text {
    font-size: 1rem;
  }
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container {
  text-align: center;
  padding: 0 18px;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icons a {
  color: #444;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icons a:hover {
  text-decoration: none;
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icon {
  width: 28px;
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icon {
    width: 30px;
  }
}
.wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icon.whatsapp-icon {
  width: 23px;
}
@media (min-width: 769px) {
  .wishlist-socialmedia-wrapper .social-icon-wrapper .tooltip .social-container .social-icon.whatsapp-icon {
    width: 25px;
  }
}

.add-to-wishlist-messages {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.end-products.active {
  display: none;
}
.end-products h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #979797;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.end-products span {
  background: #fff;
  padding: 0 40px;
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .end-products span {
    padding: 0 52px;
  }
}

.wishlistTile:hover {
  text-decoration: none;
}
.wishlistTile .fa-stack {
  left: -9px;
  margin-right: 11px;
}
@media (min-width: 769px) {
  .wishlistTile .fa-stack {
    margin-right: -6px;
  }
}
.wishlistTile .fa-stack .fa-stack-1x {
  color: #ff008e;
}

@media (max-width: 768.98px) {
  .display-sm-none {
    display: none;
  }
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

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

@media (max-width: 768.98px) {
  .modal-footer .affirm.btn-primary,
  .modal-footer .decline.btn-primary {
    padding: 10px;
    margin-right: 5px;
  }
}

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
.slick-slider .slick-dots {
  display: none !important;
}

.pdp-carousel.slick-slider .slick-dots,
.hero-slider.slick-slider .slick-dots {
  display: block !important;
}

.removeProductModal {
  z-index: 1061;
}
.removeProductModal .cart-remove-product-modal .modal-content {
  padding-top: 30px;
}
.removeProductModal .cart-remove-product-modal .close {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 0;
}
.removeProductModal .cart-remove-product-modal .close span {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.removeProductModal .price .strike-through + .sales {
  color: #096dac;
}
.removeProductModal .price .product-discount {
  color: #eb008b;
}

@media (max-width: 768.98px) {
  .modal-open {
    position: fixed;
    width: 100%;
    overflow: visible;
  }
}
@media (max-width: 768.98px) {
  .modal-open.zoomModal-open {
    position: relative;
  }
}
@media (max-width: 768.98px) {
  .modal-open.position {
    position: fixed;
  }
}

.position-fixed {
  position: fixed;
}

.embeddedServiceHelpButton .helpButton.bottom {
  bottom: 113px;
}

.bottom-o {
  margin-bottom: 0;
}

.product-not-available {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #222222;
}
@media (min-width: 769px) {
  .product-not-available {
    font-size: 1rem;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-dialog.choose-bonus-product-dialog {
  max-width: 56.25em;
}

/* Fonts */
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (max-width: 768.98px) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 768.98px) {
  html {
    scroll-behavior: smooth;
  }
}

#promotionProductsModal .product-tile-promo-messages {
  display: none;
}
#promotionProductsModal .modal-body {
  padding: 0 1rem;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#promotionProductsModal .modal-body .color-swatches img {
  width: 0.875rem;
}
#promotionProductsModal .modal-dialog {
  max-width: 80%;
}
@media (max-width: 1023.98px) {
  #promotionProductsModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
  #promotionProductsModal .modal-content {
    border-radius: 1rem 1rem 0 0;
    height: 90svh;
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  #promotionProductsModal .tile-body .row {
    margin: 0;
  }
  #promotionProductsModal .tile-body .row .col-4 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #promotionProductsModal .tile-body .row .col-4 .btn {
    border-radius: 0.4rem;
    padding: 0.5rem;
  }
  #promotionProductsModal .modal-header .modal-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  #promotionProductsModal .modal-header .close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
  }
  #promotionProductsModal .modal-header .close span {
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768.98px) {
  #promotionProductsModal .show-more-promo-prods {
    display: none;
  }
}

.scroll-locked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
}

.show-home-page {
  display: none;
}

@media (max-width: 766.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome";
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after {
    content: "\F077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-ssm .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-ssm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-ssm .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome";
  }
  .collapsible-ssm .content,
  .collapsible-ssm .card-body {
    display: none;
  }
  .collapsible-ssm.active .title::after {
    content: "\F077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-ssm.active .content,
  .collapsible-ssm.active .card-body {
    display: block;
  }
}
.container div.collapsible-ssm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-ssm button.title:hover {
  text-decoration: none;
}

@media (max-width: 768.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome";
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after {
    content: "\F077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .collapsible-md .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome";
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after {
    content: "\F077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1279.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem; /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome";
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after {
    content: "\F077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

.collapsible-xl .title {
  line-height: 2.5rem; /* 40/16 */
}
.collapsible-xl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xl .title::after {
  float: right;
  content: "\F078";
  font-family: "FontAwesome";
}
.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none;
}
.collapsible-xl.active .title::after {
  content: "\F077";
  margin-top: -0.125em; /* 2/16 */
}
.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: block;
}

.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

footer {
  background-color: #0068A9;
  color: #fff;
  padding-top: 0;
  padding-bottom: 1.25em;
  width: 100%;
  clear: both;
  float: left;
}
footer .footer-container {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  footer .footer-content {
    padding: 0 50px;
  }
}
footer .footer-item__heading {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .footer-item__store-locator {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
footer .footer-item__store-locator label {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 25px 10px 0;
  width: 100%;
  text-align: left;
  float: left;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-item__store-locator .arrow-right {
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 3px;
}
footer .footer-shop-for,
footer .footer-about {
  text-align: center;
}
footer .footer-shop-for li,
footer .footer-about li {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
footer .footer-shop-for li:before,
footer .footer-about li:before {
  content: "";
  height: 11px;
  border-left: 2px solid;
  position: absolute;
  top: 5px;
  left: 0;
}
footer .footer-shop-for li:first-child,
footer .footer-about li:first-child {
  padding-left: 0;
}
footer .footer-shop-for li:first-child:before,
footer .footer-about li:first-child:before {
  display: none;
}
footer .footer-shop-for li a,
footer .footer-about li a {
  color: #fff;
}
footer .footer-shop-for {
  text-align: left;
}
footer .copyright {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 15px 0;
}
footer .social-links li {
  display: inline-block;
  padding-right: 10px;
}
footer .social-links li i {
  font-size: 1rem;
  color: #fff;
}
footer .footer-about .footer-about-contactus,
footer .footer-about .footer-about-faqs,
footer .footer-about .footer-about-returnsrefund,
footer .footer-about .footer-about-shippingpolicy {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-about .footer-about-contactus,
  footer .footer-about .footer-about-faqs,
  footer .footer-about .footer-about-returnsrefund,
  footer .footer-about .footer-about-shippingpolicy {
    display: inline-block;
  }
}
footer .btn-back-to-top {
  font-size: 1.25rem;
  color: #fff;
  position: fixed;
  background-color: #EC008C;
  bottom: 20px;
  right: 15px;
  padding: 0;
  width: 45px;
  bottom: 70px;
  height: 45px;
  border-radius: 50%;
  z-index: 9;
}
footer .btn-back-to-top:hover {
  color: #fff;
}
footer.checkout-footer {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  footer.checkout-footer {
    margin-bottom: 0;
  }
}
footer.checkout-footer .btn-back-to-top {
  bottom: 130px;
}
@media (min-width: 768px) {
  footer.checkout-footer .btn-back-to-top {
    bottom: 70px;
  }
}

.cart-page-layout .btn-back-to-top {
  bottom: 120px;
}
@media (min-width: 768px) {
  .cart-page-layout .btn-back-to-top {
    bottom: 70px;
  }
}

.notify {
  position: fixed;
  top: 0;
}

.btn {
  border-radius: 0 5px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 15px 10px;
}
.btn-white {
  background: #fff;
  color: #222222;
  border: 1px solid #000;
  border-radius: 0 5px;
}
@media (min-width: 769px) {
  .btn-white:hover {
    background: #000;
    color: #fff;
  }
}
.btn-white:disabled, .btn-black:disabled, .btn-transparent {
  background: #EEEEEE;
  color: #fff;
}
@media (min-width: 769px) {
  .btn-white:disabled:hover, .btn-black:disabled:hover, .btn-transparent:hover {
    background: #EEEEEE;
    color: #fff;
  }
}
.btn-black {
  background: #000;
  border: 1px solid #000;
  border-radius: 0 5px;
  color: #fff;
}
@media (max-width: 768.98px) {
  .btn-black:hover {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .btn-black:hover {
    background: #fff;
    color: #000;
  }
}
.btn-transparent {
  background: transparent;
  color: #222222;
  border: 1px solid #000;
  border-radius: 0 5px;
}
@media (min-width: 769px) {
  .btn-transparent:hover {
    background: #000;
    color: #fff;
  }
}
.btn-accent {
  background: #EC008C;
  color: #fff;
}
@media (min-width: 769px) {
  .btn-accent:hover {
    background: #fff;
    color: #000;
    border: 1px solid #EC008C;
  }
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.3;
  background: #dbdbdb;
  color: #000;
}

.load-more {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 10px 50px;
}
.load-more:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .load-more:hover {
    font-size: 0.875rem;
    letter-spacing: 1.17px;
  }
}

.product-quickview .fmcgvariant-block {
  width: 100%;
  display: block;
}

.product-detail .fmcgvariant-block,
.product-quickview .fmcgvariant-block {
  position: relative;
}
.product-detail .fmcgvariant-block input[type=radio],
.product-quickview .fmcgvariant-block input[type=radio] {
  display: none;
}
.product-detail .fmcgvariant-block input[type=radio]:checked + label,
.product-quickview .fmcgvariant-block input[type=radio]:checked + label {
  background: #EEEEEE;
}
.product-detail .fmcgvariant-block input[type=radio]:checked + label:after,
.product-quickview .fmcgvariant-block input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: 17px;
  content: " ";
  display: block;
  background: #EC008C;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label {
  pointer-events: none;
  color: #979797;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label:before,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label:before {
  border: 1px solid #979797;
}
.product-detail .fmcgvariant-block input[type=radio]:disabled + label span,
.product-quickview .fmcgvariant-block input[type=radio]:disabled + label span {
  color: #222222;
}
.product-detail .fmcgvariant-block label,
.product-quickview .fmcgvariant-block label {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0 5px;
  width: 100%;
  position: relative;
  background: #FAFAFA;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.product-detail .fmcgvariant-block label:before,
.product-quickview .fmcgvariant-block label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  border: 1px solid #EC008C;
  background-color: transparent;
}
.product-detail .fmcgvariant-block label span,
.product-quickview .fmcgvariant-block label span {
  float: right;
}

.search-and-sort .custom-select-dropdown .dropdown-menu li[selected] {
  background: transparent;
  pointer-events: unset;
}

.custom-select-dropdown {
  cursor: pointer;
}
.custom-select-dropdown.custom-select {
  background: none;
}
@media (max-width: 768.98px) {
  .custom-select-dropdown {
    padding: 0;
  }
}
.custom-select-dropdown .dropdown-toggle {
  width: 100%;
  padding: 4px 0;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-select-dropdown .dropdown-toggle::after {
  content: "\F078";
  font-family: "FontAwesome";
  border: none;
  font-size: 0.75rem;
}
.custom-select-dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  border: 1px solid #000;
  color: #000;
  margin-top: 0;
  height: auto;
}
@media (max-width: 768.98px) {
  .custom-select-dropdown .dropdown-menu {
    min-width: auto;
  }
}
.custom-select-dropdown .dropdown-menu li[selected] {
  background: #ebebeb;
  pointer-events: none;
}
.custom-select-dropdown .dropdown-menu li {
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.custom-select-dropdown .dropdown-menu li:last-child {
  border: none;
}

.product-tile.fmcg-product-tile .tile-body {
  position: relative;
  margin: 11px 0 19px;
  padding: 0;
}
.product-tile.fmcg-product-tile .tile-body .cart-and-ipay {
  position: unset;
  width: 100%;
  bottom: 0;
}
@media (max-width: 768.98px) {
  .product-tile.fmcg-product-tile .tile-body .cart-and-ipay {
    padding-bottom: 0;
  }
}
.product-tile.fmcg-product-tile .custom-select-dropdown {
  border-color: #444;
  padding: 0;
  margin-bottom: 10px;
}
.product-tile.fmcg-product-tile .custom-select-dropdown .single-variant {
  text-align: left;
  padding: 9px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #222222;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tile.fmcg-product-tile .custom-select-dropdown .single-variant:hover {
  cursor: default;
  -ms-touch-action: none;
      touch-action: none;
}
.product-tile.fmcg-product-tile .custom-select-dropdown .dropdown-toggle {
  text-align: left;
  padding: 9px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #222222;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tile.fmcg-product-tile .custom-select-dropdown .dropdown-toggle::after {
  content: "\F078";
  font-family: "FontAwesome";
  border: none;
  font-size: 0.75rem;
}
.product-tile.fmcg-product-tile .custom-select-dropdown .dropdown-menu li {
  text-align: left;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  width: 100%;
}

.best-deal,
.new-arrivals,
.pdp-pair-it-with {
  background: #fff;
  clear: both;
}
@media (min-width: 768px) {
  .best-deal,
  .new-arrivals,
  .pdp-pair-it-with {
    margin-bottom: 30px;
  }
}
.best-deal__heading,
.new-arrivals__heading,
.pdp-pair-it-with__heading {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 0.71;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .best-deal__heading,
  .new-arrivals__heading,
  .pdp-pair-it-with__heading {
    font-size: 1.875rem;
    padding: 30px 0;
  }
}
.best-deal__product,
.new-arrivals__product,
.pdp-pair-it-with__product {
  margin-bottom: 10px;
}
.best-deal__content,
.new-arrivals__content,
.pdp-pair-it-with__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 10px;
}
.best-deal__title,
.new-arrivals__title,
.pdp-pair-it-with__title {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  line-height: normal;
}
@media (min-width: 769px) {
  .best-deal__title,
  .new-arrivals__title,
  .pdp-pair-it-with__title {
    font-size: 1.875rem;
  }
}
.best-deal__description,
.new-arrivals__description,
.pdp-pair-it-with__description {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 769px) {
  .best-deal__description,
  .new-arrivals__description,
  .pdp-pair-it-with__description {
    font-size: 1.25rem;
  }
}
.best-deal .nav-item,
.new-arrivals .nav-item,
.pdp-pair-it-with .nav-item {
  margin: 0 10px 10px 0;
}
@media (max-width: 768.98px) {
  .best-deal .nav-item,
  .new-arrivals .nav-item,
  .pdp-pair-it-with .nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
    vertical-align: top;
    width: 120px !important;
    margin-right: 5px;
  }
}
.best-deal .product-tile .tile-body,
.new-arrivals .product-tile .tile-body,
.pdp-pair-it-with .product-tile .tile-body {
  padding-bottom: 0;
}
@media (max-width: 1023.98px) {
  .best-deal.from-einstein,
  .new-arrivals.from-einstein,
  .pdp-pair-it-with.from-einstein {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .best-deal.from-einstein .product,
  .new-arrivals.from-einstein .product,
  .pdp-pair-it-with.from-einstein .product {
    display: inline-block;
    width: 160px;
  }
}
.best-deal.from-einstein.slick-slider,
.new-arrivals.from-einstein.slick-slider,
.pdp-pair-it-with.from-einstein.slick-slider {
  visibility: visible;
}

.new-arrivals-loader {
  text-align: center;
}

.best-deal-slider-nav,
.new-arrivals-slider-nav {
  padding: 0 0 10px;
  white-space: nowrap;
  overflow: auto;
  display: block;
  margin-bottom: 10px;
  border: none;
}
@media (min-width: 1024px) {
  .best-deal-slider-nav,
  .new-arrivals-slider-nav {
    padding: 0 40px;
  }
}
.best-deal-slider-nav .slick-prev,
.new-arrivals-slider-nav .slick-prev {
  left: 0;
  top: 5px;
}
.best-deal-slider-nav .slick-next,
.new-arrivals-slider-nav .slick-next {
  right: 0;
  top: 5px;
}
.best-deal-slider-nav .nav-item,
.new-arrivals-slider-nav .nav-item {
  outline: none;
  cursor: pointer;
  padding: 10px 34px;
  opacity: 0.9;
  border-radius: 0 6px;
  background-color: #f4f4f4;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768.98px) {
  .best-deal-slider-nav .nav-item,
  .new-arrivals-slider-nav .nav-item {
    padding: 10px;
    font-size: 0.75rem;
  }
}
.best-deal-slider-nav .nav-item.active,
.new-arrivals-slider-nav .nav-item.active {
  background-color: #0068A9;
  color: #fff;
  border-bottom: none;
}
.best-deal-slider-nav .nav-item.slick-slide.active,
.new-arrivals-slider-nav .nav-item.slick-slide.active {
  background-color: #f4f4f4;
  color: #000;
}
.best-deal-slider-nav .nav-item.slick-slide.active.slick-current,
.new-arrivals-slider-nav .nav-item.slick-slide.active.slick-current {
  background-color: #0068A9;
  color: #fff;
}

.best-deal-slider-for .see-more,
.new-arrivals-slider-for .see-more {
  padding: 15px 0 30px;
  text-align: center;
}
.best-deal-slider-for.tab-content > .active,
.new-arrivals-slider-for.tab-content > .active {
  opacity: 1 !important;
  z-index: 1 !important;
}

.new-arrivals-slider-for .newarrivals-list {
  white-space: nowrap;
  display: block;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .new-arrivals-slider-for .newarrivals-list {
    white-space: normal;
  }
}
.new-arrivals-slider-for .newarrivals-list .product {
  width: 150px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .new-arrivals-slider-for .newarrivals-list .product {
    width: 24.7%;
    padding: 0 10px;
  }
}

@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile .tile-body .price {
    max-height: unset;
    overflow: auto;
  }
}
@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile .tile-body .price .strike-through + .sales {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .new-arrivals-slider-for .newarrivals-list .product-tile.fmcg-product-tile .tile-body {
    min-height: 183px;
  }
}

.custom-selector, .custom-selector ~ .custom-selector-selection, .custom-selector.form-control:not([size]):not([multiple]) {
  background: #fff;
  color: #333;
  border: 1px solid #EEEEEE;
  padding: 8px 5px;
  font-size: 0.8125rem;
  border-radius: 0 5px;
  background-size: 20px;
  width: 100%;
  height: 100%;
}
.custom-selector {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
}
.custom-selector:focus, .custom-selector:focus ~ .custom-selector-selection, .custom-selector:active, .custom-selector:active ~ .custom-selector-selection, .custom-selector:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0271e1;
}
.custom-selector:disabled {
  opacity: 0;
}
.custom-selector:disabled, .custom-selector:disabled ~ .custom-selector-selection {
  background-color: #ebeae7;
  color: #999 !important;
}
.custom-selector:disabled em, .custom-selector:disabled ~ .custom-selector-selection em {
  color: #999;
}
.custom-selector:disabled:focus, .custom-selector:disabled:focus ~ .custom-selector-selection, .custom-selector:disabled:active, .custom-selector:disabled:active ~ .custom-selector-selection, .custom-selector:disabled:hover, .custom-selector:disabled:hover ~ .custom-selector-selection, .custom-selector:disabled ~ .custom-selector-selection:focus, .custom-selector:disabled ~ .custom-selector-selection:focus ~ .custom-selector-selection, .custom-selector:disabled ~ .custom-selector-selection:active, .custom-selector:disabled ~ .custom-selector-selection:active ~ .custom-selector-selection, .custom-selector:disabled ~ .custom-selector-selection:hover, .custom-selector:disabled ~ .custom-selector-selection:hover ~ .custom-selector-selection {
  background-color: #ebeae7;
  color: #999;
}
.custom-selector:disabled:focus em, .custom-selector:disabled:focus ~ .custom-selector-selection em, .custom-selector:disabled:active em, .custom-selector:disabled:active ~ .custom-selector-selection em, .custom-selector:disabled:hover em, .custom-selector:disabled:hover ~ .custom-selector-selection em, .custom-selector:disabled ~ .custom-selector-selection:focus em, .custom-selector:disabled ~ .custom-selector-selection:focus ~ .custom-selector-selection em, .custom-selector:disabled ~ .custom-selector-selection:active em, .custom-selector:disabled ~ .custom-selector-selection:active ~ .custom-selector-selection em, .custom-selector:disabled ~ .custom-selector-selection:hover em, .custom-selector:disabled ~ .custom-selector-selection:hover ~ .custom-selector-selection em {
  color: #999;
}
.custom-selector:disabled ~ .custom-selector-options {
  display: none;
  opacity: 0;
}
.custom-selector-box {
  position: relative;
}
.custom-selector-box-device select {
  z-index: 2;
}
.custom-selector-selection {
  position: relative;
  z-index: 1;
  height: 100%;
  font-size: 0.8125rem;
  line-height: 22px;
  cursor: pointer;
  display: block;
}
.custom-selector-selection.active {
  border: 1px solid #EEEEEE;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.custom-selector-selection .icon-chevron-bottom:before {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-selector-selection em {
  position: absolute;
  right: 0.75rem;
  top: 39%;
  margin-top: -0.5rem;
  font-size: 1rem;
  color: #333;
}
.custom-selector-selection .default-value {
  color: #333;
}
.custom-selector-selection .selection-value {
  display: block;
  text-transform: capitalize;
  text-align: center;
}
.custom-selector-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.8125rem;
  line-height: 22px;
  list-style: none;
  cursor: pointer;
  height: 0;
  margin: 0;
  padding: 5px 0;
  overflow: hidden;
}
.custom-selector-options.show {
  height: auto;
  -webkit-box-shadow: 0 2px 7px 0 rgba(2, 113, 225, 0.5);
          box-shadow: 0 2px 7px 0 rgba(2, 113, 225, 0.5);
  border: 1px solid #EEEEEE;
  max-height: 25rem;
  margin-top: 9px;
}
.custom-selector-options.show .custom-select-scroll {
  display: block;
}
.custom-selector-options .custom-select-scroll {
  display: none;
}
.custom-selector-options .option-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.custom-selector-options .option-item.active {
  font-weight: 700;
}
.custom-selector-options .option-item:last-child {
  border-width: 0;
}
.custom-selector-options .option-item.disabled {
  opacity: 0.5;
}
.custom-selector-options .option-item[rel=new] {
  color: #0070d2;
  font-weight: 500;
}
.custom-selector--top ~ .custom-selector-options {
  margin-bottom: 9px;
  bottom: 100%;
  top: auto;
}

/* Accordion */
.accordion .card {
  margin-bottom: 5px;
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-link {
  background-color: #f2f2f2;
  display: block;
  padding: 14px 49px 13px 26px;
  position: relative;
}
.accordion .card-link:after {
  content: "\F106";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion .card-link.collapsed:after {
  content: "\F107";
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

@media (max-width: 766.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-xs.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-ssm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-ssm.in {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-sm.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-md.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    width: 50%;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 70%;
    overflow-y: auto;
  }
  .menu-toggleable-left.navbar-toggleable-lg.sm-overflow {
    overflow-y: hidden;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    left: 0;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    width: 50%;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 70%;
  overflow-y: auto;
}
.menu-toggleable-left.navbar-toggleable-xl.sm-overflow {
  overflow-y: hidden;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  left: 0;
}

@media (min-width: 768px) {
  .menu-toggleable-left.navbar-toggleable-xl.in {
    width: 50%;
  }
}
.navbar-nav {
  position: relative;
  text-align: center;
}
.navbar-nav .nav-item {
  display: inline-block;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .navbar-nav .nav-item .nav-link {
    margin-top: 15px;
  }
}
.navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

@media (min-width: 769px) {
  .nav-item > .nav-link {
    color: #0068A9;
  }
}
@media (max-width: 768.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 999999;
  }
  .main-menu.menu-toggleable-left .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu.menu-toggleable-left .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.main-menu-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.menu-toggleable-left .close-menu {
  padding: 10px;
  background-color: #0068A9;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 80%;
}
@media (min-width: 769px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    width: 50%;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .menu-group {
    margin-top: 0;
  }
}
.menu-toggleable-left .menuitem-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 34px;
  padding: 10px;
}
.menu-toggleable-left li > .close-menu {
  position: initial;
}
@media (max-width: 768.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: #0068A9 !important;
    color: #222;
  }
  .menu-toggleable-left .menu-item-static-links {
    background: #035487;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
    text-align: left;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
    color: #fff;
    text-transform: uppercase;
  }
  .menu-toggleable-left.in .nav-item .nav-link::before {
    position: relative;
    content: "\F105";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    margin: 0;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-menu {
    background-color: transparent;
  }
  .menu-toggleable-left.in .dropdown-menu .nav-menu .navbar-brand,
  .menu-toggleable-left.in .dropdown-menu .nav-menu .close-button {
    display: none;
  }
}

.multilevel-dropdown {
  /* level-1 menu */
  /* level-2 menu */
  /* level-2 menu */
  /* level-3 menu */
}
.multilevel-dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 98%;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu.show .dropdown-item {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-menu-l2 {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menu-item {
    border: none;
  }
}
.multilevel-dropdown .dropdown-menu-l2 .close-menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l2 .menuitem-name {
    display: none;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.multilevel-dropdown .dropdown-menu-l3 .menu-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu-l3 .menu-item {
    border-bottom: none;
    margin-top: 5px;
  }
}
.multilevel-dropdown .dropdown-menu-l3 .menuitem-name {
  display: none;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
@media (min-width: 769px) {
  .multilevel-dropdown .dropdown-item {
    display: inline-block;
    width: auto;
  }
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .multilevel-dropdown .dropdown-item.top-category > .nav-link {
    color: #000;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  /* l1 menu */
}
@media (max-width: 768.98px) {
  .navbar {
    padding: 0;
  }
}
.navbar .nav-item {
  border-bottom: 5px solid transparent;
  position: static;
}
.navbar .nav-item.show {
  border-color: #EC008C;
}
.navbar .dropdown-menu {
  padding: 0;
  min-width: 300px;
  /* l2 menu */
}
.navbar .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.navbar .dropdown-menu .menu-item {
  /*display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 100%;*/
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 15px;
}
.navbar .dropdown-menu .menu-item:nth-child(even) {
  background-color: rgba(0, 104, 169, 0.03);
}
.navbar .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EC008C;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .menu-item .menu-item-link {
    width: 100%;
    display: block;
  }
}
.navbar .dropdown-menu .dropdown-menu {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 0;
  position: relative;
  min-width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.navbar .dropdown-menu .dropdown-menu .menu-item {
  background-color: transparent;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
}
@media (max-width: 768.98px) {
  .navbar .dropdown-menu .dropdown-menu .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar .dropdown-menu .dropdown-menu .menu-item .menu-item-link {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
}
.navbar .dropdown-menu .dropdown-menu .menu-item.menu-item-image {
  display: none;
}

.megamenu {
  display: inline-block;
  position: initial;
}
@media (max-width: 768.98px) {
  .megamenu {
    padding: 0;
  }
}
.megamenu:nth-child(1) {
  background: rgba(235, 0, 139, 0.03);
}
.megamenu:nth-child(2) {
  background: rgba(0, 104, 169, 0.07);
}
@media (max-width: 768.98px) {
  .megamenu:nth-child(2) {
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
  }
}
.megamenu:nth-child(3) {
  background: rgba(180, 180, 180, 0.07);
}
.megamenu__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .megamenu__heading {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper {
  display: block;
  width: 100px;
  height: 70px;
}
@media (max-width: 768.98px) {
  .megamenu__l1-menu .img-thumbnail-wrapper {
    display: none;
  }
}
.megamenu__l1-menu .img-thumbnail-wrapper img {
  height: 100%;
}
.megamenu .menu-item-image {
  width: 200px;
  height: 300px;
}
.megamenu .menu-item-image img {
  height: 100%;
}

@media (max-width: 768.98px) {
  .dropdown-menu .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active {
    display: block;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .nav-menu,
  .dropdown-menu .menu-item .dropdown-menu.active .dropdown-item {
    display: none;
  }
  .dropdown-menu .menu-item .dropdown-menu.active .menu-item::before {
    content: none;
  }
  .dropdown-menu .menu-item::before {
    position: relative;
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 1.5625rem;
    float: right;
    margin-right: 25px;
    top: -5px;
  }
  .navbar-brand {
    padding-top: 0.6125rem;
    text-align: center;
    width: 84%;
    margin-right: 0;
  }
  .navbar-brand img {
    width: 100px;
    padding: 5px;
    margin-left: 0;
    background-color: #fff;
    vertical-align: top;
  }
}
.menu-item-static-links {
  background-color: #0068A9;
  color: #fff;
  padding: 20px 15px 30px;
}
@media (min-width: 1024px) {
  .menu-item-static-links {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .menu-item-static-links .menu-item-about-us {
    width: 100%;
  }
}
.menu-item-static-links .footer-about-sitemap,
.menu-item-static-links .footer-about-returnsrefund,
.menu-item-static-links .footer-about-shippingpolicy,
.menu-item-static-links .footer-about-privacypolicy {
  display: none;
}
.menu-item-static-links .footer-about {
  margin-top: 20px;
}
.menu-item-static-links .footer-about li {
  margin: 10px 0;
}
.menu-item-static-links .footer-about a {
  font-size: 0.875rem;
  color: #fff;
}
.menu-item-static-links .menu-item-storelocator__heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.menu-item-static-links .menu-item-storelocator__heading img {
  width: 26px;
}
@media (min-width: 769px) {
  .menu-item-static-links .menu-item-storelocator__heading img {
    width: 15px;
  }
}
.menu-item-static-links .menu-item-storelocator__store-locator {
  cursor: pointer;
  position: relative;
}
.menu-item-static-links .menu-item-storelocator__store-locator label {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px 10px 0;
  height: 43px;
  width: 100%;
  text-align: left;
  float: left;
  color: white;
  border-bottom: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.52;
}
.menu-item-static-links .menu-item-storelocator__store-locator .store-arrow {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 20px;
}

.open-menu-icon .menu-line-1,
.open-menu-icon .menu-line-2,
.open-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
}

.close-menu-icon {
  margin-top: 5px;
  display: inline-block;
}
.close-menu-icon .menu-line-1,
.close-menu-icon .menu-line-2,
.close-menu-icon .menu-line-3 {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}
.close-menu-icon .menu-line-1 {
  width: 10px;
}
.close-menu-icon .menu-line-2 {
  width: 15px;
}

@media (max-width: 1279.98px) {
  .isIos .dropdown-menu-l2 {
    width: 80% !important;
  }
}

.header-menu .search-mobile .site-search {
  background-color: #0068A9;
}
.header-menu .search-mobile.d-lg-none.sticky {
  position: fixed;
  width: 100%;
  top: 0;
}

@media (max-width: 768.98px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile-only .header-col4 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
.mobile-only .header-store-selector {
  margin: 0;
  position: static;
  padding: 0;
}
.mobile-only .header-store-selector__chagne-delivery-popup {
  left: 0;
  right: 0;
  top: 4rem;
  width: 100vw;
}
.mobile-only .header-store-selector__chagne-delivery-location.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-only .site-search input {
  border-radius: 0.45rem;
}
.mobile-only .site-search .fa-search {
  left: 0.625rem;
  top: 0.5rem;
}

#stickyFooter {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  background: #fff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px -4px 20px 2px #aaa;
          box-shadow: 0px -4px 20px 2px #aaa;
  border-top: 1px solid #aaa;
}
#stickyFooter .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex .mobileLinks {
  font-size: 0.825rem;
}
#stickyFooter .d-flex .mobileLinks svg {
  width: 1.5rem;
  height: 1.5rem;
}
#stickyFooter .d-flex a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex a.active svg path {
  stroke: #EC008C;
  fill: none;
}
#stickyFooter .d-flex:not(:first-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#stickyFooter .d-flex:not(:first-child) a.active {
  color: #EC008C;
  font-weight: 600;
}
#stickyFooter .d-flex:not(:first-child) a.active svg path {
  fill: #EC008C;
  stroke: #EC008C;
  stroke-width: 0.05rem;
}

#stickyFooter.unfixed {
  position: static;
  clear: both;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 8rem;
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .line-item-name {
    font-size: 0.625rem;
  }
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}
@media (max-width: 767.98px) {
  .pricing {
    font-size: 0.875rem;
  }
}

.unit-price {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .unit-price {
    font-size: 0.8125rem;
  }
}
.unit-price .price {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .unit-price .price {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
    font-size: 0.75rem;
    padding: 0 0 0.3135rem 0;
  }
}
@media (max-width: 767.98px) {
  .unit-price .price .strike-through {
    margin-right: 5px;
  }
}
.unit-price .total-lineItemSavings {
  font-size: 0.75rem;
  color: #4CAF50;
  font-weight: 600;
  margin-bottom: 0.3135rem;
}

.unitprice-label {
  font-weight: 500;
}
@media (min-width: 768px) {
  .unitprice-label {
    display: none;
  }
}

.final-price {
  font-weight: bolder;
}

.item-image {
  height: auto;
  width: auto;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #28bd6b;
  font-size: 0.813em;
}

.lineItem-applied-promotions {
  background-color: #EC008C;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.minicart {
  position: relative;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 19px;
  width: 27.3rem;
  max-width: 410px;
  min-height: 22.7rem;
  display: none;
  -webkit-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.21);
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
}
.minicart .popover.show::before {
  bottom: 3.7em;
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em;
  left: 0;
  width: 100%;
}
.minicart .popover.show::after {
  content: " ";
  bottom: 3.8em;
  border-top: none;
  border-bottom: solid #fff 0.625em;
  border-left: solid transparent 0.625em;
  border-right: solid transparent 0.625em;
  height: 0;
  right: 12px;
  margin-left: -13px;
  position: absolute;
  top: -8px;
  width: 0;
}
.minicart .minicart-total:hover {
  border-bottom: 2px solid #0068ae;
}
.minicart .my-cart {
  padding: 15px;
}
.minicart h1 {
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.minicart .card-content {
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 25px;
}
.minicart .card-content:last-child {
  border-bottom: none;
}
.minicart .card-content .unit-price .strike-through {
  margin-right: 0;
}
.minicart .card-content .unit-price .unitprice-label {
  display: inline-block;
}
.minicart .card-content .unit-price .final-price {
  display: inline-block !important;
}
.minicart .price .strike-through {
  margin-right: 0;
}
.minicart .card-body {
  padding: 0;
}
.minicart .card-body .line-item-promo {
  position: absolute;
}
.minicart .card-body .line-item-promo .lineItem-applied-promotions {
  padding: 4px;
  opacity: 0.8;
}
.minicart .item-attributes {
  width: 100%;
}
.minicart .line-item-name {
  width: 228px;
}
.minicart .line-item-name span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #2a2a2a;
  line-height: 1.71;
}
.minicart .line-item-name span.product-brand {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}
.minicart .line-item-attributes {
  line-height: normal;
}
.minicart .line-item-attributes:nth-child(even):after {
  content: "|";
  margin: 0 10px;
}
.minicart .line-item-attributes span {
  font-size: 0.875rem;
  line-height: 1;
  color: #2a2a2a;
}
.minicart .line-item-attributes .line-item-name {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.minicart .line-item-attributes .line-item-value {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
.minicart .remove-btn {
  float: right;
  background-color: white;
  border: none;
  margin-top: 0;
  padding: 0;
  background: #fff;
}
.minicart .remove-btn span::before {
  color: #e15959;
  font-size: 1.25rem;
}
.minicart .product-size-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: left;
  place-content: flex-end;
}
.minicart .product-summary {
  max-height: 25.875em;
  overflow-y: auto;
  padding: 0 15px;
  border-top: 1px solid #ebebeb;
}
.minicart .line-item-quantity,
.minicart .align-items-start {
  display: inline-block;
}
.minicart .line-item-quantity {
  margin-top: 18px;
  min-width: 70px;
  background: #f6f6f6;
  margin-right: 25px;
}
.minicart .line-item-quantity .custom-selector-selection {
  padding: 2px 5px;
}
.minicart .item-image {
  max-width: 100px;
  width: 100%;
  height: auto;
  position: relative;
}
.minicart .item-image img.product-image {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.minicart .line-item-total-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.minicart .line-item-total-value {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
.minicart .line-item-total-text,
.minicart .line-item-total-value {
  font-size: 0.875rem;
  color: #2a2a2a;
  letter-spacing: 1px;
}
.minicart .line-item-total-value .price {
  font-size: 1rem;
  color: #2a2a2a;
}
.minicart .line-item-total-value .price .product-not-available {
  font-size: 0.5rem;
}
.minicart .line-item-total-value .product-discount,
.minicart .line-item-total-value .strike-through {
  display: none;
}
.minicart .separater:before {
  content: "|";
  margin: 0 10px;
}
.minicart .line-item-unit-price,
.minicart .line-item-total-price {
  display: inline-block;
}
.minicart .align-items-start {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .quantity.custom-select {
  background: url("../images/icon-chevron-down.png") no-repeat right 0.75rem center/12px 12px;
  border-radius: 0 5px;
  height: 30px;
  padding-top: 2px;
}
.minicart .minicart-footer {
  padding: 15px 0;
  margin: 0 30px 0 15px;
  border-top: 1px solid #ebebeb;
}
.minicart .minicart-footer .cart-approaching-discounts {
  margin: 0 0 5px;
  padding: 16px 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), color-stop(49%, #efeff6), to(#feeff8));
  background: linear-gradient(to bottom, #e7f6ff, #efeff6 49%, #feeff8);
  border-radius: 0 5px;
}
.minicart .minicart-footer .single-approaching-discount {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #272727;
}
.minicart .minicart-footer .minicart-checkout-btn {
  position: relative;
  margin-bottom: 25px;
}
.minicart .cart-shop-more-for-delivery {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-79%, #e7f6ff), color-stop(53%, #efeff6), color-stop(189%, #feeff8));
  background-image: linear-gradient(to bottom, #e7f6ff -79%, #efeff6 53%, #feeff8 189%);
  border-radius: 0 0 5px 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.minicart .cart-shop-more-for-delivery img {
  display: none;
}
.minicart .cart-shop-more-for-delivery .info {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.minicart .cart-shop-more-for-delivery .info img {
  margin-right: 15px;
}
.minicart .sub-total-label,
.minicart .sub-total {
  color: #222222;
  letter-spacing: 1px;
  font-size: 1.25rem;
  display: inline-block;
}
.minicart .sub-total-label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-left: 10px;
}
.minicart .sub-total {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
  float: right;
  padding-right: 10px;
}
.minicart .checkout-continue .btn-black {
  padding: 13px 0;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}

@media (min-width: 768px) and (max-width: 768.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 769px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 766.98px) {
  .hide-no-link {
    display: none;
  }
}

.modal.wishlistAlertModal {
  z-index: 1062;
}

.no-result-products {
  padding: 30px 15px 52px;
}
@media (min-width: 769px) {
  .no-result-products {
    padding: 59px 0 107px;
  }
}

.no-search-result {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), color-stop(49%, #efeff6), to(#feeff8));
  background: linear-gradient(to bottom, #e7f6ff, #efeff6 49%, #feeff8);
  text-align: center;
  padding: 22px 59px;
}
@media (min-width: 769px) {
  .no-search-result {
    padding: 57px 0 49px;
  }
}
.no-search-result h1 {
  font-size: 1.25rem;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
@media (min-width: 769px) {
  .no-search-result h1 {
    font-size: 1.875rem;
  }
}
.no-search-result p {
  font-size: 0.875rem;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.no-search-result-wrapper {
  margin-bottom: 107px;
}
.no-search-result-wrapper:last-child {
  margin-bottom: 0;
}
.no-search-result-wrapper h2 {
  color: #000;
  line-height: 0.8;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .no-search-result-wrapper h2 {
    font-size: 1.875rem;
    margin-bottom: 38px;
  }
}

.no-search-result-products {
  overflow-y: hidden;
  width: 100%;
}
@media (max-width: 768.98px) {
  .no-search-result-products {
    overflow: auto;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .no-search-result-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.no-search-result-products__item {
  width: 25.6%;
  margin-right: 9px;
  display: inline-block;
}
@media (min-width: 769px) {
  .no-search-result-products__item {
    width: 18.6%;
    margin-right: 50px;
  }
}
.no-search-result-products__item:last-child {
  margin-right: 0;
}
.no-search-result-products__item span {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.no-search-result-products img {
  width: 100%;
}
.no-search-result-products span {
  display: block;
  text-align: center;
}

body {
  background-color: #fff;
}

button,
.custom-select,
a {
  outline: none;
}
button:focus,
.custom-select:focus,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.btn:focus,
.custom-select.btn:focus,
a.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select {
  border-radius: 0 5px;
}
.custom-select:focus {
  border: 1px solid #000;
}

.auto-margin {
  margin: 0 auto;
}

.breadcrumb {
  display: none;
}

.change-address-popup-modal.modal .modal-dialog {
  max-width: initial;
}
@media (max-width: 768.98px) {
  .change-address-popup-modal.modal .modal-dialog {
    margin: -1px;
    min-height: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media (min-width: 768px) {
  .change-address-popup-modal.modal .modal-dialog {
    width: 650px;
    max-width: initial;
    margin: 10px auto;
  }
}
@media (max-width: 768.98px) {
  .change-address-popup-modal.modal .modal-dialog .modal-content {
    min-height: 660px;
  }
}

.change-address-popup__update-delivery-location-btn {
  text-align: center;
  margin: 20px auto 0;
  display: none;
}
@media (min-width: 768px) {
  .change-address-popup__update-delivery-location-btn {
    min-width: 404px;
    display: block;
    margin: 10px auto 0;
  }
}
.change-address-popup__update-delivery-location {
  background-color: #fff;
  position: sticky;
  bottom: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .change-address-popup__update-delivery-location {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .change-address-popup__update-delivery-location button {
    display: block;
    margin: 0 auto;
  }
}
.change-address-popup__content-wrapper {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .change-address-popup__content-wrapper {
    padding: 0 30px 15px;
  }
}
.change-address-popup__header {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #EEEEEE;
  position: relative;
  padding: 20px 20px 10px;
}
@media (min-width: 768px) {
  .change-address-popup__header {
    padding: 10px 30px;
  }
}
.change-address-popup__header .header-store-selector__lbl-current-location {
  background-color: #fff;
  border-radius: 0 5px;
  padding: 5px 10px;
  margin-left: 5px;
  max-width: initial;
  width: 55%;
}
@media (min-width: 768px) {
  .change-address-popup__header .header-store-selector__lbl-current-location {
    width: 400px;
    max-width: 400px;
  }
}
.change-address-popup__delivering-to {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .change-address-popup__delivering-to {
    padding-right: 0px;
  }
}
.change-address-popup__close-btn {
  font-size: 1.875rem;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.change-address-popup__storelocator-field {
  padding: 0;
}
.change-address-popup__title {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.change-address-popup .form-group {
  margin: 0;
  padding: 0;
}
.change-address-popup .header-store-selector__lbl {
  font-size: 0.875rem;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .change-address-popup .header-store-selector__lbl {
    font-size: 1.125rem;
  }
}
.change-address-popup .header-store-selector__lbl-current-location {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  float: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .change-address-popup .header-store-selector__lbl-current-location {
    font-size: 1rem;
  }
}

.change-address-book {
  position: relative;
}
.change-address-book .line-seperator {
  border-top: 1px solid #ebebeb;
  width: 100%;
  margin: 0;
}
.change-address-book__other-addresses {
  max-height: 300px;
  overflow: auto;
}
@media (min-width: 768px) {
  .change-address-book__other-addresses {
    max-height: 130px;
  }
}
.change-address-book__address-flag {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #505050;
  padding: 2px 10px;
  top: 10px;
  right: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f6ff), color-stop(49%, #efeff6), to(#feeff8));
  background-image: linear-gradient(to bottom, #e7f6ff, #efeff6 49%, #feeff8);
  border-radius: 15px;
  min-width: 70px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.change-address-book__heading {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 10px 20px 20px 0;
  text-transform: uppercase;
}
.change-address-book__card-heading {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 10px;
  width: 100%;
}
.change-address-book__address-card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.change-address-book__address-card .address-heading,
.change-address-book__address-card .address-body {
  font-size: 0.875rem;
}
.change-address-book__address-card .address-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.change-address-book__address-card .address-body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 20px;
}
.change-address-book__address-card .vmm-radiobox input[type=radio] {
  pointer-events: none;
}
.change-address-book__add-new-address-info {
  text-align: center;
  margin: 0;
}
.change-address-book__add-new-address-btn {
  margin: 10px 0 10px 10%;
  width: 80%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#viewMobileCategory .modal-dialog {
  margin: 0;
}
#viewMobileCategory .modal-content {
  position: fixed;
  bottom: 0;
  max-height: 90%;
  overflow-y: scroll;
  scrollbar-width: thin;
  border-radius: 1.25rem 1.25rem 0 0;
}
#viewMobileCategory .category-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: white;
}
#viewMobileCategory .category-modal-header button.close {
  position: absolute;
  overflow-x: hidden;
  right: 1rem;
  top: 0.75rem;
  background-color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#viewMobileCategory .category-modal-header button.close span {
  font-size: 1.5rem;
  font-family: "Roboto";
}
#viewMobileCategory .category-modal-header .delivery-heading {
  text-align: left;
  padding: 1rem 0 1rem 1.5rem;
}
#viewMobileCategory #mobile-categories {
  padding: 1rem;
  background: #fff;
}
#viewMobileCategory #mobile-categories .categoriesWrapper {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
#viewMobileCategory #mobile-categories .categoriesWrapper .categorieshome {
  margin-bottom: 1rem;
}
#viewMobileCategory #mobile-categories .categoriesWrapper .categorieshome li {
  list-style: none;
  min-width: 6.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 0.125rem;
}
#viewMobileCategory #mobile-categories .categoriesWrapper .categorieshome li .img-fluid {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#viewMobileCategory #mobile-categories .categoriesWrapper .categorieshome .accordion-content {
  width: 95vw;
}

#mobile-categories {
  padding: 1rem 0;
  background: #fff;
}
#mobile-categories .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobile-categories .d-flex:hover {
  text-decoration: none;
}
#mobile-categories .categoriesWrapper {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#mobile-categories .categoriesWrapper ::-webkit-scrollbar {
  display: none;
}
#mobile-categories li {
  list-style: none;
  min-width: 5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  z-index: 1;
  margin-bottom: 0.125rem;
}
#mobile-categories li .img-fluid {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#mobile-categories li .hiddenimg {
  display: none;
}
#mobile-categories li .flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#mobile-categories .categorieshome {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
}
#mobile-categories .categorieshome .accordion-toggle.active {
  background: #fde5f3;
  border-bottom: 4px solid #EC008C;
  font-weight: 800;
}
#mobile-categories .categorieshome .sub-catName {
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 0.625rem;
}
#mobile-categories .categorieshome .accordion-content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 96vw;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mobile-categories .categorieshome .accordion-content .sub-catHome {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #cbcbcb;
  border-bottom: 0;
  position: relative;
}
#mobile-categories .categorieshome .accordion-content .sub-catHome .img-thumbnail-wrapper {
  width: 3rem;
  height: auto;
}
#mobile-categories .categorieshome .accordion-content a {
  width: 100%;
  text-decoration: none;
}
#mobile-categories .categorieshome .accordion-content a li {
  font-weight: 800;
}
#mobile-categories .categorieshome .accordion-content .l2ItemsWrapper {
  width: 100%;
}
#mobile-categories .categorieshome .accordion-content .l2ItemsWrapper.active .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#mobile-categories .categorieshome .accordion-content .l2ItemsWrapper.active .l3menus {
  display: block !important;
}
#mobile-categories .categorieshome .accordion-content .l2ItemsWrapper:last-child {
  border-bottom: 1px solid #cbcbcb;
}
#mobile-categories .categorieshome .accordion-content .l3menus {
  display: none;
  width: 100%;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
#mobile-categories .categorieshome .accordion-content .l3menus .menu-item {
  border-top: 1px solid #EEEEEE;
  padding: 0.5rem 0;
  color: #0068A9;
  font-weight: 600;
  font-size: 0.875rem;
}
#mobile-categories .categorieshome .accordion-content .l3menus .menu-item:last-child {
  border-bottom: 0;
}

.fa-chevron-down {
  font-family: "FontAwesome";
  font-style: normal;
  position: absolute;
  right: 1rem;
}

.homepage #mobile-categories .categoriesWrapper.modal-view .fixed-li {
  display: none !important;
}
.homepage #mobile-categories .categoriesWrapper.homepage-view {
  overflow-x: auto;
}

#viewMobileCategory #mobile-categories .categoriesWrapper.homepage-view {
  display: none !important;
}