@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
}

@media (min-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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 {
  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", 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: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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 rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  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;
  letter-spacing: 1px;
}

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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.2rem;
}
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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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,
.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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.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: 575.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: 767.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: 991.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: 1199.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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

textarea.form-control {
  min-height: 140px;
  height: auto;
  resize: vertical;
  overflow: hidden;
  background: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;'%3E%3Cg transform='matrix(1,0,0,1,1.36057,1.52448)'%3E%3Cg transform='matrix(1.6347,0,0,1.6347,-6.11371,-8.92686)'%3E%3Cg transform='matrix(1,0,0,1,-2.61173,1)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(142,139,139);stroke-width:0.76px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2,0)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(57,55,56);stroke-width:0.76px;'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1.6347,0,0,1.6347,-8.3831,-11.1963)'%3E%3Cg transform='matrix(1,0,0,1,-2.61173,1)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(142,139,139);stroke-width:0.76px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2,0)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(57,55,56);stroke-width:0.76px;'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1.6347,0,0,1.6347,-10.1114,-13.4657)'%3E%3Cg transform='matrix(1,0,0,1,-2.61173,1)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(142,139,139);stroke-width:0.76px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2,0)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(57,55,56);stroke-width:0.76px;'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1.6347,0,0,1.6347,-11.9219,-15.735)'%3E%3Cg transform='matrix(1,0,0,1,-2.61173,1)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(142,139,139);stroke-width:0.76px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2,0)'%3E%3Cpath d='M8.593,18.28L19.738,7.135' style='fill:none;stroke:rgb(57,55,56);stroke-width:0.76px;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat bottom right;
  background-size: 18px 18px;
}
textarea.form-control::placeholder {
  color: #333;
}

@supports (-webkit-touch-callout: none) {
  textarea.form-control {
    background: none !important;
  }
}
.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: flex;
  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: inline-flex;
  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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  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, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  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='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, 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='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: 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;
  cursor: pointer;
  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.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.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.3rem;
}

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

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

.continueShoppingBtn {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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: flex;
  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-prepend,
.input-group-append {
  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: flex;
  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.25rem;
}
.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.3rem;
}

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

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.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: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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: #007bff;
  background-color: #007bff;
}
.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, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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, 123, 255, 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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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.25rem;
}
.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.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: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.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: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.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: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.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: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  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 {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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: flex;
  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.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  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: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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;
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    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: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  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.3rem;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.8125em !important;
}

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

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

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

@media (min-width: 576px) {
  .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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .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", 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;
  word-spacing: normal;
  white-space: 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.25rem;
}

.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", 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;
  word-spacing: normal;
  white-space: 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.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.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.3rem 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 #f7f7f7;
}

.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.3rem 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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    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: no-repeat 50%/100% 100%;
}

.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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #117a8b !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: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #dae0e5 !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: #1d2124 !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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: flex !important;
}

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

@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .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;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .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;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .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;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .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;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .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;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .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;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .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;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .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;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .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;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .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;
  }
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .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;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .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;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .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;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .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;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .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;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .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;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .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;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .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;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .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;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .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;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*--------------------------------
	Breakpoints
--------------------------------*/
/*--------------------------------
	Typography
--------------------------------*/
/*--------------------------------
	Colors
--------------------------------*/
/*--------------------------------
	Z-Index
--------------------------------*/
/*--------------------------------
	ADA
--------------------------------*/
/*--------------------------------
	Spacing
--------------------------------*/
/*--------------------------------
	Font Size, Weight, Etc.
--------------------------------*/
/*--------------------------------

	Media Queries

	used for outputting content either between media query tags

	example: basic usage

	.element {
		width: 50%;

		@include mq('tablet-small') {
			width: 20%;
		}
	}

	example: using max-width

	.element {
		width: 50%;

		@include mq('tablet-small', 'max') {
			width: 20%;
		}
	}

*/
/*--------------------------------

	Margin / Padding Quick Resets

	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}

	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}

*/
/*--------------------------------

	Helper mixins

*/
/*--------------------------------

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*--------------------------------

	Retina images

	example:

	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}

*/
/*--------------------------------

	Content margins

	fore removing first/last child margins

	example: default
	.element {
		@include content-margins;
	}

	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}

	example: empty selector
	.element {
		@include content-margins('false');
	}

	output:
	.element:first-child {
		margin-top: 0;
	}``
	.element:last-child {
		margin-bottom: 0;
	}

*/
/*--------------------------------

	CSS Triangle

	used for creating CSS only triangles

	example:
	.element {

		&::before {
			@include css-triangle(blue, down);
		}
	}

*/
/*--------------------------------

	Hide text

	example:

	.element {
		@include hide-text;
	}

*/
/*--------------------------------

	Responsive ratio

	Used for creating scalable elements that maintain the same ratio

	example:
	.element {
		@include responsive-ratio(400, 300);
	}

*/
/*--------------------------------

	Typography

	Text image replacement, with responsive ratio

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	.element {
		@include typography(200, 50, 'hello-world');
	}


*/
/*--------------------------------

	Icon

	For using fontastic icons in pseudo elements

*/
/*--------------------------------

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
/*--------------------------------

	Misc

*/
/*--------------------------------

	Fluid Property

	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}

	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}

	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}

	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}


*/
/*--------------------------------
	Breakpoints
--------------------------------*/
/*--------------------------------
	Typography
--------------------------------*/
/*--------------------------------
	Colors
--------------------------------*/
/*--------------------------------
	Z-Index
--------------------------------*/
/*--------------------------------
	ADA
--------------------------------*/
/*--------------------------------
	Spacing
--------------------------------*/
/*--------------------------------
	Font Size, Weight, Etc.
--------------------------------*/
.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

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

.m-r-0 {
  margin-right: 0px !important;
}

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

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

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

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.list-block li {
  display: block !important;
}

.list-inline li {
  display: inline !important;
}

.clear-both {
  clear: both !important;
}

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

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

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

.hidden,
.hide {
  display: none;
}

.extended,
.limitedBlue,
.h_155f8f {
  color: #155f8f !important;
  font-size: 16px;
  display: block;
  margin: 3px 0;
}

.desktopPage .h_155f8f,
.tabletPage .h_155f8f {
  font-size: 0.8125rem;
}

.mobile-menu-categories .limitedBlue {
  font-size: 1rem;
}

.holiday,
.h_1d964f {
  color: #1d964f;
  font-size: 12px;
  display: block;
  margin: 5px 0;
  display: block;
}

.reduced-copy,
.now-price,
.result-tile-below .sale,
.saleRed,
.h_C04747 {
  color: #c04747 !important;
}

.attributeError {
  display: inline-block;
  color: #a94442;
  position: relative;
  border-radius: 0;
  padding: 0 5px;
  font-size: 13px;
}

.original-price,
.was-price,
.h_adb5bd {
  text-decoration: line-through;
  color: #6c757d !important;
}

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

.regularPriceOptionsText {
  font-size: 0.875rem;
  color: #ad0000;
}

.regularPriceOptions {
  color: #155f8f !important;
  font-size: 0.875rem;
  text-decoration: underline !important;
}
.regularPriceOptions:hover {
  text-decoration: none !important;
}

.requiredAsterisk {
  padding-right: 4px;
  color: #1c7cbb;
}

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

.border-top {
  border-top: solid thin #ccc;
}

.border-bottom {
  border-bottom: solid thin #ccc;
}

.link-underline {
  text-decoration: underline !important;
}
.link-underline:hover {
  text-decoration: none !important;
}

.btn.btn-no-style {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-11 {
  font-size: 0.6875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.m-top-sm {
  margin-top: 10px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-top-md {
  margin-top: 20px;
}

.m-bottom-md {
  margin-bottom: 15px;
}

.m-bottom-lg {
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

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

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

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

.list-block li {
  display: block !important;
}

.list-inline li {
  display: inline !important;
}

.clear-both {
  clear: both !important;
}

.no-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.style-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.style-none li {
  font-size: em(13);
  padding: 3px 0;
}

.small-copy {
  font-size: 11px;
}

.clear-left {
  clear: left;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.desktopPage .headerOffsetLinkHash {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

.mobilePage .headerOffsetLinkHash,
.tabletPage .headerOffsetLinkHash {
  display: block;
  visibility: hidden;
}

.reset-list,
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------------
	Color System
--------------------------------*/
/*--------------------------------
	Basic document styling
--------------------------------*/
html {
  font-size: 100%;
  min-height: 100%;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1600px) {
  #app_wrapper.desktopPage .container-fluid, #app_wrapper.desktopPage .container-sm, #app_wrapper.desktopPage .container-md, #app_wrapper.desktopPage .container-lg, #app_wrapper.desktopPage .container-xl,
  #static_footer_root.desktopPage .container-fluid,
  #static_footer_root.desktopPage .container-sm,
  #static_footer_root.desktopPage .container-md,
  #static_footer_root.desktopPage .container-lg,
  #static_footer_root.desktopPage .container-xl,
  #static_header_root.desktopPage .container-fluid,
  #static_header_root.desktopPage .container-sm,
  #static_header_root.desktopPage .container-md,
  #static_header_root.desktopPage .container-lg,
  #static_header_root.desktopPage .container-xl {
    max-width: 1600px !important;
  }
}
@media (min-width: 1170px) and (max-width: 1599px) {
  #app_wrapper.desktopPage .container-fluid, #app_wrapper.desktopPage .container-sm, #app_wrapper.desktopPage .container-md, #app_wrapper.desktopPage .container-lg, #app_wrapper.desktopPage .container-xl,
  #static_footer_root.desktopPage .container-fluid,
  #static_footer_root.desktopPage .container-sm,
  #static_footer_root.desktopPage .container-md,
  #static_footer_root.desktopPage .container-lg,
  #static_footer_root.desktopPage .container-xl,
  #static_header_root.desktopPage .container-fluid,
  #static_header_root.desktopPage .container-sm,
  #static_header_root.desktopPage .container-md,
  #static_header_root.desktopPage .container-lg,
  #static_header_root.desktopPage .container-xl {
    max-width: 100% !important;
  }
}
@media (max-width: 1170px) {
  #app_wrapper.desktopPage .container-fluid, #app_wrapper.desktopPage .container-sm, #app_wrapper.desktopPage .container-md, #app_wrapper.desktopPage .container-lg, #app_wrapper.desktopPage .container-xl,
  #static_footer_root.desktopPage .container-fluid,
  #static_footer_root.desktopPage .container-sm,
  #static_footer_root.desktopPage .container-md,
  #static_footer_root.desktopPage .container-lg,
  #static_footer_root.desktopPage .container-xl,
  #static_header_root.desktopPage .container-fluid,
  #static_header_root.desktopPage .container-sm,
  #static_header_root.desktopPage .container-md,
  #static_header_root.desktopPage .container-lg,
  #static_header_root.desktopPage .container-xl {
    width: 1170px !important;
    min-width: 1170px !important;
    max-width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#app_wrapper.desktopPage .container-fixed,
#static_footer_root.desktopPage .container-fixed,
#static_header_root.desktopPage .container-fixed {
  width: 1170px !important;
  min-width: 1170px !important;
  max-width: 1170px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 1024px;
  }
}
@media (min-width: 1366px) {
  .tabletPage .container,
  .tabletPage .container-sm,
  .tabletPage .container-md {
    max-width: 1366px;
  }
}

.table tbody tr td {
  line-height: 1.4;
  font-size: 0.8125rem;
}
.table caption {
  caption-side: top !important;
}

.modal-content {
  border-radius: 0 !important;
}

.desktopPage a:hover,
.mobilePage a:hover {
  text-decoration: none;
  outline: none;
}

a:active, a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:focus {
  outline: 1px dotted #1F498A;
}

.desktopPage a:hover {
  color: #888;
}

.tabletPage a:not(.topCatSubLink):hover {
  color: #888;
}

.tabletPage a.noHover:hover {
  color: #000;
}

.tabletPage a.noHover:after {
  width: 0 !important;
  background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border: none;
}
h1.border-bottom,
h2.border-bottom,
h3.border-bottom,
h4.border-bottom,
h5.border-bottom,
h6.border-bottom {
  border-bottom: solid thin #e8e8e8;
}

.h1,
h1 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0 0 7px;
}

h2 {
  font-size: 1.125rem;
  line-height: 1.4;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.875rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.7;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list li {
  line-height: 2;
  font-size: 0.875rem;
}

label,
.label {
  display: inline;
  padding: 0;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 5px 0 0;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: uppercase;
}

.h1--butlerMedium,
.h2--butlerMedium,
.h3--butlerMedium,
.h5--butlerMedium {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.text--clearanceStore {
  font-size: 0.75rem;
  text-decoration: none !important;
}

a.text--clearance,
.saleRed,
.text--clearance {
  color: #C04747 !important;
}

a.text--limitedAvailability,
.limitedBlue {
  color: #267CB5 !important;
}

.text--error {
  color: #d73d3c;
}

.sale {
  color: #C04747;
  font-size: 0.8125rem;
}

a.btn,
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 11px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  transition: all 100ms ease;
  text-transform: capitalize;
}

a.btn-primary,
.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 600;
}
a.btn-primary:active, a.btn-primary:focus, a.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  background-color: #333333 !important;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-blue {
  background-color: #2f54b8 !important;
  border-color: #2f54b8 !important;
  color: #fff !important;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  color: #fff !important;
  background-color: #25418f !important;
  border: 1px solid transparent;
  box-shadow: none;
}

a.btn-primary.active.focus,
a.btn-primary.active:focus,
a.btn-primary.active:hover,
a.btn-primary:active.focus,
a.btn-primary:active:focus,
a.btn-primary:active:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #333;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-secondary {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  outline: 0 !important;
  border: 1px solid #000;
  font-weight: 600;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #000;
  border: solid 1px #000;
  box-shadow: none;
  color: #fff !important;
}

a.btn-tertiary,
.btn-tertiary {
  text-decoration: underline !important;
  box-shadow: none;
  color: #000;
  background-color: transparent;
  border: none;
}
a.btn-tertiary:active, a.btn-tertiary:focus, a.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  text-decoration: none !important;
  color: #999 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-small {
  width: 96px !important;
}

.btn-mini {
  width: 60px !important;
}

.btn-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  z-index: 10;
}
.btn-close:hover {
  cursor: pointer;
}
.btn-close:hover:before {
  width: 30px;
  height: 30px;
  content: "";
  background-color: rgb(245, 245, 245);
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: -8px;
}
.btn-close:active, .btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-close svg {
  width: 100%;
  height: 100%;
}

.zoom-close {
  background-color: black;
  color: white;
  width: 25px;
  height: 25px;
  z-index: 111;
  top: 0px;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.zoom-close span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #back-to-us-btn {
    margin: 10px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  #back-to-us-btn {
    margin: 0 0 10px 0;
  }
}
.btn-link {
  color: #000;
  text-decoration: underline;
}
.btn-link:hover {
  text-decoration: none;
  color: #000;
}

.btn-none {
  border: none;
  box-shadow: none;
  background: none;
}

.mobilePage a#stylitics-jumplink {
  top: -40px;
  left: 4px;
}
.mobilePage a#stylitics-jumplink:hover {
  background-color: #fff;
  color: #000;
}

.tabletPage a#stylitics-jumplink {
  top: -40px;
  left: 5px;
}
.tabletPage a#stylitics-jumplink:hover {
  background-color: #fff;
  color: #000;
}

.dds-stylitics-jumplink-wrapper {
  position: relative;
  z-index: 1;
}

a#stylitics-jumplink {
  font-size: 0.75rem;
  text-transform: capitalize;
  display: none;
  position: absolute;
  top: -85px;
  left: 15px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 12px;
  border-radius: 20px;
}
a#stylitics-jumplink:hover {
  background-color: #000;
  color: #fff;
}

.panel {
  padding: 7px 0 0;
  border-top: solid thin #e3e3e3;
  margin: 10px 0;
  border-radius: 0;
  box-shadow: none;
  clear: both;
}
.panel .panel-title {
  display: block;
  height: 35px;
  width: 100%;
  vertical-align: middle;
  padding: 0 10px 0 0;
  -webkit-appearance: none;
  user-select: none;
  background: none;
  border: none;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  line-height: 2.5;
  font-family: "Open Sans";
  font-weight: 600;
  text-align: left;
}
.panel .panel-title:hover {
  cursor: pointer;
}
.panel .panel-icon {
  transform: rotate(0deg);
  width: 15px;
  max-width: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  position: absolute;
  right: 20px;
}
.panel .panel-icon.expanded {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel .product-description, .panel .brand-description {
  font-size: 0.875rem;
  padding: 10px 0 25px 10px;
  transition: transform 0.2s linear;
}
.panel .product-description .h_155f8f, .panel .brand-description .h_155f8f {
  font-size: 0.875rem;
}
.panel .product-description ul, .panel .brand-description ul {
  margin: 10px 0;
  padding: 0 0 0 30px;
}
.panel .product-description ul li, .panel .brand-description ul li {
  padding: 0 0 3px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
}
.panel .product-shipping {
  padding: 0;
}
.panel .product-shipping strong {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 8px;
  display: inline-block;
}
.panel .product-shipping th {
  font-family: "Open Sans";
  font-size: 0.6875rem;
  font-weight: 600;
}

.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
}

input.form-control {
  color: #000;
}
input.form-control::placeholder {
  color: #595959;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-group,
.form-group.required {
  color: #000;
}
.form-group input::placeholder,
.form-group.required input::placeholder {
  color: #595959;
}

.reqdMessage {
  font-size: 12px;
}

.mobilePage .circle-step {
  position: relative;
  color: #fff;
  z-index: 1;
  width: 24px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-indent: 7px;
  vertical-align: middle;
  margin-top: -5px;
  line-height: 1.6;
}
.mobilePage .circle-step:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  color: #fff;
  left: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.custom-control.custom-checkbox label:hover {
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-control-input:checked:focus ~ .custom-control-label::before {
  background-color: #000;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-label {
  line-height: 2.2;
}

.custom-control.custom-radio label:hover {
  cursor: pointer;
}

.custom-control.custom-radio input:hover,
.custom-control.custom-radio label:hover {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  box-shadow: none;
  background-image: none;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  background-color: #000;
}

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

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input:disabled:active ~ .custom-control-label::before,
.custom-control-input:disabled:focus ~ .custom-control-label::before {
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #bdbdbd;
}
.custom-control-input:disabled ~ .custom-control-label:hover {
  cursor: auto;
}

.alert {
  border-radius: 0;
}

.has-error,
input.invalid,
select.invalid {
  border-color: #a94442;
}

.notValidAlert {
  display: block;
  clear: both;
  background-color: #f2dede;
  color: #a94442;
  position: relative;
  border-radius: 0;
  border: 1px solid #ebccd1;
  padding: 9px 14px;
  margin-bottom: 15px;
  font-size: 0.8125rem;
}

.attributeError {
  display: inline-block;
  color: #a94442;
  position: relative;
  border-radius: 0;
  padding: 0 5px;
  font-size: 12px;
}

.error-tip {
  color: #a94442;
  margin: 5px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
}

.message-wrapper {
  min-height: 24px;
  max-height: 24px;
  height: 24px;
}

#emailSignupForm input[type=checkbox] + label:before {
  border: 1px solid #767676;
  cursor: pointer;
}
#emailSignupForm input[type=text]::-ms-clear,
#emailSignupForm input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#emailSignupForm .checkbox-wrap input + label:before {
  border: 1px solid #767676;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
#emailSignupForm .checkbox-wrap {
  position: relative;
}
#emailSignupForm .chekbox-wrap input {
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
#emailSignupForm input[type=checkbox]:checked + label:before,
#emailSignupForm input[type=checkbox]:checked + span:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.75 39.01'%3E%3Ctitle%3Echeckmark%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M54,.72a2.5,2.5,0,0,0-3.54,0L18.78,33,4.27,18.45a2.56,2.56,0,0,0-3.54,0A2.5,2.5,0,0,0,.73,22L17,38.28a2.48,2.48,0,0,0,1.77.73h0a2.51,2.51,0,0,0,1.77-.75L54,4.25A2.5,2.5,0,0,0,54,.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 12px 13px;
  background-position: 50%;
  vertical-align: middle;
}
#emailSignupForm input[type=radio]:checked + span:before {
  content: "";
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 15px 15px;
  background-position: 50%;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.84 24.84'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eradio-dot%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Ccircle class='cls-1' cx='12.42' cy='12.42' r='12.42'/%3E%3Ccircle cx='12.42' cy='12.42' r='7.46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin-top: -2px;
}

.split-list {
  float: left;
  width: 20%;
}
.split-list li {
  list-style: none;
}

/*--------------------------------
	Breakpoints
--------------------------------*/
/*--------------------------------
	Typography
--------------------------------*/
/*--------------------------------
	Colors
--------------------------------*/
/*--------------------------------
	Z-Index
--------------------------------*/
/*--------------------------------
	ADA
--------------------------------*/
/*--------------------------------
	Spacing
--------------------------------*/
/*--------------------------------
	Font Size, Weight, Etc.
--------------------------------*/
.productRecsColumn .productRecs.has-arrows .slick-vertical {
  padding: 35px 0;
}
.productRecsColumn .productRecs.has-arrows .slick-vertical .item-title {
  padding: 0;
}
.productRecsColumn .productRecs {
  width: 115px;
  max-width: 115px;
}
.productRecsColumn .productRecs__title {
  font-size: 0.6875rem;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.productRecsColumn .productRecs .item {
  height: 191px !important;
  margin: 0;
}
.productRecsColumn .productRecs .item img {
  max-height: 128px;
  margin: 8px auto;
}
.productRecsColumn .productRecs .item .item-title {
  font-size: 0.6875rem;
  max-height: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 17px;
}
.productRecsColumn .productRecs .slick-vertical {
  padding: 0;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-top .prev-top {
  top: 0 !important;
  bottom: auto !important;
  right: 25px !important;
  left: auto !important;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-top .prev-top:before {
  line-height: 0;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-top .prev-bottom {
  bottom: 0 !important;
  top: auto !important;
  right: 25px !important;
  left: auto !important;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-top .prev-bottom:before {
  line-height: 0;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-bottom .next-top {
  top: 0 !important;
  bottom: auto !important;
  left: 25px !important;
  right: auto !important;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-bottom .next-top:before {
  line-height: 0;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-bottom .next-bottom {
  bottom: 0 !important;
  top: auto !important;
  left: 25px !important;
  right: auto !important;
}
.productRecsColumn .productRecs .slick-vertical .arrows-wrap-bottom .next-bottom:before {
  line-height: 0;
}
.productRecsColumn .productRecs .slick-list {
  max-height: 772px;
}

.recentlyViewedContainer .productRecs .item,
.productRecsColumn .productRecs .item {
  width: 155px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
}
.recentlyViewedContainer .productRecs .item a,
.productRecsColumn .productRecs .item a {
  display: inline-block;
}
.recentlyViewedContainer .productRecs .item a:focus,
.productRecsColumn .productRecs .item a:focus {
  outline: 1px dotted #1F498A;
}
.recentlyViewedContainer .productRecs .item img,
.productRecsColumn .productRecs .item img {
  max-height: 203px;
  margin: 10px auto 0;
}
.recentlyViewedContainer .productRecs .item .item-title,
.productRecsColumn .productRecs .item .item-title {
  width: 100%;
  max-height: 50px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 0.75rem;
  text-align: center;
}

.tabletPage .recentlyViewedContainer .item,
.tabletPage .productRecs .item {
  width: 155px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
}
.tabletPage .recentlyViewedContainer .item a,
.tabletPage .productRecs .item a {
  display: inline-block;
}
.tabletPage .recentlyViewedContainer .item a:focus,
.tabletPage .productRecs .item a:focus {
  outline: 1px dotted #1F498A;
}
.tabletPage .recentlyViewedContainer .item img,
.tabletPage .productRecs .item img {
  max-height: 173px;
  margin: 8px auto 0;
}
.tabletPage .recentlyViewedContainer .item .item-title,
.tabletPage .productRecs .item .item-title {
  font-size: 0.75rem;
  max-height: 50px;
  overflow: hidden;
  text-align: center;
}
.tabletPage .bundleDisplay .productRecsColumn {
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
}
.tabletPage .bundleDisplay .productRecsColumn .productRecs {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 40px;
}
.tabletPage .bundleDisplay .productRecsColumn .productRecs .productRecs__title {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  border-bottom: solid thin #e3e3e3;
  padding: 12px 0;
  margin: 0;
}
.tabletPage .bundleDisplay .productRecsColumn .productRecs .pr-title-wrapper {
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding: 30px 0;
}
.tabletPage .bundleDisplay .productRecsColumn .productRecs figure img {
  display: block;
  max-height: 128px !important;
  margin: 8px auto 0;
}
.tabletPage .bundleDisplay .productRecsColumn .productRecs figure .item-title {
  font-size: 0.6875rem !important;
  max-height: 55px;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
  line-height: 17px;
}
.tabletPage .bundleDisplay .productRecs:not(.has-arrows) .item {
  display: inline-block;
  padding: 5px;
}
.tabletPage .bundleDisplay .productRecs:not(.has-arrows) .item div {
  line-height: 1.7;
}
.tabletPage .bundleDisplay .productRecsColumn.col-2,
.tabletPage .bundleDisplay .productRecsColumn.col-lg-2 {
  flex: auto !important;
}
.tabletPage .outfitDisplay .productRecsColumn {
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
}
.tabletPage .outfitDisplay .productRecsColumn .productRecs {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 30px;
}
.tabletPage .outfitDisplay .productRecsColumn .productRecs .productRecs__title,
.tabletPage .outfitDisplay .productRecsColumn .productRecs .pr-title-wrapper {
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding: 30px 0;
}
.tabletPage .outfitDisplay .productRecsColumn .productRecs figure img {
  display: block;
  max-height: 128px !important;
  margin: 8px auto;
}
.tabletPage .outfitDisplay .productRecsColumn .productRecs figure .item-title {
  font-size: 0.6875rem !important;
  max-height: 55px;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
  line-height: 17px;
}
.tabletPage .outfitDisplay .productRecs:not(.has-arrows) .item {
  display: inline-block;
  padding: 5px;
}
.tabletPage .outfitDisplay .productRecs:not(.has-arrows) .item div {
  line-height: 1.7;
}
.tabletPage .outfitDisplay .productRecsColumn.col-2,
.tabletPage .outfitDisplay .productRecsColumn.col-lg-2 {
  flex: auto !important;
}

.tabletPage .recentlyViewedContainer .item,
.tabletPage .productRecs .item,
.mobilePage .recentlyViewedContainer .item,
.mobilePage .productRecs .item {
  height: auto !important;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tabletPage .bundleDisplay .productRecsColumn {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
  }
  .tabletPage .bundleDisplay .productRecsColumn .productRecs {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
  }
  .tabletPage .bundleDisplay .productRecsColumn .productRecs .productRecs__title,
  .tabletPage .bundleDisplay .productRecsColumn .productRecs .pr-title-wrapper {
    font-size: 1rem;
    font-family: "Open Sans";
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0;
    margin: 0;
  }
  .tabletPage .bundleDisplay .productRecsColumn .productRecs figure img {
    display: block;
    max-height: 128px !important;
    margin: 8px auto;
  }
  .tabletPage .bundleDisplay .productRecsColumn .productRecs figure .item-title {
    font-size: 0.6875rem !important;
    max-height: 55px;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    line-height: 17px;
  }
  .tabletPage .bundleDisplay .productRecs:not(.has-arrows) .item {
    display: inline-block;
    padding: 5px;
  }
  .tabletPage .bundleDisplay .productRecs:not(.has-arrows) .item div {
    line-height: 1.7;
  }
  .tabletPage .bundleDisplay .productRecsColumn.col-2,
  .tabletPage .bundleDisplay .productRecsColumn.col-lg-2 {
    flex: auto !important;
  }
  .tabletPage .outfitDisplay .productRecsColumn {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
  }
  .tabletPage .outfitDisplay .productRecsColumn .productRecs {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
  }
  .tabletPage .outfitDisplay .productRecsColumn .productRecs .productRecs__title,
  .tabletPage .outfitDisplay .productRecsColumn .productRecs .pr-title-wrapper {
    font-size: 1rem;
    font-family: "Open Sans";
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
  }
  .tabletPage .outfitDisplay .productRecsColumn .productRecs figure img {
    display: block;
    max-height: 128px !important;
    margin: 8px auto;
  }
  .tabletPage .outfitDisplay .productRecsColumn .productRecs figure .item-title {
    font-size: 0.6875rem !important;
    max-height: 55px;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    line-height: 17px;
  }
  .tabletPage .outfitDisplay .productRecs:not(.has-arrows) .item {
    display: inline-block;
    padding: 5px;
  }
  .tabletPage .outfitDisplay .productRecs:not(.has-arrows) .item div {
    line-height: 1.7;
  }
  .tabletPage .outfitDisplay .productRecsColumn.col-2,
  .tabletPage .outfitDisplay .productRecsColumn.col-lg-2 {
    flex: auto !important;
  }
  .tabletPage .productRecsColumn .productRecs {
    width: 115px;
    max-width: 115px;
  }
  .tabletPage .productRecsColumn .productRecs .productRecs__title {
    font-size: 0.6875rem;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .tabletPage .productRecsColumn .productRecs .item {
    height: 186px;
  }
  .tabletPage .productRecsColumn .productRecs .item img {
    margin: 8px auto;
  }
  .tabletPage .productRecsColumn .productRecs .item .item-title {
    font-size: 0.5625rem;
    max-height: 55px;
    overflow: hidden;
    text-align: center;
    line-height: 17px;
  }
  .tabletPage .productRecsColumn .productRecs .slick-vertical {
    padding: 35px 0;
  }
  .tabletPage .productRecsColumn .productRecs .slick-vertical .slick-prev {
    top: -5px;
    left: 43.5px;
  }
  .tabletPage .productRecsColumn .productRecs .slick-vertical .slick-next {
    bottom: -5px;
    left: 43.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tabletPage .shopperActionsColumn {
    width: 50% !important;
  }
  .tabletPage .productRecsColumn,
  .tabletPage .recentlyViewedContainer {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
  }
  .tabletPage .productRecsColumn .productRecs,
  .tabletPage .recentlyViewedContainer .productRecs {
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px 0;
  }
  .tabletPage .productRecsColumn .productRecs .productRecs__title,
  .tabletPage .productRecsColumn .productRecs .pr-title-wrapper,
  .tabletPage .recentlyViewedContainer .productRecs .productRecs__title,
  .tabletPage .recentlyViewedContainer .productRecs .pr-title-wrapper {
    font-size: 1rem;
    font-family: "Open Sans";
    font-weight: 600;
    border-bottom: solid thin #e3e3e3;
  }
  .tabletPage .productRecsColumn .productRecs .productRecs__title,
  .tabletPage .recentlyViewedContainer .productRecs .productRecs__title {
    padding-bottom: 8px;
  }
  .tabletPage .productRecsColumn .productRecs figure img,
  .tabletPage .recentlyViewedContainer .productRecs figure img {
    display: block;
    max-height: 128px !important;
    margin: 8px auto 0;
  }
  .tabletPage .productRecsColumn .productRecs figure .item-title,
  .tabletPage .recentlyViewedContainer .productRecs figure .item-title {
    font-size: 0.6875rem !important;
    max-height: 55px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    line-height: 17px;
  }
  .tabletPage .productRecs:not(.has-arrows) .item {
    display: inline-block;
    padding: 5px;
  }
  .tabletPage .productRecs:not(.has-arrows) .item div {
    line-height: 1.7;
  }
  .tabletPage .productRecsColumn.col-2,
  .tabletPage .productRecsColumn.col-lg-2 {
    flex: auto !important;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .tabletPage .productRecs__title,
  .tabletPage .pr-title {
    margin-bottom: 25px !important;
  }
}
.mobilePage .productRecsColumn .productRecs {
  width: 100%;
  max-width: 100%;
  float: none;
}
.mobilePage .productRecsColumn .productRecs__title {
  font-size: 1rem;
  font-weight: 600;
}
.mobilePage .recentlyViewedContainer .item,
.mobilePage .productRecs .item {
  width: 100%;
  max-width: 100%;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
}
.mobilePage .recentlyViewedContainer .item a,
.mobilePage .productRecs .item a {
  display: inline-block;
}
.mobilePage .recentlyViewedContainer .item a:focus,
.mobilePage .productRecs .item a:focus {
  outline: 1px dotted #1F498A;
}
.mobilePage .recentlyViewedContainer .item .item-title,
.mobilePage .productRecs .item .item-title {
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  font-size: 0.75rem;
  text-align: center;
}

.internet-explorer .slick-slide img,
.microsoft-edge .slick-slide img {
  pointer-events: inherit;
}

.tabletPage .productDisplay .recentlyViewedContainer .productRecs .recentlyViewed:before,
.tabletPage .productDisplay .recentlyViewedContainer .productRecs .pr-title-wrapper:before,
.tabletPage .productDisplay .recentlyViewedContainer .recently-viewed-title:before,
.tabletPage .productDisplay .recentlyViewedContainer .pr-title:before,
.tabletPage #ProductItemDisplay .recentlyViewedContainer .productRecs .pr-title-wrapper:before {
  content: "";
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  position: relative;
}

#product-carousel {
  position: relative;
}
#product-carousel img[src=""] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
#product-carousel img[src=""] + .item-title {
  bottom: 12px;
  position: absolute;
  left: 34%;
}

.breadcrumb.stepper {
  background: transparent;
  padding: 10px 0;
  margin: 0;
}
.breadcrumb.stepper .breadcrumb-item {
  color: #a0aec0;
  font-size: 0.8125rem;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.7;
}
.breadcrumb.stepper .breadcrumb-item a {
  color: #000;
  font-size: 0.8125rem;
  text-transform: capitalize;
  transition: all 0.2s ease;
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: underline;
}
.breadcrumb.stepper .breadcrumb-item a:hover {
  color: #393939;
  text-decoration: none;
}
.breadcrumb.stepper .breadcrumb-item.active {
  color: #000;
}
.breadcrumb.stepper .breadcrumb-item span {
  margin-right: 2px;
}
.breadcrumb.stepper .breadcrumb-item .checked {
  color: #000;
}
.breadcrumb.stepper .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding-right: 3px;
}

#store-purchase-returns .returns-storeLocations {
  text-decoration: underline;
}

#stepper-wrapper .panel {
  border-radius: 0;
  padding: 0;
  border-top: none;
  margin: 0;
}
#stepper-wrapper .panel .panel-header {
  background-color: #f3f5f7;
  border: 1px solid #eaedef !important;
  padding: 15px;
  border-radius: 0;
  position: relative;
}
#stepper-wrapper .panel .panel-header h2 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #aab0b5;
  position: relative;
}
#stepper-wrapper .panel .panel-header .step {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  text-transform: initial;
  color: #aab0b5;
  font-weight: 600;
}
#stepper-wrapper .panel .panel-header .edit {
  position: absolute;
  top: -15px;
  right: 95px;
}
#stepper-wrapper .panel.active .panel-header {
  background-color: #000;
  border: 1px solid #000 !important;
}
#stepper-wrapper .panel.active .panel-header h2 {
  color: #fff;
}
#stepper-wrapper .panel.active .panel-header .step {
  color: #fff;
}
#stepper-wrapper .panel.active .panel-body {
  border-bottom: solid 1px #eaedef;
  border-left: solid 1px #eaedef;
  border-right: solid 1px #eaedef;
  border-top: none;
  border-radius: 0;
  padding: 15px 20px;
}
#stepper-wrapper .panel.active .panel-body .panel-footer {
  border: none;
  padding: 10px;
}
#stepper-wrapper .panel.complete .panel-header h2 {
  color: #000;
}
#stepper-wrapper .panel.complete .panel-header .checked + h2 > .h2-txt {
  text-indent: 25px;
}
#stepper-wrapper .panel.complete .panel-header .checked {
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #bbbcbd;
  position: absolute;
  top: 14px;
  left: 7px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  text-align: center;
}
#stepper-wrapper .panel.complete .panel-header .checked i {
  color: #bbbcbd;
}
#stepper-wrapper .panel.complete .panel-header .checked i svg {
  fill: #bbbcbd;
  stroke: #bbbcbd;
  width: 10px;
  margin-top: -8px;
}
#stepper-wrapper .panel.complete .panel-header .step {
  color: #000;
}
#stepper-wrapper .card {
  border: none;
  background: #fff;
  margin: 0;
}
#stepper-wrapper .card .card-header {
  background-color: transparent;
  padding: 10px;
  border-color: #eaedef !important;
  padding: 15px;
}
#stepper-wrapper .card .card-header h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
#stepper-wrapper .card .reqdMessage {
  padding: 15px 15px 0;
  margin: 0;
}
#stepper-wrapper .card .card-body {
  padding: 15px;
}

.tabletPage #stepper-wrapper .panel .panel-body {
  background-color: #fff;
}
.tabletPage #stepper-wrapper .panel .panel-body .state-col {
  margin-bottom: 15px;
}
.tabletPage #stepper-wrapper .form-wrapper > .row {
  margin: 0;
}

.mobilePage #store-purchase-returns .panel .panel-body {
  padding: 20px 15px 5px 15px;
}
.mobilePage #store-purchase-returns .card .card-header {
  background-color: transparent;
  border-color: #eaedef !important;
  padding: 10px 0 5px 0;
  margin: 0 0 5px 0;
}
.mobilePage #store-purchase-returns .card .card-header h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.mobilePage #store-purchase-returns .card .card-body {
  padding: 15px 0px;
}
.mobilePage #store-purchase-returns #returns-aside {
  display: none;
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: 1em 0.6666666667em;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

#feedbackLayoutLeft {
  min-height: 200px;
}
#feedbackLayoutLeft #yonContainer {
  width: 300px;
  height: 45px;
}
#feedbackLayoutLeft #yonContainer button {
  width: 120px;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
}
#feedbackLayoutLeft #feedback_submit_section {
  width: 100%;
  text-align: center;
}
#feedbackLayoutLeft .charCount {
  text-align: right;
  display: inherit;
  font-size: 12px;
}
#feedbackLayoutLeft #feedback_textarea {
  background: none;
}
#feedbackLayoutLeft #feedback_submit_button {
  width: 200px;
}
#feedbackLayoutLeft .feedback_input {
  width: 100%;
}
#feedbackLayoutLeft .followup {
  min-height: 50px;
  margin-top: 15px;
}
#feedbackLayoutLeft .form-group {
  margin-bottom: 35px;
}
#feedbackLayoutLeft .charCount {
  color: rgb(194, 194, 194);
}
#feedbackLayoutLeft .errTextChars {
  color: rgb(177, 63, 63);
}
#feedbackLayoutLeft #feedback_blurb {
  padding: 0;
  padding-bottom: 15px;
}
#feedbackLayoutLeft p.error-text {
  display: block;
  float: left;
  clear: both;
  color: #a94442;
  margin-bottom: 0;
}
#feedbackLayoutLeft .orderDetailsAddressInfo {
  font-size: 14px;
}

.desktopPage #feedbackLayoutLeft {
  width: 45%;
  display: inline-block;
  margin: 0 5%;
  vertical-align: top;
  min-height: 530px !important;
}
.desktopPage .displayFormOnly {
  width: 55% !important;
  margin: 0 23% !important;
}
.desktopPage #feedbackLayoutRight {
  display: inline-block;
  width: 35%;
  margin: 0 5%;
}
.desktopPage #feedbackBody {
  padding: 40px;
  border: 2px solid rgb(228, 228, 228);
  max-width: 1200px;
}
.desktopPage #feedbackContent {
  margin: 0 12%;
}
.desktopPage #feedbackHeader {
  height: 140px;
}
.desktopPage #feedbackHeader h1 {
  font-size: 30px;
  display: inline-block;
  padding: 50px;
  height: 100%;
}
.desktopPage #feedbackHeader p {
  padding: 60px;
  float: right;
  padding-left: 0;
}

.mobilePage #feedbackBody {
  min-height: 500px;
}
.mobilePage #feedbackBody p {
  font-size: 16px;
  margin-bottom: 0;
}
.mobilePage #feedbackLayoutLeft {
  margin-bottom: 45px;
  padding: 10px;
}
.mobilePage #feedbackLayoutLeft .error-input select, .mobilePage #feedbackLayoutLeft .error-input textarea, .mobilePage #feedbackLayoutLeft .error-input input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6) !important;
  border: 1.5px solid #a94442 !important;
}
.mobilePage #feedbackHeader {
  background-color: #D4DAEA;
  height: 90px;
}
.mobilePage #feedbackHeader h1 {
  font-size: 20px;
  padding: 2rem;
  display: inline-block;
  font-weight: 700;
  padding-left: 18px;
}
.mobilePage #feedbackHeader p {
  display: none;
}
.mobilePage #orderDetailsOrderInfo p {
  font-size: 14px !important;
}
.mobilePage #orderDetailsFooter p {
  font-size: 14px !important;
}
.mobilePage #feedback_loading_spinner_holder {
  margin-left: 150px;
}
.mobilePage #feedback_order_loading_spinner_holder {
  margin-left: 160px;
}

.tabletPage .displayFormOnly {
  width: 55% !important;
  margin: 0 23% !important;
}
.tabletPage #feedbackLayoutLeft {
  width: 47%;
  display: inline-block;
  margin: 0 5%;
  vertical-align: top;
}
.tabletPage #feedbackLayoutLeft .star_rating_button span {
  width: 52px;
}
.tabletPage #feedbackLayoutRight {
  display: inline-block;
  width: 33%;
  margin: 0 5%;
}
.tabletPage #feedbackBody {
  padding: 40px;
  min-height: 900px;
  border: 2px solid rgb(228, 228, 228);
}
@media (orientation: portrait) {
  .tabletPage .orderDetailsProductInfo {
    width: 80% !important;
  }
}
.tabletPage #feedbackHeader {
  height: 124px;
  background-image: linear-gradient(to bottom right, #bbc3db, #e6e9f5);
}
.tabletPage #feedbackHeader h1 {
  font-size: 22px;
  padding: 3rem;
  display: inline-block;
}
.tabletPage #feedbackHeader p {
  padding-right: 36px;
  padding-top: 52px;
  float: right;
}
.tabletPage #orderDetailsPricingSection {
  width: 78px !important;
}
.tabletPage #orderDetailsLabelSection {
  width: 110px !important;
}

#feedbackLayoutRight {
  min-height: 700px;
}
#feedbackLayoutRight p {
  margin: 0 !important;
}
#feedbackLayoutRight #orderDetails {
  background-color: #F5F5F5;
  min-height: 500px;
}
#feedbackLayoutRight #orderDetails #orderErrorMessage {
  padding: 20px;
  padding-top: 55%;
  text-align: center;
}
#feedbackLayoutRight #orderDetails #closeOrderErrorButton {
  float: right;
  border: none;
  cursor: pointer;
}
#feedbackLayoutRight #orderDetails img {
  height: 130px;
  width: 130px;
  border: 1px solid rgb(228, 228, 228);
}
#feedbackLayoutRight #orderDetailsHeader {
  height: 50px;
  padding: 13px 18px;
  font-weight: 700;
  font-size: 16px;
  background-color: #E3E1E2;
}
#feedbackLayoutRight .orderDetailsSection {
  padding: 18px;
  border-bottom: 1px solid rgb(228, 228, 228);
}
#feedbackLayoutRight .orderDetailsProduct:not(:last-child) {
  padding-bottom: 25px;
}
#feedbackLayoutRight .orderDetailsProductInfo {
  display: inline-block;
  padding-left: 10px;
  width: 55%;
  overflow-wrap: break-word;
}
#feedbackLayoutRight .orderDetailsProductInfo p {
  font-size: 12px;
}
#feedbackLayoutRight .orderDetailsProductInfo .orderProductTitle {
  text-decoration: underline;
  font-size: 12px;
}
#feedbackLayoutRight .orderDetailsImage {
  display: inline-block;
  vertical-align: top;
}
#feedbackLayoutRight #orderDetailsFooter p {
  font-size: 13px;
}
#feedbackLayoutRight #orderDetailsFooter .paymentLeft {
  display: inline-block;
}
#feedbackLayoutRight #orderDetailsFooter .paymentRight {
  float: right;
}
#feedbackLayoutRight #orderDetailsFooter .paymentRow {
  display: block;
}
#feedbackLayoutRight #orderDetailsBillingInfo p {
  font-size: 13px;
  font-weight: 400;
}
#feedbackLayoutRight #orderDetailsShippingInfo p {
  font-size: 13px;
}
#feedbackLayoutRight #separatorLine {
  height: 1px;
  background-color: #8f8f8f;
}

#feedback_loading_spinner_holder {
  margin: 200px 15%;
  display: inline-block;
  position: absolute;
}

#feedback_order_loading_spinner_holder {
  display: inline-block;
  margin: 200px 9%;
  position: absolute;
}

#feedbackHeader {
  background-image: linear-gradient(to bottom right, #bbc3db, #e6e9f5);
}

#feedback_page_loading_spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0e0e0e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.5s linear infinite;
}

#feedback_success_content #feedback_retry {
  margin-top: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------
	ADA
--------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  width: 24px;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 1px dotted #1f498a;
  outline-offset: 2px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px;
  line-height: 1;
  opacity: 0.75;
  color: rgb(115, 115, 115);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-up%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.77,25.39a1,1,0,0,1-.71-.29L24.39,2.41,1.71,25.09A1,1,0,0,1,.29,23.68L23.68.29a1,1,0,0,1,1.41,0L48.48,23.68a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

[dir=rtl] .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-up%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.77,25.39a1,1,0,0,1-.71-.29L24.39,2.41,1.71,25.09A1,1,0,0,1,.29,23.68L23.68.29a1,1,0,0,1,1.41,0L48.48,23.68a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg  data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

[dir=rtl] .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg  data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mobilePage .slick-dots li {
  margin: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.desktopPage .slick-dots li button:hover:before,
.desktopPage .slick-dots li button:focus:before {
  opacity: 1;
}

.tabletPage .slick-dots li {
  width: 20px;
  height: 20px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 34px;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.pausePlayCarouselWrapper button:before {
  content: "";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li.pausePlayCarouselWrapper {
  display: inline-block !important;
  position: absolute;
  margin-left: -20px;
  top: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .slick-dots li.pausePlayCarouselWrapper {
    position: relative !important;
    top: -4px !important;
  }
}
@media screen and (min-width: 640px), screen\9  {
  .slick-dots li.pausePlayCarouselWrapper {
    position: relative !important;
    top: -4px !important;
  }
}
.pausePlayCarousel {
  border: none;
  background: none;
  height: 26px;
}
.pausePlayCarousel .pauseButtonTippy {
  fill: #c0c0c0;
}
.pausePlayCarousel .playButtonTippy {
  fill: #000000;
}
.pausePlayCarousel:hover .pauseButtonTippy {
  fill: #000000;
}

.slick-vertical .slick-prev {
  top: 0;
}
.slick-vertical .slick-next {
  top: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.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;
}
.slick-slide a {
  display: block;
}

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

.slick-slide img {
  display: block;
  pointer-events: none;
  overflow: hidden;
  color: transparent;
}

.ContentRecommendation .slick-slide img {
  pointer-events: auto;
}

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

.image-wrap {
  display: inline-block;
  position: relative;
}

.rv-remove {
  color: black;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.rv-remove .closeSVG {
  height: 11px;
  width: 11px;
}

.item-img img {
  margin-top: 0 !important;
}

.desktopPage .rv-remove {
  visibility: hidden;
}

.desktopPage .recently-viewed .slick-slide:hover .rv-remove {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}

.tabletPage .rv-remove, .mobilePage .rv-remove {
  width: 18px;
  height: 18px;
  line-height: 0.9;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.tabletPage .rv-remove .closeSVG, .mobilePage .rv-remove .closeSVG {
  height: 8px;
  width: 8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
  display: block;
  width: 100%;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__aria-live {
  display: none;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^=top] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.datePicker {
  width: 100%;
  display: block;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

@media print {
  body {
    zoom: 120%;
    padding: 30px;
  }
  .no-print {
    display: none !important;
  }
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px !important;
  }
  a[href]:after {
    content: none !important;
  }
  #my_dillards_bar_wrapper,
  #menu_wrapper {
    display: none;
  }
  [data-espotname=ES_Header_Promo] {
    display: none;
  }
  #quick_links,
  .search-area-react {
    display: none;
  }
  span.label {
    border: none;
  }
  .productReviews,
  .collection-area,
  .productRecsColumn,
  .recentlyViewedContainer {
    display: none;
  }
  #footer_wrapper {
    display: none;
  }
}
/*--------------------------------
	Color System
--------------------------------*/
.modal.wf-speedbump .modal-title {
  position: absolute;
  left: 15px;
}

/*
ordered from high to low
suggested naming convention would be the class/ID the z-index is going on
*/
/* Butler Fonts ========================================================= */
/* END Butler Fonts ========================================================= */
/* Open Sans Fonts ========================================================= */
/* BEGIN Regular */
/* END Regular */
/* BEGIN Italic */
/* END Italic */
/* BEGIN Semibold */
/* END Semibold */
/* BEGIN Bold */
/* END Open Sans Fonts ========================================================= */
@font-face {
  font-family: "futura_bk_btbook";
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.eot");
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.woff2") format("woff2"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.woff") format("woff"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.ttf") format("truetype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_book_font-webfont.svg#futura_bk_btbook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura_hv_btheavy";
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.eot");
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.woff2") format("woff2"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.woff") format("woff"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.ttf") format("truetype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_heavy_font-webfont.svg#futura_hv_btheavy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura_md_btmedium";
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.eot");
  src: url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.woff") format("woff"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.ttf") format("truetype"), url("https://www.dillards.com/master/client/styles/master/fonts/futura_medium_bt-webfont.svg#futura_md_btmedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "didotbold_italic";
  src: url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.eot");
  src: url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.woff2") format("woff2"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.woff") format("woff"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.ttf") format("truetype"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-b11-bold-ital-webfont.svg#didotbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "didotmedium_italic";
  src: url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.eot");
  src: url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.woff2") format("woff2"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.woff") format("woff"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.ttf") format("truetype"), url("https://www.dillards.com/master/client/styles/master/fonts/didot-htf-m16-medium-ital-webfont.svg#didotmedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.futura_bk_btbook {
  font-family: futura_bk_btbook !important;
  font-weight: normal;
}

.futura_hv_btheavy {
  font-family: futura_hv_btheavy !important;
  font-weight: normal;
}

.futura_md_btmedium {
  font-family: futura_md_btmedium !important;
  font-weight: normal;
}

.didotbold_italic {
  font-family: didotbold_italic !important;
  font-weight: normal;
}

.didotmedium_italic {
  font-family: didotmedium_italic !important;
  font-weight: normal;
}

.breadCrumb,
.linkbar {
  margin: 3px 0 30px 0;
  padding: 0;
  list-style: none;
}
.breadCrumb ul,
.linkbar ul {
  padding: 0;
}
.breadCrumb li,
.linkbar li {
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}
.breadCrumb li:after,
.linkbar li:after {
  content: "/";
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 13px;
}
.breadCrumb li:last-child:after,
.linkbar li:last-child:after {
  content: "";
}
.breadCrumb li > a,
.linkbar li > a {
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}
.breadCrumb li > a:focus,
.linkbar li > a:focus {
  outline: 1px dotted #1f498a;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .desktopPage .breadCrumb {
    margin: 3px 0 0 0;
  }
}

.tabletPage .breadCrumb {
  margin: 0 !important;
}
.tabletPage .breadCrumb a {
  text-decoration: underline;
}

.modal-open {
  position: relative;
}

.email_signup .titleContainer {
  justify-content: center;
}
.email_signup #updateErrors {
  margin: 20px;
}
.email_signup .update-your-interests h2 {
  border-bottom: none;
}
.email_signup .update-your-interests .update_your_interests {
  border-bottom: solid thin #d2d2d2 !important;
}
.email_signup .email-request-title {
  padding: 0 0 0 20px;
}
.email_signup .email_signup_subtitle {
  padding: 0 0 0 20px;
}
.email_signup .modal-footer.flex-column.col-sm-12 {
  flex-direction: initial !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.LoadingSpinner__Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open.FilterSort__Overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 100000;
  height: auto;
  min-height: 100%;
}

.ReactModal__Content.ReactModal__Content--after-open.FilterSort__Content {
  position: absolute;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
}

.ReactModal__Body--open {
  overflow-x: hidden;
  overflow-y: hidden;
}
.ReactModal__Body--open #root {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  top: auto;
  bottom: auto;
}
.ReactModal__Body--open .btn-scroll--top {
  display: none;
}
.ReactModal__Body--open .QvModal__Overlay {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 20000000;
  overflow-x: hidden;
  overflow-y: auto;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal {
  font-size: 0.875rem;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal h4 {
  font-size: 1.25rem;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal span {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid gray;
  vertical-align: bottom;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal input[type=radio]:checked + span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid gray;
  vertical-align: bottom;
}
.ReactModal__Body--open .QvModal__Overlay .PickRegistryModal input[type=radio]:checked + span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: black;
  position: absolute;
  top: 7px;
  left: 5px;
  border-radius: 50%;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content {
  position: relative;
  border: none;
  background: rgb(255, 255, 255);
  overflow: visible;
  border-radius: 0;
  outline: none;
  padding: 20px;
  width: 900px;
  max-width: 90vw;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  margin: 60px auto;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay button.product-description-title {
  position: relative;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form {
  border: none;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .modalSwatches {
  margin-bottom: 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .modalSwatches .swatches {
  width: 98%;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .modalSwatches .slick-prev {
  top: 4px;
  left: -30px;
  transform: rotate(270deg);
  width: 20px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .modalSwatches .slick-next {
  top: 4px;
  right: -5px;
  transform: rotate(270deg);
  width: 20px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .qty-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay form.productDisplay__form .qty-wrapper input {
  width: 60px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .notAvailable--message,
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qvError--message {
  margin-top: 30px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable {
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 20px;
  scrollbar-width: none;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qvStickyFooter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer {
  min-height: 42px;
  background: white;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer #add-to-bag,
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer #add-to-wishlist {
  width: 100%;
  margin-top: 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer #add-to-bag svg,
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer #add-to-wishlist svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qv-scrollable .qv-footer #add-to-registry {
  float: right;
  display: none;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .imgNotVisible {
  visibility: hidden;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .main-img-wrapper {
  margin: 0px 20px;
  overflow: auto;
  position: relative;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .main-img-wrapper .qvZoomed {
  width: 200%;
  max-width: 200%;
  position: absolute;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay ::-webkit-scrollbar {
  display: none;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .btn-secondary {
  margin-top: 0px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .qvProductPageLink {
  font-size: 0.6875rem;
  text-decoration: underline;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .productDisplay__ul--flatSizeWrapper.additionalSizes {
  padding-top: 16px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .productDisplay__ul--flatSizeWrapper.additionalSizes #addtlSizesContainer a.additionalSizeLink {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: auto;
  min-width: 83px;
  max-width: 93px;
  margin: 0 5px 5px 0;
  padding: 6px 2px;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  outline: none;
  background-color: transparent;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories {
  border-left: solid thin #f2f2f2;
  max-height: calc(100vh - 50px);
  position: relative;
  right: -10px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories figure {
  margin: 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories .ossHeader {
  font-size: 0.6875rem;
  text-align: center;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 0px 20px 0px;
  margin: 0;
  border: none;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories .active-oss img {
  border: thin solid #ededed;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories img {
  margin: 0px auto 10px auto;
  width: 85%;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories .slick-list {
  margin-bottom: 20px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories .slick-prev {
  top: 485px;
  left: 25px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .ossAccessories .slick-next {
  top: 485px;
  right: 25px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay #product-alt-wrapper {
  max-height: 400px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay #product-alt-wrapper .slick-slide {
  height: 100px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #QuickViewDisplay .not-available {
  color: #c9c9c9;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product__title .product__title--brand {
  font-size: 1.25rem;
  margin: 0 25px 0 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product__title .product__title--brand a:hover {
  text-decoration: underline;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product__title .product__title--brand p {
  font-size: 1.25rem;
  margin-top: 0px;
  margin-bottom: -2rem !important;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product__title .product__title--desc {
  font-size: 0.9375rem;
  display: block;
  line-height: 1.5;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .close {
  text-align: right;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 5;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .close i {
  font-size: 1.25rem;
  color: #000;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .close.notAvailable--close {
  right: 15px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .closeSizeChart {
  text-align: right;
  opacity: 0.5;
  top: 18px;
  right: 20px;
  position: absolute;
  z-index: 5;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .closeSizeChart i {
  font-size: 1.25rem;
  color: #000;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper > div {
  margin: 17px 0 0 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
  height: 90px;
  padding: 5px 0px;
  text-align: center;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper img:hover {
  cursor: pointer;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev:before,
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next:before {
  font-size: 2.5rem;
  line-height: 0;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
  top: -16px;
  left: 24px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
  bottom: -16px;
  left: 24px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product-title {
  font-size: 1rem;
  margin: 0;
  width: calc(100% - 25px);
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .item-number {
  font-size: 0.75rem;
  margin-bottom: 10px;
  display: block;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .price {
  font-size: 0.875rem;
  padding-right: 10px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .shipping-message {
  font-family: "Open Sans";
  color: #000;
  margin-left: 5px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .shipping-message svg {
  height: 19px;
  width: 19px;
  fill: #000;
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
  vertical-align: middle;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .reduced-copy {
  color: #d73d3c;
  font-size: 0.875rem;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .original-price,
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .was-price {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #6c757d !important;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .price-wrapper .now-price {
  color: #d73d3c;
  font-size: 0.875rem;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .ds-message {
  color: #d73d3c;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product-description-wrapper .product-description-title .panel-icon {
  width: 11px;
  right: 12px;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product-description-wrapper .dept-mic-style {
  font-size: 0.6875rem;
  margin-top: 10px;
  display: block;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .product-description-wrapper .product-description li::first-letter {
  text-transform: capitalize;
}
.ReactModal__Body--open .QvModal__Overlay .QvModal__Content .one-option {
  padding: 8px 15px 8px 15px;
  margin: 0 0 6px;
  border: thin solid #dfdfdf;
  background-color: #eee;
  width: 100%;
  display: block;
  font-size: 0.8125rem;
}
.ReactModal__Body--open .qty-wrapper .label {
  display: block;
  margin-bottom: 8px;
}

.desktopPage .ossAccessories .item {
  height: 157px;
}

.tabletPage .ossAccessories {
  border-left: none !important;
  border-bottom: solid thin #f2f2f2 !important;
  right: 0 !important;
  margin-bottom: 10px !important;
}
.tabletPage .ossAccessories .slick-list {
  margin-bottom: 0 !important;
}
.tabletPage .ossAccessories .ossHeaderRow {
  border-bottom: solid thin #e3e3e3;
  margin-bottom: 20px;
}
.tabletPage .ossAccessories .ossHeaderRow .ossHeader {
  font-size: 1rem !important;
  text-align: left !important;
  text-transform: uppercase;
}
.tabletPage .ossAccessories .close {
  position: relative !important;
}

.reactModal .reactModal-header h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 15px 0;
}
.reactModal .reactModal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}

.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.SizeChart .sizeChartHeading {
  position: relative;
  top: -5px;
  font-weight: 600;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.SizeChart h6 {
  margin: 10px 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.SizeChart img {
  margin: auto;
}

.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal {
  width: auto;
  max-width: 595px;
}

.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal {
  width: auto;
  max-width: 595px;
}

#speedBumpModal .modal-footer button.btn-primary {
  margin: 4px 0 5px 0;
}
#speedBumpModal .modal-footer button.btn-secondary {
  margin-left: 10px;
}

.firefox .ReactModal__Body--open .QvModal__Overlay .QvModal__Content .close,
.microsoft-edge .ReactModal__Body--open .QvModal__Overlay .QvModal__Content .close {
  right: 10px !important;
}

.ShareProductModal,
.ShareProductModalResponse {
  width: auto;
  max-width: 595px !important;
  margin-top: 35px;
}
.ShareProductModal .shareProductModal,
.ShareProductModalResponse .shareProductModal {
  margin-top: 10px;
}
.ShareProductModal .shareProductModal__div--mainImage,
.ShareProductModalResponse .shareProductModal__div--mainImage {
  margin: 15px 25px 15px 0;
}
.ShareProductModal .close,
.ShareProductModalResponse .close {
  top: 10px !important;
  right: 17px !important;
}
.ShareProductModal h4,
.ShareProductModalResponse h4 {
  font-family: "Open Sans";
  font-weight: 600;
}
.ShareProductModal span.productName,
.ShareProductModalResponse span.productName {
  font-size: 0.8125rem;
  font-family: "Open Sans";
  font-weight: 600;
}
.ShareProductModal label,
.ShareProductModalResponse label {
  display: block;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: none;
}
.ShareProductModal .friendsEmailGroup,
.ShareProductModalResponse .friendsEmailGroup {
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 3px 5px 0 0;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
}
.ShareProductModal textarea,
.ShareProductModalResponse textarea {
  max-width: 262px;
  width: 100%;
  font-size: 14px;
}
.ShareProductModal textarea::placeholder,
.ShareProductModalResponse textarea::placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #595959;
}
.ShareProductModal p,
.ShareProductModalResponse p {
  font-size: 0.8125rem;
}
.ShareProductModal input,
.ShareProductModalResponse input {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.ShareProductModal input::placeholder,
.ShareProductModalResponse input::placeholder {
  font-size: 14px;
  color: #595959;
}
.ShareProductModal .text--error,
.ShareProductModalResponse .text--error {
  font-size: 0.8125rem;
}
.ShareProductModal img,
.ShareProductModalResponse img {
  width: 25%;
  float: left;
  margin-right: 5px;
}
.ShareProductModal .privacy-modal-text,
.ShareProductModalResponse .privacy-modal-text {
  font-size: 0.8125rem;
}
.ShareProductModal .privacy-modal-text a,
.ShareProductModalResponse .privacy-modal-text a {
  display: inline;
  text-decoration: underline !important;
}
.ShareProductModal .privacy-modal-text a:hover,
.ShareProductModalResponse .privacy-modal-text a:hover {
  text-decoration: none;
}

.ShareProductModal #recipientEmails_1,
.ShareProductModal #recipientEmails_2,
.ShareProductModal #recipientEmails_3,
.ShareProductModal #recipientEmails_4 {
  display: none;
}

.addFriendEmailButton {
  margin-bottom: 25px;
  color: black !important;
  background-color: #fff;
  text-decoration: underline;
  border: none;
  outline: none !important;
}

.tabletPage .QvModal__Overlay .QvModal__Content .btn-secondary {
  margin-top: 0px;
}
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
  height: 102px !important;
  padding: 5px 0px;
  text-align: center;
}
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img.img-small {
  height: 90px !important;
}
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev:before,
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next:before {
  font-size: 2.5rem;
  line-height: 0;
}
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
  top: -16px;
  left: 15px;
}
.tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
  bottom: -16px;
  left: 15px;
}
.tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
  max-height: 933px;
  overflow: scroll;
}

.internet-explorer #QuickViewDisplay .main-img-wrapper {
  overflow: auto !important;
}
.internet-explorer #QuickViewDisplay .qv-scrollable {
  overflow-y: auto;
  -ms-overflow-style: none;
}

/* ----------- Start iPad 3, 4 and Pro 9.7", also iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Landscape */
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
    height: 80px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
    top: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
    bottom: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
    max-height: 675px;
    overflow: scroll;
  }
}
/* ----------- End iPad 3, 4 and Pro 9.7" ----------- */
/* ----------- Start iPad Pro 10.5" ----------- */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) {
  /* Portrait */
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
    height: 67px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
    top: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
    bottom: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
    max-height: 1021px;
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) {
  /* Landscape */
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
    height: 90px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
    top: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
    bottom: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
    max-height: 743px;
    overflow: scroll;
  }
}
/* ----------- End iPad Pro 10.5" ----------- */
/* ----------- Start iPad Pro 12.9" ----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
  /* Portrait */
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
    height: 80px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
    top: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
    bottom: -16px;
    left: 20px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
    max-height: 1275px;
    overflow: scroll;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) {
  /* Landscape */
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper img {
    height: 90px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-prev {
    top: -16px;
    left: 25px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content #product-alt-wrapper .slick-vertical .slick-next {
    bottom: -16px;
    left: 25px;
  }
  .tabletPage .QvModal__Overlay .QvModal__Content .qv-scrollable {
    max-height: 933px;
    overflow: scroll;
  }
}
.hideATBRecs {
  display: none;
}

.tabletPage .ATB__div--productRecs {
  overflow-y: scroll;
}

/* ----------- End iPad Pro 12.9" ----------- */
.braFitContainer {
  display: flex;
  height: 480px;
  flex-direction: column;
  justify-content: space-between;
}

.intro-section {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
}
.intro-section .introWrapper h3 {
  font-family: "Playfair Display";
  font-size: 2rem;
}
.intro-section .introWrapper #start-size-quiz {
  font-size: 1rem;
}

.size-fields {
  padding: 2rem;
}

.shop-your-fit {
  font-size: 1rem;
}

#start-over {
  font-size: 1rem;
}

#response-txt {
  line-height: 1.75;
  width: fit-content;
  width: 16rem;
}

.responseImg {
  height: 15rem;
}

.thank-you-container a {
  font-size: 1rem;
  width: 100%;
}

.bra-result-container {
  width: 50%;
  margin: 1.5rem auto 0;
  padding: 2rem;
  background-color: #fbd8d8;
}

.loading_screen {
  display: none;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 13rem;
  right: 0rem;
}

.loading_screen.active {
  display: flex;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.result_section {
  display: none;
  flex-direction: column;
  justify-content: center;
  background-color: #fbd8d8;
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 7rem;
  right: -6rem;
  box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.2);
}

div#desktopContainer::before {
  content: "";
  width: 80%;
  height: 41rem;
  display: block;
  border: 2px solid #ddd;
  position: absolute;
  top: 24rem;
  left: 10rem;
}

.indicators-wrapper {
  width: 30%;
  margin: 0 auto;
}

ul.indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

ul.indicators li {
  display: table-cell;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  font-size: 0px;
}

li.active-indicator::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #000;
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.braFitContainer input[type=radio] {
  -moz-appearance: initial;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 2;
  visibility: hidden;
  margin-right: 0.5rem;
  top: 0.2rem;
  margin-top: 1rem;
  position: relative;
}
.braFitContainer input[type=radio]::before {
  border: 2px solid black;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  display: block;
  content: " ";
  cursor: pointer;
  visibility: visible;
}
.braFitContainer input[type=radio]:checked::before {
  background: radial-gradient(rgb(0, 0, 0) 36%, transparent 38%);
}
.braFitContainer .form-group {
  padding-right: 1rem;
  width: 75%;
}
.braFitContainer .form-group label {
  text-transform: none !important;
  font-size: 1rem;
  font-weight: 400;
}
.braFitContainer .form-group .custom-control {
  padding-left: 1rem !important;
}

.image-group img {
  width: 12rem;
  margin: 0 auto;
}

body.minicart-open {
  overflow: hidden !important;
}

@keyframes run {
  0% {
    right: -100%;
  }
  50% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal {
  width: 380px;
  max-width: 380px;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: 0;
  padding: 10px !important;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  left: unset;
  animation-name: run;
  animation: run 0.1s ease 0.05s both;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .messageWrapper, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .messageWrapper {
  padding: 7px 0 5px 0;
  margin: -8px 0 10px 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB_p--limitedText, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB_p--limitedText {
  color: #dc3545;
  font-size: 12px;
  font-weight: 600;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--productLink a, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--productLink a {
  font-size: 0.75rem;
  text-decoration: underline;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .shopping-bag-title, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .shopping-bag-title {
  font-size: 1rem;
  border-bottom: solid 2px #000;
  padding: 0 0 8px 0;
  text-align: left;
  position: relative;
  margin-top: 30px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal p.email-error, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal p.email-error {
  color: #d73d3c;
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 2px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .hideMessage, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .hideMessage {
  display: none;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__cartTimer-wrapper, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__cartTimer-wrapper {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  font-weight: 600;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__cartTimer-wrapper #cartTimer i, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__cartTimer-wrapper #cartTimer i {
  font-size: 12px;
  font-weight: 600;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__h4--modalTitle,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__p--quantity, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__h4--modalTitle,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__p--quantity {
  text-align: center;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__h4--modalTitle, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__h4--modalTitle {
  margin: 5px 0 0 0;
  font-size: 1rem;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__p--quantity, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__p--quantity {
  font-size: 12px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__p--quantity span, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__p--quantity span {
  color: #1c7cbb;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--mainImage, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--mainImage {
  max-width: 140px;
  width: 140px;
  float: left;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--attribute, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--attribute {
  float: right;
  max-width: 180px;
  width: 180px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--attribute p, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--attribute p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--attribute .price-wrapper .price, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--attribute .price-wrapper .price {
  padding: 0;
  font-size: 0.75rem;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--checkoutContainer, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--checkoutContainer {
  clear: both;
  border-top: 1px solid #e3e3e3;
  padding: 10px 0 10px 0;
  list-style: none;
  margin: 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--checkoutContainer .subtotal, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--checkoutContainer .subtotal {
  padding: 10px 0;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--checkoutContainer .price-wrapper, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--checkoutContainer .price-wrapper {
  display: inline;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB .ATB__div--checkoutContainer .price-wrapper .price, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB .ATB__div--checkoutContainer .price-wrapper .price {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div-alrtQtLeft span, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div-alrtQtLeft span {
  font-size: 11px;
  font-weight: 600;
  color: #c04747;
  text-align: center;
  display: block;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal #shoppingBagTableWrapper, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal #shoppingBagTableWrapper {
  height: auto;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal #shoppingBagTableWrapper p.ATB__p--attribute--nonReturnable.text-danger, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal #shoppingBagTableWrapper p.ATB__p--attribute--nonReturnable.text-danger {
  line-height: 1.4;
  font-size: 12px;
  margin-top: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .shopping-bag-table, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .shopping-bag-table {
  line-height: 1.2;
  font-size: 0.6875rem;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .shopping-bag-table .row, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .shopping-bag-table .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 8px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .item-desc-name, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .item-desc-name {
  font-weight: 600;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .label, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .label {
  font-weight: 600;
  color: #000;
  font-size: 0.75rem;
  text-align: left;
  padding: 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .price-wrapper, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .price-wrapper {
  display: inline;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .price, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .price {
  font-size: 0.75rem;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .cart-table-image img, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .cart-table-image img {
  min-width: 100px;
  max-width: 100px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart a,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart a:link,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart span, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart a,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart a:link,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart span {
  display: block;
  color: #000 !important;
  padding: 3px 0;
  text-align: left;
  line-height: 1.6;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart a span,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart a:link span,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart span span, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart a span,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart a:link span,
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart span span {
  display: inline-block;
  padding: 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart span.saleRed, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart span.saleRed {
  color: #c04747 !important;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .attributes-mini-cart span.attr, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .attributes-mini-cart span.attr {
  word-break: break-all;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .productRecs .item-title, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .productRecs .item-title {
  text-align: center;
  font-size: 12px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .productRecs__title, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .productRecs__title {
  background-color: none !important;
  border-bottom: solid thin #e3e3e3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0 !important;
  position: relative !important;
  text-transform: uppercase;
  width: 100% !important;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .slick-arrow.slick-prev, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .slick-arrow.slick-prev {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .slick-arrow.slick-next, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .slick-arrow.slick-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--comingSoonDescription, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--comingSoonDescription {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__input--email, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__input--email {
  width: 70%;
  float: left;
  height: 42px;
  transition: none;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__input--email.emailError, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__input--email.emailError {
  border: 1px solid #d73d3c;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__btn--submitBtn, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__btn--submitBtn {
  width: 30%;
  float: right;
  transition: none;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .alert-success, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .alert-success {
  font-size: 14px;
  padding: 10px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .close, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .close {
  top: 3px;
  right: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--productRecs, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--productRecs {
  padding-right: 0;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--productRecs #scrollingAtbRecs, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--productRecs #scrollingAtbRecs {
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--productRecs #scrollingAtbRecs .item, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--productRecs #scrollingAtbRecs .item {
  width: 142px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 15px;
  text-align: center;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .ATB__div--productRecs #scrollingAtbRecs .item .item-title, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .ATB__div--productRecs #scrollingAtbRecs .item .item-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}
.ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.AddtoCartModal .more-coming-soon, .ReactModal__Content.ReactModal__Content--after-open.QvModal__Content.InventoryModal .more-coming-soon {
  background: #f3f3f3;
  padding: 0px 20px 20px 20px;
  margin: 10px 0px 10px 0px;
}

.tabletPage .ATB_p--limitedText {
  line-height: 1.42857;
}
.tabletPage .ATB__div--productLink {
  padding-top: 5px;
  padding-right: 10px;
}
.tabletPage .ATB__div--productRecs {
  padding-right: 15px !important;
}
.tabletPage .ATB__div--productRecs #scrollingAtbRecs {
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tabletPage .ATB__div--productRecs #scrollingAtbRecs .item {
  width: 150px !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
}
.tabletPage .ATB__div--productRecs #scrollingAtbRecs .item img {
  max-height: 203px;
  margin: 10px auto 0;
  padding-right: 10px;
}

#product-carousel {
  position: relative;
}
#product-carousel img[src=""] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
#product-carousel img[src=""] + .item-title {
  bottom: 12px;
  position: absolute;
  left: 34%;
}

.filter-open, .sort-open {
  position: relative;
}
.filter-open #root, .sort-open #root {
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
}
.filter-open .btn-scroll--top, .sort-open .btn-scroll--top {
  display: none;
}

.FilterPortal, .SortPortal {
  height: auto;
  min-height: 100vh;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: -350px;
  right: 0;
  width: 350px;
  z-index: 1000;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;
}
.FilterPortal .shade, .SortPortal .shade {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #333;
  z-index: 999;
  opacity: 0.7;
}

.FilterPortal.opened, .SortPortal.opened {
  left: 0px;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;
}
.FilterPortal.opened .shade, .SortPortal.opened .shade {
  display: inline;
}

#feedback_button {
  position: fixed;
  bottom: 55%;
  right: -44px;
  cursor: pointer;
  transition: opacity 0.2s linear 0s, visibility;
  z-index: 1000;
  opacity: 0.7;
  visibility: visible;
  justify-content: left;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 2.2rem;
  padding: 4px;
  border-radius: 10px 10px 0 0;
  background-color: #808080;
  border: none;
}
#feedback_button:active {
  outline: none;
  border: none;
}
#feedback_button:focus {
  outline: 2px solid #1F498A;
  outline-offset: 5px;
  -moz-outline-radius: 100%;
}
#feedback_button #feedback_button_text {
  color: white;
  float: right;
  font-size: 1em;
  margin: auto;
  padding-right: 8px;
  line-height: 1.5em;
  background-color: #808080;
  vertical-align: baseline;
}
#feedback_button:hover {
  opacity: 1;
  background-color: #000000;
}
#feedback_button:hover #feedback_button_text {
  background-color: #000000;
}
#feedback_button svg {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: baseline !important;
  fill: white;
  width: 20px;
}
#feedback_button #feedback_button_icon {
  float: left;
  display: block;
  margin: 0.3em;
  height: 65%;
  position: relative;
}

#feedback_modal {
  padding: 0;
  width: 650px;
}

#feedback_form_header {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #E7E7E7;
  padding: 20px;
}

#feedback_modal_close_button .mobile-close-button {
  height: 15px;
  top: 10px;
  right: 10px;
}

#feedback_form_body section, #popup_survey_form_body section {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
#feedback_form_body section input, #feedback_form_body section select, #popup_survey_form_body section input, #popup_survey_form_body section select {
  height: 41px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428;
}
#feedback_form_body section .feedback_input, #popup_survey_form_body section .feedback_input {
  display: block;
  height: auto;
}
#feedback_form_body section #feedback_textarea, #popup_survey_form_body section #feedback_textarea {
  height: 200px;
  resize: none;
  overflow-y: auto;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428;
  background: none;
}
#feedback_form_body section option, #popup_survey_form_body section option {
  max-width: 100px;
}
#feedback_form_body #feedback_error_message, #popup_survey_form_body #feedback_error_message {
  padding: 20px;
}
#feedback_form_body .form-group, #popup_survey_form_body .form-group {
  margin: 0;
  transition: height 2s;
}
#feedback_form_body #feedback_select_type_section, #popup_survey_form_body #feedback_select_type_section {
  margin-top: 20px;
}
#feedback_form_body #feedback_yesOrNo_section .yesOrNo_button, #popup_survey_form_body #feedback_yesOrNo_section .yesOrNo_button {
  width: 100px;
  margin: 0;
  max-width: 100px;
  margin-right: 4px;
}
#feedback_form_body #feedback_yesOrNo_section #yonContainer, #popup_survey_form_body #feedback_yesOrNo_section #yonContainer {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}
#feedback_form_body .charCount, #popup_survey_form_body .charCount {
  float: right;
  font-size: 12px;
  color: gray;
}
#feedback_form_body .errTextChars, #popup_survey_form_body .errTextChars {
  color: #a94442;
}

#feedback_form_body {
  min-height: 675px;
}

#popup_survey_form_body {
  min-height: 300px;
}
#popup_survey_form_body #popUpSurveyInit {
  text-align: center;
  padding: 45px 0 20px;
}
#popup_survey_form_body #popUpSurveyInit p {
  font-size: 16px;
}
#popup_survey_form_body #popUpSurveyInit #popup_survey_buttons_section {
  text-align: center;
}
#popup_survey_form_body #popUpSurveyInit #popup_survey_buttons_section button {
  display: block;
  width: 25%;
  margin: 30px auto;
}

#feedback_form_footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #E7E7E7;
  padding: 12px;
}
#feedback_form_footer p {
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2px;
  line-height: 1.2;
}
#feedback_form_footer p strong {
  white-space: break-spaces;
}

#feedback_modal_close_button {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px;
}
#feedback_modal_close_button button {
  display: inline-block;
  position: relative;
  height: 15px;
}
#feedback_modal_close_button button svg {
  position: relative;
  display: block;
  fill: #000000;
  width: 20px;
}

#feedback_dillards_logo {
  display: inline-block;
}

.feedback_form_stars {
  display: inline-block;
}

#feedback_stars_section p {
  margin: 0;
}

#star-rating {
  padding-top: 4px;
  padding-bottom: 8px;
}

.star_rating_button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin-right: 5px;
}
.star_rating_button:active {
  outline: none !important;
  border: none !important;
}
.star_rating_button:focus {
  outline: none !important;
  border: none !important;
}
.star_rating_button span {
  display: block;
  font-size: 49px;
  line-height: 42px;
  width: 60px;
}

.on.star_rating_button {
  color: #FFD700 !important;
  padding: 0;
  margin-right: 5px;
  height: 49px;
  width: 55px;
}

.off.star_rating_button {
  color: #ccc;
  padding: 0;
  margin-right: 5px;
  height: 49px;
  width: 55px;
}

#feedback_blurb {
  padding: 20px 20px 0;
}

#feedback_buttons_section {
  display: flex;
  justify-content: center;
}
#feedback_buttons_section button {
  width: 25%;
  margin: 30px 5px;
}

.feedback_input {
  width: 94%;
}
.feedback_input p {
  overflow-wrap: break-word;
  hyphens: manual;
}

.feedback_select_input {
  width: 100%;
}

section .error-input select, section .error-input textarea, section .error-input input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6) !important;
  border: 1.5px solid #a94442 !important;
}
section p.error-text {
  display: block;
  float: left;
  clear: both;
  color: #a94442;
  margin-bottom: 0;
}

#feedback_success_content {
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#feedback_success_content #feedback_success_title {
  font-size: 2em;
  text-align: center;
  margin: 10px 0;
}
#feedback_success_content #feedback_success_message {
  font-size: 1em;
  text-align: center;
  margin: 10px 0 40px;
  width: 80%;
}
#feedback_success_content button {
  width: 25%;
  margin: 30px 5px;
}

#loading_spinner_holder {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 5%;
  margin: 23% 46%;
}

#feedback_loading_spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0e0e0e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contactus_form_body {
  width: 100%;
  min-height: 578px;
}
#contactus_form_body .feedback_input {
  width: 100%;
}
#contactus_form_body #feedback_select_type_section,
#contactus_form_body #feedback_options_section {
  width: 49%;
  margin-bottom: 50px;
}
#contactus_form_body #feedback_short_section,
#contactus_form_body #feedback_email_section,
#contactus_form_body #feedback_name_section,
#contactus_form_body #feedback_phone_section {
  width: 49%;
}
#contactus_form_body #feedback_state_store_section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
#contactus_form_body #feedback_state_store_section #feedback_select_state_section,
#contactus_form_body #feedback_state_store_section #feedback_select_store_section {
  width: 49%;
}
#contactus_form_body #feedback_comment_section {
  margin-top: 40px;
  width: 100%;
}
#contactus_form_body .charCount {
  float: right;
  font-size: 12px;
  color: gray;
}
#contactus_form_body #contactus-answers-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contactus_form_body #contactus-answers-section #contactus_loading_spinner_holder {
  margin-top: 100px;
  width: 100%;
  min-height: 400px;
}
#contactus_form_body #contactus-answers-section #contactus_loading_spinner_holder #feedback_loading_spinner {
  margin: auto;
}

.alert-info {
  font-size: 14px;
}

.contactUs-page h1 {
  font-weight: 600;
}

.btn-scroll--top {
  width: 50px;
  height: 50px;
  background: #000;
  border: 1px solid #fff;
  z-index: 1000;
  border-radius: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn-scroll--top:active {
  outline: none;
  border: none;
}
.btn-scroll--top:focus {
  outline: 2px solid #1F498A;
  outline-offset: 5px;
  -moz-outline-radius: 100%;
}
.btn-scroll--top .i-btn-scroll-top svg {
  position: absolute;
  fill: #fff;
  bottom: 1px;
  stroke: #fff;
  right: 16px;
  width: 16px;
}

.form-control {
  font-size: 0.875rem;
  line-height: 1.42857;
}

input.form-control {
  color: #000;
}
input.form-control::placeholder {
  color: #595959;
}

.invalid input,
.invalid textarea {
  border: 1px solid;
  border-color: #d73d3c;
}

select.form-control {
  display: block;
  font-size: 14px;
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 57%, 0 0;
  background-size: 12px auto, 100%;
  padding: 4px 12px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.aside-facets-column br {
  display: none;
}
.aside-facets-column .ContentRecommendation {
  padding: 0;
}

.facet-title {
  border-top: thin solid #ededed;
  font-size: 0.8125rem;
  text-transform: capitalize;
  padding: 15px 0 5px 0;
  position: relative;
  margin: 0;
  font-weight: 600;
  display: block;
}

.facet-title_sale {
  border-top: thin solid #ededed;
  font-size: 0.8125rem;
  text-transform: capitalize;
  padding: 0px 0 8px 0;
  position: relative;
  margin: 0;
  font-weight: 600;
  display: block;
}

.facet {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
.facet li a {
  display: block;
  font-size: 0.75rem;
  padding: 3px 0 4px;
  margin: 6px 0 5px;
  line-height: normal;
}
.facet li a:hover {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.facet .custom-control.custom-checkbox {
  padding: 4px 0 4px 24px;
  position: relative;
}
.facet .custom-control.custom-checkbox .custom-control-label-nocolor::before {
  top: 2px;
}
.facet .custom-control.custom-checkbox .custom-control-label-nocolor::after {
  top: 2px;
}
.facet .custom-control.custom-checkbox a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.facet .custom-control.custom-checkbox.color-label a {
  vertical-align: top;
  padding-top: 2px !important;
}
.facet .ShopNewArrivals .custom-control a {
  line-height: 1.5;
}
.facet .ShopNewArrivals .custom-control a .custom-control-label {
  line-height: 1.8;
}

.tabletPage .facet {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.facet.facet-header {
  padding: 0;
}
.facet.facet-header label {
  font-size: 0.6875rem;
  font-weight: 600;
}

ul.brandFacet {
  list-style: none;
  margin-bottom: 15px;
  max-height: 325px;
  min-height: 325px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.vert-facets ul,
.vert-facet ul {
  list-style: none;
  padding: 0;
  max-height: 325px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.vert-facets ul li a,
.vert-facet ul li a {
  display: block;
  font-size: 0.75rem;
}
.vert-facets ul li a:hover,
.vert-facet ul li a:hover {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.vert-facets ul li.color-label > .navColorFacet,
.vert-facet ul li.color-label > .navColorFacet {
  margin: 0 12px 0 6px;
  overflow: hidden;
}
.vert-facets ul li.color-label .custom-control-label,
.vert-facet ul li.color-label .custom-control-label {
  position: relative;
}
.vert-facets ul li.color-label .custom-control-label::before,
.vert-facet ul li.color-label .custom-control-label::before {
  top: 0;
  left: -65px;
}
.vert-facets ul li.color-label .custom-control-label::after,
.vert-facet ul li.color-label .custom-control-label::after {
  top: 0;
  left: -65px;
}
.vert-facets .searchByBrandFilterWrapper,
.vert-facet .searchByBrandFilterWrapper {
  position: relative;
}
.vert-facets .searchByBrandFilterWrapper input#searchByBrandFilterInput,
.vert-facet .searchByBrandFilterWrapper input#searchByBrandFilterInput {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  margin-bottom: 15px;
  padding-right: 30px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ced4da;
  width: 100%;
}
.vert-facets .searchByBrandFilterWrapper input#searchByBrandFilterInput:focus,
.vert-facet .searchByBrandFilterWrapper input#searchByBrandFilterInput:focus {
  border-color: #0297dc;
  outline: 0;
}
.vert-facets .searchByBrandFilterWrapper input#searchByBrandFilterInput::placeholder,
.vert-facet .searchByBrandFilterWrapper input#searchByBrandFilterInput::placeholder {
  font-size: 0.75rem;
  color: #adb5bd;
}
.vert-facets .searchByBrandFilterWrapper svg,
.vert-facet .searchByBrandFilterWrapper svg {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 5px;
  top: 4px;
  fill: #adb5bd;
  stroke: #adb5bd;
}
.vert-facets .searchByBrandFilterWrapper #searchByBrandFilterInput::-ms-clear,
.vert-facet .searchByBrandFilterWrapper #searchByBrandFilterInput::-ms-clear {
  display: none !important;
}
.vert-facets .searchByBrandFilterWrapper .clearBrand,
.vert-facet .searchByBrandFilterWrapper .clearBrand {
  cursor: pointer;
}

.checkbox {
  margin: 0 0 3px 0;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 1.9;
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  top: 3px;
}
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
.checkbox input[type=checkbox] + label::after {
  content: none;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

#selectFilterFacets {
  margin: 10px;
}
#selectFilterFacets .clearAllFilters {
  text-transform: capitalize;
  text-decoration: underline !important;
  font-size: 0.8125rem;
  margin: 15px 15px 15px 0;
  display: inline-block;
}
#selectFilterFacets .clearAllFilters:hover {
  text-decoration: none !important;
}
#selectFilterFacets .selectedFilter {
  font-size: 0.75rem;
  background-color: #dee2e6;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 5px;
}
#selectFilterFacets .selectedFilter a:hover {
  color: #000;
}
#selectFilterFacets .selectedFilter svg {
  height: 8px;
  width: 8px;
  fill: #000;
  stroke: #000;
  margin-left: 5px;
}

.sortBy label {
  font-size: 0.75rem;
  font-weight: 600;
}
.sortBy select {
  padding: 8px 30px 8px 5px;
  position: relative;
  width: auto;
  margin-left: 10px;
  border: 1px solid #ced4da;
  font-size: 0.75rem;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%, 0 0;
  background-size: 12px auto, 100%;
  background-clip: padding-box;
}

.navColorFacet {
  width: 23px;
  height: 23px;
  border: 1px solid #888;
  padding: 0;
  margin: 0 8px 0px 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100% !important;
  display: inline-block;
}
.navColorFacet#Animal {
  background: #ffffff url("/images/swatches/animal.jpg") no-repeat right top;
}
.navColorFacet#Beige {
  background: #c9b280;
}
.navColorFacet#Black {
  background: #333;
}
.navColorFacet#Blue {
  background: #00f;
}
.navColorFacet#Brown {
  background: #963;
}
.navColorFacet#Floral {
  background: #ffffff url("/images/swatches/floral.jpg") no-repeat right top;
}
.navColorFacet#Gold {
  background: #e9c400;
}
.navColorFacet#Green {
  background: #093;
}
.navColorFacet#Grey {
  background: #888;
}
.navColorFacet#Ivory {
  background: #eeb;
}
.navColorFacet#MultiMisc {
  background: #ffffff url("/images/swatches/multi.jpg") no-repeat right top;
}
.navColorFacet#NoColor {
  background: #fff;
}
.navColorFacet#Orange {
  background: #f90;
}
.navColorFacet#Other {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#3330ff));
  background: -moz-linear-gradient(to bottom, #ffff00, #3330ff);
  background: linear-gradient(to bottom, #ffff00, #3330ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#3330ff", GradientType=0);
}
.navColorFacet#Pink {
  background: #f9f;
}
.navColorFacet#Purple {
  background: #90f;
}
.navColorFacet#Red {
  background: #f00;
}
.navColorFacet#Silver {
  background: #d1d1d1;
}
.navColorFacet#Tan {
  background: #c9b280;
}
.navColorFacet#White {
  background: #fff;
}
.navColorFacet#Yellow {
  background: #ff0;
}

.desktopPage .ShopNewArrivals {
  list-style: none;
  padding-bottom: 10px;
}
.desktopPage .ShopNewArrivals span {
  text-transform: capitalize;
  font-size: 0.8125rem;
  font-weight: 600;
}
.desktopPage .ShopSale {
  padding-bottom: 10px;
}
.desktopPage .facet .custom-control-label {
  padding: 0;
  font-weight: 400;
  text-transform: unset;
}
.desktopPage .facet .custom-control-label::before {
  top: 2px;
}
.desktopPage .facet .custom-control-label::after {
  top: 2px;
}

.tabletPage .ShopNewArrivals {
  list-style: none;
}
.tabletPage .ShopNewArrivals span {
  text-transform: capitalize;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tabletPage .filter-by-wrapper .filter-by-content .facet .ShopNewArrivals .custom-control.custom-checkbox,
.tabletPage .filter-by-wrapper .filter-by-content .facet .ShopSale .custom-control.custom-checkbox {
  padding-left: 44px !important;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .ShopNewArrivals a {
  vertical-align: top;
  padding-top: 2px !important;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox {
  padding: 5px 0 5px 52px !important;
  margin: 0;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox .custom-control-label-nocolor::before {
  top: 4px;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox .custom-control-label-nocolor::after {
  top: 4px;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox a {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox.color-label > .navColorFacet {
  margin: 0 12px 0 0;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox.color-label .custom-control-label {
  position: relative;
  padding: 0;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox.color-label .custom-control-label::before {
  top: 2px;
  left: -61px;
}
.tabletPage .filter-by-wrapper .filter-by-content .facet .custom-control.custom-checkbox.color-label .custom-control-label::after {
  top: 2px;
  left: -61px;
}
.tabletPage .facet .custom-control-label {
  padding: 0;
  line-height: 1.8;
  font-weight: 400;
  text-transform: unset;
}
.tabletPage .ShopNewArrivals .custom-control-label {
  line-height: 1.3;
}

.pagination__wrapper {
  position: relative;
}
.pagination__wrapper .pagination {
  margin: 0;
  padding: 0;
}
.pagination__wrapper .pagination .page-item {
  position: relative;
  font-size: 0.875rem;
  line-height: 2.5;
  text-align: center;
}
.pagination__wrapper .pagination .page-item:focus, .pagination__wrapper .pagination .page-item:active {
  outline: none;
  box-shadow: none;
}
.pagination__wrapper .pagination .page-item .itemCount {
  padding: 0 10px;
  font-weight: 600;
  font-size: 0.75rem;
}
.pagination__wrapper .pagination .page-item > a,
.pagination__wrapper .pagination .page-item > span {
  height: 30px;
}
.pagination__wrapper .pagination .page-item > a:focus, .pagination__wrapper .pagination .page-item > a:active,
.pagination__wrapper .pagination .page-item > span:focus,
.pagination__wrapper .pagination .page-item > span:active {
  outline: none;
  box-shadow: none;
}
.pagination__wrapper .pagination .page-item .page-link {
  padding: 0 10px;
  position: relative;
  background-color: transparent;
  border: none;
  line-height: 2.5;
}
.pagination__wrapper .pagination .page-item .page-link .i-arrow-left,
.pagination__wrapper .pagination .page-item .page-link .i-arrow-right {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  margin: 9px 0 5px 0;
}
.pagination__wrapper .pagination .page-item .page-link .i-arrow-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77' height='18px' width='18px'%3E%3Ctitle%3Eprevious page%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.39,48.77a1,1,0,0,1-.71-.29L.29,25.09a1,1,0,0,1,0-1.41L23.68.29a1,1,0,0,1,1.41,1.41L2.41,24.39,25.09,47.07a1,1,0,0,1-.71,1.71Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.pagination__wrapper .pagination .page-item .page-link .i-arrow-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77' height='18px' width='18px'%3E%3Ctitle%3Enext page%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M1,48.77a1,1,0,0,1-.71-1.71L23,24.39.29,1.71A1,1,0,0,1,1.71.29L25.09,23.68a1,1,0,0,1,0,1.41L1.71,48.48A1,1,0,0,1,1,48.77Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.pagination__wrapper .pagination .page-item .page-link:hover .icon {
  opacity: 0.6;
}
.pagination__wrapper .pagination .pagination__first,
.pagination__wrapper .pagination .pagination__last {
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pagination__wrapper .pagination .pagination__activePage {
  width: 30px;
  height: 30px;
}
.pagination__wrapper .pagination .pagination__activePage:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  margin-top: 2px;
  z-index: -1;
  background-color: #e3e3e3;
}

#bottomPagination .itemCount {
  display: none;
}

.tabletPage .pagination__wrapper {
  text-align: right;
  padding-right: 15px;
}
.tabletPage .pagination__wrapper span {
  font-size: 0.875rem;
}

.addToBagContainer.m-b-15 {
  margin-bottom: 0px !important;
}

span.popover-error {
  display: none !important;
}

.form-group.has-error .form-control {
  border-color: 1px solid #ccc !important;
}

#layoutCart .modal-quickview #add-to-wishlist {
  width: 100%;
}

.invalidComboContainer {
  width: 100%;
  background: white;
  padding: 20px;
  position: absolute;
  bottom: 65px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  z-index: 1;
}

.invalidComboContainer:focus {
  outline: dotted 1px #b3b3b3;
}

.invalidComboContainer .closeTip {
  float: right;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

.invalidComboContainer .closeTip svg {
  height: 10px;
}

.invalidComboContainer p {
  font-size: 13px;
  color: #dc3545;
  margin-bottom: 0px;
  width: calc(100% - 20px);
  text-align: left;
}

.invalidComboContainer p span {
  font-weight: bold;
  margin-right: 5px;
  padding: 5px;
  border: 0.5px solid red;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 8px;
  text-align: center;
}

.invalidComboContainer:after {
  content: "";
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
  display: block;
  background: #fff;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: -9px;
  transform: rotate(45deg);
}

.qv-footer .invalidComboContainer {
  float: left;
  width: 100%;
  z-index: 100;
  bottom: 60px !important;
}

/*.bundleDisplay__div--outfitComponent .invalidComboContainer {
    bottom: 135px;
    width: calc(100% - 29px);
}*/
/*.productItem__wrapper .invalidComboContainer {
    bottom: 140px;
    width: calc(100% - 29px);
}*/
#layoutCart .invalidComboContainer {
  position: absolute;
  top: -75px;
  z-index: 100;
  float: left;
  width: 100%;
  bottom: auto;
}

#layoutCart #add-to-bag {
  width: 100% !important;
}

#layoutCart #quickViewFooter {
  height: 100px !important;
}

#layoutCart .qv_ATW {
  width: 100%;
}

#layoutCart .q-view-content .has-error .form-control, #layoutMember .q-view-content .form-group.has-error select.form-control {
  border-color: #ccc !important;
  box-shadow: none !important;
}

#layoutMember .q-view-content, #layoutCart .q-view-content {
  float: right;
}

body:not(#layoutMember).tabletPage .dynamicModalContainer .shopper-actions.text-right {
  width: calc(50% - 80px);
  position: absolute;
  right: 20px;
}

/*
#layoutCart.tabletPage .dynamicModalContainer .shopper-actions.text-right {
    width: calc(50% - 95px) !important;
    position: absolute !important;
    right: 90px !important;
}
*/
.desktopPage#layoutMember .dynamicModalContainer .shopper-actions.text-right a {
  width: 100%;
}

.tabletPage#layoutMember .dynamicModalContainer .shopper-actions.text-right a {
  width: calc(100% - 440px);
  position: relative;
  right: 20px;
  max-width: 300px;
}

.tabletPage#layoutMember .dynamicModalContainer .shopper-actions.text-right .invalidComboContainer {
  width: calc(100% - 470px);
  position: absolute;
  right: 35px;
  z-index: 1000;
  max-width: 300px;
}

.mobilePage#layoutCart .invalidComboContainer {
  top: -85px;
  z-index: 100;
  float: left;
  width: 100%;
  bottom: auto;
}

.mobilePage#layoutCart #quickViewFooter .shopper-actions, .mobilePage#layoutMember #quickViewFooter .shopper-actions {
  position: relative;
  float: left;
  width: 100%;
  z-index: 100;
}

#selectFilterFacets {
  margin: 10px;
}
#selectFilterFacets .clearAllFilters {
  text-transform: capitalize;
  text-decoration: underline !important;
  font-size: 0.8125rem;
  margin: 15px 15px 15px 0;
  display: inline-block;
}
#selectFilterFacets .clearAllFilters:hover, #selectFilterFacets .clearAllFilters:active, #selectFilterFacets .clearAllFilters:focus {
  text-decoration: none !important;
}
#selectFilterFacets .selectedFilter {
  font-size: 0.75rem;
  background-color: #dee2e6;
  padding: 4px 8px;
  border-radius: 3px;
  margin: 5px;
  display: inline-block;
}
#selectFilterFacets .selectedFilter a:hover {
  color: #000;
}
#selectFilterFacets .selectedFilter svg {
  height: 8px;
  width: 8px;
  fill: #000;
  stroke: #000;
  margin-left: 5px;
}

#my_dillards_bar_wrapper {
  width: 100%;
  color: #fff;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  background-color: #fff;
  top: 0;
  z-index: 101;
  outline: none;
}
#my_dillards_bar_wrapper .barItems {
  width: 100%;
  list-style: none;
  text-align: left;
  position: relative;
  font-size: 0.8125rem;
  display: block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  float: right;
  padding: 0;
  border: 0;
}
#my_dillards_bar_wrapper .barItems a:link,
#my_dillards_bar_wrapper .barItems a:visited {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
#my_dillards_bar_wrapper .barItems li {
  display: block;
  font-size: 0.8125rem;
  padding: 0 0 0 20px;
  float: none;
}
#my_dillards_bar_wrapper .barItems li .mobileMenu__quickLinks--link {
  display: block;
  padding: 10px 0;
}
#my_dillards_bar_wrapper .barItems li .price-wrapper {
  display: inline;
}
#my_dillards_bar_wrapper .barItems a.logo-spot {
  position: fixed;
  left: 50%;
  margin-left: -29px;
}
#my_dillards_bar_wrapper .barItems a.logo-spot .myDillardsLogo {
  display: inline-block;
  height: 15px;
  margin: 10px 0px;
}
#my_dillards_bar_wrapper #mobileMenu__welcome {
  border-bottom: 1px solid #e3e3e3;
  color: #000;
}
#my_dillards_bar_wrapper #mobileMenu__welcome .mobileMenu__welcome--link {
  text-transform: capitalize;
  display: block;
}
#my_dillards_bar_wrapper #mobileMenu__quickLinks i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
#my_dillards_bar_wrapper #mobileMenu__quickLinks span {
  font-size: 0.8125rem;
}
#my_dillards_bar_wrapper #mobileMenu__quickLinks svg {
  max-height: 16px;
}
#my_dillards_bar_wrapper .mdbContainer__row {
  height: 100%;
  vertical-align: middle;
  position: relative;
  color: #fff;
  margin: 0;
  width: 100%;
}
#my_dillards_bar_wrapper .mdbContainer__row > .col-sm-12 {
  padding: 0;
}
#my_dillards_bar_wrapper .mdbContainer__row .barItems {
  width: 100%;
  list-style: none;
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 35px;
}
#my_dillards_bar_wrapper .mdbContainer__row .barItems .barItems__li {
  display: inline;
  padding: 8px;
}
#my_dillards_bar_wrapper .mdbContainer__row .barItems .barItems__li.text-link:hover {
  cursor: pointer;
}
#my_dillards_bar_wrapper .mdbContainer__row .barItems .barItems__li--noborders {
  border: 0;
  padding-right: 0;
}
#my_dillards_bar_wrapper .mdbContainer__row .barItems, #my_dillards_bar_wrapper .mdbContainer__row .barItems__li {
  height: 35px;
}

.tabletPage #my_dillards_bar_wrapper .container {
  border: 0;
  *zoom: 1;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  height: 45px;
}
.tabletPage #my_dillards_bar_wrapper ul li {
  display: block;
  flex: 0 1 auto;
}
.tabletPage #my_dillards_bar_wrapper .barItems a.logo-spot {
  float: left;
}

@media (max-device-width: 1024px) and (min-device-width: 768px) {
  .tabletPage #main_nav {
    position: relative;
  }
}
.noscriptmsg {
  width: 100%;
}
.noscriptmsg #no-cookies-alert {
  margin: 0;
  text-align: center;
}
.noscriptmsg #no-cookies-alert p {
  margin: 0;
}

#header .search-area-react {
  float: right;
  margin: 15px 0 0;
  height: 35px;
  overflow: hidden;
}
#header .search-area-react .search-input-react {
  border: none;
  border-bottom: 1px solid #000;
  padding: 6px 26px 6px 0;
  width: 350px !important;
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 0;
  height: 35px;
}
#header .search-area-react .search-input-react:active, #header .search-area-react .search-input-react:focus {
  box-shadow: none;
  border-bottom: 1px solid #0297dc !important;
}
#header .search-area-react .search-input-react:active + .clearSearchX, #header .search-area-react .search-input-react:focus + .clearSearchX {
  border-bottom: 1px solid #0297dc;
}
#header .search-area-react .search-input-react::placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}
#header .search-area-react .search-input-react::-ms-clear {
  display: none;
}
#header .search-area-react .btn-search-react {
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
  height: 35px;
  width: 30px;
  font-size: 0.75rem;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
}
#header .search-area-react .btn-search-react:active, #header .search-area-react .btn-search-react:focus, #header .search-area-react .btn-search-react:hover {
  box-shadow: none;
  outline: none;
  color: #fff;
}
#header .search-area-react .btn-search-react .i-search svg {
  position: absolute;
  right: 5px;
  top: 2px;
  max-width: 18px;
}
#header .search-area-react #suggestions-wrapper {
  position: absolute;
  width: 349px;
  z-index: 99;
  box-shadow: 0px 7px 19px -4px rgba(0, 0, 0, 0.25) !important;
}
#header .search-area-react #suggestions-wrapper ul {
  float: left;
  background: #fff;
  color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#header .search-area-react #suggestions-wrapper ul li {
  text-align: left;
  line-height: 1.1;
  display: block;
}
#header .search-area-react #suggestions-wrapper ul li:last-of-type {
  border-top: 1px solid #f2f2f2;
  padding: 5px 0 0 0;
  height: 42px;
}
#header .search-area-react #suggestions-wrapper ul li:last-of-type:hover {
  background: #f7f7f7;
}
#header .search-area-react #suggestions-wrapper ul li:last-of-type > a:hover {
  background: none !important;
}
#header .search-area-react #suggestions-wrapper ul a {
  word-wrap: break-word;
  display: block;
  padding: 8px 0;
  font-size: 0.875rem;
  text-indent: 11px;
}
#header .search-area-react #suggestions-wrapper ul a:hover {
  background: #f7f7f7;
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
#header .search-area-react #suggestions-wrapper span.hilite-term {
  font-family: "Open Sans";
  font-weight: 600;
}
#header .search-area-react #suggestions-wrapper .highlighted-suggestion {
  background: #f7f7f7;
}
#header .search-area-react button.clearSearchX {
  width: 50px;
  height: 34px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #000;
  z-index: 9;
  padding: 0 0 0 15px;
}
#header .search-area-react button.clearSearchX:focus {
  outline: 1px dotted #1f498a;
  outline-offset: -4px;
}
#header .search-area-react button.clearSearchX svg {
  margin: 5px auto;
  display: block;
  width: 16px;
  height: 16px;
}
#header .search-area-react.has-error .search-input-react {
  box-shadow: none !important;
  border-color: #a94442 !important;
}
#header .search-area-react.has-error .search-input-react + button {
  border-bottom: 1px solid #a94442 !important;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  #app_wrapper #header #quick_links li a {
    font-size: 0.625rem;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #app_wrapper #header .search-area .search-input {
    width: 227px !important;
  }
}
.recentSearchesReact h4 {
  margin: 15px 0 10px 10px;
  font-weight: 600;
  font-size: 14px;
}
.recentSearchesReact .clearRecent {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background-color: white;
}
.recentSearchesReact .clearRecent:hover {
  color: #888;
  text-decoration: none !important;
}

.recentSearchesReact#suggestions-wrapper {
  background: #fff;
  z-index: 99;
}
.recentSearchesReact#suggestions-wrapper ul a {
  font-size: 14px !important;
}
.recentSearchesReact#suggestions-wrapper ul li:last-of-type {
  border: none !important;
  padding-bottom: 15px !important;
}

#miniCartWrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#miniCartWrapper .minicart-backdrop {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes run {
  0% {
    right: -100%;
  }
  50% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
#miniCart {
  width: 360px;
  max-width: 360px;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  color: #000;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  padding: 10px;
  overflow-x: hidden;
  z-index: 150;
  text-transform: capitalize;
  animation: run 0.1s ease 0.05s both;
}
#miniCart .cartTimer-wrapper {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  font-weight: 600;
}
#miniCart .cartTimer-wrapper #cartTimer i {
  font-size: 12px;
  font-weight: 600;
}
#miniCart #shoppingBagTableWrapper {
  height: auto;
  max-height: 415px;
  overflow-y: auto;
  overflow-x: hidden;
}
#miniCart .shopping-bag-table.table tbody tr td {
  line-height: 1.2;
  font-size: 0.75rem;
}
#miniCart .shopping-bag-table.table tbody tr td span {
  text-transform: capitalize;
}
#miniCart .shopping-bag-table.table tbody tr:first-child td {
  border-top: none;
}
#miniCart a,
#miniCart a:link {
  color: #000 !important;
  white-space: normal;
}
#miniCart a:hover {
  text-decoration: underline;
}
#miniCart a.item-desc-name {
  text-transform: none !important;
  font-size: 0.75rem;
}
#miniCart .label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 0.75rem;
  text-align: left;
  padding: 0;
}
#miniCart .price {
  font-size: 0.75rem;
}
#miniCart .cart-table-image img {
  min-width: 100px;
  max-width: 132px;
}
#miniCart .attributes-mini-cart a,
#miniCart .attributes-mini-cart a:link,
#miniCart .attributes-mini-cart span {
  display: block;
  color: #000 !important;
  padding: 3px 0;
  text-align: left;
}
#miniCart .attributes-mini-cart a span,
#miniCart .attributes-mini-cart a:link span,
#miniCart .attributes-mini-cart span span {
  display: inline-block;
  padding: 0;
}
#miniCart .attributes-mini-cart span.saleRed {
  color: #c04747 !important;
}
#miniCart #miniCartContentWrapper p {
  white-space: normal;
  font-size: 0.75rem;
}
#miniCart .mini-cart-footer {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0 10px 0;
}
#miniCart .mini-cart-footer ul {
  float: none;
  display: block;
  padding: 0px;
}
#miniCart .mini-cart-footer ul li {
  float: none;
  display: block;
  padding: 0;
}
#miniCart .mini-cart-footer ul li.price.subtotal {
  padding: 10px 0;
  text-align: right;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#miniCart .mini-cart-footer ul li.price.subtotal .price-wrapper span {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#miniCart .mini-cart-footer #mini-cart-checkout-btn {
  font-size: 0.875rem;
  margin: 5px 0px;
}
#miniCart #emptyBag {
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
#miniCart #emptyBag h1.emptyBagText {
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
}
#miniCart #emptyBag p.emptyBagText {
  text-transform: none;
  font-size: 0.8125rem;
}
#miniCart #emptyBag #myDillardsLoginMiniCartLink {
  color: #fff !important;
  text-transform: none;
  font-size: 0.8125rem;
  width: 75%;
  margin: 0 auto;
}
#miniCart #emptyBag #myDillardsLoginMiniCartLink:hover {
  text-decoration: none !important;
}
#miniCart #emptyBag .myDillardsShoppingBagLink {
  padding: 15px 0;
  display: block;
  font-size: 0.8125rem;
  margin: 0 auto;
}
#miniCart #emptyBag .myDillardsShoppingBagLink:hover, #miniCart #emptyBag .myDillardsShoppingBagLink:focus {
  text-decoration: none;
  outline: none;
}
#miniCart #emptyBag .close {
  position: absolute;
  top: 15px;
  right: 15px;
  fill: #000;
  stroke: #000;
}
#miniCart .shopping-bag-title {
  font-size: 1rem;
  border-bottom: solid 2px #000;
  padding: 0 0 5px 0;
  text-align: left;
  text-transform: none;
  position: relative;
}
#miniCart:hover {
  cursor: default;
}

#menu_wrapper {
  top: 35px;
  z-index: 15;
  background: #fff;
}

.tabletPage #menu_wrapper {
  top: 35px;
  z-index: 15;
  background: #fff;
}

#stickyMask {
  display: none;
  z-index: 16;
  height: 35px;
  width: 100%;
  background-color: #fff;
}

#stickyMask.showStickyMask {
  display: block !important;
  position: fixed;
  top: 0;
}

.desktopPage #menu_wrapper {
  position: sticky;
  position: -webkit-sticky;
}
.desktopPage #menu_wrapper.dropShadow {
  -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.22);
}
.desktopPage #menu_wrapper #main_nav {
  max-width: 1015px;
  margin: auto;
}
.desktopPage #menu_wrapper #main_nav .mega-menu-wrapper ul li a:hover {
  background-color: #ececec;
}
.desktopPage #menu_wrapper #main_nav .hiddenButtonForNav {
  background-color: white;
  margin-left: 5px;
  padding: 4px;
  vertical-align: middle;
  border: none;
}
.desktopPage #menu_wrapper #main_nav .hiddenButtonForNav:focus {
  outline: 2px solid #000;
}
@media (max-width: 1600px) {
  .desktopPage #menu_wrapper #main_nav {
    max-width: 1015px;
  }
}

#main_nav {
  position: relative;
}
#main_nav ul > li a {
  text-transform: capitalize;
}
#main_nav ul li {
  display: block;
  flex: 0 1 auto;
}
#main_nav > ul:not(.children) {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  height: 45px;
  overflow: visible;
}
#main_nav > ul:not(.children) > li {
  height: 45px;
}
#main_nav > ul:not(.children) > li > span {
  height: inherit;
  display: inherit;
}
#main_nav > ul:not(.children) > li > a {
  text-transform: capitalize;
  font-size: 0.875rem;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 2.7;
  height: 100%;
}
#main_nav > ul:not(.children) > li > a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.1s ease, background-color 0.1s ease;
  position: relative;
  top: 6px;
}
#main_nav > ul:not(.children) > li > a:hover:after {
  width: 100%;
  background: #393939;
}
#main_nav .mega-menu-wrapper {
  padding: 15px;
  position: absolute;
  top: 45px;
  z-index: 1000;
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  border: 1px solid #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: none;
}
#main_nav .mega-menu-wrapper .megaMenuCloseWrapper {
  position: relative;
}
#main_nav .mega-menu-wrapper .megaMenuCloseWrapper .megaMenuClose {
  visibility: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  height: 18px;
  width: 18px;
  padding: 3px;
}
#main_nav .mega-menu-wrapper .megaMenuCloseWrapper .megaMenuClose .icon {
  width: 12px;
  height: 12px;
}
#main_nav .mega-menu-wrapper .megaMenuCloseWrapper .megaMenuClose .icon svg {
  margin-top: -16px;
}
#main_nav .mega-menu-wrapper h2 {
  color: #000;
  display: block;
  padding: 2px;
  font-size: 13px;
  margin: 0 10px;
}
#main_nav .mega-menu-wrapper h2.menuCat {
  border-bottom: solid 1px #e3e3e3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#main_nav .mega-menu-wrapper h2.menuCat a {
  text-transform: uppercase !important;
  letter-spacing: 1px;
}
#main_nav .mega-menu-wrapper ul.children {
  padding: 0;
  margin: 0 10px 10px;
  list-style: none;
  max-width: 90%;
  width: 90%;
}
#main_nav .mega-menu-wrapper ul.children li {
  display: block !important;
  width: 100%;
  padding: 3px 0 !important;
}
#main_nav .mega-menu-wrapper ul.children li a {
  color: #000;
  display: block;
  padding: 2px;
  font-size: 13px;
}
#main_nav .mega-menu-wrapper ul.children li:first-child, #main_nav .mega-menu-wrapper ul.children li:last-child {
  padding: inherit;
}
#main_nav .mega-menu-wrapper ul.children li.child {
  text-transform: none;
}
#main_nav .mega-menu-wrapper.mega-menu-wrapper-open {
  display: block;
}

.tabletPage #main-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.internet-explorer #main_nav {
  position: relative;
}
.internet-explorer #main_nav .dropShadow {
  box-shadow: none !important;
}

@media (max-width: 1599px) and (min-width: 1171px) {
  #main_nav {
    position: relative;
  }
  #main_nav .mega-menu-wrapper {
    width: 100% !important;
    right: 0;
    left: 0;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_nav {
    position: relative;
  }
  #main_nav .mega-menu-wrapper {
    width: 100% !important;
    right: 0;
    left: 0;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #main_nav .mega-menu-wrapper {
    width: 100% !important;
    right: 0;
    left: 0;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #main_nav .mega-menu-wrapper {
    width: 100% !important;
    right: 0;
    left: 0;
  }
}
.TabletMenu__backdrop {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 195px;
  left: 0;
  right: 0;
}

.tabletPage #main_nav > ul:not(.children) > li > a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  position: relative;
  top: 6px;
  z-index: 5;
}
.tabletPage #main_nav > ul:not(.children) > li > a:hover:after {
  width: 100%;
  background: #393939;
}

#header.inline-header .inline-logo {
  max-width: 220px;
}
#header.inline-header .inline-search .search-area-react {
  float: right;
  margin: 0;
  height: 52px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
#header.inline-header .inline-search .search-area-react .search-input-react {
  height: 50px;
  margin: 0;
  padding: 12px 26px 0 0;
  width: 280px !important;
  border-bottom: none !important;
}
#header.inline-header .inline-search .search-area-react .btn-search-react {
  margin: 0;
  padding: 0;
  border: none !important;
  height: 30px;
  width: 30px;
  top: 5px !important;
  right: 0px !important;
  border-bottom: none !important;
}
#header.inline-header .inline-search .search-area-react .btn-search-react .icon.i-search {
  height: 30px;
  width: 30px;
}
#header.inline-header .inline-search .search-area-react .clearSearchX {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 15px !important;
  right: 10px !important;
  border-bottom: none !important;
}
#header.inline-header .inline-search .search-area-react .clearSearchX svg {
  top: 15px !important;
  right: 10px !important;
}
#header.inline-header .inline-search #suggestions-wrapper {
  width: 310px;
}
#header.inline-header #menu_wrapper {
  height: 50px;
}
#header.inline-header #menu_wrapper .container-fluid, #header.inline-header #menu_wrapper .container-sm, #header.inline-header #menu_wrapper .container-md, #header.inline-header #menu_wrapper .container-lg, #header.inline-header #menu_wrapper .container-xl {
  padding: 0;
  margin: 0;
}
#header.inline-header #main_nav > ul:not(.children) {
  height: 50px;
}
#header.inline-header #main_nav > ul:not(.children) > li {
  height: 50px;
}
#header.inline-header #main_nav > ul:not(.children) > li > a {
  line-height: 4.6;
}
#header.inline-header #main_nav > ul:not(.children) > li > a:after {
  top: -13px;
}
#header.inline-header #menu_wrapper .mega-menu-wrapper {
  top: 50px;
}

@media only screen and (max-width: 1370px) {
  .desktopPage #header.inline-header {
    position: relative;
  }
  .desktopPage #header.inline-header .inline-search .search-area-react .search-input-react {
    width: 210px !important;
  }
}
@media only screen and (max-width: 1170px) {
  .desktopPage #header.inline-header {
    position: relative;
  }
  .desktopPage #header.inline-header .inline-search {
    position: absolute;
    right: 0;
  }
}
#app_wrapper {
  position: relative;
}

.lazy-extended-wrapper {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: block !important;
  margin: auto;
}
.lazy-extended-wrapper > img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1170px) and (max-width: 1599px) {
  .lazy-extended-wrapper {
    width: 100% !important;
  }
}
#ContentTemplate .ContentRecommendation img.lazy-extended:not(.already-loaded),
#NavigationTemplate .results-column .ContentRecommendation img.lazy-extended:not(.already-loaded) {
  min-height: 100px;
}

div[data-type=FourProductButtonPage] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
div[data-type=FourProductButtonPage] > div > div {
  flex: unset;
  max-width: unset;
  padding: 0;
}

@media (min-width: 576px) {
  div[data-type=FourProductButtonPage] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  div[data-type=FourProductButtonPage] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ContentRecommendationOverwritten {
  min-height: 300px;
}

.tabletPage #app_wrapper .container {
  max-width: 100%;
}

#footer_wrapper {
  width: 100%;
}
#footer_wrapper #footer {
  border-top: solid 2px #000;
  margin: 40px 0 0;
  background-color: #000;
  clear: both;
  padding: 15px 0px 18px 0px;
}
#footer_wrapper #footer a,
#footer_wrapper #footer button {
  color: #ccc;
  transition: all 0.2s ease;
  background: none;
  border: none;
  padding: 0;
}
#footer_wrapper #footer a:hover,
#footer_wrapper #footer button:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#footer_wrapper #footer a:focus,
#footer_wrapper #footer button:focus {
  outline: 1px dotted #fff;
}
#footer_wrapper #footer p {
  font-size: 0.8125rem;
}
#footer_wrapper #footer .footer-content-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer_wrapper #footer .footer-content-section ul li {
  color: #ccc;
}
#footer_wrapper #footer #customerConnect {
  align-items: flex-start;
}
#footer_wrapper #footer #customerConnect #lets-chat {
  text-align: center;
  padding-left: 25px;
}
#footer_wrapper #footer #customerConnect #lets-chat .qst_comments_footer {
  color: #fff;
  font-size: 0.875rem;
  margin: 5px 0 0.25rem 0;
  border-bottom: none;
  display: block !important;
  line-height: 1.4;
}
#footer_wrapper #footer #customerConnect #lets-chat #openChatButtonParent {
  margin: 0 15px;
  background: none;
  border: none;
}
#footer_wrapper #footer #customerConnect #lets-chat svg {
  fill: #666;
  transition: all 0.2s ease;
}
#footer_wrapper #footer #customerConnect #lets-chat svg:hover {
  fill: #fff;
}
#footer_wrapper #footer #customerConnect #connect-follow,
#footer_wrapper #footer #customerConnect #textSignUp {
  margin: 0 0 15px 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
#footer_wrapper #footer #customerConnect #connect-follow .be_mobile_vip_footer,
#footer_wrapper #footer #customerConnect #connect-follow .stay_in_touch_footer,
#footer_wrapper #footer #customerConnect #textSignUp .be_mobile_vip_footer,
#footer_wrapper #footer #customerConnect #textSignUp .stay_in_touch_footer {
  display: inline-block;
  font-size: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.25rem !important;
  border-bottom: none;
  line-height: 1.4;
}
#footer_wrapper #footer #customerConnect #connect-follow p,
#footer_wrapper #footer #customerConnect #textSignUp p {
  line-height: normal;
}
#footer_wrapper #footer #customerConnect #connect-follow .i-arrow-right,
#footer_wrapper #footer #customerConnect #textSignUp .i-arrow-right {
  fill: #fff;
  width: 12px;
  height: 12px;
  vertical-align: super;
}
#footer_wrapper #footer #customerConnect #footerCareers {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper .we_are_hiring_footer {
  margin: 0;
  font-size: 1.375rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  border-bottom: none;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper .careersTagline {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  padding: 2px 0 12px 0;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper .joinOurTeamLink {
  height: 30px;
  width: 170px;
  border-radius: 5px;
  padding: 5px;
  background-color: #666;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper .joinOurTeamLink:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
#footer_wrapper #footer #customerConnect #footerCareers #footerCareersWrapper .joinOurTeamLink span {
  text-decoration: underline;
}
#footer_wrapper #footer #customerConnect #footerCareers.careersIntl {
  margin: 0 auto;
}
#footer_wrapper #footer #socialIconsRow #social-icons {
  display: flex;
  justify-content: center;
  padding: 0;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul {
  height: 30px;
  float: right;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul li {
  display: inline-block;
  margin-right: 15px;
  height: 30px;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul li:last-child {
  margin-right: 0;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul li a i {
  font-size: 1.25rem;
  display: none;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul li a svg {
  width: 40px;
  fill: #666;
  transition: all 0.2s ease;
}
#footer_wrapper #footer #socialIconsRow .footer__footerIcons ul li a svg:hover {
  fill: #fff;
}
#footer_wrapper #footer .footer__h2,
#footer_wrapper #footer .footer__label--emailSignup {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #fff;
  display: block;
  border-bottom: none;
}
#footer_wrapper #footer .footer__label--emailSignup {
  margin-top: 8px;
}
#footer_wrapper #footer .footer__ul--hideWhenInternational li,
#footer_wrapper #footer .footer__section--footerLinks ul li {
  font-size: 0.875rem;
  padding: 5px 0 !important;
}
#footer_wrapper #footer .footer__contentSection {
  margin: 5px 0px;
  padding: 5px 15px 5px 100px;
}
#footer_wrapper #footer .footer__contentSection .email-input-error,
#footer_wrapper #footer .footer__contentSection .text-input-error {
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  margin: 10px 0;
  text-align: center;
  color: #d28a8a;
  font-size: 0.75rem;
}
#footer_wrapper #footer .footer__contentSection img {
  display: inline-block;
  margin-right: 5px;
}
#footer_wrapper #footer .footer__input--email,
#footer_wrapper #footer .footer__input--text {
  text-transform: lowercase;
  padding: 3px 8px !important;
  background: #000;
  border: 1px solid #ccc;
  color: #fff;
  min-width: 225px;
  max-width: 225px;
  height: 34px;
  display: inline-block;
  line-height: 26px;
  font-size: 0.8125rem !important;
  transition: all 0.2s ease;
}
#footer_wrapper #footer .footer__input--email::placeholder,
#footer_wrapper #footer .footer__input--text::placeholder {
  color: #797979;
}
#footer_wrapper #footer .footer__input--email:focus,
#footer_wrapper #footer .footer__input--text:focus {
  background-color: #fff;
  color: #000;
}
#footer_wrapper #footer #contact-us #openChatButtonParent {
  display: none !important;
}
#footer_wrapper #footer .footer-col {
  justify-content: center;
}
#footer_wrapper #footer .footer__section--footerLinks .emailInput,
#footer_wrapper #footer .footer__section--footerLinks .textInput {
  width: 100%;
  position: relative;
}
#footer_wrapper #footer .footer__section--footerLinks .emailInput button,
#footer_wrapper #footer .footer__section--footerLinks .textInput button {
  height: 34px;
  padding: 0 15px;
  width: 40px;
  background-color: #000;
  border: 1px solid #ccc;
  border-left: none;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
}
#footer_wrapper #footer .footer__section--footerLinks .emailInput button svg,
#footer_wrapper #footer .footer__section--footerLinks .textInput button svg {
  fill: #fff;
  stroke: #fff;
  height: 12px;
  width: 12px;
}
#footer_wrapper #footer .footer__section--footerLinks .has-error .form-control {
  border-color: #d28a8a;
}
#footer_wrapper #footer button.exit-link.wf-exit-link {
  padding: 0;
  text-decoration: none;
}
#footer_wrapper #footer button.exit-link.wf-exit-link:hover {
  text-decoration: underline !important;
  color: #000 !important;
}
#footer_wrapper #footer .border-top {
  padding-top: 25px;
  border-top: 1px solid #666 !important;
}
#footer_wrapper .footer__tippyBottom {
  background: #dfdfdf;
  text-align: center;
  padding: 25px 0 10px;
}
#footer_wrapper .footer__tippyBottom p {
  margin-bottom: 0px;
  color: #000;
  font-size: 0.75rem;
  text-align: center;
  padding: 15px 0;
}
#footer_wrapper .footer__tippyBottom ul {
  margin: 0 auto;
  font-size: 0.875rem;
  padding: 0;
}
#footer_wrapper .footer__tippyBottom ul li {
  display: inline-block;
  border-right: 1px solid #000;
}
#footer_wrapper .footer__tippyBottom ul li a {
  list-style: none;
  padding: 0 15px;
}
#footer_wrapper .footer__tippyBottom ul li a:hover {
  text-decoration: underline;
  color: #000;
}
#footer_wrapper .footer__tippyBottom ul li:last-child {
  border: none;
}
#footer_wrapper .footer__tippyBottom #lets-chat .col-sm-12,
#footer_wrapper .footer__tippyBottom #social-icons .col-sm-12,
#footer_wrapper .footer__tippyBottom #connect-follow .col-sm-12 {
  text-align: center;
}

#footer_tippy_bottom .footer__section--footerLinks ul li #footer_cookie_settings,
#footer_tippy_bottom .footer__ul--hideWhenInternational li #footer_cookie_settings {
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 0;
  color: #000;
  font-size: 0.875rem;
  text-align: center;
  padding: 0 15px;
}
#footer_tippy_bottom .footer__section--footerLinks ul li #footer_cookie_settings:hover,
#footer_tippy_bottom .footer__ul--hideWhenInternational li #footer_cookie_settings:hover {
  text-decoration: underline !important;
  color: #000 !important;
}

.tabletPage #footer_wrapper #footer .footer__contentSection {
  padding: 5px 15px 5px 15px;
}
.tabletPage #footer_wrapper #footer .footer-col {
  justify-content: center;
}
@media (orientation: portrait) {
  .tabletPage #footer_wrapper #footer .footer-col {
    justify-content: start !important;
  }
}
.tabletPage #footer_wrapper #footer #connect-follow p {
  font-size: 0.8125rem;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow {
  align-items: flex-start;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #lets-chat {
  text-align: center;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #lets-chat .qst_comments_footer {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.25rem !important;
  border-bottom: none;
  display: block !important;
  line-height: 1.4;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #lets-chat #openChatButtonParent {
  margin: 0 15px;
  background: none;
  border: none;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #lets-chat svg {
  fill: #666;
  transition: all 0.2s ease;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #lets-chat svg:hover {
  fill: #fff;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper .we_are_hiring_footer {
  margin: 0;
  font-size: 1.375rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  border-bottom: none;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper .careersTagline {
  color: #fff;
  font-size: 0.875rem;
  line-height: normal;
  padding: 2px 0 12px 0;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper .joinOurTeamLink {
  height: 30px;
  width: 170px;
  border-radius: 5px;
  padding: 5px;
  background-color: #666;
  color: #fff;
  font-size: 0.813rem;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper .joinOurTeamLink:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers #footerCareersWrapper .joinOurTeamLink span {
  text-decoration: underline;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers.careersIntl {
  justify-content: center;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #footerCareers.careersIntl #footerCareersWrapper {
  padding-right: 0;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow #social-icons {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0 !important;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow .footer__footerIcons ul {
  height: 30px;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow .footer__footerIcons ul li {
  display: inline-block;
  margin-right: 10px;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow .footer__footerIcons ul li:last-child {
  margin-right: 0;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow .footer__footerIcons ul li a svg {
  width: 30px;
  fill: #666;
  transition: all 0.2s ease;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow .footer__footerIcons ul li a svg:hover {
  fill: #fff;
}
.tabletPage #footer_wrapper #footer #customerConnectBottomRow.customerConnectBottomRowIntl {
  justify-content: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tabletPage #footer_wrapper #footer #social-icons {
    flex: 0 0 100% !important;
  }
}
.tabletPage #footer_wrapper .footer__tippyBottom ul {
  padding: 0;
}
.tabletPage #footer_wrapper .footer__tippyBottom ul a {
  padding: 0 10px;
  font-size: 0.8125rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tabletPage #footer .col-sm-6.footer-content-section {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.desktopPage .vert-facets .filter-list .facet-title-desktop {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  box-shadow: none;
  border: none;
  border-top: 1px solid #ededed;
  cursor: pointer;
  text-transform: none;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.84 48.84'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.84,23.41H25.47V1a1,1,0,0,0-2,0v22.4H1a1,1,0,0,0,0,2H23.45v22.4a1,1,0,1,0,2,0V25.43H47.84a1,1,0,1,0,0-2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.desktopPage .vert-facets .filter-list .facet-title-desktop.open:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.87 2.02'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.86,2H1A1,1,0,0,1,1,0H47.86a1,1,0,0,1,0,2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.desktopPage .vert-facets .filter-list .facet-title-desktop + .facet {
  height: 0;
  margin: 0;
  padding: 0;
  min-height: 0;
  display: none;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop + .facet li {
  margin: 0;
  padding: 0;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop.open + .facet {
  height: auto;
  padding-bottom: 10px;
  display: block;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop.open + .facet li {
  margin: 0;
  padding: 0;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop.open + .facet li.custom-control {
  padding-left: 1.5rem;
  margin: 7px 0 6px;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter,
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter + .facet {
  height: 0;
  display: none;
  margin: 0;
  padding: 0;
  min-height: 0;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter li a,
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter + .facet li a {
  text-indent: 0;
  transition: text-indent ease-out 250ms;
  font-size: 13px;
  padding: 3px 0 4px;
  margin: 6px 0 5px;
  line-height: normal;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter input,
.desktopPage .vert-facets .filter-list .facet-title-desktop + .filter + .facet input {
  margin: 5px 0 20px 20px;
  width: 85%;
  padding: 5px 10px;
}
.desktopPage .vert-facets .filter-list .facet-title-desktop.open + .filter, .desktopPage .vert-facets .filter-list .facet-title-desktop.open + .filter + .facet {
  height: auto;
  display: block;
}

.tabletPage .filter-sort-row.noResultsFilter {
  padding: 0 25px 0 0;
}
.tabletPage .sort-by-wrapper.opened,
.tabletPage .filter-by-wrapper.opened {
  right: 0;
  left: 0;
}
.tabletPage .sort-by-wrapper .col-sm-12.ContentRecommendation,
.tabletPage .filter-by-wrapper .col-sm-12.ContentRecommendation {
  padding: 0;
}
.tabletPage .sort-by-wrapper,
.tabletPage .filter-by-wrapper {
  left: -100%;
}
.tabletPage .sort-by-wrapper.opened,
.tabletPage .filter-by-wrapper.opened {
  right: 0;
  left: 0;
}
.tabletPage .sort-by-wrapper .sort-by-content,
.tabletPage .sort-by-wrapper .filter-by-content,
.tabletPage .filter-by-wrapper .sort-by-content,
.tabletPage .filter-by-wrapper .filter-by-content {
  position: absolute;
  height: auto;
  min-height: 100vh;
  width: 350px;
  background: #fff;
  z-index: 1205;
  backface-visibility: hidden;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;
}
.tabletPage .sort-by-wrapper .sort-by-content .i-check-mark,
.tabletPage .sort-by-wrapper .filter-by-content .i-check-mark,
.tabletPage .filter-by-wrapper .sort-by-content .i-check-mark,
.tabletPage .filter-by-wrapper .filter-by-content .i-check-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.75 39.01'%3E%3Ctitle%3Echeckmark%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M54,.72a2.5,2.5,0,0,0-3.54,0L18.78,33,4.27,18.45a2.56,2.56,0,0,0-3.54,0A2.5,2.5,0,0,0,.73,22L17,38.28a2.48,2.48,0,0,0,1.77.73h0a2.51,2.51,0,0,0,1.77-.75L54,4.25A2.5,2.5,0,0,0,54,.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  height: 11px;
  width: 11px;
  margin-left: 8px;
  vertical-align: baseline;
}
.tabletPage .sort-by-wrapper .sort-by-content br,
.tabletPage .sort-by-wrapper .filter-by-content br,
.tabletPage .filter-by-wrapper .sort-by-content br,
.tabletPage .filter-by-wrapper .filter-by-content br {
  display: none !important;
}
.tabletPage .sort-by-wrapper .sort-by-content .facet,
.tabletPage .sort-by-wrapper .filter-by-content .facet,
.tabletPage .filter-by-wrapper .sort-by-content .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet {
  list-style: none;
  padding: 0;
}
.tabletPage .sort-by-wrapper .sort-by-content .facet li,
.tabletPage .sort-by-wrapper .filter-by-content .facet li,
.tabletPage .filter-by-wrapper .sort-by-content .facet li,
.tabletPage .filter-by-wrapper .filter-by-content .facet li {
  padding: 0;
}
.tabletPage .sort-by-wrapper .sort-by-content .facet li a,
.tabletPage .sort-by-wrapper .filter-by-content .facet li a,
.tabletPage .filter-by-wrapper .sort-by-content .facet li a,
.tabletPage .filter-by-wrapper .filter-by-content .facet li a {
  font-size: 13px;
  padding: 3px 0 4px;
  margin: 6px 0 5px;
  line-height: normal;
  text-indent: 20px;
}
.tabletPage .sort-by-wrapper .sort-by-content .sort-list,
.tabletPage .sort-by-wrapper .filter-by-content .sort-list,
.tabletPage .filter-by-wrapper .sort-by-content .sort-list,
.tabletPage .filter-by-wrapper .filter-by-content .sort-list {
  padding: 80px 0 0 0;
}
.tabletPage .sort-by-wrapper .sort-by-content .sort-list .facet-title,
.tabletPage .sort-by-wrapper .filter-by-content .sort-list .facet-title,
.tabletPage .filter-by-wrapper .sort-by-content .sort-list .facet-title,
.tabletPage .filter-by-wrapper .filter-by-content .sort-list .facet-title {
  padding: 20px 15px 15px 20px;
}
.tabletPage .sort-by-wrapper .sort-by-content .header-wrapper,
.tabletPage .sort-by-wrapper .filter-by-content .header-wrapper,
.tabletPage .filter-by-wrapper .sort-by-content .header-wrapper,
.tabletPage .filter-by-wrapper .filter-by-content .header-wrapper {
  padding: 15px;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 0;
  border: none;
  border-top: thin solid #e3e3e3;
  text-transform: none;
  font-weight: 600 !important;
  color: #000;
  font-size: 0.8125rem !important;
  text-indent: 20px;
  text-transform: capitalize;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title:after,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.84 48.84'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.84,23.41H25.47V1a1,1,0,0,0-2,0v22.4H1a1,1,0,0,0,0,2H23.45v22.4a1,1,0,1,0,2,0V25.43H47.84a1,1,0,1,0,0-2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open:after,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.87 2.02'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.86,2H1A1,1,0,0,1,1,0H47.86a1,1,0,0,1,0,2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + fieldset .facet,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + fieldset .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .facet {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 0;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + fieldset .facet,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + fieldset .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + .facet {
  height: auto;
  padding-bottom: 10px;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + fieldset .facet li,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + .facet li,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + fieldset .facet li,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + .facet li {
  height: auto;
  padding: 0;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter + .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter + .facet {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 0;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter li a,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter + .facet li a,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter li a,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter + .facet li a {
  text-indent: 0;
  transition: text-indent ease-out 250ms;
  font-size: 13px;
  padding: 3px 0 4px;
  margin: 6px 0 5px;
  line-height: normal;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter input,
.tabletPage .sort-by-wrapper .filter-by-content .facet-title + .filter + .facet input,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter input,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title + .filter + .facet input {
  margin: 5px 0 20px 20px;
  width: 85%;
  padding: 5px 10px;
}
.tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + .filter, .tabletPage .sort-by-wrapper .filter-by-content .facet-title.open + .filter + .facet,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + .filter,
.tabletPage .filter-by-wrapper .filter-by-content .facet-title.open + .filter + .facet {
  height: auto;
}
.tabletPage .sort-by-wrapper .filter-by-content button.facet-title.noTitle,
.tabletPage .filter-by-wrapper .filter-by-content button.facet-title.noTitle {
  padding: 3px 0;
}
.tabletPage .sort-by-wrapper .filter-by-content button.facet-title.noTitle:after,
.tabletPage .filter-by-wrapper .filter-by-content button.facet-title.noTitle:after {
  visibility: hidden;
}
.tabletPage .sort-by-wrapper .header-wrapper,
.tabletPage .filter-by-wrapper .header-wrapper {
  padding: 15px;
  position: fixed;
  width: 350px;
  background: #fff;
  z-index: 1210;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 0.3s;
}
.tabletPage .sort-by-wrapper .header-wrapper .btn-secondary,
.tabletPage .filter-by-wrapper .header-wrapper .btn-secondary {
  width: 100%;
}
.tabletPage .sort-by-wrapper .header-wrapper .clear-all,
.tabletPage .filter-by-wrapper .header-wrapper .clear-all {
  float: left;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #e2e1e2;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 1rem;
}
.tabletPage .sort-by-wrapper .header-wrapper .tablet-filter-title,
.tabletPage .filter-by-wrapper .header-wrapper .tablet-filter-title {
  display: block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  max-width: 100px;
  margin: 12px auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tabletPage .sort-by-wrapper .header-wrapper .apply,
.tabletPage .filter-by-wrapper .header-wrapper .apply {
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #e2e1e2;
  margin-top: 4px;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1rem;
  width: 90px;
}
.tabletPage .sort-by-wrapper .facet-inner,
.tabletPage .filter-by-wrapper .facet-inner {
  padding: 80px 0px;
}
.tabletPage .vert-facets label span {
  font-weight: normal;
}
.tabletPage .vert-facets label span:before {
  margin-right: 10px;
}
.tabletPage .vert-facets svg {
  position: relative;
  right: 0;
}
.tabletPage .vert-facets ul {
  max-height: none;
  min-height: none;
}
.tabletPage .vert-facets ul input {
  width: 20px;
}
.tabletPage .filterWhiteBG {
  height: 100vh;
  width: 350px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.tabletPage .navColorFacet {
  margin: 0 8px 0px 0;
}
.tabletPage #selectFilterFacets svg {
  vertical-align: middle;
}
.tabletPage .tabletPage .navColorFacet {
  margin: 0 8px 0px 0;
}
.tabletPage .facet-link::after {
  background-image: none !important;
}
.tabletPage .facet-link a {
  display: block;
}

.filter-by-wrapper .filter-by-content {
  left: -350px;
}
.filter-by-wrapper .header-wrapper {
  left: -350px;
}
.filter-by-wrapper.opened .filter-by-content,
.filter-by-wrapper.opened .header-wrapper {
  left: 0;
}

.filter-sort-row .col-sm-3 {
  padding: 0 15px 0 0;
}
.filter-sort-row .i-arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-filter,
.btn-sort {
  height: 55px;
  line-height: 1.2;
  padding: 20px 12px;
  margin: 10px 0;
  min-width: 100%;
  text-transform: uppercase;
  background: #efefef;
  letter-spacing: 1px;
}

.sort-by-wrapper .sort-by-content {
  left: -350px;
  top: 0;
  bottom: 0;
}
.sort-by-wrapper.opened .sort-by-content {
  left: 0;
}

.sort-by-wrapper.opened {
  right: 0;
  left: 0;
}

#storeDetails h4 {
  font-size: 1.25rem;
}
#storeDetails .storeImage {
  width: 98%;
  max-width: 625px;
}
#storeDetails .storeInformation .storeServices a {
  font-size: 0.875rem;
  display: block;
}
#storeDetails .storeInformation .storeServices p {
  margin: 5px 0;
  display: block;
}
#storeDetails .storeInformation p {
  margin: 5px 0;
}
#storeDetails .mapMarker {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 18px 20px 18px 0 !important;
}
#storeDetails .event {
  border: 1px solid #d2d2d2;
  padding: 15px;
  overflow-y: auto;
  max-height: 400px;
}
#storeDetails .event .eventInfo span {
  margin-bottom: 10px;
  display: block;
}
#storeDetails .event .eventInfo p {
  line-height: 1.8;
  margin: 0;
}
#storeDetails h2 {
  border-bottom: solid thin #d2d2d2;
  margin: 15px 0;
  padding: 20px 0;
  font-size: 1.375rem;
}
#storeDetails h2.all-brands-title {
  border: solid thin #d2d2d2;
  margin: 10px 0 30px 0;
  padding: 15px 0;
  text-align: center;
  background-color: #ededed;
  font-size: 1.125rem;
}
#storeDetails h2.all-brands-title:hover {
  background: #fcfcfc;
  cursor: pointer;
}
#storeDetails h2.all-brands-title::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.84 48.84'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.84,23.41H25.47V1a1,1,0,0,0-2,0v22.4H1a1,1,0,0,0,0,2H23.45v22.4a1,1,0,1,0,2,0V25.43H47.84a1,1,0,1,0,0-2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#storeDetails h2.all-brands-title.open::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.87 2.02'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.86,2H1A1,1,0,0,1,1,0H47.86a1,1,0,0,1,0,2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#storeDetails .featured-brands {
  margin: 0;
  padding: 0;
}
#storeDetails .featured-brands li {
  font-size: 0.875rem;
  padding: 8px 0;
}
#storeDetails ul li a {
  text-decoration: underline;
}
#storeDetails ul li a:hover {
  text-decoration: none;
}

#storeDetails__silhouette h1 {
  border-bottom: 25px solid #f9f9f9;
  width: 30%;
  margin: 10px 0 30px;
  padding: 20px 0;
}
#storeDetails__silhouette .storeNumber {
  border-bottom: 22px solid #f9f9f9;
  width: 5%;
  position: absolute;
  right: 0;
  top: 20px;
}
#storeDetails__silhouette .storeImage {
  border-bottom: 320px solid #f9f9f9;
  width: 90%;
}

.tabletPage #storeDetails ul li a {
  text-decoration: underline;
  display: block;
}
.tabletPage #storeDetails .storeInformation .float-left.underline {
  padding-left: 10px;
}

#pr-rd-sort-by {
  margin: 15px 0;
}
#pr-rd-sort-by option[value=mosthelpful] {
  display: none !important;
}
#pr-rd-sort-by select {
  font-size: 16px !important;
  width: 40%;
  float: right;
}

#reviewed-by {
  font-weight: 600;
  margin: 25px 0 0;
}

.reviews-count,
.reviews-back-top,
.reviews-pagination {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  height: 50px;
}

.reviews-count,
.reviews-pagination {
  padding: 15px 0;
}

.reviews-back-top {
  text-align: center;
  padding: 5px 0;
}

.reviews-pagination {
  text-align: right;
  height: 50px;
  line-height: 1.3;
}
.reviews-pagination span {
  padding: 0 10px;
}

.beTheFirst {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-right: 5px;
}
.beTheFirst svg {
  width: 11px;
  margin-right: 2px;
  vertical-align: baseline;
}

.reviewHeader a.pr-snippet-write-review-link {
  display: inline-block !important;
  width: 100%;
  text-decoration: underline;
}
.reviewHeader a.pr-snippet-write-review-link:hover {
  text-decoration: none;
}

.internet-explorer .beTheFirst svg {
  height: 11px;
  vertical-align: baseline;
}

.noReviewsSection {
  background: #f7f7f7;
  padding: 25px 0 45px;
  text-align: center;
}
.noReviewsSection h2 {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
  margin: 10px 0;
  font-size: 1.375rem;
}
.noReviewsSection p {
  width: 50%;
  margin: 0 auto;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.noReviewsSection .stars {
  display: block;
  margin: 10px 0 15px;
  border-right: 1px solid #ccc;
}
.noReviewsSection .stars .starsWrapper {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}
.noReviewsSection .stars span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.noReviewsSection .fitRating ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 10px 0 15px;
}
.noReviewsSection .fitRating ul .fitRatingLabel {
  font-size: 13px;
  width: 90px;
  display: inline-block;
}
.noReviewsSection .fitRating ul .fitRating-histogram-bar {
  width: 30%;
  display: inline-block;
  height: 6px;
  border-radius: 2px;
  vertical-align: middle;
  background: #ccc;
  margin-left: 15px;
}
.noReviewsSection .fitRating ul .fitRating-barValue {
  height: 6px;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #000;
}
.noReviewsSection .fitRating .fitRatingCount {
  font-size: 13px;
  margin-left: 5px;
  vertical-align: middle;
}
.noReviewsSection a {
  padding: 10px 45px;
  background: #000;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s ease;
}
.noReviewsSection a:hover {
  background: #333;
  color: #fff;
}

.reviews-section .col-sm-12 {
  padding: 40px 0 !important;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.reviews-section .col-sm-12:first-child {
  border-top: 1px solid #ccc;
}
.reviews-section #pr-author-details {
  font-size: 13px;
  font-weight: 600;
  color: #767676;
}
.reviews-section #pr-author-details h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.reviews-section #review-comments span {
  display: none;
}
.reviews-section #review-comments p {
  margin: 10px 0;
  max-width: 80%;
  position: relative;
}
.reviews-section #review-comments p::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.59 12.63'%3E%3Ctitle%3Equote-left%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M5.89.53c-3,2.21-3.17,5.23-2.4,5.33a3.71,3.71,0,0,1,2.3,1,3.31,3.31,0,0,1,0,4.75,3.36,3.36,0,0,1-4.8,0c-2-2-.72-5.86.67-8.07A9.56,9.56,0,0,1,5.46,0Zm9.8,0c-3,2.21-3.17,5.23-2.4,5.33a3.71,3.71,0,0,1,2.3,1,3.36,3.36,0,1,1-4.75,4.75c-2.06-2-.77-5.86.67-8.07A9.23,9.23,0,0,1,15.26,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 19px 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -34px;
  width: 25px;
  opacity: 0.2;
}
.reviews-section #review-comments p::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.59 12.63'%3E%3Ctitle%3Equote-right%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M10.7,12.1c3-2.21,3.17-5.23,2.4-5.33a3.71,3.71,0,0,1-2.3-1,3.31,3.31,0,0,1,0-4.75,3.36,3.36,0,0,1,4.8,0c2,2,.72,5.86-.67,8.07a9.56,9.56,0,0,1-3.74,3.55Zm-9.8,0c3-2.21,3.17-5.23,2.4-5.33a3.71,3.71,0,0,1-2.3-1A3.39,3.39,0,0,1,.95,1a3.36,3.36,0,0,1,4.8,0c2.06,2,.77,5.86-.67,8.07a9.23,9.23,0,0,1-3.74,3.55Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 19px 18px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3px;
  right: -35px;
  width: 25px;
  opacity: 0.2;
}
.reviews-section #pr-date {
  font-size: 13px;
  color: #767676;
  text-align: right;
}
.reviews-section .col-sm-2 img {
  margin: 15px 0 5px;
  float: right;
  max-width: 75px;
}

.internet-explorer .noReviewsSection svg {
  width: 20px;
}

#pr-reviewsnippet {
  display: inline-block;
}

.tabletPage #pr-rd-sort-by select {
  width: 70%;
}
.tabletPage #review-comments p::before {
  left: -20px;
  width: 15px;
}
.tabletPage #review-comments p::after {
  right: -25px;
  width: 15px;
}

.mobilePage .noReviewsSection {
  padding: 15px 15px 30px;
  margin-top: 30px;
}
.mobilePage .noReviewsSection h2 {
  font-size: 1.25rem;
}
.mobilePage .noReviewsSection p {
  width: 70%;
}
.mobilePage .noReviewsSection a {
  margin: 0;
}
.mobilePage .noReviewsSection .stars {
  margin: 10px 0;
}
.mobilePage .noReviewsSection .stars span {
  font-size: 1rem;
  margin: 5px 0;
  display: block;
}
.mobilePage .noReviewsSection .stars .starsWrapper {
  padding-top: 0;
}
.mobilePage .noReviewsSection .fitRating ul .fitRating-histogram-bar {
  width: 70%;
  margin-left: 0;
}
.mobilePage #reviewed-by {
  font-size: 0.875rem;
}
.mobilePage #pr-rd-sort-by select {
  width: 100%;
}
.mobilePage #pr-author-details {
  margin-bottom: 3px;
}
.mobilePage #review-comments p::before, .mobilePage #review-comments p::after {
  display: none;
}
.mobilePage .reviews-section #pr-date {
  text-align: left;
}
.mobilePage .reviews-pagination {
  padding-bottom: 0;
  height: 52px;
}
.mobilePage .reviews-pagination span {
  vertical-align: unset;
}
.mobilePage .reviews-count,
.mobilePage .reviews-pagination,
.mobilePage .reviews-back-top {
  text-align: center;
  border: none;
}

/*--------------------------------
	Color System
--------------------------------*/
/*--------------------------------
	Breakpoints
--------------------------------*/
/*--------------------------------
	Typography
--------------------------------*/
/*--------------------------------
	Colors
--------------------------------*/
/*--------------------------------
	Z-Index
--------------------------------*/
/*--------------------------------
	ADA
--------------------------------*/
/*--------------------------------
	Spacing
--------------------------------*/
/*--------------------------------
	Font Size, Weight, Etc.
--------------------------------*/
#NavigationTemplate .slicked_swatch {
  height: 25px;
  width: 25px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
#NavigationTemplate .slickedSwatchContainer {
  outline: none;
}
#NavigationTemplate .slickedSwatchContainer span {
  display: block !important;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  border: 1px solid #adb5bd;
}
#NavigationTemplate .slickedSwatchContainer span:hover {
  cursor: pointer;
}
#NavigationTemplate .slickedSwatchContainer span img {
  height: 23px;
}
#NavigationTemplate .slickedSwatchContainer span.selected {
  border: 2px solid black !important;
}
#NavigationTemplate .slickedSwatchContainer span.selected img {
  height: 21px !important;
}
#NavigationTemplate .swatchSlider {
  width: 90%;
  margin: 0 auto;
}
#NavigationTemplate .swatchSlider .slick-prev {
  transform: rotate(270deg);
  top: 7px;
}
#NavigationTemplate .swatchSlider .slick-next {
  transform: rotate(270deg);
  top: 7px;
}
#NavigationTemplate .swatchSlider .slick-prev:before,
#NavigationTemplate .swatchSlider .slick-next:before {
  font-size: 10px;
}
#NavigationTemplate nav[aria-label=breadcrumbs] {
  min-height: 27px;
}
#NavigationTemplate h1,
#NavigationTemplate .HOneHeader {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
#NavigationTemplate .skeletonContentCrew {
  background: #f7f7f7;
  width: 100%;
  height: calc(100vh - 290px);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15%;
  text-align: center;
}
#NavigationTemplate .skeletonTabletCrew {
  background: #f7f7f7;
  width: 100%;
  height: calc(100vh - 360px);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15%;
  text-align: center;
}
#NavigationTemplate div.results-column .skeletonContentCrew,
#NavigationTemplate div.aside-facets-column .skeletonFacetCrew,
#NavigationTemplate div.aside-facets-column .skeletonTabletCrew,
#NavigationTemplate div.results-column .skeletonFacetCrew,
#NavigationTemplate div.results-column .skeletonTabletCrew,
#NavigationTemplate div.aside-facets-column .skeletonContentCrew {
  display: none;
}
#NavigationTemplate div.results-column .skeletonContentCrew:nth-child(4),
#NavigationTemplate div.col-sm-12.results-column .skeletonTabletCrew:nth-child(5),
#NavigationTemplate div.aside-facets-column .skeletonFacetCrew:nth-child(4) {
  display: block !important;
}
#NavigationTemplate .lineBreakBefore::before {
  content: " ";
  white-space: pre;
}
#NavigationTemplate .sidebar-unscrolled {
  max-height: calc(100vh - 293px);
}
#NavigationTemplate .sidebar-cookie-unscrolled {
  max-height: calc(100vh - 395px) !important;
}
#NavigationTemplate .sidebar-cookie-scrolled {
  max-height: calc(100vh - 221px) !important;
}
#NavigationTemplate .sidebar-padding-top {
  padding-top: 10px;
}
#NavigationTemplate .sticky-sidebar {
  display: block;
  max-width: 100%;
  position: sticky;
  top: 100px;
  height: calc(100vh - 119px);
  overflow-y: auto;
}
#NavigationTemplate .cat-bar {
  background: #000;
  color: #fff;
  padding: 6px 15px 8px 6px;
}
#NavigationTemplate .cat-bar ul {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
}
#NavigationTemplate .cat-bar ul li {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
}
#NavigationTemplate .cat-bar ul li a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#NavigationTemplate .cat-bar ul li a:hover {
  text-decoration: none;
}
#NavigationTemplate .creativeLinkStyles {
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #000;
}
#NavigationTemplate .creativeLinkStyles:hover {
  text-decoration: none;
  color: #888 !important;
}
#NavigationTemplate .searchResultsFor {
  margin: 10px 0;
  display: inline-block;
}
#NavigationTemplate .result-tile {
  margin: 25px 0 20px;
}
#NavigationTemplate .result-tile .result-tile-above {
  position: relative;
}
#NavigationTemplate .result-tile .quickviewHover {
  position: absolute;
  padding: 5px 0;
  background-color: #343a40;
  margin-top: -29px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
  display: block;
}
#NavigationTemplate .result-tile .quickviewHover:focus-within {
  outline: 1px dotted #1f498a;
  outline-offset: 2px;
}
#NavigationTemplate .result-tile .quickviewHover a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
}
#NavigationTemplate .result-tile .quickviewHover:hover {
  cursor: pointer;
}
#NavigationTemplate .result-tile .result-tile-below {
  margin-top: 10px;
  font-size: 0.8125rem;
  text-align: center;
}
#NavigationTemplate .result-tile .result-tile-below .productTitle {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 19.5px;
  clear: both;
}
#NavigationTemplate .result-tile .result-tile-below .productTitle .brandName {
  font-weight: 600;
  display: block;
}
#NavigationTemplate .result-tile .result-tile-below .productTitle:hover {
  text-decoration: underline;
}
#NavigationTemplate .result-tile .result-tile-below a:hover {
  color: #000;
}
#NavigationTemplate .result-tile .result-tile-below .price-wrapper {
  margin: 5px 0;
}
#NavigationTemplate .result-tile .result-tile-below .swatches {
  margin: 15px 0 5px;
  height: 25px;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .swatches-btn {
  outline: none !important;
  margin-right: 13px;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .swatches-btn:last-child {
  margin-right: 0;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img--selected {
  border: 2px solid #000 !important;
  border-radius: 50%;
  transform: translateZ(0);
}
#NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img {
  border-radius: 100%;
  border: 1px solid #888;
  background-color: #f9f9f9;
  height: 20px;
  width: 20px;
  overflow: hidden;
  color: transparent;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img:hover {
  border: 1px solid #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #NavigationTemplate .result-tile .result-tile-below .swatches #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img--selected {
    border: 0.1rem solid #000 !important;
  }
  #NavigationTemplate .result-tile .result-tile-below .swatches #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img {
    border: 0.1rem solid #999 !important;
  }
}
#NavigationTemplate .result-tile .result-tile-below .swatches img {
  border-radius: 50%;
  max-height: 20px;
}
#NavigationTemplate .result-tile .result-tile-below .swatches span {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 15px;
  border: 1px solid #adb5bd;
}
#NavigationTemplate .result-tile .result-tile-below .swatches span:hover {
  border: 1px solid #000;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch {
  cursor: pointer;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch:first-child {
  background-position: 0px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(2) {
  background-position: -20px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(3) {
  background-position: -40px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(4) {
  background-position: -60px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(5) {
  background-position: -80px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected {
  border: 2px solid #000;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected:first-child {
  background-position: 0px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(2) {
  background-position: -20px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(3) {
  background-position: -40px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(4) {
  background-position: -60px top;
}
#NavigationTemplate .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(5) {
  background-position: -80px top;
}
#NavigationTemplate .result-tile .result-tile-below .seeAllColors {
  font-size: 0.75rem;
  margin: 3px 0;
}
#NavigationTemplate .result-tile .result-tile-below .seeAllColors:hover {
  text-decoration: underline;
}
#NavigationTemplate .result-tile .result-tile-below .star-full,
#NavigationTemplate .result-tile .result-tile-below .star-half,
#NavigationTemplate .result-tile .result-tile-below .star-empty {
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 2px;
  background-size: 14px 14px;
}
#NavigationTemplate .result-tile .result-tile-below .star-full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Ctitle%3Estar-full%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate .result-tile .result-tile-below .star-half {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-half%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M25.38,0a.49.49,0,0,0-.46.33L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11S25.59,0,25.38,0Z'/%3E%3Cpath class='cls-1' d='M25.38,0a.49.49,0,0,1,.46.33L32,18.67H50.28a.49.49,0,0,1,.28.89L35.5,30.14l5.7,17.92a.49.49,0,0,1-.75.54l-15.06-11S25.17,0,25.38,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate .result-tile .result-tile-below .star-empty {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-empty%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate .result-tile:nth-of-type(3n + 1) {
  clear: left;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .recentlyViewed {
  margin: 10px 0 30px;
  padding: 19px 0;
  border-bottom: solid thin #e3e3e3;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-slide {
  padding: 5px;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-next {
  width: 15px;
  right: -20px;
  top: 40%;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-next:focus {
  outline: 1px dotted #1F498A;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M1,48.77a1,1,0,0,1-.71-1.71L23,24.39.29,1.71A1,1,0,0,1,1.71.29L25.09,23.68a1,1,0,0,1,0,1.41L1.71,48.48A1,1,0,0,1,1,48.77Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-prev {
  width: 15px;
  left: -20px;
  top: 40%;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-prev:focus {
  outline: 1px dotted #1F498A;
}
#NavigationTemplate .recentlyViewedContainer .productRecs .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.39,48.77a1,1,0,0,1-.71-.29L.29,25.09a1,1,0,0,1,0-1.41L23.68.29a1,1,0,0,1,1.41,1.41L2.41,24.39,25.09,47.07a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate .recentlyViewedContainer .productRecs .item-title {
  font-size: 0.6875rem;
  text-align: center;
}
#NavigationTemplate .recentlyViewedContainer .recently-viewed-title {
  font-size: 14px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  padding: 0 16px;
  text-align: center;
  right: 0;
  left: 0;
  width: fit-content;
}
#NavigationTemplate .horzRecNoBorder {
  border-top: 0 none !important;
}
#NavigationTemplate #horz-rec,
#NavigationTemplate #product-carousel {
  margin: 40px 0;
  padding: 16px 0;
}
#NavigationTemplate #horz-rec .pr-title-wrapper,
#NavigationTemplate #product-carousel .pr-title-wrapper {
  z-index: 5;
  position: relative;
  margin-bottom: 28px;
}
#NavigationTemplate #horz-rec .pr-title-wrapper:before,
#NavigationTemplate #product-carousel .pr-title-wrapper:before {
  content: "";
  position: absolute;
  border-bottom: solid thin #e3e3e3;
  width: 100%;
  height: 2px;
  top: 10px;
  z-index: -1;
}
#NavigationTemplate #horz-rec .slick-list,
#NavigationTemplate #product-carousel .slick-list {
  padding: 10px 0;
}
#NavigationTemplate #horz-rec .pr-title,
#NavigationTemplate #product-carousel .pr-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: Uppercase;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  padding: 0 16px;
  text-align: center;
  right: 0;
  left: 0;
  width: fit-content;
}
#NavigationTemplate #horz-rec .item,
#NavigationTemplate #product-carousel .item {
  max-width: 200px;
  text-align: center;
}
#NavigationTemplate #horz-rec .item a,
#NavigationTemplate #product-carousel .item a {
  display: inline-block;
}
#NavigationTemplate #horz-rec .item a:focus,
#NavigationTemplate #product-carousel .item a:focus {
  outline: 1px dotted #1F498A;
}
#NavigationTemplate #horz-rec .item .item-title,
#NavigationTemplate #product-carousel .item .item-title {
  width: 100%;
  font-size: 0.6875rem !important;
  text-align: center;
  padding: 0 10px;
  max-height: 50px;
  overflow: hidden;
}
#NavigationTemplate #horz-rec .slick-slide,
#NavigationTemplate #product-carousel .slick-slide {
  padding: 5px;
}
#NavigationTemplate #horz-rec .slick-next,
#NavigationTemplate #product-carousel .slick-next {
  width: 15px;
  right: -15px;
}
#NavigationTemplate #horz-rec .slick-next:before,
#NavigationTemplate #product-carousel .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M1,48.77a1,1,0,0,1-.71-1.71L23,24.39.29,1.71A1,1,0,0,1,1.71.29L25.09,23.68a1,1,0,0,1,0,1.41L1.71,48.48A1,1,0,0,1,1,48.77Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate #horz-rec .slick-prev,
#NavigationTemplate #product-carousel .slick-prev {
  width: 15px;
  left: -15px;
}
#NavigationTemplate #horz-rec .slick-prev:before,
#NavigationTemplate #product-carousel .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.39,48.77a1,1,0,0,1-.71-.29L.29,25.09a1,1,0,0,1,0-1.41L23.68.29a1,1,0,0,1,1.41,1.41L2.41,24.39,25.09,47.07a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#NavigationTemplate #product-carousel {
  position: relative;
}
#NavigationTemplate #product-carousel img[src=""] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
#NavigationTemplate #product-carousel img[src=""] + .item-title {
  bottom: 12px;
  position: absolute;
  left: 34%;
}
#NavigationTemplate .reviewCount {
  margin-left: 3px;
  font-size: 0.8125rem;
}
#NavigationTemplate .p-w-r {
  margin: 5px 0;
}
#NavigationTemplate .p-w-r .pr-no-reviews {
  display: none;
}
#NavigationTemplate .p-w-r .pr-snippet.pr-category-snippet {
  margin: 0;
}
#NavigationTemplate .p-w-r .pr-rating-stars {
  vertical-align: unset !important;
}
#NavigationTemplate .p-w-r .pr-category-snippet__total {
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
}
#NavigationTemplate .p-w-r .pr-star-v4-100-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
#NavigationTemplate .p-w-r .pr-star-v4-0-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-empty%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath class='cls-1' d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
#NavigationTemplate .p-w-r .pr-star-v4-25-filled,
#NavigationTemplate .p-w-r .pr-star-v4-50-filled,
#NavigationTemplate .p-w-r .pr-star-v4-75-filled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-half%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M25.38,0a.49.49,0,0,0-.46.33L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11S25.59,0,25.38,0Z'/%3E%3Cpath class='cls-1' d='M25.38,0a.49.49,0,0,1,.46.33L32,18.67H50.28a.49.49,0,0,1,.28.89L35.5,30.14l5.7,17.92a.49.49,0,0,1-.75.54l-15.06-11S25.17,0,25.38,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}

.desktopPage .result-tile-above .LazyLoad {
  height: 480px;
}

.desktopPage .result-tile-above .LazyLoad.is-visible {
  height: auto !important;
}

.tabletPage #NavigationTemplate .result-tile-above .LazyLoad {
  min-height: 262px !important;
}
.tabletPage #NavigationTemplate .result-tile-above .LazyLoad.is-visible {
  height: auto !important;
  min-height: auto !important;
}
.tabletPage #NavigationTemplate .HOneHeader {
  margin: 0;
  padding: 8px 0 15px;
  text-align: center;
}
.tabletPage #NavigationTemplate .HOneHeader h1 {
  margin-bottom: 0;
  padding: 0;
  font-size: 1.125rem;
}
.tabletPage #NavigationTemplate .breadCrumb,
.tabletPage #NavigationTemplate .linkbar {
  margin: 3px 0 15px 0;
}
.tabletPage #NavigationTemplate .star-full,
.tabletPage #NavigationTemplate .star-half,
.tabletPage #NavigationTemplate .star-empty {
  vertical-align: bottom !important;
}
.tabletPage #NavigationTemplate .reviewCount {
  margin-left: 3px;
  font-size: 0.75rem;
  vertical-align: middle;
}
.tabletPage #NavigationTemplate .pr-category-snippet__total.pr-category-snippet__item {
  display: none;
}
.tabletPage #NavigationTemplate .productRecs .recentlyViewed,
.tabletPage #NavigationTemplate .productRecs .pr-title-wrapper {
  position: relative;
  border-bottom: solid thin #e3e3e3;
  padding: 12px 0;
  margin: 0 !important;
}
.tabletPage #NavigationTemplate .productRecs .recentlyViewed:before,
.tabletPage #NavigationTemplate .productRecs .pr-title-wrapper:before {
  border-bottom: none !important;
}
.tabletPage #NavigationTemplate .productRecs .recentlyViewed .recently-viewed-title,
.tabletPage #NavigationTemplate .productRecs .recentlyViewed .pr-title,
.tabletPage #NavigationTemplate .productRecs .pr-title-wrapper .recently-viewed-title,
.tabletPage #NavigationTemplate .productRecs .pr-title-wrapper .pr-title {
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 0;
  text-align: center;
  background: none;
  display: block;
  text-transform: uppercase;
  top: -5px;
}
.tabletPage #NavigationTemplate .productRecs .slick-slider {
  padding: 24px 0;
}

.internet-explorer #NavigationTemplate .reviewCount {
  vertical-align: top;
}
.internet-explorer #NavigationTemplate .result-tile .result-tile-below .star-full,
.internet-explorer #NavigationTemplate .result-tile .result-tile-below .star-half,
.internet-explorer #NavigationTemplate .result-tile .result-tile-below .star-empty {
  vertical-align: bottom;
}

#ChanelTemplate * {
  font-family: Arial !important;
}
#ChanelTemplate img {
  margin: 0 auto;
}
#ChanelTemplate .chanelBanner {
  padding: 25px 0;
  margin-bottom: 15px;
  border-top: 8px solid #000;
}
#ChanelTemplate .chanelBanner a {
  display: block;
}
#ChanelTemplate .chanelBanner img {
  margin: 0 auto;
}
#ChanelTemplate .chanelHOne h1 div {
  display: inline-block;
}
#ChanelTemplate .chanelNav .navigateBack {
  font-size: 0.75rem;
}
#ChanelTemplate .chanelNav .navigateBack:hover {
  text-decoration: underline;
}
#ChanelTemplate .chanelNav svg {
  height: 9px;
  width: 9px;
  margin-right: 5px;
  stroke: #000;
}
#ChanelTemplate ul.chanelNav__list {
  padding: 0;
  list-style: none;
}
#ChanelTemplate ul.chanelNav__list li.chanelNav__category {
  padding: 5px 0;
  font-size: 0.875rem;
  display: block;
}
#ChanelTemplate ul.chanelNav__list li.chanelNav__category a.chanelNav__link {
  display: inline-block;
}
#ChanelTemplate ul.chanelNav__list li.chanelNav__category a.chanelNav__link:hover {
  text-decoration: underline;
}
#ChanelTemplate .chanelCurrentCat {
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-top: 20px;
}
#ChanelTemplate .swatches__img--selected {
  border: 2px solid #000;
  border-radius: 50%;
  transform: translateZ(0);
}
#ChanelTemplate .swatches__img {
  border-radius: 100%;
  border: 1px solid #999;
  padding: 3px;
  height: 38px;
  width: 38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #ChanelTemplate #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img--selected {
    border: 0.1rem solid #000 !important;
  }
  #ChanelTemplate #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img {
    border: 0.1rem solid #999 !important;
  }
}
#ChanelTemplate .result-tile {
  margin: 40px 0;
  text-align: center;
}
#ChanelTemplate .result-tile a:hover {
  color: #000;
}
#ChanelTemplate .result-tile .chanelTitle,
#ChanelTemplate .result-tile .chanelProductTitle {
  font-weight: 600;
}
#ChanelTemplate .result-tile .chanelSubTitle {
  text-transform: capitalize;
}
#ChanelTemplate .result-tile p {
  margin: 2px 0;
}
#ChanelTemplate .result-tile .price-wrapper {
  margin-top: 8px;
}
#ChanelTemplate .result-tile .price-wrapper .price {
  font-size: 0.8125rem;
}
#ChanelTemplate .chanelTile:nth-of-type(4n+1) {
  clear: left;
}

#ContentTemplate .skeletonContentCrew {
  width: 100%;
  height: calc(100vh - 213px);
  border-radius: 5px;
  padding: 15%;
  text-align: center;
  background: #f7f7f7;
}

#ContentTemplate .skeletonHome {
  width: 100%;
  height: 656px;
  border-radius: 5px;
  padding: 15%;
  text-align: center;
  background: #f7f7f7;
}

.skeletonTabletCrew {
  width: 100%;
  height: calc(100vh - 160px);
  border-radius: 5px;
  padding: 15%;
  text-align: center;
  background: #f7f7f7;
}

#ContentTemplate div:nth-child(2) div.skeletonContentCrew:nth-child(1),
#ContentTemplate div:nth-child(1) div.skeletonContentCrew:nth-child(1),
#ContentTemplate div:nth-child(2) div.skeletonTabletCrew:nth-child(1),
#ContentTemplate div:nth-child(1) div.skeletonTabletCrew:nth-child(1),
#ContentTemplate div:nth-child(2) div.skeletonHome:nth-child(1) {
  display: block !important;
}

#ContentTemplate {
  min-height: 721px;
}
#ContentTemplate h1,
#ContentTemplate .HOneHeader {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
#ContentTemplate .creativeLinkStyles {
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #000;
}
#ContentTemplate .creativeLinkStyles:hover {
  text-decoration: none;
  color: #888 !important;
}
#ContentTemplate .ShopByPriceReduction h1 {
  font-size: 2.75rem;
  text-transform: uppercase;
  background: #C04747;
  font-family: "Open Sans Light", sans-serif;
  padding: 25px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
#ContentTemplate .ShopByPriceReduction .limitedAvail h1 {
  background: #267cb5;
}
#ContentTemplate .ShopByPriceReduction .last-chance h1 {
  padding: 10px;
  font-family: "Playfair Display", serif;
  background-color: #000 !important;
  text-transform: none;
  font-size: 2.75rem;
}
#ContentTemplate .ShopByPriceReduction .last-chance h1 .reduced-span {
  font-family: "Open Sans Light", sans-serif;
  font-size: 1.375rem;
  display: block;
  padding-bottom: 10px;
}
#ContentTemplate .categories {
  margin-bottom: 20px;
}
#ContentTemplate .categories a:hover {
  color: #000;
}
#ContentTemplate .category-wrapper,
#ContentTemplate .category-container {
  text-align: center;
  padding: 15px 0;
  margin: 15px 0;
  border: 2px solid #dee2e6;
}
#ContentTemplate .category-wrapper a:hover,
#ContentTemplate .category-container a:hover {
  color: #000;
}
#ContentTemplate .category-wrapper a:focus,
#ContentTemplate .category-container a:focus {
  outline: 1px dotted #1f498a;
  outline-offset: 1px;
  width: 100%;
  display: block;
}
#ContentTemplate .category-wrapper .category-name,
#ContentTemplate .category-wrapper .category-title,
#ContentTemplate .category-container .category-name,
#ContentTemplate .category-container .category-title {
  font-weight: 600;
}
#ContentTemplate .category-wrapper .category-results,
#ContentTemplate .category-container .category-results {
  padding: 5px 0;
  font-size: 0.875rem;
}
#ContentTemplate .category-wrapper .category-results:hover,
#ContentTemplate .category-container .category-results:hover {
  text-decoration: underline;
  color: #000;
}
#ContentTemplate .category-wrapper .category-results svg,
#ContentTemplate .category-container .category-results svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
  stroke: #000;
}
#ContentTemplate .cat-bar {
  background: #000;
  color: #fff;
  padding: 6px 15px 8px 6px;
  width: 100%;
}
#ContentTemplate .cat-bar ul {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
}
#ContentTemplate .cat-bar ul li {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
}
#ContentTemplate .cat-bar ul li a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#ContentTemplate .cat-bar ul li a:hover {
  text-decoration: none;
}
#ContentTemplate img {
  margin: 0 auto;
}
#ContentTemplate #shopByBrand h1 {
  margin: 15px;
}
#ContentTemplate #shopByBrand #searchBrandInputArea {
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  padding: 2px;
  width: 400px;
  margin: auto;
}
#ContentTemplate #shopByBrand #searchBrand {
  width: 400px;
  margin: 0px auto;
  display: flex;
  padding: 6px;
  flex-grow: 2;
  border: none;
}
#ContentTemplate #shopByBrand #searchBrand:focus {
  outline: none;
}
#ContentTemplate #shopByBrand .i-search {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
}
#ContentTemplate #shopByBrand #clearBrandSearch {
  width: 50px;
  color: black;
  background: #fff;
  cursor: pointer;
  border: none;
  z-index: 9;
  padding: 0 0 0 15px;
}
#ContentTemplate #shopByBrand #clearBrandSearch svg {
  margin: 5px auto;
  display: block;
  width: 16px;
  height: 16px;
}
#ContentTemplate #shopByBrand .hideEmpty {
  display: none !important;
}
#ContentTemplate #shopByBrand #brandSearchResults {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 400px;
  box-shadow: 0px 7px 19px -4px rgba(0, 0, 0, 0.25) !important;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}
#ContentTemplate #shopByBrand #brandSearchResults ul {
  list-style: none;
  padding-left: 5px;
}
#ContentTemplate #shopByBrand #brandSearchResults ul li {
  padding-top: 5px;
}
#ContentTemplate #shopByBrand #brandSearchResults ul li a:hover {
  text-decoration: underline;
}
#ContentTemplate #shopByBrand .alphabetWrapper {
  text-align: center;
  padding: 10px 0px 0px 0px;
}
#ContentTemplate #shopByBrand .alphabetWrapper ul.alphabet {
  list-style: none;
  padding: 0;
}
#ContentTemplate #shopByBrand .alphabetWrapper ul.alphabet li.letter {
  display: inline-block;
  padding: 0 15px;
}
#ContentTemplate #shopByBrand .alphabetWrapper ul.alphabet li.letter a:hover {
  text-decoration: underline;
  font-weight: 600;
  color: #000;
}
#ContentTemplate #shopByBrand .brandDivider__wrapper {
  list-style: none;
  padding: 0;
}
#ContentTemplate #shopByBrand .brandDivider__wrapper .brandDivider h2 {
  background-color: #000;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}
#ContentTemplate #shopByBrand .split-list {
  column-fill: balance;
}
#ContentTemplate #shopByBrand .split-list li {
  padding: 3px 0;
}
#ContentTemplate #shopByBrand .split-list li a {
  font-size: 14px;
}
#ContentTemplate #shopByBrand .split-list li a:hover {
  text-decoration: underline;
}
#ContentTemplate .faq .selection-container {
  margin: 20px 0;
  border: 1px solid #dee2e6;
  padding: 15px;
}
#ContentTemplate .faq .frequent-questions h2,
#ContentTemplate .faq .information-area.policies-notices h2 {
  background: #000;
  color: #fff;
  padding: 15px;
}
#ContentTemplate .faq .frequent-questions .hashLinkTarget,
#ContentTemplate .faq .information-area.policies-notices .hashLinkTarget {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
  pointer-events: none;
}
#ContentTemplate .faq .frequent-questions .info-block-title,
#ContentTemplate .faq .information-area.policies-notices .info-block-title {
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-top: 30px;
}
#ContentTemplate .faq .frequent-questions .info-block,
#ContentTemplate .faq .information-area.policies-notices .info-block {
  width: 100%;
  display: block;
}
#ContentTemplate .faq .frequent-questions .question,
#ContentTemplate .faq .information-area.policies-notices .question {
  font-weight: 600;
  margin-bottom: 5px;
}
#ContentTemplate .faq .frequent-questions .answer,
#ContentTemplate .faq .information-area.policies-notices .answer {
  margin-bottom: 20px;
}
#ContentTemplate .faq ol li,
#ContentTemplate .faq ul li {
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
}
#ContentTemplate .faq .linkToSection {
  text-decoration: underline;
  cursor: pointer;
}
#ContentTemplate .faq .linkToSection:hover {
  text-decoration: none;
}
#ContentTemplate .faq a {
  text-decoration: underline;
}
#ContentTemplate .faq a:hover {
  text-decoration: none;
}
#ContentTemplate #SiteMapDisplay a:hover {
  text-decoration: underline;
  color: #888;
}
#ContentTemplate #SiteMapDisplay h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 30px 0 15px;
  font-size: 1.375rem;
}
#ContentTemplate #SiteMapDisplay .sitemapCat {
  margin: 40px 0;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__deptName {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  list-style: none;
  margin: 15px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__subCat {
  column-count: 4;
  list-style: none;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__subCatName {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans SemiBold", sans-serif !important;
  list-style: none;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__subSub {
  list-style: none;
  padding: 10px 0 20px;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__subSub li {
  padding: 3px 0;
}
#ContentTemplate #SiteMapDisplay .sitemapCat__subSubName {
  font-size: 0.875rem;
}
#ContentTemplate .OutfitResults .result-tile {
  margin: 25px 0 20px;
}
#ContentTemplate .OutfitResults .result-tile .shopThisOutfit {
  padding: 5px 0;
  background-color: #343a40;
  margin-top: -29px;
  text-align: center;
  max-width: 370px;
  width: 100%;
  opacity: 0.8;
  display: block;
  text-transform: capitalize;
  color: #fff;
  font-size: 0.875rem;
  margin: 0;
}
#ContentTemplate .OutfitResults .result-tile:nth-of-type(4n + 1) {
  clear: left;
}
#ContentTemplate .OutfitResults .outfitPagination .prevPage,
#ContentTemplate .OutfitResults .outfitPagination .nextPage {
  background: #f1f1f1;
  transition: all, 0.5s, linear;
  width: 160px;
  text-align: center;
}
#ContentTemplate .OutfitResults .outfitPagination .prevPage svg,
#ContentTemplate .OutfitResults .outfitPagination .nextPage svg {
  height: 15px;
  width: 15px;
  height: 10px;
  width: 10px;
  vertical-align: baseline;
  margin: 0 5px;
}
#ContentTemplate .OutfitResults .outfitPagination .prevPage:hover,
#ContentTemplate .OutfitResults .outfitPagination .nextPage:hover {
  background: #000;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
#ContentTemplate .OutfitResults .outfitPagination .prevPage {
  float: right;
}
#ContentTemplate .OutfitResults .outfitPagination .nextPage svg {
  vertical-align: middle;
}
#ContentTemplate .CherryList .result-tile {
  margin: 25px 0 20px;
  position: relative;
}
#ContentTemplate .CherryList .result-tile .quickviewHover {
  position: absolute;
  padding: 5px 0;
  background-color: #343a40;
  margin-top: -29px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
  display: block;
}
#ContentTemplate .CherryList .result-tile .quickviewHover:focus-within {
  outline: 1px dotted #1f498a;
  outline-offset: 2px;
}
#ContentTemplate .CherryList .result-tile .quickviewHover a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
}
#ContentTemplate .CherryList .result-tile .quickviewHover:hover {
  cursor: pointer;
}
#ContentTemplate .CherryList .result-tile .result-tile-below {
  margin-top: 10px;
  font-size: 0.8125rem;
  text-align: center;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .productTitle {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 19.5px;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .productTitle .brandName {
  font-weight: 600;
  display: block;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .productTitle:hover {
  text-decoration: underline;
}
#ContentTemplate .CherryList .result-tile .result-tile-below a:hover {
  color: #000;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .price-wrapper {
  margin-top: 5px;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches {
  margin: 15px 0 5px;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches span {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 15px;
  border: 1px solid #adb5bd;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches span:hover {
  border: 1px solid #000;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .swatches-btn {
  outline: none !important;
  margin-right: 10px;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .swatches-btn:last-child {
  margin-right: 0;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .search__swatches__img--selected {
  border: 0.1rem solid #000 !important;
  border-radius: 50%;
  transform: translateZ(0);
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .search__swatches__img {
  border-radius: 100%;
  border: 0.1rem solid #999;
  height: 20px;
  width: 20px;
  overflow: hidden;
  color: transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #ContentTemplate .CherryList .result-tile .result-tile-below .swatches #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img--selected {
    border: 2px solid #000 !important;
  }
  #ContentTemplate .CherryList .result-tile .result-tile-below .swatches #NavigationTemplate .result-tile .result-tile-below .swatches .search__swatches__img {
    border: 1px solid #999;
  }
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch {
  cursor: pointer;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch:first-child {
  background-position: 0px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(2) {
  background-position: -20px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(3) {
  background-position: -40px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(4) {
  background-position: -60px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch:nth-child(5) {
  background-position: -80px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected {
  border: 2px solid #000;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected:first-child {
  background-position: 0px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(2) {
  background-position: -20px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(3) {
  background-position: -40px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(4) {
  background-position: -60px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .swatches .result-tile-swatch.selected:nth-child(5) {
  background-position: -80px top;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .seeAllColors {
  font-size: 0.75rem;
  margin: 3px 0;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .seeAllColors:hover {
  text-decoration: underline;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .star-full,
#ContentTemplate .CherryList .result-tile .result-tile-below .star-half,
#ContentTemplate .CherryList .result-tile .result-tile-below .star-empty {
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 2px;
  background-size: 14px 14px;
}
#ContentTemplate .CherryList .result-tile .result-tile-below .star-full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Ctitle%3Estar-full%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate .CherryList .result-tile .result-tile-below .star-half {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-half%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M25.38,0a.49.49,0,0,0-.46.33L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11S25.59,0,25.38,0Z'/%3E%3Cpath class='cls-1' d='M25.38,0a.49.49,0,0,1,.46.33L32,18.67H50.28a.49.49,0,0,1,.28.89L35.5,30.14l5.7,17.92a.49.49,0,0,1-.75.54l-15.06-11S25.17,0,25.38,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate .CherryList .result-tile .result-tile-below .star-empty {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.77 48.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ccc;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Estar-empty%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M50.75,19a.49.49,0,0,0-.47-.34H32L25.85.33a.49.49,0,0,0-.93,0L18.81,18.67H.49a.49.49,0,0,0-.28.89L15.27,30.14,9.57,48.06a.49.49,0,0,0,.75.54l15.06-11,15.06,11a.49.49,0,0,0,.75-.54L35.5,30.14,50.56,19.56A.49.49,0,0,0,50.75,19Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate .CherryList .result-tile:nth-of-type(3n + 1) {
  clear: left;
}
#ContentTemplate .CherryList .slicked_swatch {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
#ContentTemplate .CherryList .slickedSwatchContainer {
  outline: none;
}
#ContentTemplate .CherryList .slickedSwatchContainer span {
  display: block !important;
  margin: 0 auto !important;
  transform: translate3d(0, 0, 0);
  border: 1px solid #adb5bd;
}
#ContentTemplate .CherryList .slickedSwatchContainer span:hover {
  cursor: pointer;
}
#ContentTemplate .CherryList .slickedSwatchContainer span img {
  height: 23px;
}
#ContentTemplate .CherryList .slickedSwatchContainer span.selected {
  border: 2px solid black !important;
}
#ContentTemplate .CherryList .slickedSwatchContainer span.selected img {
  height: 21px !important;
}
#ContentTemplate .CherryList .swatchSlider {
  width: 90%;
  margin: 0 auto;
}
#ContentTemplate .CherryList .swatchSlider .slick-prev {
  transform: rotate(270deg);
  top: 5px;
}
#ContentTemplate .CherryList .swatchSlider .slick-next {
  transform: rotate(270deg);
  top: 5px;
}
#ContentTemplate .CherryList .swatchSlider .slick-prev:before,
#ContentTemplate .CherryList .swatchSlider .slick-next:before {
  font-size: 10px;
}
#ContentTemplate .SearchSummary .noSearchResults {
  margin: 15px 0;
  font-family: "Playfair Display", serif;
  font-size: 1.625rem;
  font-size: 1.625rem;
  background: 0 0;
  border: none;
  color: #000;
  padding: 15px 0 !important;
}
#ContentTemplate .SearchSummary .noSearchResults svg {
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin: 0 10px;
}
#ContentTemplate .SearchSummary .suggestedSearchTerms {
  list-style: none;
  padding: 0;
}
#ContentTemplate .SearchSummary .suggestedSearchTerms li {
  text-decoration: underline;
  padding: 5px 0;
}
#ContentTemplate .SearchForm {
  margin-bottom: 40px;
}
#ContentTemplate .SearchForm input {
  width: 300px;
  border-color: #000;
  height: 35px;
  margin-right: -2px;
}
#ContentTemplate .SearchForm button {
  border-radius: 0;
  background: #000;
  border: solid 1px #000 !important;
  color: #fff;
  height: 35px;
  width: 50px;
  font-size: 0.75rem;
  padding: 0;
  margin-top: 5px;
}
#ContentTemplate .SearchForm button svg {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  right: 15px;
  top: 2px;
  max-width: 18px;
}
#ContentTemplate .SearchForm .clearSearchX {
  background: none;
  border: none !important;
  width: 30px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 295px;
  top: 34px;
  cursor: pointer;
}
#ContentTemplate .SearchForm .clearSearchX svg {
  background: #fff !important;
  fill: #000 !important;
  stroke: #000 !important;
}
#ContentTemplate .SearchForm #suggestions-wrapper {
  position: absolute;
  width: 349px;
  z-index: 9999;
  border: 1px solid #000;
  top: 66px;
  background-color: #fff;
}
#ContentTemplate .SearchForm #suggestions-wrapper ul {
  float: left;
  background: #fff;
  color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#ContentTemplate .SearchForm #suggestions-wrapper ul li {
  text-align: left;
  line-height: 1.1;
  display: block;
}
#ContentTemplate .SearchForm #suggestions-wrapper ul li:last-of-type {
  border-top: 1px solid #d2d2d2;
}
#ContentTemplate .SearchForm #suggestions-wrapper ul a {
  word-wrap: break-word;
  display: block;
  padding: 5px 0;
  font-size: 1rem;
  text-indent: 11px;
}
#ContentTemplate .SearchForm #suggestions-wrapper ul a:hover {
  background: #efefef;
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
#ContentTemplate .SearchForm #suggestions-wrapper span.hilite-term {
  font-family: "Open Sans";
  font-weight: 600;
}
#ContentTemplate .SearchForm #suggestions-wrapper .highlighted-suggestion {
  background: #efefef;
}
#ContentTemplate .no-results-right-links {
  list-style: none;
  padding: 0;
}
#ContentTemplate .no-results-right-links li {
  padding: 5px 0;
}
#ContentTemplate .no-results-right-links li a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
#ContentTemplate .no-results-right-links li a:hover {
  text-decoration: none;
  color: #888;
}
#ContentTemplate .no-results-right-links li i {
  margin-right: 27px;
}
#ContentTemplate .no-results-right-links li i:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.31 37.1'%3E%3Ctitle%3Echat-round-fill%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M26.16,0C11.73,0,0,7.95,0,17.72S11.73,35.44,26.16,35.44a37.15,37.15,0,0,0,10.08-1.36c.64-.18,2.71.79,4.09,1.43,1.79.84,3.4,1.59,4.6,1.59a2,2,0,0,0,1-.21c1.16-.6,1.26-2.51,1.38-4.93.08-1.65.2-3.91.78-4.51a14,14,0,0,0,4.28-9.73C52.31,7.95,40.58,0,26.16,0ZM39,23.78H16.7c-.34,0-.61-.45-.61-1s.27-1,.61-1H39c.34,0,.61.45.61,1S39.34,23.78,39,23.78Zm-.19-8.44H9.5a.92.92,0,0,1-.8-1,.92.92,0,0,1,.8-1H38.81a.92.92,0,0,1,.8,1A.92.92,0,0,1,38.81,15.34Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
}
#ContentTemplate #registryLayout h1 {
  font-family: "Playfair Display", serif;
  display: block;
  margin: 0;
}
#ContentTemplate #registryLayout .linkbar ul {
  padding: 0;
}
#ContentTemplate #reg_header .reg-logo {
  font-family: "Playfair Display", serif;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 1.375rem;
}
#ContentTemplate #reg_header ul {
  text-align: center;
  padding: 0;
}
#ContentTemplate #reg_header ul li {
  display: inline-block;
  font-family: "Playfair Display", serif;
  padding: 4px 2px;
}
#ContentTemplate #reg_header ul li i {
  font-size: 0.3125rem;
  vertical-align: middle;
}
#ContentTemplate #registryIncentives .incentiveHeader {
  border-bottom: 1px solid #ced4da;
  margin: 40px 0 0;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 1rem;
}
#ContentTemplate #registryIncentives .incentivesTitle {
  font-size: 1rem;
  margin: 0;
  margin-top: 30px;
}
#ContentTemplate #registryIncentives a {
  font-size: 0.875rem;
  text-decoration: underline;
}
#ContentTemplate #registryIncentives a:hover {
  text-decoration: none;
}
#ContentTemplate .topContent {
  user-select: none;
  margin-top: 50px;
}
#ContentTemplate .bottomContent,
#ContentTemplate .leftContent,
#ContentTemplate .rightContent {
  user-select: none;
  margin: 50px 0;
}
#ContentTemplate .productRecs.splashProdRecs {
  margin: 20px 0;
}
#ContentTemplate .getInspired {
  height: 521px;
  visibility: hidden;
}
#ContentTemplate .horzRecNoBorder {
  border-top: 0 none !important;
}
#ContentTemplate #horz-rec,
#ContentTemplate #product-carousel {
  margin: 20px 0;
  padding: 16px 0;
}
#ContentTemplate #horz-rec .pr-title-wrapper,
#ContentTemplate #product-carousel .pr-title-wrapper {
  z-index: 5;
  position: relative;
  margin-bottom: 28px;
}
#ContentTemplate #horz-rec .pr-title-wrapper:before,
#ContentTemplate #product-carousel .pr-title-wrapper:before {
  content: "";
  position: absolute;
  border-bottom: solid thin #e3e3e3;
  width: 100%;
  height: 2px;
  top: 10px;
  z-index: -1;
}
#ContentTemplate #horz-rec .slick-list,
#ContentTemplate #product-carousel .slick-list {
  padding: 10px 0;
}
#ContentTemplate #horz-rec .pr-title,
#ContentTemplate #product-carousel .pr-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: Uppercase;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  padding: 0 16px;
  text-align: center;
  right: 0;
  left: 0;
  width: fit-content;
}
#ContentTemplate #horz-rec .item,
#ContentTemplate #product-carousel .item {
  max-width: 200px;
  text-align: center;
}
#ContentTemplate #horz-rec .item a,
#ContentTemplate #product-carousel .item a {
  display: inline-block;
}
#ContentTemplate #horz-rec .item a:focus,
#ContentTemplate #product-carousel .item a:focus {
  outline: 1px dotted #1F498A;
}
#ContentTemplate #horz-rec .item .item-title,
#ContentTemplate #product-carousel .item .item-title {
  width: 100%;
  padding: 0 10px;
  max-height: 50px;
  overflow: hidden;
  font-size: 0.6875rem;
  text-align: center;
}
#ContentTemplate #horz-rec .slick-slide,
#ContentTemplate #product-carousel .slick-slide {
  padding: 5px;
  text-align: center;
}
#ContentTemplate #horz-rec .slick-next,
#ContentTemplate #product-carousel .slick-next {
  width: 15px;
  right: -15px;
  top: 40%;
}
#ContentTemplate #horz-rec .slick-next:focus,
#ContentTemplate #product-carousel .slick-next:focus {
  outline: 1px dotted #1F498A;
}
#ContentTemplate #horz-rec .slick-next:before,
#ContentTemplate #product-carousel .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M1,48.77a1,1,0,0,1-.71-1.71L23,24.39.29,1.71A1,1,0,0,1,1.71.29L25.09,23.68a1,1,0,0,1,0,1.41L1.71,48.48A1,1,0,0,1,1,48.77Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate #horz-rec .slick-prev,
#ContentTemplate #product-carousel .slick-prev {
  width: 15px;
  left: -15px;
  top: 40%;
}
#ContentTemplate #horz-rec .slick-prev:focus,
#ContentTemplate #product-carousel .slick-prev:focus {
  outline: 1px dotted #1F498A;
}
#ContentTemplate #horz-rec .slick-prev:before,
#ContentTemplate #product-carousel .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.39,48.77a1,1,0,0,1-.71-.29L.29,25.09a1,1,0,0,1,0-1.41L23.68.29a1,1,0,0,1,1.41,1.41L2.41,24.39,25.09,47.07a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate #product-carousel {
  position: relative;
}
#ContentTemplate #product-carousel img[src=""] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
#ContentTemplate #product-carousel img[src=""] + .item-title {
  bottom: 12px;
  position: absolute;
  left: 34%;
}
#ContentTemplate .productRecs .slick-list {
  padding: 10px 0;
}
#ContentTemplate .productRecs .recently-viewed-title {
  font-size: 14px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  padding: 0 16px;
  text-align: center;
  right: 0;
  left: 0;
  width: fit-content;
}
#ContentTemplate .productRecs .item {
  max-width: 200px;
}
#ContentTemplate .productRecs .item .item-title {
  font-size: 0.6875rem;
  text-align: center;
  padding: 0 7px;
  max-height: 45px;
  overflow: hidden;
}
#ContentTemplate .productRecs .slick-next {
  width: 15px;
  right: -20px;
  background: none;
  border: none !important;
}
#ContentTemplate .productRecs .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M1,48.77a1,1,0,0,1-.71-1.71L23,24.39.29,1.71A1,1,0,0,1,1.71.29L25.09,23.68a1,1,0,0,1,0,1.41L1.71,48.48A1,1,0,0,1,1,48.77Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate .productRecs .slick-prev {
  width: 15px;
  left: -20px;
  background: none;
  border: none !important;
}
#ContentTemplate .productRecs .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.39 48.77'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M24.39,48.77a1,1,0,0,1-.71-.29L.29,25.09a1,1,0,0,1,0-1.41L23.68.29a1,1,0,0,1,1.41,1.41L2.41,24.39,25.09,47.07a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#ContentTemplate .productRecs .productRecs__title {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
#ContentTemplate #storeListing a {
  font-size: 0.875rem;
}
#ContentTemplate #storeListing .stateHeader h2 {
  margin: 30px 0px;
}
#ContentTemplate #storeListing .storeDetail {
  padding: 10px 0;
}
#ContentTemplate #storeListing > div {
  padding: 10px 0;
}
#ContentTemplate #storeListing > div.stateHeader .storeDetail:nth-of-type(odd) {
  background: #ececec;
}

.tabletPage #storeListing a,
.tabletPage #storeListing p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 2.3;
}
.tabletPage #ContentTemplate .getInspired {
  height: 301px;
  visibility: hidden;
}
.tabletPage #ContentTemplate #shopByBrand li.letter {
  padding: 0 8px !important;
}
.tabletPage #ContentTemplate #shopByBrand .split-list {
  width: 25% !important;
}
.tabletPage #ContentTemplate .productRecs {
  border-top: none;
}
.tabletPage #ContentTemplate .productRecs #product-carousel.recently-viewed {
  margin: 40px 0;
}
.tabletPage #ContentTemplate .productRecs #product-carousel .pr-title-wrapper {
  position: relative;
  border-bottom: solid thin #e3e3e3;
  padding: 12px 0;
  margin: 0;
}
.tabletPage #ContentTemplate .productRecs #product-carousel .pr-title-wrapper:before {
  border: none;
}
.tabletPage #ContentTemplate .productRecs #product-carousel .pr-title-wrapper .pr-title {
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  padding: 0;
  text-align: center;
  background: none;
  display: block;
  text-transform: uppercase;
  top: -5px;
}
.tabletPage #ContentTemplate .productRecs #product-carousel.top-selling-items-from-a-category-of-your-interests .pr-title {
  width: 100%;
}
@media (min-width: 768px) and (orientation: landscape) {
  .tabletPage #ContentTemplate .productRecs .pr-title-wrapper .pr-title {
    margin-bottom: 0 !important;
  }
}
.tabletPage #ContentTemplate .productRecs .slick-prev:before,
.tabletPage #ContentTemplate .productRecs .slick-next:before {
  content: "";
}
.tabletPage #ContentTemplate .productRecs.splashProdRecs {
  margin: 15px 0;
}
.tabletPage #ContentTemplate .OutfitResults .result-tile .shopThisOutfit {
  max-width: 213px;
  margin: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tabletPage #ContentTemplate .OutfitResults .result-tile .shopThisOutfit {
    max-width: 156px;
  }
  .tabletPage #ContentTemplate .OutfitResults .result-tile .shopThisOutfit a {
    font-size: 0.75rem;
  }
}
.tabletPage #ContentTemplate #horz-rec .pr-title {
  font-size: 12px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 0 8px;
}
.tabletPage .birthDate label#datePickerHack {
  top: 6px !important;
  font-size: 16px;
}

.category-wrap h6 {
  font-family: "Open Sans SemiBold", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.category-wrap a {
  font-size: 0.75rem;
  color: #444;
}

@media only screen and (max-device-width: 1600px) {
  .desktopPage #horz-rec {
    width: 95%;
  }
}
.zmdi.zmdi-circle {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.84 24.84'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eradio-dot%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Ccircle class='cls-1' cx='12.42' cy='12.42' r='12.42'/%3E%3Ccircle cx='12.42' cy='12.42' r='7.46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 10px;
  width: 10px;
}

.desktopPage #NavigationTemplate .slickedSwatchContainer span {
  margin-right: auto !important;
}

.desktopPage .result-tile .result-tile-below .swatches span.result-tile-swatch {
  margin-right: 4% !important;
}

html:not(.internet-explorer) #ContentTemplate .skeleton,
html:not(.internet-explorer) #NavigationTemplate .skeleton {
  position: relative;
  margin-bottom: 15px;
}
html:not(.internet-explorer) #ContentTemplate .skeleton:before,
html:not(.internet-explorer) #NavigationTemplate .skeleton:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.4012738854%;
  background-color: #f7f7f7;
}
html:not(.internet-explorer) #ContentTemplate .skeleton > div[data-widgettype=ContentRecommendation],
html:not(.internet-explorer) #NavigationTemplate .skeleton > div[data-widgettype=ContentRecommendation] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
html:not(.internet-explorer) #ContentTemplate div[data-widgettype=ContentRecommendation].skeleton-parent,
html:not(.internet-explorer) #NavigationTemplate div[data-widgettype=ContentRecommendation].skeleton-parent {
  position: relative;
  margin-bottom: 15px;
}
html:not(.internet-explorer) #ContentTemplate div[data-widgettype=ContentRecommendation].skeleton-parent:before,
html:not(.internet-explorer) #NavigationTemplate div[data-widgettype=ContentRecommendation].skeleton-parent:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.4012738854%;
  background-color: #f7f7f7;
}
html:not(.internet-explorer) #ContentTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child,
html:not(.internet-explorer) #NavigationTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html:not(.internet-explorer) #ContentTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child div,
html:not(.internet-explorer) #ContentTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child p,
html:not(.internet-explorer) #NavigationTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child div,
html:not(.internet-explorer) #NavigationTemplate div[data-widgettype=ContentRecommendation].skeleton-parent > .skeleton-child p {
  visibility: hidden;
}

@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@media (max-width: 1675px) and (min-width: 1024px) {
  #ContentTemplate #horz-rec .slick-prev,
  #ContentTemplate #product-carousel .slick-prev {
    left: 0;
    z-index: 1;
  }
  #ContentTemplate #horz-rec .slick-next,
  #ContentTemplate #product-carousel .slick-next {
    right: -15px;
  }
  #homepage-carousel .slick-prev {
    left: 0;
    z-index: 1;
  }
  #homepage-carousel .slick-next {
    right: 15px;
  }
}
@media (max-width: 1690px) {
  .desktopPage #ContentTemplate #horz-rec .slick-prev,
  .desktopPage #ContentTemplate #product-carousel .slick-prev,
  .desktopPage #homepage-carousel .slick-prev {
    left: 0;
    z-index: 1;
  }
  .desktopPage #ContentTemplate #horz-rec .slick-next,
  .desktopPage #ContentTemplate #product-carousel .slick-next,
  .desktopPage #homepage-carousel .slick-next {
    right: 15px;
    z-index: 1;
  }
}
.tabletPage #homepage-carousel .slick-prev,
.tabletPage #homepage-carousel .slick-next,
.tabletPage #ContentTemplate .slick-prev,
.tabletPage #ContentTemplate .slick-next,
.tabletPage #carousel-example-generic .slick-prev,
.tabletPage #carousel-example-generic .slick-next,
.tabletPage #carousel-no-arrows .slick-prev,
.tabletPage #carousel-no-arrows .slick-next {
  display: none !important;
}

#carousel-example-generic .slick-prev,
#carousel-example-generic .slick-next,
#carousel-no-arrows .slick-prev,
#carousel-no-arrows .slick-next {
  display: none !important;
}

.tabletPage .hashLinkTarget {
  height: 10px !important;
  margin-top: -10px !important;
}

.firefox #ContentTemplate .SearchForm .clearSearchX {
  width: 28px;
  height: 28px;
  left: 288px;
  top: 37px;
}

#heroImageWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.share {
  margin-top: 0.3rem;
}
.share a {
  margin-top: 1.25rem;
  display: block;
}

.birthDate {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.birthDate [type=date]::-webkit-inner-spin-button {
  display: none;
}
.birthDate [type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.birthDate input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.birthDate input[type=number] {
  -moz-appearance: textfield;
}

#contest-success {
  padding: 1rem;
  background-color: #d7f7d3;
  text-align: center;
  color: #505050;
  font-size: 1.15rem;
}
#contest-success a:first-child {
  font-weight: bold;
}

div#contest-contestant h1 {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  padding: 1rem 3rem;
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
}

.contest-error {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding: 1rem;
  background-color: #fbd8d8;
  text-align: center;
  color: #000;
  font-size: 1.15rem;
}

.tabletPage div#contest-contestant h1 {
  width: 55%;
  font-size: 1.125rem;
}

#contest-footer .form-group a {
  width: 10rem;
  margin-top: 2rem;
}
#contest-footer .requiredAsterisk {
  color: #1c7cbb;
  padding-right: 0;
}
#contest-footer .txt-error {
  margin-bottom: 0;
  display: none;
}
#contest-footer .has-error input[type=checkbox] + span::before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6) !important;
  border-color: #a94442 !important;
}
#contest-footer .has-error .txt-error {
  display: block !important;
}

#contestForm {
  margin-top: 6rem;
}
#contestForm .wrapper {
  padding: 4rem 3rem 3rem;
  border: 1px solid #000;
  position: relative;
  background-color: #fffaf4;
}
@media (max-width: 768px) {
  #contestForm .wrapper {
    padding: 3rem 1.5rem;
  }
}
#contestForm .form-group {
  margin-bottom: 1.25rem;
}
#contestForm .form-group > .label,
#contestForm label {
  display: inline;
  padding: 0;
  font-size: 0.75rem;
  font-family: Open Sans;
  font-weight: 600;
  padding: 3px 5px 0 0;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  vertical-align: baseline;
  text-transform: capitalize;
}
#contestForm label[for=minimumAge],
#contestForm label[for=agreeToTerms],
#contestForm label[for=special-offer-optin] {
  text-transform: none;
}
#contestForm:before {
  -webkit-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
  top: 0;
  z-index: -2;
}
#contestForm:before {
  background-color: #fff;
  visibility: visible;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: "";
  box-shadow: "";
}
#contestForm:after {
  -webkit-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  top: 0;
  z-index: -1;
}
#contestForm:after {
  background-color: #fff;
  visibility: visible;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: "";
  box-shadow: "";
}

.productDisplay__form .overflowSwatches {
  overflow: hidden;
  position: absolute;
  color: transparent !important;
}

#homepage-carousel .slick-prev {
  transform: rotate(-90deg);
  left: -45px;
}
#homepage-carousel .slick-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='white' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-up%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M47.77,25.39a1,1,0,0,1-.71-.29L24.39,2.41,1.71,25.09A1,1,0,0,1,.29,23.68L23.68.29a1,1,0,0,1,1.41,0L48.48,23.68a1,1,0,0,1-.71,1.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 18px;
  right: 0px;
  width: 24px;
}
#homepage-carousel .slick-next {
  transform: rotate(270deg);
  right: -35px;
}
#homepage-carousel .slick-next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='white' viewBox='0 0 48.77 25.39'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Layer 2'%3E%3Cg  data-name='Layer 1'%3E%3Cpath d='M24.39,25.39a1,1,0,0,1-.71-.29L.29,1.71A1,1,0,0,1,1.71.29L24.39,23,47.07.29a1,1,0,0,1,1.41,1.41L25.09,25.09A1,1,0,0,1,24.39,25.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 14px;
  right: 0px;
  width: 24px;
}

#homepage-carousel {
  position: relative;
  margin-bottom: 65px;
}
#homepage-carousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.4012738854%;
  background-color: #fcfcfc;
}
#homepage-carousel > .slick-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#homepage-carousel .slick-dots {
  position: absolute;
  bottom: -45px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 34px;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.pausePlayCarouselWrapper button:before {
  content: "";
}

a:focus {
  outline: 1px dotted #1F498A;
}

.btn:focus {
  outline: dotted 2px rgb(179, 179, 179);
}

#my_dillards_bar_wrapper a:focus {
  outline: 1px dotted rgb(200, 200, 200);
}

.btn-search-react:focus {
  outline: 1px dotted #1f498a !important;
  outline-offset: -3px !important;
}

#header a:focus {
  outline: 1px dotted #1F498A;
}
#header a:focus img[src="/images/StyleOfYourLifeLogo.png"] {
  outline: 1px dotted #1F498A;
}

.desktopPage #menu_wrapper a:focus {
  outline: 1px dotted #1F498A;
  outline-offset: 2px;
}

.checkbox input:focus + label::before {
  border: 1px dotted #1F498A !important;
  outline: 1px dotted #1F498A;
  outline-offset: -2px;
}

.internet-explorer .desktopPage #menu_wrapper a:focus {
  outline: 0.25px dotted #1F498A;
}

@media (min-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#oo_tab.oo_tab_right {
  display: none;
}

/*# sourceMappingURL=../911a6bcc148e273a-27.js.map*/