@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap);
@import url(https://fonts.cdnfonts.com/css/digital-numbers);
@import url(https://fonts.googleapis.com/css?family=Poppins);
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f30;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1acd33;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #333;
  --secondary: #6c757d;
  --success: #1acd33;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f30;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 320px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #e4e3e2;
  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.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

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

@media (min-width: 720px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 720px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c4c4c4;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c4c4c4;
}
.table tbody + tbody {
  border-top: 2px solid #c4c4c4;
}

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

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

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

.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: #bff1c6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88e595;
}

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

.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: #ffc6b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff957a;
}

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

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

.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: 319.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: 719.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: 1279.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: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #737373;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 10px 10px;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1acd33;
  border-radius: 5px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1acd33;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231acd33' 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: #1acd33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.25);
}

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1acd33;
}
.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: #1acd33;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1acd33;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #35e54d;
  background-color: #35e54d;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 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: #1acd33;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1acd33;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1acd33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f30;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f30' 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='%23f30' 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: #f30;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f30;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f30' 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='%23f30' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f30;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f30;
}
.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: #f30;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f30;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff5c33;
  background-color: #ff5c33;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f30;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1acd33;
  border-color: #1acd33;
}
.btn-success:hover {
  color: #fff;
  background-color: #16ab2b;
  border-color: #14a028;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #16ab2b;
  border-color: #14a028;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 213, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 213, 82, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1acd33;
  border-color: #1acd33;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #14a028;
  border-color: #139425;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 213, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 213, 82, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f30;
  border-color: #f30;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d92b00;
  border-color: #cc2900;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d92b00;
  border-color: #cc2900;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 82, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f30;
  border-color: #f30;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc2900;
  border-color: #bf2600;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 82, 38, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #333;
  border-color: #333;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #333;
  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: #333;
  border-color: #333;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

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

.btn-outline-success {
  color: #1acd33;
  border-color: #1acd33;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1acd33;
  border-color: #1acd33;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1acd33;
  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: #1acd33;
  border-color: #1acd33;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.5);
}

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

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

.btn-outline-danger {
  color: #f30;
  border-color: #f30;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f30;
  border-color: #f30;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f30;
  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: #f30;
  border-color: #f30;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #333;
  text-decoration: none;
}
.btn-link:hover {
  color: #0d0d0d;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

.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: 320px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 720px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.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.25rem;
}

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #737373;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}
.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: 50%/50% 50% no-repeat;
}

.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: #333;
  background-color: #333;
}
.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(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 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(51, 51, 51, 0.5);
}

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

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

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #e4e3e2, 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 1px #e4e3e2, 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e4e3e2, 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e4e3e2, 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #333;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8c8c8c;
}
.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: #333;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8c8c8c;
}
.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: #333;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8c8c8c;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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: #e4e3e2;
  border-color: #dee2e6 #dee2e6 #e4e3e2;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  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: #333;
}

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.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: 50%/100% 100% no-repeat;
}

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

@media (max-width: 319.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 720px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.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: 320px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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: -webkit-box;
  display: -ms-flexbox;
  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: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0d0d0d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 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: #333;
  border-color: #333;
}
.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.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.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.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #333;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1acd33;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #14a028;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(26, 205, 51, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f30;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc2900;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
@media (min-width: 320px) {
  .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;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-primary hr {
  border-top-color: #b9b9b9;
}
.alert-primary .alert-link {
  color: #020202;
}

.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: #0e6b1b;
  background-color: #d1f5d6;
  border-color: #bff1c6;
}
.alert-success hr {
  border-top-color: #aaecb3;
}
.alert-success .alert-link {
  color: #083e10;
}

.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: #851b00;
  background-color: #ffd6cc;
  border-color: #ffc6b8;
}
.alert-danger hr {
  border-top-color: #ffb29f;
}
.alert-danger .alert-link {
  color: #521100;
}

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

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

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

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

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

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.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: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.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: #333;
  border-color: #333;
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: 320px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 720px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 1280px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 1440px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.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: #0e6b1b;
  background-color: #bff1c6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0e6b1b;
  background-color: #aaecb3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0e6b1b;
  border-color: #0e6b1b;
}

.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: #851b00;
  background-color: #ffc6b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #851b00;
  background-color: #ffb29f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851b00;
  border-color: #851b00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

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

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.6rem 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.6rem 0.5rem 0;
  border-top-color: #f8f8f8;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.6rem 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.5rem 0.6rem;
  border-bottom-color: #f8f8f8;
}

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

.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px;
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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.25rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.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.25rem 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.25rem 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.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1a1a1a !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: #1acd33 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #14a028 !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: #f30 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc2900 !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: #333 !important;
}

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

.border-success {
  border-color: #1acd33 !important;
}

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.25rem !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 720px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 720px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 720px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 720px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 320px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 720px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-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: #333 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0d0d0d !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #1acd33 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #118922 !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: #f30 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b32400 !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;
  word-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;
    -webkit-box-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;
  }

  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: 1280px !important;
  }

  .container {
    min-width: 1280px !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: #c4c4c4;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #c4c4c4;
  }
}
/* Placeholder file */
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 320px) and (max-width: 719.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1600px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 319.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 719.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1599.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

input[placeholder] {
  text-overflow: ellipsis;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary, .see-all-cta) {
  color: var(--skin-link-color-2);
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #1acd33;
}

.shipping-discount {
  color: #1acd33;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #f30;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.svg-wrapper {
  display: inline-block;
}
.svg-wrapper[svg-position=right] {
  position: absolute;
  right: 5px;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}
.svg-wrapper[svg-position=right] svg {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

a[aria-expanded=true] .svg-icon-add-outline {
  display: none;
}

a[aria-expanded=true] .svg-icon-chevron-right {
  display: none;
}

a[aria-expanded=false] .svg-icon-minus {
  display: none;
}

.tooltip {
  margin: 5px;
}
.tooltip img {
  max-width: 30px;
}
.tooltip .tooltip-inner {
  border: 1px solid #a1a1a1;
}
.tooltip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-color: #f8f8f8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: inset -2px -2px 2px -1px #a1a1a1;
          box-shadow: inset -2px -2px 2px -1px #a1a1a1;
  z-index: 10;
}
.tooltip.bs-tooltip-top::after, .tooltip.bs-tooltip-auto[x-placement^=top]::after {
  bottom: 1px;
}
.tooltip.bs-tooltip-right::after, .tooltip.bs-tooltip-auto[x-placement^=right]::after {
  bottom: 0;
  top: 0;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.tooltip.bs-tooltip-left::after, .tooltip.bs-tooltip-auto[x-placement^=left]::after {
  bottom: 0;
  top: 0;
  left: auto;
  right: 2px;
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}
.tooltip.bs-tooltip-bottom::after, .tooltip.bs-tooltip-auto[x-placement^=bottom]::after {
  bottom: auto;
  top: 2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.modal-address-pickup-express .tooltip {
  left: 129px !important;
}
@media (min-width: 720px) {
  .modal-address-pickup-express .tooltip {
    left: 162px !important;
  }
}
.modal-address-pickup-express .tooltip::after {
  left: 103px !important;
}
@media (min-width: 720px) {
  .modal-address-pickup-express .tooltip::after {
    left: 90px !important;
  }
}

.modal-address-delivery .tooltip {
  left: -4px !important;
}
@media (min-width: 720px) {
  .modal-address-delivery .tooltip {
    left: -40px !important;
  }
}
.modal-address-delivery .tooltip::after {
  left: -158px !important;
}
@media (min-width: 720px) {
  .modal-address-delivery .tooltip::after {
    left: 80px !important;
  }
}

.modal-address-delivery-unsaved .tooltip {
  left: 12px !important;
}
@media (min-width: 720px) {
  .modal-address-delivery-unsaved .tooltip {
    left: -2px !important;
  }
}
.modal-address-delivery-unsaved .tooltip::after {
  left: -158px !important;
}
@media (min-width: 720px) {
  .modal-address-delivery-unsaved .tooltip::after {
    left: 114px !important;
  }
}

.error-messaging {
  position: fixed;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.75;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Custom Scrollbar. Chrome / Safari and Edge full support.
Firefox doesn't allow pixel width neither border radius, but its close enough */
.has-custom-scrollbar {
  scrollbar-color: #a1a1a1 transparent;
  scrollbar-width: thin;
}
.has-custom-scrollbar::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.has-custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #a1a1a1;
  border-radius: 4px;
}
.has-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c4;
}

.password-instructions {
  color: #727272;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.password-instructions ul {
  padding-left: 15px;
  width: 100%;
  row-gap: 10px;
}
@media (min-width: 720px) {
  .password-instructions ul {
    width: 50%;
    padding-left: 40px;
  }
}
.password-instructions li {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.app-stores {
  display: block;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  position: fixed;
  overflow: hidden;
  z-index: 10;
  bottom: -10px;
  left: 0;
  height: auto;
}
@media (min-width: 720px) {
  .app-stores {
    bottom: 75px;
    right: 0;
    left: unset;
  }
}
.app-stores.product-pdp {
  bottom: 65px;
}
@media (min-width: 720px) {
  .app-stores__button {
    float: left;
  }
}
.app-stores__button-check {
  display: none;
}
.app-stores__button-check:checked ~ .app-stores__content {
  display: block;
  position: relative;
  top: -13px;
}
@media (min-width: 720px) {
  .app-stores__button-check:checked ~ .app-stores__content {
    position: unset;
    top: unset;
  }
}
.app-stores__button-check:not(:checked) + label > .app-stores__icon-arrow-left {
  display: none !important;
}
.app-stores__button-check:not(:checked) + label > .app-stores__icon-arrow-right {
  display: block !important;
}
.app-stores__button-label {
  background-color: #f30000;
  border: 0;
  color: #fff;
  border-radius: 0 5px 5px 0;
  height: 40px;
  width: 180px;
  text-align: center;
  margin-bottom: 0;
  padding: 4px 8px;
}
@media (min-width: 720px) {
  .app-stores__button-label {
    padding: 0 8px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    min-height: 180px;
    width: 40px;
  }
}
.app-stores__button-label span.svg-wrapper {
  position: relative;
  height: 18px !important;
  width: 18px !important;
  top: -18px;
  right: -70px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 720px) {
  .app-stores__button-label span.svg-wrapper {
    top: 66px;
    right: -20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.app-stores__icon-arrow-left {
  display: block;
}
.app-stores__icon-arrow-right {
  display: none;
}
.app-stores__content {
  display: none;
}
@media (min-width: 720px) {
  .app-stores__content {
    float: right;
  }
}
.app-stores__content-link {
  text-decoration: none !important;
  cursor: pointer;
}
.app-stores__content-link-off .app-stores__content-body-button {
  display: none !important;
}
.app-stores__content-body {
  height: 160px;
}
@media (min-width: 720px) {
  .app-stores__content-body {
    height: 180px;
  }
}
.app-stores__content-body-image {
  -o-object-fit: fill;
     object-fit: fill;
  height: 160px;
  width: 180px;
}
@media (min-width: 720px) {
  .app-stores__content-body-image {
    height: 180px;
    width: 240px;
  }
}
.app-stores__content-body-button {
  color: #fff;
  position: relative;
  bottom: 30px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 0 8px;
}

header.hidden-app,
footer.hidden-app {
  display: none !important;
}

div.card.hidden-app {
  border: 0;
}

.modal-back-delete-account {
  position: fixed;
  height: 100vh !important;
  width: 100vw !important;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-back-delete-account.show {
  display: block;
}

.modal-delete-account {
  position: absolute;
  top: 0%;
  pointer-events: unset;
  opacity: 0;
  display: none !important;
}
.modal-delete-account.show {
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal-delete-account-body {
  position: fixed;
  margin: 0 auto;
  height: 180px;
  width: 380px;
  z-index: 1050;
  background: #fff;
  top: 40%;
}
.modal-delete-account-content {
  padding: 20px 30px;
}
.modal-delete-account-content-text {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}
.modal-delete-account-content-footer {
  color: #000;
  padding: 15px 20px;
}
.modal-delete-account-content-button {
  width: 80%;
  margin: 10px 30px;
}

.grecaptcha-badge {
  display: none !important;
}

.modal-back-invalid-account {
  position: fixed;
  height: 100vh !important;
  width: 100vw !important;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-back-invalid-account.show {
  display: block;
}
.modal-back-invalid-account .modal-dialog {
  max-width: 100% !important;
}

.modal-invalid-account {
  position: absolute;
  top: 0%;
  pointer-events: unset;
  opacity: 0;
  display: none !important;
}
.modal-invalid-account.show {
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal-invalid-account-body {
  position: fixed;
  margin: 0 auto;
  height: 180px;
  width: 380px;
  z-index: 1050;
  background: #fff;
  top: 40%;
}
.modal-invalid-account-content {
  margin: 20px 30px;
}
.modal-invalid-account-content-text {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}
.modal-invalid-account-content-footer {
  color: #000;
  margin: 15px 20px;
}
.modal-invalid-account-content-button {
  width: 80%;
  margin: 10px 30px;
}

.modal-back-pending-review {
  position: fixed;
  height: 100vh !important;
  width: 100vw !important;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-back-pending-review.show {
  display: block;
}
.modal-back-pending-review .modal-dialog {
  max-width: 100% !important;
}

.modal-pending-review {
  position: absolute;
  top: 0%;
  pointer-events: unset;
  opacity: 0;
  display: none !important;
}
.modal-pending-review.show {
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal-pending-review-body {
  position: fixed;
  margin: 0 auto;
  height: 180px;
  width: 380px;
  z-index: 1050;
  background: #fff;
  top: 40%;
}
.modal-pending-review-content {
  margin: 20px 30px;
}
.modal-pending-review-content-text {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}
.modal-pending-review-content-footer {
  color: #000;
  margin: 15px 20px;
}
.modal-pending-review-content-button {
  width: 80%;
  margin: 10px 30px;
}

.modal-back-error-review {
  position: fixed;
  top: 0;
  height: 100vh !important;
  width: 100vw !important;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-back-error-review.show {
  display: block;
}
.modal-back-error-review .modal-dialog {
  max-width: 100% !important;
}

.modal-error-review {
  position: absolute;
  top: 0%;
  pointer-events: unset;
  opacity: 0;
  display: none !important;
}
.modal-error-review.show {
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal-error-review-body {
  position: fixed;
  margin: 0 auto;
  height: 180px;
  width: 380px;
  z-index: 1050;
  background: #fff;
  top: 40%;
}
.modal-error-review-content {
  margin: 20px 30px;
}
.modal-error-review-content-text {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}
.modal-error-review-content-footer {
  color: #000;
  margin: 15px 20px;
}
.modal-error-review-content-button {
  width: 80%;
  margin: 10px 30px;
}

.brand {
  left: 0;
}

.tri-page-header {
  top: 0;
  position: sticky;
  z-index: 1000;
}

.header-container {
  max-width: 100vw;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .header-container {
    border-bottom: 1px solid #dee2e6;
  }
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-body-container-padding {
    height: 70px;
  }
}

.tri-icon-text {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.7111111283px;
  text-align: center;
  padding-top: 2px;
}

.tri-header-container {
  max-height: 78px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header-container {
    max-height: 82px;
  }
}
@media (min-width: 1280px) {
  .tri-header-container {
    width: 89%;
    max-height: 80px;
  }
}
.tri-header-container .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1280px) {
  .tri-header-container .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tri-header-container .content svg path {
  fill: #fff;
}
.tri-header-container .content .html-slot-container {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tri-header-banner .close-button {
  max-height: 78px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header-banner .close-button {
    max-height: 77px;
  }
}
@media (min-width: 1280px) {
  .tri-header-banner .close-button {
    max-height: 80px;
  }
}

.tri-header {
  height: 50px;
  padding: 11px 0 13px 1px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header {
    height: 70px;
    padding: 15px 36px;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .tri-header {
    padding: 5px 40px 5.7px 10px;
  }
}
@media (min-width: 1440px) {
  .tri-header {
    padding: 5px 48px 5.7px 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .tri-header .container {
    max-width: 100%;
    padding: 0;
  }
}
.tri-header .cart {
  padding-left: 15px;
  padding-right: 15px;
}
.tri-header .site-search {
  height: 30px;
  width: inherit;
  z-index: 10;
}
.tri-header .site-search input {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  height: 30px;
  padding-right: 46px;
  -webkit-box-shadow: 0 0 5px 0 rgba(230, 234, 244, 0.25);
          box-shadow: 0 0 5px 0 rgba(230, 234, 244, 0.25);
  border: 1px solid rgba(164, 176, 190, 0.2);
  color: #313845;
}
@media (min-width: 1280px) {
  .tri-header .site-search input {
    padding: 0 8px 0 12px;
    font-size: 11px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.tri-header .site-search input::-webkit-input-placeholder {
  color: #313845;
  opacity: 1;
}
.tri-header .site-search input::-moz-placeholder {
  color: #313845;
  opacity: 1;
}
.tri-header .site-search input:-ms-input-placeholder {
  color: #313845;
  opacity: 1;
}
.tri-header .site-search input::-ms-input-placeholder {
  color: #313845;
  opacity: 1;
}
.tri-header .site-search input::placeholder {
  color: #313845;
  opacity: 1;
}
.tri-header .header-icons {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: -5px;
  padding-top: 5px;
}
@media (min-width: 1280px) {
  .tri-header .header-icons .header-icon-wrapper {
    width: 87px;
  }
}
.tri-header .navbar-header {
  height: 0;
}
.tri-header .navbar-header .buttons-wrap {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1439.98px) {
  .tri-header .navbar-header .buttons-wrap .exchangeable-truck {
    display: none;
  }
}
@media (min-width: 1280px) {
  .tri-header .navbar-header .buttons-wrap .exchangeable-search {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .tri-header .navbar-header .buttons-wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-left: 12px;
  }
}
@media (min-width: 1440px) {
  .tri-header .navbar-header .buttons-wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-left: 22px;
  }
  .tri-header .navbar-header .buttons-wrap .exchangeable-search {
    display: none;
  }
}
.tri-header .navbar-header .buttons-wrap .exchangeable-search path {
  fill: #000;
}
.tri-header .navbar-header .minicart {
  line-height: inherit;
  margin: 0 3px 0 0;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header .navbar-header .minicart {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-header .navbar-header .minicart {
    margin: 0;
    padding: 0 10px;
  }
}
.tri-header .navbar-header .wishlist-link-wrapper.empty-list .tri-wishlist-quantity {
  display: none;
}
.tri-header .navbar-header .tri-wishlist-quantity {
  background-color: #df0000;
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  line-height: normal;
  font-size: 0.625rem;
  font-weight: normal;
  border-radius: 50%;
  color: #fff;
}
@media (min-width: 1280px) {
  .tri-header .navbar-header .tri-wishlist-quantity {
    right: 10px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header .navbar-header .tri-wishlist-quantity {
    top: 2px;
    right: unset;
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .tri-header .navbar-header .tri-wishlist-quantity {
    right: -8px;
  }
}
.tri-header .navbar-header .tri-minicart-quantity {
  background-color: unset;
  position: absolute;
  top: 8px;
  right: 0;
  left: unset;
  width: 100%;
  font-size: 0.625rem;
  font-weight: normal;
}
@media (max-width: 1279.98px) {
  .tri-header .navbar-header .tri-minicart-quantity {
    top: 10px;
    right: -2px;
  }
}
.tri-header .navbar-header .navbar-toggler {
  font-size: 1.1875rem;
  line-height: 0;
  margin-left: 5px;
  margin-top: 4px;
  padding-right: 2px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header .navbar-header .navbar-toggler {
    font-size: 1.625rem;
  }
}
.tri-header .navbar-header .search {
  width: 100%;
  margin: 0 30px;
  z-index: 10;
}
.tri-header .navbar-header .search-suggestion-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4588235294);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
.tri-header .search-field {
  border-radius: 1.25rem;
}
.tri-header .search-field.form-control::-webkit-input-placeholder {
  display: none;
}
.tri-header .search-field.form-control::-moz-placeholder {
  display: none;
}
.tri-header .search-field.form-control:-ms-input-placeholder {
  display: none;
}
.tri-header .search-field.form-control::-ms-input-placeholder {
  display: none;
}
.tri-header .search-field.form-control::placeholder {
  display: none;
}
.tri-header .tri-header-btn {
  background: #333;
  font-size: 0.8125rem !important;
  font-weight: 500;
  height: auto;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 194px;
  border-radius: 1.25rem;
}
.tri-header .tri-header-btn:hover {
  font-size: 0.8125rem !important;
}
.tri-header .tricot-visa-buttons {
  gap: 30px;
  display: none;
}
@media (min-width: 1280px) {
  .tri-header .tricot-visa-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tri-header.search-active .site-search input,
.tri-header.search-active .tri-header-divider {
  height: 40px;
}
.tri-header.search-active .site-search input {
  padding-left: 20px;
  border-bottom-left-radius: 0;
  width: 713px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tri-header.search-active .tri-search-icon {
  top: 1px;
  right: 0;
  background: #f1f2f6;
  padding: 5px 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 52px;
  height: 41px;
}
.tri-header.search-active .tri-search-icon path {
  fill: #000;
}
.tri-header.search-active .tri-clear-search,
.tri-header.search-active .tri-search-close-suggestions {
  position: absolute;
  background-color: #fff;
  border: 0;
  top: 1px;
  right: 52px;
  padding: 6px;
  display: block !important;
  height: 41px;
  border-bottom: 1px solid rgba(164, 176, 190, 0.2);
}
.tri-header.search-active .tri-clear-search path,
.tri-header.search-active .tri-search-close-suggestions path {
  fill: #666;
}
.tri-header .tri-clear-search,
.tri-header .tri-search-close-suggestions {
  display: none;
}

.header-promotion {
  font-size: 0.625rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .header-promotion {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .header-promotion {
    font-size: 0.6875rem;
  }
}

.tri-icon-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-icon-wrapper {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-icon-wrapper {
    margin-right: 0;
  }
}

.tri-search-icon {
  position: absolute;
  border: unset;
  top: 2px;
  right: 13px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 719.98px) {
  .tri-search-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tri-search-icon path {
  fill: #8395a7;
}

.tri-search-icon-mobile {
  position: absolute;
  border: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  padding: 0;
  background-color: transparent;
}
.tri-search-icon-mobile path {
  fill: #4f5663;
}

.tri-header-nomenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 100%;
  position: relative;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header-nomenu {
    max-width: 460px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .tri-header-nomenu {
    max-width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.tri-header-nomenu .logo-tri-container .logo-tri {
  width: 133px !important;
  height: 33px !important;
}

.tri-body-checkout {
  padding-top: 0;
}

.tri-header-navigation {
  -webkit-box-shadow: 0 3px 9px 0 #f1f2f6;
          box-shadow: 0 3px 9px 0 #f1f2f6;
  background: #fff;
}

.tri-hp-form-control-mobile.form-control {
  font-family: Poppins;
  font-size: 16px;
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 400;
  line-height: 21px;
  color: #313845;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
  border: 1px solid #a4b0be;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  height: 45px;
  width: 100%;
}
.tri-hp-form-control-mobile.form-control.form-control::-webkit-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}
.tri-hp-form-control-mobile.form-control.form-control::-moz-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}
.tri-hp-form-control-mobile.form-control.form-control:-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}
.tri-hp-form-control-mobile.form-control.form-control::-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}
.tri-hp-form-control-mobile.form-control.form-control::placeholder {
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
}

.tri-site-search-mobile.site-search {
  width: 100%;
  margin: 10px;
  height: unset;
}
.tri-site-search-mobile.site-search form {
  height: 45px;
}

.input-search-from-nav {
  width: 10px;
  position: absolute;
  margin-left: 8px;
  border: 0;
  background-color: transparent !important;
  color: transparent;
  font-size: 16px;
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.input-search-from-nav:focus,
.input-search-from-nav:active {
  border: 0;
  outline: none;
  caret-color: transparent;
}

.tri-search-mobile {
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.tri-search-mobile.tri-search-mobile-white {
  background: #fff;
  margin-top: -1px;
}
.tri-search-mobile .tri-search-form {
  height: 35px !important;
}
.tri-search-mobile .tri-hp-form-control-mobile {
  border: 1px solid rgba(164, 176, 190, 0.2);
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
  height: 35px;
}

[data-action=Product-Show] .tri-search-mobile {
  display: none;
}

@media (min-width: 1280px) {
  .navbar-toggler {
    display: none;
  }
}

.tri-header-btn-right {
  margin-right: 12px;
}

.tri-header-logo.pdp-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tri-header-logo.pdp-app .return-button {
  left: 0;
  border: 0;
  height: 30px;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header-logo .svg-icon-logo {
    width: 126px !important;
  }
}
@media (min-width: 1280px) {
  .tri-header-logo .svg-icon-logo {
    width: 116px !important;
  }
}
@media (max-width: 719.98px) {
  .tri-header-logo .logo-tri-container .logo-tri {
    width: 100px !important;
    height: 25px !important;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-header-logo .logo-tri-container .logo-tri {
    width: 126px !important;
    height: 31px !important;
  }
}
@media (min-width: 1280px) {
  .tri-header-logo .logo-tri-container .logo-tri {
    width: 116px !important;
    height: 29px !important;
  }
}

.tri-icon-link,
.minicart-link {
  position: relative;
}
.tri-icon-link .svg-wrapper svg,
.minicart-link .svg-wrapper svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) {
  .tri-icon-link .svg-wrapper svg,
.minicart-link .svg-wrapper svg {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (min-width: 1280px) {
  .tri-icon-link .svg-wrapper svg,
.minicart-link .svg-wrapper svg {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (min-width: 1280px) {
  .tri-icon-link .svg-wrapper svg,
.minicart-link .svg-wrapper svg {
    width: 22.8px !important;
    height: 22.8px !important;
  }
}
@media (max-width: 1279.98px) {
  .tri-icon-link .svg-wrapper[mayor=true] svg,
.minicart-link .svg-wrapper[mayor=true] svg {
    width: 28px !important;
    height: 28px !important;
  }
}

.tri-header-divider {
  border-left: 1px solid #e6e8f1;
  margin: 0 10px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 41px;
}

.fixed-top-custom {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top-custom.header-container {
  z-index: 1050;
}

@media (min-width: 1280px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .tri-collapse.collapse.dont-collapse-sm {
    max-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 0 0;
  }
}
.tri-nav-container {
  top: 23%;
}
@media (min-width: 1280px) {
  .tri-nav-container {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .tri-nav-container .tri-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    font-weight: bold;
  }
}
.tri-nav-container .tri-nav-link.nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1280px) {
  .tri-nav-container .tri-nav-link.nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.23px;
    letter-spacing: 0.5px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.tri-nav-container .tri-nav-link .icon-menu-mobile {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 16px;
}
.tri-nav-container .tri-dropdown-menu {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (min-width: 1280px) {
  .tri-nav-container .tri-dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tri-nav-container .dropdown-item {
  padding: 0;
}
.tri-nav-container .tri-navbar {
  padding: 0;
}
@media (max-width: 1279.98px) {
  .tri-nav-container .tri-navbar {
    background-color: #fff;
  }
}

.tri-navbar-collapse {
  padding: 0;
}
.tri-navbar-collapse .svg-icon-minus path {
  stroke: #df0000;
}

.tri-nav-link-wrapper {
  padding: 0 20px 0 25px;
}
@media (min-width: 1280px) {
  .tri-nav-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.tri-nav-item-static {
  padding: 0 20px 0 25px;
}
@media (min-width: 1280px) {
  .tri-nav-item-static {
    padding: 0;
  }
}

.tri-nav-item {
  background-color: #fff;
  height: 33px;
  margin: 0 15px;
}
@media (max-width: 1279.98px) {
  .tri-nav-item {
    border-bottom: 1px solid #f5f5f5;
    height: 45px;
  }
}
@media (min-width: 1280px) {
  .tri-nav-item {
    margin: 0;
    padding: 0;
    position: static;
    z-index: 11;
  }
  .tri-nav-item.show {
    z-index: 11;
  }
  .tri-nav-item.show .tri-nav-link {
    color: #f30 !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 700;
  }
}
.tri-nav-item a:focus {
  background-color: transparent !important;
}
.tri-nav-item:first-child {
  border-top-left-radius: 16px;
}
.tri-nav-item:first-child a:hover {
  border-top-left-radius: 16px;
}
.tri-nav-item:last-child {
  border-top-right-radius: 16px;
}
.tri-nav-item:last-child a:hover {
  border-top-right-radius: 16px;
}
.tri-nav-item a[aria-expanded=true] {
  color: #eb4d4b;
}
@media (max-width: 1279.98px) {
  .tri-nav-item a[aria-expanded=true] {
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 20px 0;
    height: 45px;
  }
  .tri-nav-item a[aria-expanded=true] .label-first-category-mobile span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-left: 10px;
  }
}
.tri-nav-item a[aria-expanded=true] .tri-nav-item-mobile {
  height: auto;
  padding-top: 2px;
  padding-left: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #eb4d4b;
}
.tri-nav-item a[aria-expanded=true] .active-dropdown,
.tri-nav-item a[aria-expanded=true] .separator {
  display: inline-block;
}
.tri-nav-item a[aria-expanded=false] .tri-nav-back-mobile {
  display: none;
}
.tri-nav-item .tri-nav-back-mobile {
  margin: 0 10px 10px 0;
}

.tri-nav-item-megaventa {
  background-color: #f30000;
  margin-bottom: 5px;
  border-radius: 1.25rem;
}
@media (max-width: 1279.98px) {
  .tri-nav-item-megaventa {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: unset;
  }
}
@media (min-width: 1280px) {
  .tri-nav-item-megaventa {
    margin-bottom: 0;
  }
}
.tri-nav-item-megaventa .tri-nav-link.nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 1px;
  text-align: left;
  vertical-align: middle;
  line-height: normal;
}
@media (min-width: 1280px) {
  .tri-nav-item-megaventa .tri-nav-link.nav-link {
    font-size: 0.75rem;
    padding: 8px 28px;
    letter-spacing: 0.06px;
  }
}

.tri-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.tri-menu-content .see-all-category a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.tri-menu-list {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .tri-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 1439.98px) {
  .tri-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tri-menu-list .tri-dropdown-item-subcategory {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .tri-menu-list:has(.tri-collapse.show, .tri-collapse.collapsing) .tri-dropdown-item {
    display: none;
  }
  .tri-menu-list:has(.tri-collapse.show, .tri-collapse.collapsing) .tri-dropdown-item-subcategory:has(.tri-collapse.show, .tri-collapse.collapsing) {
    display: block;
  }
}
.tri-menu-list .tri-dropdown-item {
  letter-spacing: 1px;
}
.tri-menu-list > .tri-dropdown-item {
  margin-top: 0;
}
@media (min-width: 1280px) {
  .tri-menu-list > .tri-dropdown-item > a {
    font-weight: 800;
    font-size: 11px !important;
  }
}
.tri-menu-list a:not(.tri-no-effect) {
  font-size: 0.75rem;
}

.category-images-wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .category-images-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #e6e8f1;
    padding: 15px 0;
    margin: 0 auto;
  }
  .category-images-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
  }
  .category-images-wrapper img {
    width: 360px;
    height: auto;
    border-radius: 10px;
  }
}

@media (min-width: 1280px) {
  .tri-page-header:has(.tri-dropdown-menu.dropdown-menu.show) .modal-background-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
  }
}

.tri-menu-circles {
  display: none;
  height: 100%;
}
@media (min-width: 1280px) {
  .tri-menu-circles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    float: right;
  }
}
.tri-menu-circles.more-images {
  grid-template-columns: 1fr 1fr 1fr;
}

.tri-menu-circles-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 133px;
  margin: 3px 0 5.5px 40px;
  padding: 0;
}
.tri-menu-circles-link img {
  width: 110px;
  height: 110px;
  border-radius: 500px;
}

.more-images .tri-menu-circles-link {
  margin: 3px 0 5.5px 17px;
  width: 85px;
}
.more-images .tri-menu-circles-link img {
  width: 85px;
  height: 85px;
}

.tri-navigation {
  background-color: #fff;
}
@media (max-width: 1279.98px) {
  .tri-navigation {
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .tri-navigation .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .tri-navigation .container {
    padding: 0;
  }
}

.tri-collapse {
  border-top: 1px solid #e6e8f1;
  float: left;
  margin-top: 9px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: 100%;
}
@media (max-width: 1439.98px) {
  .tri-collapse {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .tri-collapse {
    border-top: 0;
    float: unset;
    margin-top: 6px;
    padding-left: 10px;
  }
}
.tri-collapse .dropdown-link {
  font-size: 0.6875rem;
}
@media (min-width: 1280px) {
  .tri-collapse .dropdown-link {
    font-size: 0.625rem;
  }
}
@media (max-width: 1279.98px) {
  .tri-collapse .item-dropdown-link a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
  }
}
@media (min-width: 1280px) {
  .tri-collapse .item-dropdown-link a {
    margin-top: 2px;
    margin-bottom: 5px;
  }
}
.tri-collapse .dropdown-item {
  border-bottom: 1px solid #e6e8f1;
  padding: 9px 18px;
  height: 45px;
}
@media (min-width: 1280px) {
  .tri-collapse .dropdown-item {
    border-bottom: 0;
    padding: 0;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 5px;
  }
  .tri-collapse .dropdown-item .dropdown-link,
.tri-collapse .dropdown-item .all-first-category {
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
}
@media (max-width: 1279.98px) {
  .tri-collapse .dropdown-item .all-first-category {
    background-color: transparent;
    text-decoration: none;
    padding-left: 36px;
    color: #000 !important;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
.tri-collapse .dropdown-item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.tri-collapse .dropdown-item:hover,
.tri-collapse .dropdown-item:focus {
  color: unset;
  text-decoration: none;
  background-color: unset;
}
.tri-collapse > .dropdown-item > .tri-collapse > .dropdown-item > .all-first-category {
  display: none;
}
.tri-collapse > .dropdown-item > .tri-collapse > .dropdown-item > .dropdown-link::before {
  content: "•";
}

.tri-dropdown-menu {
  background-color: #fff;
  border: unset;
  padding: 0;
}
@media (min-width: 1280px) {
  .tri-dropdown-menu {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 15px 44px 30px 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    height: auto;
  }
}
.tri-dropdown-menu .tri-category-navigation-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 255px;
  height: 450px;
  margin: 0 43px 0 0;
}
@media (max-width: 1439.98px) {
  .tri-dropdown-menu .tri-category-navigation-banner img {
    margin: 5px 10px 0 0;
  }
}
.tri-dropdown-menu .tri-menu-collapse-icon {
  font-size: 0.9375rem;
  padding: 1px 20px 0 44px;
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-menu-collapse-icon {
    padding-right: 0;
  }
}
.tri-dropdown-menu .tri-menu-collapse-icon .subcategory-icon-right {
  padding-top: 10px;
}
.tri-dropdown-menu .tri-dropdown-item {
  border-bottom: 1px solid #e6e8f1;
  padding: 10px 20px 8px 18px;
  height: 45px;
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item {
    border-bottom: unset;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0;
    width: auto;
    height: auto;
  }
}
.tri-dropdown-menu .tri-dropdown-item .dropdown-link {
  font-family: Poppins;
  text-decoration: none;
  padding-left: 36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item .dropdown-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item .tri-collapse .dropdown-link:hover,
.tri-dropdown-menu .tri-dropdown-item .tri-collapse .all-first-category:hover {
    color: #f30;
  }
}
.tri-dropdown-menu .tri-dropdown-item .dropdown-toggle::after {
  content: none;
}
.tri-dropdown-menu .tri-dropdown-item.dropdown-item:hover, .tri-dropdown-menu .tri-dropdown-item.dropdown-item:focus {
  color: unset;
  text-decoration: none;
  background-color: unset;
}
.tri-dropdown-menu .tri-dropdown-item-subcategory {
  float: left;
  padding: 9px 0;
}
@media (max-width: 1279.98px) {
  .tri-dropdown-menu .tri-dropdown-item-subcategory {
    height: auto;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item-subcategory {
    float: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.tri-dropdown-menu .tri-dropdown-item-subcategory .tri-category-image-menu {
  display: none;
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item-subcategory .tri-category-image-menu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
  }
}
@media (min-width: 1280px) {
  .tri-dropdown-menu .tri-dropdown-item-subcategory a {
    color: #000;
  }
}
.tri-dropdown-menu .tri-nav-item-mobile {
  height: 44px;
  padding-top: 12px;
  padding-left: 10px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}
.tri-dropdown-menu .tri-nav-item-mobile .active-dropdown,
.tri-dropdown-menu .tri-nav-item-mobile .separator {
  display: none;
}

.tri-menu-vl {
  border-left: 1px solid #e4e3e2;
  height: 455px;
  margin: 0 19px 0 17px;
}
@media (max-width: 1439.98px) {
  .tri-menu-vl {
    margin-right: 0;
  }
}

.tri-menu-circles-title {
  font-size: 0.625rem;
  font-weight: 600;
  margin-top: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
}

body .offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

@media (max-width: 1279.98px) {
  .offcanvas-header {
    display: block;
  }
}

@media (max-width: 1279.98px) {
  .mobile-offcanvas {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .mobile-offcanvas {
    top: 110px;
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .mobile-offcanvas {
    top: 116px;
  }
}

.mobile-offcanvas.show {
  max-width: 100vw;
  bottom: 0;
}
@media (max-width: 1279.98px) {
  .mobile-offcanvas.show {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: auto;
  }
}
.mobile-offcanvas.fix-app-ios.show {
  max-height: 100vh;
}

@media (max-width: 1279.98px) {
  .mobile-offcanvas .container,
.mobile-offcanvas .container-fluid,
.mobile-offcanvas .container-md,
.mobile-offcanvas .container-lg,
.mobile-offcanvas .container-xl,
.mobile-offcanvas .container-xxl {
    display: block;
  }
}

.btn-close {
  display: none;
}

.tri-navbar-toggler {
  height: 15px;
  width: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-navbar-toggler {
    height: 16px;
  }
}

.tri-navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-navbar-toggler span {
    width: 24px;
  }
}

.tri-navbar-toggler span:nth-child(1) {
  top: 0;
}

.tri-navbar-toggler span:nth-child(2),
.tri-navbar-toggler span:nth-child(3) {
  top: 7px;
}

.tri-navbar-toggler span:nth-child(4) {
  top: 13px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-navbar-toggler span:nth-child(4) {
    top: 16px;
  }
}

.tri-navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.tri-navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tri-navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tri-navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .container-fluid, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 720px;
    margin: 10px auto;
    width: 86%;
  }
}
.container-fluid .tri-dropdown-login-link, .container-md .tri-dropdown-login-link, .container-lg .tri-dropdown-login-link, .container-xl .tri-dropdown-login-link, .container-xxl .tri-dropdown-login-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12.89px;
  letter-spacing: 0.5px;
}
.container-fluid .tri-dropdown-login-link:hover, .container-md .tri-dropdown-login-link:hover, .container-lg .tri-dropdown-login-link:hover, .container-xl .tri-dropdown-login-link:hover, .container-xxl .tri-dropdown-login-link:hover {
  color: #df0000;
}
.container-fluid .tri-dropdown-login-link:hover .svg-icon-person path, .container-md .tri-dropdown-login-link:hover .svg-icon-person path, .container-lg .tri-dropdown-login-link:hover .svg-icon-person path, .container-xl .tri-dropdown-login-link:hover .svg-icon-person path, .container-xxl .tri-dropdown-login-link:hover .svg-icon-person path {
  stroke: #df0000;
}
.container-fluid .tri-dropdown-login-link .svg-icon-person, .container-md .tri-dropdown-login-link .svg-icon-person, .container-lg .tri-dropdown-login-link .svg-icon-person, .container-xl .tri-dropdown-login-link .svg-icon-person, .container-xxl .tri-dropdown-login-link .svg-icon-person {
  margin: 0 8px 3px 0;
}
.container-fluid .tri-dropdown-login-link .svg-icon-person path, .container-md .tri-dropdown-login-link .svg-icon-person path, .container-lg .tri-dropdown-login-link .svg-icon-person path, .container-xl .tri-dropdown-login-link .svg-icon-person path, .container-xxl .tri-dropdown-login-link .svg-icon-person path {
  stroke: #000;
}
.container-fluid .tri-dropdown-login-link::after, .container-md .tri-dropdown-login-link::after, .container-lg .tri-dropdown-login-link::after, .container-xl .tri-dropdown-login-link::after, .container-xxl .tri-dropdown-login-link::after {
  margin-left: 8px;
}
.container-fluid .global-login-form, .container-md .global-login-form, .container-lg .global-login-form, .container-xl .global-login-form, .container-xxl .global-login-form {
  border: unset;
  border-radius: 1.25rem;
  left: unset;
  padding-top: 30px;
  right: 20px;
  top: 30px;
  width: 360px;
  background-color: unset;
}
.container-fluid .global-login-form.show, .container-md .global-login-form.show, .container-lg .global-login-form.show, .container-xl .global-login-form.show, .container-xxl .global-login-form.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-fluid .tri-dropdown-login-wrapper, .container-md .tri-dropdown-login-wrapper, .container-lg .tri-dropdown-login-wrapper, .container-xl .tri-dropdown-login-wrapper, .container-xxl .tri-dropdown-login-wrapper {
  padding: 6px 22px;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .container-fluid .tri-dropdown-login-wrapper, .container-md .tri-dropdown-login-wrapper, .container-lg .tri-dropdown-login-wrapper, .container-xl .tri-dropdown-login-wrapper, .container-xxl .tri-dropdown-login-wrapper {
    padding: 6px 50px;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .container-fluid .tri-dropdown-login-wrapper, .container-md .tri-dropdown-login-wrapper, .container-lg .tri-dropdown-login-wrapper, .container-xl .tri-dropdown-login-wrapper, .container-xxl .tri-dropdown-login-wrapper {
    padding: 6px 56px;
  }
}
@media (min-width: 1600px) {
  .container-fluid .tri-dropdown-login-wrapper, .container-md .tri-dropdown-login-wrapper, .container-lg .tri-dropdown-login-wrapper, .container-xl .tri-dropdown-login-wrapper, .container-xxl .tri-dropdown-login-wrapper {
    padding: 6px 45px;
  }
}
.container-fluid .tri-dropdown-login-wrapper:hover, .container-md .tri-dropdown-login-wrapper:hover, .container-lg .tri-dropdown-login-wrapper:hover, .container-xl .tri-dropdown-login-wrapper:hover, .container-xxl .tri-dropdown-login-wrapper:hover {
  background: #fff;
}
.container-fluid .tri-menu-login-social, .container-md .tri-menu-login-social, .container-lg .tri-menu-login-social, .container-xl .tri-menu-login-social, .container-xxl .tri-menu-login-social {
  margin: 22px 0;
}
.container-fluid .tri-menu-login-social .tri-btn, .container-md .tri-menu-login-social .tri-btn, .container-lg .tri-menu-login-social .tri-btn, .container-xl .tri-menu-login-social .tri-btn, .container-xxl .tri-menu-login-social .tri-btn {
  border: 1px solid #727272;
  color: #727272;
  font-size: 0.8125rem;
  height: 35px;
  padding: 0;
  width: 44%;
  letter-spacing: 0.5px;
}
.container-fluid .tri-menu-login-social .svg-icon-fb-filled, .container-md .tri-menu-login-social .svg-icon-fb-filled, .container-lg .tri-menu-login-social .svg-icon-fb-filled, .container-xl .tri-menu-login-social .svg-icon-fb-filled, .container-xxl .tri-menu-login-social .svg-icon-fb-filled,
.container-fluid .tri-menu-login-social .svg-icon-google,
.container-md .tri-menu-login-social .svg-icon-google,
.container-lg .tri-menu-login-social .svg-icon-google,
.container-xl .tri-menu-login-social .svg-icon-google,
.container-xxl .tri-menu-login-social .svg-icon-google {
  margin-left: 7px;
}
.container-fluid .tri-menu-login-social .svg-icon-fb-filled path, .container-md .tri-menu-login-social .svg-icon-fb-filled path, .container-lg .tri-menu-login-social .svg-icon-fb-filled path, .container-xl .tri-menu-login-social .svg-icon-fb-filled path, .container-xxl .tri-menu-login-social .svg-icon-fb-filled path,
.container-fluid .tri-menu-login-social .svg-icon-google path,
.container-md .tri-menu-login-social .svg-icon-google path,
.container-lg .tri-menu-login-social .svg-icon-google path,
.container-xl .tri-menu-login-social .svg-icon-google path,
.container-xxl .tri-menu-login-social .svg-icon-google path {
  fill: #727272;
}
.container-fluid .header-login-modal, .container-md .header-login-modal, .container-lg .header-login-modal, .container-xl .header-login-modal, .container-xxl .header-login-modal {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
  padding: 20px;
  border-radius: 1.25rem;
}
.container-fluid .header-login-modal .tri-menu-login-title, .container-md .header-login-modal .tri-menu-login-title, .container-lg .header-login-modal .tri-menu-login-title, .container-xl .header-login-modal .tri-menu-login-title, .container-xxl .header-login-modal .tri-menu-login-title {
  padding: 0 15px;
  font-weight: 400;
}
.container-fluid .header-login-modal .tri-menu-login-text, .container-md .header-login-modal .tri-menu-login-text, .container-lg .header-login-modal .tri-menu-login-text, .container-xl .header-login-modal .tri-menu-login-text, .container-xxl .header-login-modal .tri-menu-login-text {
  color: #000;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
.container-fluid .header-login-modal .tri-menu-login-form, .container-md .header-login-modal .tri-menu-login-form, .container-lg .header-login-modal .tri-menu-login-form, .container-xl .header-login-modal .tri-menu-login-form, .container-xxl .header-login-modal .tri-menu-login-form {
  border-top: 1px solid #e6eaf4;
}
.container-fluid .header-login-modal .tri-menu-login-form .tri-menu-login-button, .container-md .header-login-modal .tri-menu-login-form .tri-menu-login-button, .container-lg .header-login-modal .tri-menu-login-form .tri-menu-login-button, .container-xl .header-login-modal .tri-menu-login-form .tri-menu-login-button, .container-xxl .header-login-modal .tri-menu-login-form .tri-menu-login-button {
  border-radius: 1.25rem;
}
.container-fluid .header-login-modal .tri-menu-register-wrapper, .container-md .header-login-modal .tri-menu-register-wrapper, .container-lg .header-login-modal .tri-menu-register-wrapper, .container-xl .header-login-modal .tri-menu-register-wrapper, .container-xxl .header-login-modal .tri-menu-register-wrapper {
  background-color: #fff;
  padding: 15px 0 0;
  border-top: 1px solid #e6eaf4;
  margin-top: 15px;
  width: 100%;
}
.container-fluid .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-md .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-lg .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-xl .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-xxl .header-login-modal .tri-menu-register-wrapper .tri-btn {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  border-radius: 1.25rem;
}
@media (min-width: 1280px) {
  .container-fluid .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-md .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-lg .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-xl .header-login-modal .tri-menu-register-wrapper .tri-btn, .container-xxl .header-login-modal .tri-menu-register-wrapper .tri-btn {
    font-weight: 500;
  }
}
.container-fluid .header-login-modal .tri-triangle, .container-md .header-login-modal .tri-triangle, .container-lg .header-login-modal .tri-triangle, .container-xl .header-login-modal .tri-triangle, .container-xxl .header-login-modal .tri-triangle,
.container-fluid .tri-menu-logged .tri-triangle,
.container-md .tri-menu-logged .tri-triangle,
.container-lg .tri-menu-logged .tri-triangle,
.container-xl .tri-menu-logged .tri-triangle,
.container-xxl .tri-menu-logged .tri-triangle {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -10px -10px 20px -5px rgba(230, 234, 244, 0.5019607843);
          box-shadow: -10px -10px 20px -5px rgba(230, 234, 244, 0.5019607843);
}
.container-fluid .tri-register-btn, .container-md .tri-register-btn, .container-lg .tri-register-btn, .container-xl .tri-register-btn, .container-xxl .tri-register-btn {
  font-size: 0.8125rem;
  height: auto;
  text-align: center;
  margin-left: 20px;
  color: #2e86de;
  font-weight: 600;
}
.container-fluid .tri-register-btn:hover, .container-md .tri-register-btn:hover, .container-lg .tri-register-btn:hover, .container-xl .tri-register-btn:hover, .container-xxl .tri-register-btn:hover {
  font-size: 0.8125rem;
}
.container-fluid .tri-menu-login-button, .container-md .tri-menu-login-button, .container-lg .tri-menu-login-button, .container-xl .tri-menu-login-button, .container-xxl .tri-menu-login-button {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 1280px) {
  .container-fluid .tri-menu-login-button, .container-md .tri-menu-login-button, .container-lg .tri-menu-login-button, .container-xl .tri-menu-login-button, .container-xxl .tri-menu-login-button {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.container-fluid .tri-menu-login-form, .container-md .tri-menu-login-form, .container-lg .tri-menu-login-form, .container-xl .tri-menu-login-form, .container-xxl .tri-menu-login-form {
  background-color: #fff;
  padding: 15px 15px 0;
}
.container-fluid .tri-menu-login-form .form-control-label, .container-md .tri-menu-login-form .form-control-label, .container-lg .tri-menu-login-form .form-control-label, .container-xl .tri-menu-login-form .form-control-label, .container-xxl .tri-menu-login-form .form-control-label {
  padding-left: 0;
}
.container-fluid .tri-menu-login-form input::-webkit-input-placeholder, .container-md .tri-menu-login-form input::-webkit-input-placeholder, .container-lg .tri-menu-login-form input::-webkit-input-placeholder, .container-xl .tri-menu-login-form input::-webkit-input-placeholder, .container-xxl .tri-menu-login-form input::-webkit-input-placeholder {
  padding-left: 4px;
}
.container-fluid .tri-menu-login-form input::-moz-placeholder, .container-md .tri-menu-login-form input::-moz-placeholder, .container-lg .tri-menu-login-form input::-moz-placeholder, .container-xl .tri-menu-login-form input::-moz-placeholder, .container-xxl .tri-menu-login-form input::-moz-placeholder {
  padding-left: 4px;
}
.container-fluid .tri-menu-login-form input:-ms-input-placeholder, .container-md .tri-menu-login-form input:-ms-input-placeholder, .container-lg .tri-menu-login-form input:-ms-input-placeholder, .container-xl .tri-menu-login-form input:-ms-input-placeholder, .container-xxl .tri-menu-login-form input:-ms-input-placeholder {
  padding-left: 4px;
}
.container-fluid .tri-menu-login-form input::-ms-input-placeholder, .container-md .tri-menu-login-form input::-ms-input-placeholder, .container-lg .tri-menu-login-form input::-ms-input-placeholder, .container-xl .tri-menu-login-form input::-ms-input-placeholder, .container-xxl .tri-menu-login-form input::-ms-input-placeholder {
  padding-left: 4px;
}
.container-fluid .tri-menu-login-form input::placeholder, .container-md .tri-menu-login-form input::placeholder, .container-lg .tri-menu-login-form input::placeholder, .container-xl .tri-menu-login-form input::placeholder, .container-xxl .tri-menu-login-form input::placeholder {
  padding-left: 4px;
}
.container-fluid .tri-menu-form-group, .container-md .tri-menu-form-group, .container-lg .tri-menu-form-group, .container-xl .tri-menu-form-group, .container-xxl .tri-menu-form-group {
  margin-top: 28px;
}
.container-fluid .form-group, .container-md .form-group, .container-lg .form-group, .container-xl .form-group, .container-xxl .form-group {
  padding-bottom: 16px;
}
.container-fluid .forgot-password, .container-md .forgot-password, .container-lg .forgot-password, .container-xl .forgot-password, .container-xxl .forgot-password {
  margin: 5px 0 12px;
}
.container-fluid .forgot-password a, .container-md .forgot-password a, .container-lg .forgot-password a, .container-xl .forgot-password a, .container-xxl .forgot-password a {
  font-size: 11px !important;
  letter-spacing: 1px;
}
.container-fluid .forgot-password .svg-icon-info, .container-md .forgot-password .svg-icon-info, .container-lg .forgot-password .svg-icon-info, .container-xl .forgot-password .svg-icon-info, .container-xxl .forgot-password .svg-icon-info {
  cursor: pointer;
}
.container-fluid .forgot-password .svg-icon-info svg, .container-md .forgot-password .svg-icon-info svg, .container-lg .forgot-password .svg-icon-info svg, .container-xl .forgot-password .svg-icon-info svg, .container-xxl .forgot-password .svg-icon-info svg {
  pointer-events: none;
}
.container-fluid .tri-menu-collapse-main, .container-md .tri-menu-collapse-main, .container-lg .tri-menu-collapse-main, .container-xl .tri-menu-collapse-main, .container-xxl .tri-menu-collapse-main {
  background-color: #fff;
  font-size: 0.9375rem;
  padding: 8px 20px 8px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}
.container-fluid .tri-menu-collapse-main .label-first-category-mobile, .container-md .tri-menu-collapse-main .label-first-category-mobile, .container-lg .tri-menu-collapse-main .label-first-category-mobile, .container-xl .tri-menu-collapse-main .label-first-category-mobile, .container-xxl .tri-menu-collapse-main .label-first-category-mobile {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.container-fluid .tri-menu-collapse-main .label-first-category-mobile .category-icon, .container-md .tri-menu-collapse-main .label-first-category-mobile .category-icon, .container-lg .tri-menu-collapse-main .label-first-category-mobile .category-icon, .container-xl .tri-menu-collapse-main .label-first-category-mobile .category-icon, .container-xxl .tri-menu-collapse-main .label-first-category-mobile .category-icon {
  display: none;
  height: 24px;
  width: 24px;
}
.container-fluid .tri-menu-collapse-main.collapsed .category-icon, .container-md .tri-menu-collapse-main.collapsed .category-icon, .container-lg .tri-menu-collapse-main.collapsed .category-icon, .container-xl .tri-menu-collapse-main.collapsed .category-icon, .container-xxl .tri-menu-collapse-main.collapsed .category-icon {
  display: block;
}
.container-fluid .navbar-nav, .container-md .navbar-nav, .container-lg .navbar-nav, .container-xl .navbar-nav, .container-xxl .navbar-nav {
  z-index: 10;
  background-color: #fff;
  padding-top: 5px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (min-width: 1280px) {
  .container-fluid .navbar-nav, .container-md .navbar-nav, .container-lg .navbar-nav, .container-xl .navbar-nav, .container-xxl .navbar-nav {
    padding-top: 5px;
  }
  .container-fluid .navbar-nav > .tri-nav-item > .tri-nav-link:hover, .container-md .navbar-nav > .tri-nav-item > .tri-nav-link:hover, .container-lg .navbar-nav > .tri-nav-item > .tri-nav-link:hover, .container-xl .navbar-nav > .tri-nav-item > .tri-nav-link:hover, .container-xxl .navbar-nav > .tri-nav-item > .tri-nav-link:hover {
    color: #f30;
  }
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .container-fluid .navbar-nav, .container-md .navbar-nav, .container-lg .navbar-nav, .container-xl .navbar-nav, .container-xxl .navbar-nav {
    margin-left: 12px;
  }
}

.tri-menu-login-title {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.tri-menu-login-text {
  color: #727272;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}

.tri-menu-register-wrapper {
  background-color: #f8f8f8;
  padding: 20px 30px 30px;
}
@media (min-width: 1280px) {
  .tri-menu-register-wrapper {
    padding: 20px 50px 30px;
  }
}
.tri-menu-register-wrapper .tri-btn {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 1280px) {
  .tri-menu-register-wrapper .tri-btn {
    font-weight: 500;
  }
}

.tri-menu-login-divider {
  border-top: 1px solid #000;
  margin-bottom: 0;
}

.tri-menu-logged {
  list-style-type: none;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .tri-menu-logged {
    border-radius: 1.25rem;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
            box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
  }
  .tri-menu-logged li:last-child {
    border-bottom: unset;
  }
}
.tri-menu-logged li {
  border-bottom: 1px solid #e6e8f1;
  font-size: 0.75rem;
  padding: 10px 0 10px 25px;
  letter-spacing: 1px;
  height: 45px;
}
@media (min-width: 1280px) {
  .tri-menu-logged li {
    margin-left: 0;
  }
}
.tri-menu-logged li:first-child {
  letter-spacing: 0.5px;
}
.tri-menu-logged li a {
  font-family: Poppins;
  font-weight: 500;
  line-height: 18px;
  font-size: 0.9375rem;
  margin-left: 12px;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .tri-menu-logged li a {
    font-size: 12px;
    margin-left: 0;
  }
}
.tri-menu-logged li:first-child {
  font-size: 0.8125rem;
  font-weight: bold;
}
.tri-menu-logged .svg-wrapper {
  margin-right: 18px;
}

.tri-nav-item-static-login {
  padding: 8px 20px 8px 25px;
}
.tri-nav-item-static-login a[aria-expanded=true] {
  padding: 0;
  height: auto;
  text-transform: none;
  background-color: #fff;
  font-weight: inherit;
}

.tri-nav-item-login-title {
  font-size: 0.9375rem;
}

.safari-overflow-hidden {
  overflow: hidden !important;
}

h1,
h2,
h3,
.tri-like-a-h1,
.tri-like-a-h2,
.tri-like-a-h3,
.tri-like-a-h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333;
}

h1,
.tri-like-a-h1 {
  font-size: 2.1875rem;
  letter-spacing: -0.72px;
}

h2,
.tri-like-a-h2 {
  font-size: 1.5625rem;
  letter-spacing: -0.64px;
}

h3,
.tri-like-a-h3 {
  font-size: 1.25rem;
  letter-spacing: -0.21px;
}

h4,
.tri-like-a-h4 {
  font-size: 1.125rem;
}

h5,
.tri-like-a-h5 {
  font-size: 0.9375rem;
}

h6,
.tri-like-a-h6 {
  font-size: 0.8125rem;
}

.tri-banner-full-width {
  position: relative;
  width: 100%;
  margin: 0;
}
.tri-banner-full-width .tri-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.tri-banner-full-width .tri-banner-overlay.tri-banner-overlay-dark {
  background: rgba(0, 0, 0, 0.1);
}
.tri-banner-full-width .tri-banner-container {
  margin: 0 auto;
  padding: 35px 40px 45px;
}
@media (min-width: 1280px) {
  .tri-banner-full-width .tri-banner-container {
    padding: 35px 15px 45px;
  }
}
.tri-banner-full-width .tri-banner-image {
  min-height: 140px;
}
@media (min-width: 1280px) {
  .tri-banner-full-width .tri-banner-image {
    min-height: 260px;
  }
}
.tri-banner-full-width .tri-banner-title {
  font-size: 1.9375rem;
  letter-spacing: 0.03125rem;
  line-height: 1;
  font-weight: bold;
  color: #f30000;
}
@media (min-width: 1280px) {
  .tri-banner-full-width .tri-banner-title {
    font-size: 5.1875rem;
    letter-spacing: 0.0875rem;
  }
}
.tri-banner-full-width .tri-banner-subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.01875rem;
  line-height: normal;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 1280px) {
  .tri-banner-full-width .tri-banner-subtitle {
    font-size: 2.0625rem;
    letter-spacing: 0.03125rem;
  }
}

.error-page-wrapper {
  color: #727272;
  padding: 25px 20px;
}
@media (min-width: 1280px) {
  .error-page-wrapper {
    padding: 50px 40px;
  }
}
.error-page-wrapper .error-page-title {
  font-size: 2.8125rem;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .error-page-wrapper .error-page-title {
    margin-bottom: 20px;
  }
}
.error-page-wrapper .error-page-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-page-wrapper .error-page-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 1280px) {
  .error-page-wrapper .error-page-icon {
    width: 150px;
    height: 150px;
  }
}
.error-page-wrapper .error-page-content {
  margin-left: 10px;
}
@media (min-width: 1280px) {
  .error-page-wrapper .error-page-content {
    margin-left: 20px;
  }
}
.error-page-wrapper .error-page-text {
  margin: 0;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .error-page-wrapper .error-page-text {
    font-size: 0.9375rem;
  }
}
.error-page-wrapper .suggestion-list-header {
  color: #000;
  margin: 20px 0;
}
.error-page-wrapper .suggestion-list {
  padding-left: 15px;
}
@media (min-width: 1280px) {
  .error-page-wrapper .suggestion-list {
    padding-left: 20px;
  }
}

.not-found-product-slot .not-found-heading {
  font-size: 0.9375rem;
}
@media (min-width: 1280px) {
  .not-found-product-slot .not-found-heading {
    font-size: 1.5625rem;
  }
}
.not-found-product-slot .not-found-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .not-found-product-slot .not-found-product-grid {
    margin-top: 40px;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.tri-hero-slider .mainbanner-figure {
  position: relative;
}
.tri-hero-slider .image-heading-container {
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
}
@media (min-width: 720px) {
  .tri-hero-slider .image-heading-container {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .tri-hero-slider .image-heading-container {
    left: 100px;
    right: auto;
    bottom: 0;
    top: 0;
  }
}
.tri-hero-slider .text-overlay-content {
  min-height: 150px;
}
.tri-hero-slider .slick-slide {
  overflow: hidden;
}
.tri-hero-slider .tri-slick-icon-prev,
.tri-hero-slider .tri-slick-icon-next {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.tri-hero-slider .tri-slick-icon-prev {
  left: 5px;
}
@media (min-width: 1280px) {
  .tri-hero-slider .tri-slick-icon-prev {
    left: 30px;
  }
}
.tri-hero-slider .tri-slick-icon-next {
  left: auto;
  right: 5px;
}
@media (min-width: 1280px) {
  .tri-hero-slider .tri-slick-icon-next {
    right: 30px;
  }
}

.tri-carousel-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .tri-carousel-dots {
    bottom: 20px;
    padding-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .tri-carousel-dots {
    bottom: 20px;
  }
}
.tri-carousel-dots button {
  border: 0;
  background-color: transparent;
  font-size: 0;
  color: #c4c4c4;
  line-height: 1px;
}
.tri-carousel-dots li {
  margin-right: 20px;
  height: 5px;
  background-color: #c4c4c4;
  width: 100%;
  max-width: 226.5px;
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .tri-carousel-dots li {
    width: 99px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-dots li {
    width: 187px;
  }
}
.tri-carousel-dots li.slick-active {
  background-color: #f30000;
}
.tri-carousel-dots li.slick-active button {
  color: #f30000;
}

.mainbanner-figure a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slick-slide {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.tri-category-slider {
  margin-bottom: 20px;
}
.tri-category-slider .slick-list {
  padding: 0 25% 0 0;
}
@media (min-width: 1280px) {
  .tri-category-slider .slick-list {
    padding: 0;
  }
}
.tri-category-slider .mainbanner-figure picture,
.tri-category-slider .mainbanner-figure img {
  width: 100%;
}
.tri-category-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tri-category-slider .slick-track .slick-slide {
  margin: 0 5px;
}
@media (min-width: 1280px) {
  .tri-category-slider .slick-track .slick-slide {
    margin: 0 10px;
  }
}
.tri-category-slider .tri-carousel-dots {
  bottom: -10px;
  padding-left: 1.875rem;
}
.tri-category-slider .svgbg-icon-prev,
.tri-category-slider .svgbg-icon-next {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}
@media (min-width: 720px) {
  .tri-category-slider .svgbg-icon-prev,
.tri-category-slider .svgbg-icon-next {
    height: 40px;
    width: 40px;
    opacity: 1;
  }
}
.tri-category-slider .svgbg-icon-prev {
  left: 20px;
}
@media (min-width: 720px) {
  .tri-category-slider .svgbg-icon-prev {
    left: 30px;
  }
}
.tri-category-slider .svgbg-icon-next {
  right: 20px;
}
@media (min-width: 720px) {
  .tri-category-slider .svgbg-icon-next {
    right: 30px;
  }
}

@media (min-width: 1280px) {
  .tri-carousel-row {
    padding: 0 5px;
  }
}
.tri-carousel-row .tri-default-carousel {
  margin-top: 20px;
}
.tri-carousel-row .tri-default-carousel .slick-list {
  padding-bottom: 5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-row .tri-default-carousel .slick-list {
    margin-left: -10px;
  }
}
.tri-carousel-row .tri-default-carousel .tri-carousel {
  padding-bottom: 20px;
}
.tri-carousel-row .tri-default-carousel .tri-carousel-dots {
  bottom: 0;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.tri-carousel-row .tri-default-carousel .tri-slick-icon-prev,
.tri-carousel-row .tri-default-carousel .tri-slick-icon-next {
  position: absolute;
  opacity: 0.7;
  height: 24px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 30%;
}
@media (min-width: 720px) {
  .tri-carousel-row .tri-default-carousel .tri-slick-icon-prev,
.tri-carousel-row .tri-default-carousel .tri-slick-icon-next {
    top: 34%;
    height: 40px;
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tri-carousel-row .tri-default-carousel .tri-slick-icon-prev,
.tri-carousel-row .tri-default-carousel .tri-slick-icon-next {
    top: 46.7%;
  }
}

@media (min-width: 720px) {
  .product-main-image-carousel .slick-list.draggable .slick-video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.quantity-wrapper .title {
  color: #727272;
  font-size: 0.8125rem;
}
.quantity-wrapper .quantity-input-wrapper {
  position: relative;
  height: 30px;
  border: solid 1px #a1a1a1;
  color: #a1a1a1;
}
.quantity-wrapper .quantity-input-wrapper .decrease-quantity,
.quantity-wrapper .quantity-input-wrapper .increase-quantity {
  background: none;
  border: 0;
  width: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-wrapper .quantity-input-wrapper .decrease-quantity span,
.quantity-wrapper .quantity-input-wrapper .increase-quantity span {
  line-height: 0;
}
.quantity-wrapper .quantity-input-wrapper .increase-quantity {
  border-left: solid 1px #a1a1a1;
}
.quantity-wrapper .quantity-input-wrapper .decrease-quantity {
  border-right: solid 1px #a1a1a1;
}
.quantity-wrapper .quantity-input-wrapper .product-quantity-input {
  border: 0;
  outline: none;
  width: 40px;
}
.quantity-wrapper .quantity-input-wrapper .quantity-error-message {
  position: absolute;
  left: 0;
  color: #df0000;
  max-width: 100%;
  left: -50%;
  bottom: -50px;
}

.remove-product {
  color: #727272;
  font-size: 0.8125rem;
  background: transparent;
  border: 0;
}
@media (min-width: 720px) {
  .remove-product {
    font-size: 0.9375rem;
  }
}

.product-edit {
  font-size: 0.9375rem;
  line-height: 20px;
}
@media (min-width: 720px) {
  .product-edit {
    font-size: 1.125rem;
  }
}

.tri-generic-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .tri-generic-product-grid {
    margin-top: 40px;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.tri-generic-product-grid-title {
  font-size: 0.9375rem;
  margin: 30px 0;
}
@media (min-width: 720px) {
  .tri-generic-product-grid-title {
    font-size: 1.5625rem;
    margin: 45px 0 30px;
  }
}

.tri-product-carousel {
  position: relative;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-carousel {
    min-width: 440px;
  }
}
@media (min-width: 1280px) {
  .tri-product-carousel {
    min-width: 525px;
  }
}
.tri-product-carousel .slick-slide:nth-child(odd) {
  margin-right: 5px;
}
.tri-product-carousel .slick-slide:nth-child(even) {
  margin-right: 0;
  margin-left: 5px;
}
@media (min-width: 720px) {
  .tri-product-carousel .slick-slide:not(:last-of-type) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-carousel .slick-list {
    padding: 0 20% 0 0;
  }
}
.tri-product-carousel .tri-slick-icon-prev,
.tri-product-carousel .tri-slick-icon-next {
  position: absolute;
  top: 40%;
  opacity: 0.7;
  height: 24px;
  z-index: 1;
}
@media (min-width: 720px) {
  .tri-product-carousel .tri-slick-icon-prev,
.tri-product-carousel .tri-slick-icon-next {
    height: 40px;
    opacity: 1;
  }
}
.tri-product-carousel .tri-slick-icon-prev {
  left: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-carousel .tri-slick-icon-prev {
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-product-carousel .tri-slick-icon-prev {
    left: 50px;
  }
}
.tri-product-carousel .tri-slick-icon-next {
  right: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-carousel .tri-slick-icon-next {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-product-carousel .tri-slick-icon-next {
    right: 50px;
  }
}
.tri-product-carousel .tri-carousel-dots {
  width: 100%;
  bottom: -20px;
}
.tri-product-carousel .tri-carousel-dots li {
  max-width: 225px;
}
.tri-product-carousel.simplified-carousel {
  min-width: unset;
}
.tri-product-carousel.simplified-carousel .slick-list {
  padding: 0;
}
.tri-product-carousel.simplified-carousel .tri-slick-icon-prev,
.tri-product-carousel.simplified-carousel .tri-slick-icon-next {
  position: absolute;
  opacity: 0.7;
  height: 24px;
  z-index: 1;
}
@media (min-width: 720px) {
  .tri-product-carousel.simplified-carousel .tri-slick-icon-prev,
.tri-product-carousel.simplified-carousel .tri-slick-icon-next {
    height: 40px;
    opacity: 1;
  }
}

.tri-product-carousel-title {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .tri-product-carousel-title {
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
}

.my-pick-date-main-wrapper .c-white {
  color: #fff !important;
}
.my-pick-date-main-wrapper .my-pick-date-head {
  padding: 10px 20px;
}
.my-pick-date-main-wrapper .my-pick-date-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 30px;
  height: 30px;
  background: #f8f8f8;
  border-radius: 80px;
}
.my-pick-date-main-wrapper .my-pick-date-body {
  padding: 0 10px;
}
.my-pick-date-main-wrapper .my-pick-date-body .current-format-date {
  font-family: TRDPoppins, Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.my-pick-date-main-wrapper .my-pick-date-body .current-date {
  gap: 30px;
  padding: 14px 14px 25px;
  border-radius: 8px 8px 0 0;
  font-family: TRDPoppins, Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  background: #eb4d4b;
  color: #fff;
}
.my-pick-date-main-wrapper .my-datepicker-controls {
  position: absolute;
  top: 6px;
  right: 14px;
  gap: 95px;
}
.my-pick-date-main-wrapper .my-datepicker-controls > div.d-flex {
  gap: 24px;
}

.my-datepicker-wrapper {
  padding: 24px 0;
  font-family: TRDPoppins, Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  letter-spacing: normal;
  background: #f8f8f8;
}
.my-datepicker-wrapper .datepicker-inline {
  width: 100%;
  margin: 0 auto;
}
.my-datepicker-wrapper .datepicker-days {
  position: relative;
}
.my-datepicker-wrapper .datepicker-months tbody td,
.my-datepicker-wrapper .datepicker-years tbody td,
.my-datepicker-wrapper .datepicker-decades tbody td,
.my-datepicker-wrapper .datepicker-centuries tbody td {
  padding-top: 20px;
}
.my-datepicker-wrapper .table-condensed {
  margin: 0 auto;
  border-spacing: 14px 2px;
  border-collapse: separate;
}
.my-datepicker-wrapper .table-condensed thead .datepicker-switch {
  text-align: left;
  color: #394a5b;
}
.my-datepicker-wrapper .table-condensed thead .datepicker-switch,
.my-datepicker-wrapper .table-condensed thead .dow {
  padding-top: 0 !important;
  font-weight: normal;
  color: #394a5b;
}
.my-datepicker-wrapper .table-condensed thead tr:nth-child(2)::after {
  display: none;
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #c4c4c4;
  width: calc(100% + 32px);
}
.my-datepicker-wrapper .table-condensed thead tr:nth-child(3) th {
  padding-top: 40px;
}
.my-datepicker-wrapper .table-condensed th.next svg,
.my-datepicker-wrapper .table-condensed th.prev svg {
  width: 24px;
}
.my-datepicker-wrapper .table-condensed th.next svg path,
.my-datepicker-wrapper .table-condensed th.prev svg path {
  stroke: transparent;
}
.my-datepicker-wrapper .table-condensed .day {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 80px;
  font-family: TRDPoppins, Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #394a5b;
}
.my-datepicker-wrapper .table-condensed .day:hover {
  font-weight: 600;
  background: #eb4d4b !important;
  color: #fff;
}
.my-datepicker-wrapper .table-condensed .day.active {
  font-weight: 600;
  background: #eb4d4b !important;
  color: #fff;
}
.my-datepicker-wrapper .table-condensed .day.old, .my-datepicker-wrapper .table-condensed .day.new {
  visibility: hidden;
}

.datepicker-wrapper .datepicker-inline {
  width: 296px;
  margin: 0 auto;
}
.datepicker-wrapper .datepicker-months tbody td,
.datepicker-wrapper .datepicker-years tbody td,
.datepicker-wrapper .datepicker-decades tbody td,
.datepicker-wrapper .datepicker-centuries tbody td {
  padding-top: 20px;
}
.datepicker-wrapper .table-condensed {
  margin: 0 auto;
  border-spacing: 2px;
  border-collapse: separate;
}
.datepicker-wrapper .table-condensed thead .datepicker-switch,
.datepicker-wrapper .table-condensed thead .dow {
  font-weight: normal;
}
.datepicker-wrapper .table-condensed thead tr:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #c4c4c4;
  width: calc(100% + 32px);
}
.datepicker-wrapper .table-condensed thead tr:nth-child(3) th {
  padding-top: 40px;
}
.datepicker-wrapper .table-condensed th.next svg,
.datepicker-wrapper .table-condensed th.prev svg {
  width: 24px;
}
.datepicker-wrapper .table-condensed th.next svg path,
.datepicker-wrapper .table-condensed th.prev svg path {
  stroke: transparent;
}
.datepicker-wrapper .table-condensed .day {
  width: 40px;
  height: 40px;
  background: #e6e8f1;
  border-radius: 0;
}
.datepicker-wrapper .table-condensed .day:hover {
  background: #c4c4c4;
}
.datepicker-wrapper .table-condensed .day.active {
  background: #727272;
}
.datepicker-wrapper .table-condensed .day.old, .datepicker-wrapper .table-condensed .day.new {
  visibility: hidden;
}

.tri-hero-slider .text-overlay-content {
  padding: 30px 60px;
}
.tri-hero-slider .text-overlay-content .link-large {
  font-size: 1.5rem;
}
.tri-hero-slider .image-heading-text p {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.tri-hero-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 719.98px) {
  .tri-hero-slider .tri-slick-icon-prev,
.tri-hero-slider .tri-slick-icon-next {
    width: 24px;
    height: 24px;
    opacity: 0.7;
  }
}

.editorialbanner-figure {
  margin: 0 0 10px;
}
.editorialbanner-figure .image-heading-container {
  padding: 30px 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
}
.editorialbanner-figure .image-heading-container h2 {
  font-size: 2.75rem;
  color: #c10000;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.55);
  text-align: center;
}
@media (min-width: 1280px) {
  .editorialbanner-figure .image-heading-container h2 {
    font-size: 4.8125rem;
  }
}
.editorialbanner-figure .image-heading-container p {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.editorialbanner-figure .mainbanner-sub-text {
  margin-top: 20px;
}
.editorialbanner-figure img {
  max-width: 100%;
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .home-page-content {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .home-page-content {
    margin-top: 10px;
    max-width: unset;
  }
}
.home-page-content .category-banner-container {
  padding: 0;
}
@media (min-width: 720px) {
  .home-page-content .category-banner-container .editorialbanner-figure {
    padding: 0 15px;
  }
}
.home-page-content .category-banner-container .tri-category-slider {
  margin-left: -10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .home-page-content .category-banner-container .tri-category-slider {
    margin: 0 15px 0 5px;
  }
}
@media (min-width: 1280px) {
  .home-page-content .category-banner-container .tri-category-slider {
    margin: 0 5px 0 -5px;
  }
}

picture.tri-picture.tri-picture {
  width: 100%;
}
picture.tri-picture.tri-picture img.tri-picture-img {
  width: 100%;
}

.tri-side-banner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 1280px) {
  .tri-side-banner-wrapper {
    margin-top: 0;
  }
}
.tri-side-banner-wrapper .simple-banner-wrapper {
  position: relative;
}
.tri-side-banner-wrapper .simple-banner-image {
  max-width: 100%;
}
.tri-side-banner-wrapper .side-banner-background {
  position: absolute;
  z-index: -1;
}
.tri-side-banner-wrapper .side-banner-promotion-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 5px;
  left: 5px;
  position: absolute;
  height: 65px;
  width: 65px;
  background: #f30000;
  border: 2px solid #fff;
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-promotion-circle {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1280px) {
  .tri-side-banner-wrapper .side-banner-promotion-circle {
    display: none;
  }
}
.tri-side-banner-wrapper .side-banner-promotion-value {
  font-size: 2rem;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-promotion-value {
    font-size: 2.375rem;
  }
}
.tri-side-banner-wrapper .side-banner-promotion-title {
  font-size: 0.625rem;
  font-weight: 900;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-promotion-title {
    font-size: 0.75rem;
  }
}
.tri-side-banner-wrapper .side-banner-promotion-off {
  font-size: 0.4375rem;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-promotion-off {
    font-size: 0.5rem;
  }
}
.tri-side-banner-wrapper .side-banner-promotion-percentage {
  font-size: 0.6875rem;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-promotion-percentage {
    font-size: 0.8125rem;
  }
}
.tri-side-banner-wrapper .side-banner-overtitle {
  margin-top: 66px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: 35%;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .side-banner-overtitle {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tri-side-banner-wrapper .side-banner-overtitle {
    margin-top: 25%;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
.tri-side-banner-wrapper .sider-banner-title {
  font-size: 1.75rem;
  line-height: 1rem;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .sider-banner-title {
    font-size: 3rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tri-side-banner-wrapper .sider-banner-title {
    font-size: 4.25rem;
    line-height: 3.5rem;
  }
}
.tri-side-banner-wrapper .side-banner-shadow {
  text-shadow: 1.6px 2.4px 1.6px rgba(0, 0, 0, 0.9);
}
.tri-side-banner-wrapper .pd-side-banner-footer-button {
  max-width: 95%;
  font-size: 0.8125rem;
  background: #f30000;
  padding: 8px 37px;
  margin-top: 20px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-side-banner-wrapper .pd-side-banner-footer-button {
    padding: 10px 50px;
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .tri-side-banner-wrapper .pd-side-banner-footer-button {
    padding: 10px 50px;
    font-size: 1.375rem;
    margin-top: 50px;
  }
}
.tri-side-banner-wrapper .pd-side-banner-footer-button:hover {
  background: #c10000;
}

.highlighted-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .highlighted-cta-wrapper {
    display: none;
  }
}
.highlighted-cta-wrapper .highlighted-cta-vertical-divider {
  background: #333;
  width: 3px;
}

.tri-carousel-wrapper .tri-carousel {
  position: relative;
  padding-bottom: 65px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-wrapper .tri-carousel {
    padding-bottom: 75px;
    min-width: 440px;
  }
}
@media (min-width: 1280px) {
  .tri-carousel-wrapper .tri-carousel {
    padding-bottom: 85px;
    min-width: 525px;
  }
}
.tri-carousel-wrapper .slick-slide:nth-child(odd) {
  margin-right: 5px;
}
.tri-carousel-wrapper .slick-slide:nth-child(even) {
  margin-right: 0;
  margin-left: 5px;
}
@media (min-width: 720px) {
  .tri-carousel-wrapper .slick-slide:not(:last-of-type) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-wrapper .slick-list {
    padding: 0 20% 0 0;
  }
}
.tri-carousel-wrapper .tri-slick-icon-prev,
.tri-carousel-wrapper .tri-slick-icon-next {
  position: absolute;
  opacity: 0.7;
  height: 24px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
}
@media (min-width: 720px) {
  .tri-carousel-wrapper .tri-slick-icon-prev,
.tri-carousel-wrapper .tri-slick-icon-next {
    height: 40px;
    opacity: 1;
  }
}
.tri-carousel-wrapper .tri-slick-icon-prev {
  left: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-wrapper .tri-slick-icon-prev {
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-carousel-wrapper .tri-slick-icon-prev {
    left: 50px;
  }
}
.tri-carousel-wrapper .tri-slick-icon-next {
  right: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-carousel-wrapper .tri-slick-icon-next {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .tri-carousel-wrapper .tri-slick-icon-next {
    right: 50px;
  }
}
.tri-carousel-wrapper .tri-carousel-dots {
  width: 100%;
  bottom: 50px;
}
@media (min-width: 1280px) {
  .tri-carousel-wrapper .tri-carousel-dots {
    bottom: 60px;
  }
}
.tri-carousel-wrapper .tri-carousel-dots li {
  max-width: 225px;
}

.simple-banner-wrapper {
  position: relative;
}
.simple-banner-wrapper .simple-banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.simple-banner-wrapper .simple-banner-image {
  max-width: 100%;
}
.simple-banner-wrapper .simple-banner-text {
  display: none;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .simple-banner-wrapper .simple-banner-text {
    margin-top: 0;
    font-size: 12px;
  }
}
@media (min-width: 720px) {
  .simple-banner-wrapper .simple-banner-text {
    display: block;
  }
}
@media (min-width: 1280px) {
  .simple-banner-wrapper picture {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .simple-banner-wrapper picture img {
    width: 100%;
  }
}
.simple-banner-wrapper .simple-banner-cta {
  background: #000;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 0.625rem;
  padding: 10px 20px;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .simple-banner-wrapper .simple-banner-cta {
    padding: 10px 30px;
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

.simple-image-wrapper {
  position: relative;
}
.simple-image-wrapper .simple-image-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .simple-image-wrapper .simple-image-picture {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .simple-image-wrapper .simple-image-picture img {
    width: 100%;
  }
}

.sub-menu-carousel-wrapper .carousel-title {
  margin: 15px 0 0;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .carousel-title {
    margin: 25px 0 0;
  }
}
.sub-menu-carousel-wrapper .sub-menu-carousel {
  display: none;
  position: relative;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel {
    min-width: 440px;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel {
    min-width: 525px;
  }
}
.sub-menu-carousel-wrapper .sub-menu-carousel .slick-list {
  margin-left: -2px;
  padding-bottom: 1px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel .slick-list {
    margin-left: -5px;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel .slick-list {
    margin-left: -9px;
  }
}
.sub-menu-carousel-wrapper .sub-menu-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-menu-carousel-wrapper .sub-menu-carousel .slick-track .slick-slide {
  margin: 0 3px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel .slick-track .slick-slide {
    margin: 0 5px;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel .slick-track .slick-slide {
    margin: 0 10px;
  }
}
.sub-menu-carousel-wrapper .active-sub-menu-carousel {
  display: block;
}
.sub-menu-carousel-wrapper .sub-menu-carousel-category-wrapper {
  background: #f8f7f6;
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .sub-menu-carousel-category-wrapper {
    margin: 0 -15px;
  }
}
.sub-menu-carousel-wrapper .experience-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .experience-categories {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .experience-component + .experience-component {
    margin-left: 100px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .slick-list {
    padding: 0 20% 0 0;
  }
}
.sub-menu-carousel-wrapper .tri-slick-icon-prev,
.sub-menu-carousel-wrapper .tri-slick-icon-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 30%;
  opacity: 0.7;
  height: 24px;
  z-index: 1;
}
@media (min-width: 720px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-prev,
.sub-menu-carousel-wrapper .tri-slick-icon-next {
    top: 34%;
    height: 40px;
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-prev,
.sub-menu-carousel-wrapper .tri-slick-icon-next {
    top: 46.7%;
  }
}
.sub-menu-carousel-wrapper .tri-slick-icon-prev {
  left: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-prev {
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-prev {
    left: 50px;
  }
}
.sub-menu-carousel-wrapper .tri-slick-icon-next {
  right: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-next {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .sub-menu-carousel-wrapper .tri-slick-icon-next {
    right: 50px;
  }
}
.sub-menu-carousel-wrapper .tri-carousel-dots {
  width: 100%;
  bottom: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.sub-menu-carousel-wrapper .tri-carousel-dots li {
  max-width: 225px;
}
.sub-menu-carousel-wrapper .slick-initialized + .cta-button-wrapper.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-menu-carousel-wrapper .cta-button-wrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.sub-menu-carousel-wrapper .cta-button-wrapper .see-all-cta {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #df0000;
  border: 0;
  border-radius: 2.5rem;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3.75rem;
  text-decoration: none;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.sub-menu-carousel-wrapper .cta-button-wrapper .see-all-cta:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.category-selector-button {
  color: #a1a1a1;
  padding: 15px 0;
  letter-spacing: 0.36px;
  font-size: 0.8125rem;
}
@media (min-width: 720px) {
  .category-selector-button {
    font-size: 0.9375rem;
  }
}
.category-selector-button.selected {
  position: relative;
  color: #333;
  font-weight: 500;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .category-selector-button.selected::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background: #333;
    width: 100%;
  }
}

.tri-carousel-row {
  overflow: hidden;
}

.tri-clp-circle-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .tri-clp-circle-wrapper {
    grid-auto-flow: column;
    grid-template-columns: none;
    border: 1px solid #f8f7f6;
  }
}
.tri-clp-circle-wrapper .tri-picture-img {
  margin-bottom: 10px;
}

.tri-clp-circled-title {
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  .tri-clp-circled-title {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1280px) {
  .tri-two-stories-wrapper {
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .tri-two-stories-wrapper .mainbanner-figure picture,
.tri-two-stories-wrapper .mainbanner-figure img {
    width: 100%;
  }
}
.tri-two-stories-wrapper .mainbanner-figure img {
  max-width: 300px;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .tri-two-stories-wrapper .mainbanner-figure img {
    max-width: none;
  }
}
.tri-two-stories-wrapper figure {
  margin: 0;
}

.tri-two-stories-title {
  background-color: #e6e8f1;
  font-size: 0.6875rem;
  height: 45px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  .tri-two-stories-title {
    letter-spacing: unset;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .tri-two-stories-title {
    font-weight: 500;
  }
}

.tri-two-carousel-title {
  font-size: 1.5625rem;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tri-two-stories-slider {
  margin: 25px 0;
}
@media (min-width: 1280px) {
  .tri-two-stories-slider {
    margin: 25px 0 55px;
  }
}
.tri-two-stories-slider .slick-slide {
  margin: 0 3px;
}
@media (min-width: 720px) {
  .tri-two-stories-slider .slick-slide {
    margin: 0;
  }
}
.tri-two-stories-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tri-two-stories-slider .tri-carousel-dots {
  bottom: -10px;
}
.tri-two-stories-slider .svgbg-icon-prev,
.tri-two-stories-slider .svgbg-icon-next {
  width: 30px;
  height: 30px;
}
@media (min-width: 720px) {
  .tri-two-stories-slider .svgbg-icon-prev,
.tri-two-stories-slider .svgbg-icon-next {
    width: 50px;
    height: 50px;
  }
}
.tri-two-stories-slider .svgbg-icon-prev {
  left: 20px;
}
@media (min-width: 720px) {
  .tri-two-stories-slider .svgbg-icon-prev {
    left: 30px;
  }
}
.tri-two-stories-slider .svgbg-icon-next {
  right: 20px;
}
@media (min-width: 720px) {
  .tri-two-stories-slider .svgbg-icon-next {
    right: 30px;
  }
}

.tri-two-stories-last-seen .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.tri-two-stories-last-seen .tri-carousel-wrapper .tri-carousel {
  padding-bottom: 65px;
  min-width: 346px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-two-stories-last-seen .tri-carousel-wrapper .tri-carousel {
    padding-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .tri-two-stories-last-seen .tri-carousel-wrapper .tri-carousel {
    padding-bottom: 66px;
  }
}
.tri-two-stories-last-seen .tri-carousel-wrapper .tri-carousel-dots {
  bottom: 30px;
}
@media (min-width: 1280px) {
  .tri-two-stories-last-seen .tri-carousel-wrapper .tri-carousel-dots {
    bottom: 36px;
  }
}
.tri-two-stories-last-seen .sub-menu-carousel {
  min-width: 346px;
}

.tri-clp-banner {
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .tri-clp-banner {
    margin-top: 20px;
  }
}

.page {
  background-color: #f8f8f8;
}

.search-controls-container {
  margin: 20px auto 0;
}
@media (min-width: 1280px) {
  .search-controls-container {
    max-width: none;
  }
}
.search-controls-container .form-group .sort-order-select {
  font-size: 0.8125rem;
  border: 1px solid #e6e8f1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59372 8.90895L11.1459 16.5552C11.2515 16.6784 11.3825 16.7773 11.53 16.845C11.6774 16.9128 11.8377 16.9479 12 16.9479C12.1622 16.9479 12.3226 16.9128 12.47 16.845C12.6174 16.7773 12.7484 16.6784 12.854 16.5552L19.4062 8.90895C20.0315 8.1791 19.5131 7.05176 18.5522 7.05176H5.44591C4.48497 7.05176 3.96653 8.1791 4.59372 8.90895Z' fill='black'/%3E%3C/svg%3E");
  background-color: #fafafa;
  color: #000;
  background-position-x: calc(100% - 10px);
}
.search-controls-container .form-group .sort-order-select .brand {
  text-align: left;
}

.breadcrumbs {
  font-size: 0.8125rem;
}

.grid-order-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 10px 10px;
  background-color: #fff;
  border-radius: 8px;
  font-family: Poppins;
  font-weight: 500;
  padding: 10px;
}
@media (max-width: 1279.98px) {
  .grid-order-control {
    padding: 0;
    margin: 10px;
    background-color: transparent;
  }
  .grid-order-control .refinements-top {
    height: 100%;
  }
  .grid-order-control .grid-header {
    font-size: 14px;
    padding: 0;
  }
  .grid-order-control .grid-header .sort-order-select {
    height: 50px;
  }
  .grid-order-control .filters-label {
    padding-right: 0;
  }
  .grid-order-control .filters-label button {
    width: 100%;
    border: 1px solid #e6e8f1;
    border-radius: 8px;
    margin: 0;
    height: 50px;
    padding: 8px 19px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
  }
}
.grid-order-control .refinements-top .count-divider {
  margin: auto 5px;
  width: 10px;
  border-top: 1.5px solid #000;
}
.grid-order-control .refinements-top .show-five-tiles-container {
  margin-left: 0 !important;
}
.grid-order-control .grid-header .sort-order-select {
  border: 1px solid #e6e8f1;
  border-radius: 8px;
  padding: 0 38px 0 8px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.83317%201.33333L5.99984%205.5L10.1665%201.33333%22%20stroke%3D%22black%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position-y: center;
  background-size: 14px;
  color: #000;
}
.grid-order-control .grid-header .sort-order-select option {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.grid-order-control .grid-header .sort-order-select option:hover {
  background-color: #f30000 !important;
}

.search-sorting-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 719.98px) {
  .search-sorting-container {
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .search-sorting-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 100px;
  }
}
.search-sorting-container .search-label {
  font-size: 0.8125rem;
  min-width: 100%;
}
@media (min-width: 720px) {
  .search-sorting-container .search-label {
    min-width: 100px;
  }
}

.search-result-count .search-keyword {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}

.filters-label {
  font-size: 0.8125rem;
}
.filters-label button {
  margin: 0 auto;
}

.search-control {
  border: 0;
  background-color: transparent;
  padding: 20px 15px;
  max-height: 60px;
  background-color: #fff;
}
@media (min-width: 720px) {
  .search-control {
    padding: 10px 15px 8px;
    max-height: 40px;
  }
}
.search-control .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-control .search-control-label {
  font-size: 0.8125rem;
}
.search-control .search-control-label.title {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  letter-spacing: 0.01em;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #333 !important;
}
@media (min-width: 720px) {
  .search-control .search-control-label.title {
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 18px;
  }
}
.search-control .search-control-label.title::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59372 8.90895L11.1459 16.5552C11.2515 16.6784 11.3825 16.7773 11.53 16.845C11.6774 16.9128 11.8377 16.9479 12 16.9479C12.1622 16.9479 12.3226 16.9128 12.47 16.845C12.6174 16.7773 12.7484 16.6784 12.854 16.5552L19.4062 8.90895C20.0315 8.1791 19.5131 7.05176 18.5522 7.05176H5.44591C4.48497 7.05176 3.96653 8.1791 4.59372 8.90895Z' fill='black'/%3E%3C/svg%3E");
}
.search-control span {
  padding-right: 8px;
}
.search-control .search-control-link a:hover {
  color: #f30000 !important;
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
  .refinements-top {
    position: relative;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .refinements-top {
    position: relative;
    left: auto;
  }
}
.refinements-top .refinement {
  margin-right: 5px;
}
@media (min-width: 720px) {
  .refinements-top .refinement {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .refinements-top .refinement:first-child {
    margin-left: 20px;
  }
}
.refinements-top .refinement.customcategory-filter, .refinements-top .refinement.price-filter, .refinements-top .refinement.size-filter {
  display: block;
  margin-bottom: 0;
}
.refinements-top .refinement.collapsible-xxl.active .search-control ~ .content {
  position: absolute;
  background-color: #fafafa;
  z-index: 1;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
}
.refinements-top .refinement.collapsible-xxl.active .search-control ~ .content li {
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.refinements-top .refinement.collapsible-xxl.active.color-filter .swatch-mark {
  margin: 0 auto;
  width: 2em;
  height: 2em;
}
@media (max-width: 1279.98px) {
  .refinements-top .refinement.collapsible-xxl.active.color-filter .swatch-mark {
    width: 1.5em;
    height: 1.5em;
  }
}
.refinements-top .refinement.collapsible-xxl.active.color-filter .color-attribute-label {
  display: contents;
  font-size: 0.6875rem;
}
@media (max-width: 1279.98px) {
  .refinements-top .refinement.collapsible-xxl.active.color-filter .swatch-mark.color-value.selected::after {
    left: 0.18em;
    top: 0.2em;
    font-size: 1.125em;
  }
}
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values {
  display: block;
  min-width: 200px;
}
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values li {
  display: block !important;
}
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values {
  right: 10px;
}
@media (min-width: 720px) {
  .refinements-top .refinement.collapsible-xxl.active.customcategory-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values {
    right: auto;
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .refinements-top .refinement.collapsible-xxl.active.customcategory-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values {
    left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 720px) {
  .refinements-top .refinement.collapsible-xxl.active.customcategory-filter .card-body ul.values,
.refinements-top .refinement.collapsible-xxl.active.customcategory-filter .values ul.values {
    padding-left: 15px;
  }
}
.refinements-top .refinement.collapsible-xxl.active.size-filter .values li:not(.filter-clear-btn) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.refinements-top .refinement.collapsible-xxl.active.size-filter .values .svgbg-icon-checkbox {
  display: none;
}
.refinements-top .refinement.collapsible-xxl.active.size-filter .values .size-attribute {
  margin: 0 auto;
}
.refinements-top .refinement.collapsible-xxl.active.size-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.size-filter .values {
  right: 10px;
}
@media (min-width: 720px) {
  .refinements-top .refinement.collapsible-xxl.active.size-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.size-filter .values {
    right: auto;
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .refinements-top .refinement.collapsible-xxl.active.size-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.size-filter .values {
    left: 0;
    margin: 0 auto;
  }
}
.refinements-top .refinement.collapsible-xxl.active.price-filter .values, .refinements-top .refinement.collapsible-xxl.active.refinement-precio .values {
  max-width: 200px;
  padding: 20px;
}
.refinements-top .refinement.collapsible-xxl.active.price-filter .values li:not(.filter-clear-btn), .refinements-top .refinement.collapsible-xxl.active.refinement-precio .values li:not(.filter-clear-btn) {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.refinements-top .refinement.collapsible-xxl.active.price-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.price-filter .values, .refinements-top .refinement.collapsible-xxl.active.refinement-precio .card-body,
.refinements-top .refinement.collapsible-xxl.active.refinement-precio .values {
  right: 10px;
}
@media (min-width: 720px) {
  .refinements-top .refinement.collapsible-xxl.active.price-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.price-filter .values, .refinements-top .refinement.collapsible-xxl.active.refinement-precio .card-body,
.refinements-top .refinement.collapsible-xxl.active.refinement-precio .values {
    right: auto;
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .refinements-top .refinement.collapsible-xxl.active.price-filter .card-body,
.refinements-top .refinement.collapsible-xxl.active.price-filter .values, .refinements-top .refinement.collapsible-xxl.active.refinement-precio .card-body,
.refinements-top .refinement.collapsible-xxl.active.refinement-precio .values {
    left: 0;
    margin: 0 auto;
  }
}
.refinements-top .card-body .values.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.refinements-top .card-body .show-more {
  display: none;
}
.refinements-top .square-unchecked {
  display: none;
}
.refinements-top .values {
  padding: 0;
}
.refinements-top .values button:not(.tri-btn-ghost) {
  color: #000;
  margin-bottom: 8px;
  padding-left: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
}
.refinements-top .values .filter-clear-btn,
.refinements-top .values ~ .filter-clear-btn {
  grid-column: 1/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e6e8f1;
  width: 100%;
}
.refinements-top .values .filter-clear-btn .tri-btn,
.refinements-top .values ~ .filter-clear-btn .tri-btn {
  margin-top: 15px;
  opacity: 0.4;
}
.refinements-top .values .filter-clear-btn .tri-btn:hover,
.refinements-top .values ~ .filter-clear-btn .tri-btn:hover {
  opacity: 1;
}
.refinements-top .refinement.customcategory-filter li {
  margin-left: 0;
  padding-left: 0;
}
.refinements-top .refinement.customcategory-filter .card-body.content {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.refinements-top .price-filter .values,
.refinements-top .refinement-precio .values {
  max-width: 200px;
  margin-bottom: 0;
}
.refinements-top .price-filter .values li:not(.filter-clear-btn),
.refinements-top .refinement-precio .values li:not(.filter-clear-btn) {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.refinements-top .price-filter .values .cusom-radio-button,
.refinements-top .refinement-precio .values .cusom-radio-button {
  padding-left: 0;
}
.refinements-top .price-filter .card-body,
.refinements-top .refinement-precio .card-body {
  padding: 0 !important;
}
.refinements-top .refinement.size-filter.active ul.values button:not(.tri-btn) {
  border: 1px solid #727272;
  color: #727272;
  height: 35px;
  margin: 5px 10px 5px 0;
  min-width: 60px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.refinements-top .refinement.size-filter.active ul.values button:not(.tri-btn).selected {
  border-color: #f30000;
  color: #f30000;
}
.refinements-top .collapsible-xxl.active .title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4064 15.0909L12.8542 7.44468C12.7486 7.3215 12.6176 7.22262 12.4702 7.15483C12.3228 7.08704 12.1624 7.05194 12.0002 7.05194C11.8379 7.05194 11.6776 7.08704 11.5301 7.15483C11.3827 7.22262 11.2517 7.3215 11.1461 7.44468L4.5939 15.0909C3.96859 15.8208 4.48703 16.9481 5.44797 16.9481L18.5542 16.9481C19.5151 16.9481 20.0336 15.8208 19.4064 15.0909Z' fill='red'/%3E%3C/svg%3E");
  margin-top: 0;
}
.refinements-top .collapsible-xxl.active .title span {
  color: #f30000;
}

.page-layout-refinement {
  margin-right: 10px;
  height: 100%;
}
@media (min-width: 720px) {
  .page-layout-refinement {
    margin-right: 0;
    height: unset;
  }
}
@media (min-width: 1280px) {
  .page-layout-refinement {
    position: inherit;
  }
}
@media (max-width: 1279.98px) {
  .page-layout-refinement {
    padding-right: 0;
    padding-left: 0;
  }
}

.refinements.refinements-top {
  width: 99%;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 0 10px;
  padding: 15px;
  font-family: Poppins;
}
@media (max-width: 1279.98px) {
  .refinements.refinements-top {
    width: 95%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 10px;
  }
  .refinements.refinements-top h2 {
    font-size: 12px;
  }
  .refinements.refinements-top .search-control {
    border: 0;
    background-color: transparent;
  }
  .refinements.refinements-top .search-control-label {
    font-size: 0.9375rem;
  }
}
@media (max-width: 719.98px) {
  .refinements.refinements-top .search-control-label {
    font-size: 0.8125rem;
  }
}
.refinements.refinements-top.show {
  display: block !important;
}
.refinements.refinements-top h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

.page-layout-switch::after, .page-layout-switch::before,
.grid-control-link::after,
.grid-control-link::before {
  content: "";
  display: block;
  width: 15px;
  height: 26px;
  border-radius: 4px;
  margin-right: 2px;
  background-color: #e6eaf4;
}
@media (max-width: 1279.98px) {
  .page-layout-switch::after, .page-layout-switch::before,
.grid-control-link::after,
.grid-control-link::before {
    background-color: transparent;
  }
}
.page-layout-switch.active-mode::after, .page-layout-switch.active-mode::before,
.grid-control-link.active-mode::after,
.grid-control-link.active-mode::before {
  background-color: #000;
}

@media (max-width: 1279.98px) {
  .show-four-tiles::after, .show-four-tiles::before {
    display: none;
  }
  .show-four-tiles .svg-wrapper {
    padding: 0;
    position: relative;
    top: -1px;
  }
}

.show-two-tiles::after {
  width: 40px;
  height: 30px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 40 30' fill='none'%3E%3Crect x='5.5' y='0.5' width='13' height='13' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3Crect x='21.5' y='0.5' width='13' height='13' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3Crect x='5.5' y='16.5' width='13' height='13' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3Crect x='21.5' y='16.5' width='13' height='13' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.show-two-tiles::before {
  display: none;
}

.show-one-tile::after {
  width: 40px;
  height: 34px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='34' viewBox='0 0 40 34' fill='none'%3E%3Crect x='3.5' y='0.5' width='33' height='14' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3Crect x='3.5' y='19.5' width='33' height='14' rx='3.5' fill='%234F5663' stroke='%23E6EAF4'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.show-one-tile::before {
  display: none;
}

.show-five-tiles::after, .show-five-tiles::before,
.show-five-tiles .grid-control-link::after,
.show-five-tiles .grid-control-link::before {
  width: 15px;
  height: 26px;
  border-radius: 4px;
  background-color: #e6eaf4;
}

.page-layout-control {
  padding: 0;
  margin-left: 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-layout-control .grid-control-link {
  padding: 0;
}
.page-layout-control .show-five-tiles .grid-extra-icon::after {
  content: "";
  display: block;
  width: 15px;
  height: 26px;
  border-radius: 4px;
  margin-right: 2px;
  background-color: #e6eaf4;
}

.results-count-info {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #333;
}
@media (min-width: 720px) {
  .results-count-info {
    padding: 5px 0;
    border-top: 1px solid #f5f5f5 !important;
    border-bottom: 1px solid #f5f5f5 !important;
  }
}
.results-count-info .products-quantity {
  padding-right: 0;
  font-family: Poppins;
  font-weight: 500;
}

.result-count {
  padding: 0;
  width: 100%;
}
.result-count .count-divider {
  width: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0;
}

.tri-product-grid-wrapper {
  padding: 5px 0;
  max-width: 100%;
}
@media (min-width: 720px) {
  .tri-product-grid-wrapper {
    padding: 0 0 0 10px;
  }
}
.tri-product-grid-wrapper .tri-pagination-btn {
  height: 30px;
  width: 30px;
  font-size: 0.875rem;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
}
.tri-product-grid-wrapper .tri-pagination-btn:not(.tri-pagination-arrow):not(span):hover {
  background-color: #f5f5f5;
}
.tri-product-grid-wrapper .tri-pagination-btn.selected {
  font-weight: bold;
  pointer-events: none;
  background: #000;
}
.tri-product-grid-wrapper .tri-pagination-arrow {
  background-color: #f31000;
  border: 0;
}
.tri-product-grid-wrapper .tri-pagination-arrow.disabled {
  display: none;
}
.tri-product-grid-wrapper .tri-pagination-arrow path {
  stroke: #fff;
}
.tri-product-grid-wrapper .tri-pagination-arrow:hover {
  background-color: #d10303;
}
.tri-product-grid-wrapper .pgrid-custom-catname {
  border-bottom: 2px solid #e0dcdc;
  padding: 14px;
}
.tri-product-grid-wrapper .pgrid-custom-description {
  font-weight: 400;
  font-size: 12px;
  padding: 14px;
  margin-bottom: 20px;
}
.tri-product-grid-wrapper .tri-product-tile .tri-pdp-link {
  width: 100%;
}
.tri-product-grid-wrapper .tri-product-tile .tri-product-tile-name {
  display: block;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
  color: #061023 !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tri-product-grid-wrapper .tri-product-tile .strike-through {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  color: #8395a7;
}
.tri-product-grid-wrapper .tri-product-tile .tri-sales .value {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.tri-product-grid-wrapper .tri-product-tile .tri-tile-price-internet {
  margin-top: 0;
  line-height: 15px;
}
.tri-product-grid-wrapper .tri-product-tile .quickview-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.tri-product-grid-wrapper .tri-product-tile .quickview-icon .svg-wrapper {
  display: grid;
  place-content: center;
}

.search-results-container.five-view-mode .show-five-tiles-container .grid-control-link::after, .search-results-container.two-view-mode .show-two-tiles-container .grid-control-link::after, .search-results-container.one-view-mode .show-one-tile-container .grid-control-link::after, .search-results-container.four-view-mode .show-four-tiles-container .grid-control-link::after, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::after, .search-results-container.five-view-mode .show-five-tiles-container .grid-control-link::before, .search-results-container.two-view-mode .show-two-tiles-container .grid-control-link::before, .search-results-container.one-view-mode .show-one-tile-container .grid-control-link::before, .search-results-container.four-view-mode .show-four-tiles-container .grid-control-link::before, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::before,
.search-results-container.five-view-mode .show-five-tiles-container .page-layout-switch::after,
.search-results-container.two-view-mode .show-two-tiles-container .page-layout-switch::after,
.search-results-container.one-view-mode .show-one-tile-container .page-layout-switch::after,
.search-results-container.four-view-mode .show-four-tiles-container .page-layout-switch::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::after,
.search-results-container.five-view-mode .show-five-tiles-container .page-layout-switch::before,
.search-results-container.two-view-mode .show-two-tiles-container .page-layout-switch::before,
.search-results-container.one-view-mode .show-one-tile-container .page-layout-switch::before,
.search-results-container.four-view-mode .show-four-tiles-container .page-layout-switch::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::before,
.search-results-container.five-view-mode .show-five-tiles-container .grid-extra-icon::after,
.search-results-container.two-view-mode .show-two-tiles-container .grid-extra-icon::after,
.search-results-container.one-view-mode .show-one-tile-container .grid-extra-icon::after,
.search-results-container.four-view-mode .show-four-tiles-container .grid-extra-icon::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::after,
.search-results-container.five-view-mode .show-five-tiles-container .grid-extra-icon::before,
.search-results-container.two-view-mode .show-two-tiles-container .grid-extra-icon::before,
.search-results-container.one-view-mode .show-one-tile-container .grid-extra-icon::before,
.search-results-container.four-view-mode .show-four-tiles-container .grid-extra-icon::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::before {
  background-color: #000;
}
@media (max-width: 1279.98px) {
  .search-results-container.five-view-mode .show-five-tiles-container .grid-control-link::after, .search-results-container.two-view-mode .show-two-tiles-container .grid-control-link::after, .search-results-container.one-view-mode .show-one-tile-container .grid-control-link::after, .search-results-container.four-view-mode .show-four-tiles-container .grid-control-link::after, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::after, .search-results-container.five-view-mode .show-five-tiles-container .grid-control-link::before, .search-results-container.two-view-mode .show-two-tiles-container .grid-control-link::before, .search-results-container.one-view-mode .show-one-tile-container .grid-control-link::before, .search-results-container.four-view-mode .show-four-tiles-container .grid-control-link::before, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::before,
.search-results-container.five-view-mode .show-five-tiles-container .page-layout-switch::after,
.search-results-container.two-view-mode .show-two-tiles-container .page-layout-switch::after,
.search-results-container.one-view-mode .show-one-tile-container .page-layout-switch::after,
.search-results-container.four-view-mode .show-four-tiles-container .page-layout-switch::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::after,
.search-results-container.five-view-mode .show-five-tiles-container .page-layout-switch::before,
.search-results-container.two-view-mode .show-two-tiles-container .page-layout-switch::before,
.search-results-container.one-view-mode .show-one-tile-container .page-layout-switch::before,
.search-results-container.four-view-mode .show-four-tiles-container .page-layout-switch::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::before,
.search-results-container.five-view-mode .show-five-tiles-container .grid-extra-icon::after,
.search-results-container.two-view-mode .show-two-tiles-container .grid-extra-icon::after,
.search-results-container.one-view-mode .show-one-tile-container .grid-extra-icon::after,
.search-results-container.four-view-mode .show-four-tiles-container .grid-extra-icon::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::after,
.search-results-container.five-view-mode .show-five-tiles-container .grid-extra-icon::before,
.search-results-container.two-view-mode .show-two-tiles-container .grid-extra-icon::before,
.search-results-container.one-view-mode .show-one-tile-container .grid-extra-icon::before,
.search-results-container.four-view-mode .show-four-tiles-container .grid-extra-icon::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::before {
    background-color: #fff;
  }
}
.search-results-container.five-view-mode .show-five-tiles-container svg, .search-results-container.two-view-mode .show-two-tiles-container svg, .search-results-container.one-view-mode .show-one-tile-container svg, .search-results-container.four-view-mode .show-four-tiles-container svg, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container svg {
  fill: #f30000;
}

.product-tile-wrapper {
  min-width: 0;
  min-height: 0;
}
.product-tile-wrapper.is-low-price-wishlisted .tri-product-tile {
  border: 1px solid #f30000;
  -webkit-box-shadow: 0 0 3px 0 #f30000;
          box-shadow: 0 0 3px 0 #f30000;
}

.search-results {
  max-width: 1280px;
}

@media (min-width: 720px) {
  .search-results-container {
    padding-right: 0;
    max-width: none;
  }
}
@media (max-width: 1279.98px) {
  .search-results-container {
    padding: 0 !important;
  }
  .search-results-container.default-view-mode .show-one-tile-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .search-results-container.default-view-mode .show-two-tiles-container {
    display: none !important;
  }
  .search-results-container.two-view-mode .show-one-tile-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .search-results-container.two-view-mode .show-two-tiles-container {
    display: none !important;
  }
  .search-results-container.one-view-mode .show-one-tile-container {
    display: none !important;
  }
  .search-results-container.one-view-mode .show-two-tiles-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.search-results-container .tri-product-grid {
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  padding: 0 10px;
}
@media (min-width: 720px) {
  .search-results-container .tri-product-grid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    padding: 0;
  }
}
@media (min-width: 720px) {
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::after, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-control-link::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .page-layout-switch::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container .grid-extra-icon::before {
    border-color: #000;
  }
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-two-tiles-container svg {
    fill: #000;
  }
}
@media (min-width: 1280px) {
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .grid-control-link::after, .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .grid-control-link::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .page-layout-switch::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .page-layout-switch::before,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .grid-extra-icon::after,
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container .grid-extra-icon::before {
    border-color: #f30000;
  }
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .show-four-tiles-container svg {
    fill: #f30000;
  }
}
.search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .tri-product-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px) {
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .tri-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .search-results-container.default-view-mode:not(.three-view-mode):not(.two-view-mode):not(.five-view-mode):not(.one-view-mode):not(.small-columns) .tri-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.search-results-container.three-view-mode .tri-product-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 719.98px) {
  .search-results-container.four-view-mode.small-columns .tri-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-results-container.four-view-mode.small-columns .show-four-tiles-container .grid-control-link::after, .search-results-container.four-view-mode.small-columns .show-four-tiles-container .grid-control-link::before,
.search-results-container.four-view-mode.small-columns .show-four-tiles-container .page-layout-switch::after,
.search-results-container.four-view-mode.small-columns .show-four-tiles-container .page-layout-switch::before,
.search-results-container.four-view-mode.small-columns .show-four-tiles-container .grid-extra-icon::after,
.search-results-container.four-view-mode.small-columns .show-four-tiles-container .grid-extra-icon::before {
    border-color: #f30000;
  }
  .search-results-container.four-view-mode.small-columns .show-four-tiles-container svg {
    fill: #f30000;
  }
}
.search-results-container.four-view-mode .tri-product-grid {
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 719.98px) {
  .search-results-container.four-view-mode .tri-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-results-container.one-view-mode .tri-product-grid {
  grid-template-columns: 1fr;
}
.search-results-container.one-view-mode .tri-product-grid-wrapper {
  width: 100%;
}
.search-results-container.two-view-mode .tri-product-grid {
  grid-template-columns: repeat(2, 1fr);
}
.search-results-container.five-view-mode .tri-product-grid {
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.search-results-container.six-view-mode .tri-product-grid {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 1280px) {
  .search-no-results {
    padding: 15px 135px;
  }
}
.search-no-results .search-text-heading {
  font-size: 0.8125rem;
  margin: 0 15px;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .search-no-results .search-text-heading {
    font-size: 0.9375rem;
    margin: 0;
  }
}
.search-no-results .search-phrase-wrapper {
  padding: 15px;
  margin: 0 15px;
  border: solid 1px #e6e8f1;
  background-color: #f1f2f6;
}
@media (min-width: 720px) {
  .search-no-results .search-phrase-wrapper {
    margin: 0;
  }
}
.search-no-results .search-phrase-wrapper .search-text-heading {
  letter-spacing: 0.5px;
  font-size: 0.8125rem;
  margin: 0;
}
@media (min-width: 720px) {
  .search-no-results .search-phrase-wrapper .search-text-heading {
    font-size: 0.9375rem;
  }
}
.search-no-results .search-phrase-wrapper .search-phrase {
  color: #f30000;
  display: block;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .search-no-results .search-phrase-wrapper .search-phrase {
    display: inline-block;
    margin-top: 0;
  }
}

@media (min-width: 720px) {
  .refine-sidebar .search-control .search-control-label.title::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.83317%201.33333L5.99984%205.5L10.1665%201.33333%22%20stroke%3D%22black%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .refine-sidebar .collapsible-xxl.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.83317%201.33333L5.99984%205.5L10.1665%201.33333%22%20stroke%3D%22black%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
  }
}
@media (max-width: 1279.98px) {
  .refine-sidebar .search-control .search-control-label.title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M6.23429 8.33333L10.401 12.5L14.5676 8.33333' stroke='%23666666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .refine-sidebar .collapsible-xxl.active .title::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M14.5675 11.6667L10.4008 7.5L6.23413 11.6667' stroke='%23666666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-top: 0;
  }
  .refine-sidebar .collapsible-xxl.active .title span {
    color: #000;
  }
}
.refine-sidebar .collapsible-xxl.active button.title {
  color: #000;
}
.refine-sidebar .show-more,
.refine-sidebar .show-less {
  font-size: 0.9375rem;
}
.refine-sidebar .square-unchecked {
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media (min-width: 720px) {
  .refine-sidebar .square-unchecked {
    width: 12px;
    height: 12px;
  }
}
.refine-sidebar .svgbg-icon-checkbox {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #00d2d3;
  border: 2px solid #fff;
  outline: 1px solid #000;
}
@media (min-width: 720px) {
  .refine-sidebar .svgbg-icon-checkbox {
    width: 12px;
    height: 12px;
  }
}
.refine-sidebar .active-filters {
  font-family: Poppins;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 1279.98px) {
  .refine-sidebar .active-filters .search-control {
    display: none;
  }
  .refine-sidebar .active-filters:has(.card-body) .search-control {
    display: block;
  }
}
.refine-sidebar .active-filters .title {
  font-size: 13px;
}
.refine-sidebar .active-filters .title button {
  height: 20px;
  padding-right: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.5%205H4.16667H17.5%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M15.8332%204.99984V16.6665C15.8332%2017.1085%2015.6576%2017.5325%2015.345%2017.845C15.0325%2018.1576%2014.6085%2018.3332%2014.1665%2018.3332H5.83317C5.39114%2018.3332%204.96722%2018.1576%204.65466%2017.845C4.3421%2017.5325%204.1665%2017.1085%204.1665%2016.6665V4.99984M6.6665%204.99984V3.33317C6.6665%202.89114%206.8421%202.46722%207.15466%202.15466C7.46722%201.8421%207.89114%201.6665%208.33317%201.6665H11.6665C12.1085%201.6665%2012.5325%201.8421%2012.845%202.15466C13.1576%202.46722%2013.3332%202.89114%2013.3332%203.33317V4.99984%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M8.3335%209.1665V14.1665%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.6665%209.1665V14.1665%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.refine-sidebar .active-filters .refinement-value-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.refine-sidebar .active-filters .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.refine-sidebar .active-filters .card-body button {
  background-color: #fff;
  border: 1px solid #00d2d3;
  border-radius: 30px;
  color: #000;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #333;
}
.refine-sidebar .active-filters .card-body button .icon-close {
  font-size: 13px;
}
.refine-sidebar .active-filters .card-body .refinement-value-name .svg-icon-star-full-black {
  vertical-align: text-bottom;
}
.refine-sidebar .refinement-color .card-body {
  padding: 10px 0;
}
.refine-sidebar .refinement-color .simplebar-horizontal {
  display: none;
}
.refine-sidebar .refinement-color .simplebar-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: flex-start;
}
@media (min-width: 1280px) {
  .refine-sidebar .refinement-color .simplebar-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .refine-sidebar .refinement-color .simplebar-content .show-more {
    text-wrap: nowrap;
    width: 25px;
  }
}
.refine-sidebar .refinement-color .simplebar-content::before {
  display: none;
}
.refine-sidebar .refinement-color .simplebar-content .swatch-circle {
  margin: auto;
  width: 22px;
  height: 22px;
}
.refine-sidebar .refinement-color .simplebar-content .swatch-circle.selected {
  outline: 2px solid #000;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.refine-sidebar .refinement ul,
.refinements-top .refinement ul {
  list-style: none;
}
.refine-sidebar .refinement .values,
.refinements-top .refinement .values {
  padding: 0;
}
.refine-sidebar .refinement .values button,
.refinements-top .refinement .values button {
  color: #000;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-wrap: nowrap;
}
.refine-sidebar .refinement .values button .circle-checked,
.refinements-top .refinement .values button .circle-checked {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .refine-sidebar .refinement .values button .circle-checked,
.refinements-top .refinement .values button .circle-checked {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
.refine-sidebar .refinement .values button .circle-checked__ball,
.refinements-top .refinement .values button .circle-checked__ball {
  background-color: #00d2d3;
  border: 6px solid #00d2d3;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.refine-sidebar .refinement .values button .circle-unchecked,
.refinements-top .refinement .values button .circle-unchecked {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
@media (min-width: 720px) {
  .refine-sidebar .refinement .values button .circle-unchecked,
.refinements-top .refinement .values button .circle-unchecked {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
.refine-sidebar .refinement .values button.tri-btn.tri-btn-ghost,
.refinements-top .refinement .values button.tri-btn.tri-btn-ghost {
  border: 1px solid #000;
}
.refine-sidebar .refinement .values button.tri-btn.tri-btn-ghost:hover,
.refinements-top .refinement .values button.tri-btn.tri-btn-ghost:hover {
  opacity: 1;
}
@media (min-width: 720px) {
  .refine-sidebar .refinement .values .circle-checked__ball,
.refinements-top .refinement .values .circle-checked__ball {
    height: 8px !important;
    width: 8px !important;
    border: 4px solid #00d2d3 !important;
  }
}

.refinement-bar {
  padding: 4px 4px 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .refinement-bar {
    overflow-y: auto;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: auto;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 2000;
    min-width: 92%;
    width: 92%;
    background-color: #fbfcfd;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 1279.98px) {
  .refinement-bar .filter-header {
    background: #fff;
    margin: 0 0 17px;
  }
  .refinement-bar .filter-header .header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 60px;
  }
  .refinement-bar .filter-header .header-bar::after {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .refinement-bar .filter-body {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
            box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
    padding: 15px 10px 0;
  }
  .refinement-bar .filter-body .active-filters .search-control {
    padding: 10px 15px;
  }
  .refinement-bar .filter-body .active-filters .search-control .refinement-value-name {
    font-size: 13px;
    font-weight: 600 !important;
  }
  .refinement-bar .filter-body .refinement {
    border-color: #f5f5f5;
  }
  .refinement-bar .filter-body .refinement .search-control button.title {
    font-size: 13px;
    font-weight: 600 !important;
  }
}

.filter-header {
  border-bottom: 0;
  padding: 10px 15px 0 10px;
}
@media (min-width: 720px) {
  .filter-header {
    padding: 10px 20px 0;
  }
}
.filter-header .close {
  font-size: 0.5rem;
}
.filter-header .header-bar > div {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #333;
}

.filter-body {
  height: calc(100% - 135px);
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Poppins;
}
@media (max-width: 1279.98px) {
  .filter-body {
    height: calc(100% - 100px);
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 10px;
  }
  .filter-body .card-body {
    padding: 0;
  }
  .filter-body .card-body .show-more {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 8px;
  }
  .filter-body .collapsible-xxl.active button.title {
    color: #000;
  }
}
.filter-body .refinement-talla .values.content {
  gap: 10px;
  padding-left: 16.5px !important;
}
.filter-body .refinement-talla .values.content li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0;
  border: 0;
  min-width: 55px;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.filter-body .refinement-talla .values.content li .square-unchecked {
  display: block;
}
.filter-body .refinement-talla .values.content li:has(> button.selected) {
  border-color: #00d2d3;
}
.filter-body .refinement-talla .values.content button {
  margin: 0 0 15px;
  padding: 0;
}
.filter-body .refinement-talla .values.content button div {
  display: block;
}

@media (max-width: 1279.98px) {
  .filter-body .color-filter ul.values {
    text-align: justify;
    padding: 0 20px;
  }
}
.filter-body .color-filter .swatch-mark {
  margin: 0 auto;
  width: 2em;
  height: 2em;
}
@media (min-width: 1280px) {
  .filter-body .color-filter .swatch-mark {
    font-size: 1em !important;
    width: 1.25em;
    height: 1.25em;
    margin-right: 5px;
  }
}
@media (max-width: 1279.98px) {
  .filter-body .color-filter .swatch-mark {
    width: 1.5em;
    height: 1.5em;
  }
}
.filter-body .color-filter .color-attribute-label {
  display: contents;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.filter-body .color-filter .color-attribute {
  width: auto;
  max-width: none;
}
@media (min-width: 1280px) {
  .filter-body .color-filter .color-attribute {
    padding: 0;
  }
}
.filter-body .color-filter .color-attribute button {
  min-width: 4.0625rem;
}
.filter-body .color-filter .show-more {
  grid-column: 1/-1;
}
@media (min-width: 1280px) {
  .filter-body .color-filter .show-more {
    grid-column: 1/1;
  }
}

.filter-body .size-filter ul.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
}
@media (max-width: 1279.98px) {
  .filter-body .size-filter ul.values {
    text-align: justify;
    padding: 0 20px;
    justify-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 720px) {
  .filter-body .size-filter .size-attribute {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .filter-body .size-filter .size-attribute {
    display: inline-block;
    white-space: nowrap;
    width: 30%;
    max-width: 30%;
  }
}
.filter-body .size-filter .size-attribute button {
  font-size: 0.8125rem;
}

@media (max-width: 1279.98px) {
  .filter-body .refinement-precio ul.values,
.customcategory-filter ul.values {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .filter-body .refinement-precio ul.values .price-attribute,
.customcategory-filter ul.values .price-attribute {
    padding: 0;
  }
}
.filter-body .refinement-precio ul.values button,
.customcategory-filter ul.values button {
  font-size: 0.8125rem;
}

@media (max-width: 1279.98px) {
  .filter-body .customcategory-filter .card-body ul.values {
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .filter-body .customcategory-filter .card-body ul.values .category-atrtibute {
    padding: 0;
  }
}
.filter-body .customcategory-filter .card-body ul.values .show-more {
  left: -5px;
}
@media (max-width: 1279.98px) {
  .filter-body .customcategory-filter .card-body ul.values ul.values {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .filter-body .customcategory-filter .card-body ul.values ul.values {
    padding-left: 15px;
  }
}

@media (max-width: 1279.98px) {
  .filter-body .swatch-mark.color-value.selected::after {
    left: 46%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 1279.98px) {
  .filter-body .swatch-mark.color-value.selected::after {
    font-size: 1.125em;
  }
}

@media (max-width: 1279.98px) {
  .filter-body ul {
    padding: 15px 20px 0;
  }
}

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  left: 0.15em;
  line-height: 0.8em;
  top: 0.19em;
  width: 0.8em;
}

.swatch-mark.color-value.selected::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  position: absolute;
}
@media (min-width: 1280px) {
  .swatch-mark.color-value.selected::after {
    display: none;
  }
}

.advanced-search-result-count {
  width: 60px;
}
.advanced-search-result-count span {
  font-size: 0.6875rem;
}
.advanced-search-result-count span .products-quantity {
  color: #000;
  font-size: 0.9375rem;
}

.search-result-count-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .search-result-count-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.title-search-results {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #333;
}

.search-keyword-category {
  display: inline-block;
  line-height: 0.9;
  max-width: 69%;
  text-align: start;
  padding-left: 15px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 720px) {
  .search-keyword-category {
    padding-bottom: 15px;
  }
}
.search-keyword-category span {
  padding-top: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.search-keyword-category.smaller-font {
  font-size: 0.75rem !important;
}
.search-keyword-category.smaller-font span {
  font-size: 0.75rem;
}

.model-product-search-control {
  margin-left: 10px;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .model-product-search-control {
    position: relative;
    left: 202px;
  }
}
@media (min-width: 1440px) {
  .model-product-search-control {
    position: relative;
    left: 202px;
  }
}
@media (max-width: 1279.98px) {
  .model-product-search-control {
    padding-left: 0;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .model-product-search-control {
    margin-left: 0;
    border: 1px solid #e6e8f1;
    background-color: #fafafa;
    padding: 5px 50px 0;
  }
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .icon-btn-wrapper {
    border: 1px solid #e6e8f1;
    background-color: #fafafa;
    padding: 10px;
    max-height: 40px;
  }
  .icon-btn-wrapper > * {
    padding: 0 !important;
  }
}

.refinements-top .refinement-talla.collapsible-xxl.active .search-control ~ .content {
  padding: 10px 0 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .refinements-top .refinement-talla.collapsible-xxl.active .search-control ~ .content {
    padding: 20px 30px 0;
  }
}

.refine-sidebar .collapsible-xxl .search-control {
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
@media (min-width: 720px) {
  .refine-sidebar .collapsible-xxl .search-control {
    border-bottom: 1px solid #f5f5f5;
  }
}
.refine-sidebar .collapsible-xxl .search-control:last-child {
  border-bottom: 1px solid #e6e8f1;
}

.refinements-top .collapsible-xxl .search-control-label,
.model-product-search-control,
.sort-order-select,
.search-sorting-container .search-label,
.filters-label .filter-results,
.filter-header,
.filter-footer,
.secondary-bar .reset,
.filter-footer .filter-results,
.refinement-value-name {
  letter-spacing: 0.5px;
}

.refinements.refine-sidebar .values.content {
  max-height: 155px;
  height: auto;
  padding-right: 8px;
  margin-right: 10px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 720px) {
  .refinements.refine-sidebar .values.content {
    padding-right: 0;
    margin-right: 0;
    padding-left: 8px;
  }
  .refinements.refine-sidebar .values.content li span {
    font-size: 0.6875rem;
    white-space: nowrap;
  }
}
.refinements.refine-sidebar .values.content .simplebar-vertical {
  width: 6px;
  background-color: #e6eaf4;
  border-radius: 10px;
}
.refinements.refine-sidebar .values.content .simplebar-scrollbar::before {
  background-color: #555;
  left: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .refinements-top .values.content li span {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}

.display-only-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .display-only-desktop {
    display: block;
  }
}

.custom-category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 0;
}
@media (min-width: 720px) {
  .custom-category-container {
    scrollbar-width: initial;
    padding-bottom: 10px !important;
  }
  .custom-category-container::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
  }
  .custom-category-container::-webkit-scrollbar-thumb {
    background-color: #555 !important;
    border-radius: 10px !important;
  }
  .custom-category-container::-webkit-scrollbar-track {
    background-color: #e6e8f1 !important;
  }
}
.custom-category-container li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px !important;
}
@media (max-width: 1279.98px) {
  .custom-category-container li button {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
}
.custom-category-container li button {
  border: 1px solid #000 !important;
  border-radius: 20px !important;
  padding: 8px 15px !important;
  margin: 0 !important;
  font-size: 16px !important;
}
.custom-category-container li button span {
  text-wrap: nowrap;
}
.custom-category-container li button:hover {
  background-color: #f8f8f8 !important;
}
.custom-category-container li button .circle-checked,
.custom-category-container li button .circle-unchecked {
  display: none !important;
}
.custom-category-container li button:has(> .circle-checked) {
  color: #fff !important;
  background-color: #000 !important;
}

.search-controls-container {
  font-family: Poppins;
}
@media (max-width: 1279.98px) {
  .search-controls-container {
    padding: 0 10px !important;
  }
  .search-controls-container .result-count {
    border-radius: 8px;
    padding: 10px 10px 10px 0;
    background-color: #fff;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .search-controls-container .result-count .search-result-count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-controls-container .result-count .search-result-count .results-count-info {
    border-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
  }
  .search-controls-container .result-count .search-result-count .results-count-info:hover {
    text-decoration: underline;
  }
  .search-controls-container .result-count .search-result-count > * {
    width: 50% !important;
  }
}

@media (max-width: 1279.98px) {
  .show-two-tiles-container,
.show-one-tile-container {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e6e8f1;
    padding: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
  }
}

@media (max-width: 1279.98px) {
  .refinement {
    border-bottom: 1px solid #e6e8f1;
  }
}
@media (min-width: 720px) {
  .refinement .card-body {
    padding: 15px 2px 0 8px;
  }
}

@media (min-width: 720px) {
  .tri-search-form {
    background: #fff;
    border: 1px solid rgba(164, 176, 190, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(230, 234, 244, 0.25);
            box-shadow: 0 0 5px 0 rgba(230, 234, 244, 0.25);
    border-radius: 20px;
    overflow: hidden;
  }
}

.rating-values .refinement-show {
  margin-left: initial;
}
@media (min-width: 720px) {
  .rating-values .refinement-show {
    margin-left: -15px;
  }
}

.rating-value-btn .name-value {
  margin-right: -4px;
}

.wishlist-advanced-filters-wrapper .refinement-talla ul.values {
  width: 250px !important;
}
.wishlist-advanced-filters-wrapper .refinement-talla ul.values .simplebar-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 0 10px !important;
}
.wishlist-advanced-filters-wrapper .refinement-talla ul.values .simplebar-content::before {
  content: unset;
  display: unset;
}

.wishlist-alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #f30000;
  -webkit-box-shadow: 0 0 3px 0 #f30000;
          box-shadow: 0 0 3px 0 #f30000;
  border-radius: 8px;
  margin: 0 10px 10px;
  width: 100%;
}
@media (min-width: 720px) {
  .wishlist-alert-container {
    margin-right: 0;
  }
}
.wishlist-alert-container .icon-wishlist-alert img {
  width: 40px;
  height: auto;
}
.wishlist-alert-container .wishlist-alert-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wishlist-alert-container .wishlist-alert-text p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  margin: 0;
}
.wishlist-alert-container .wishlist-alert-text .close-button {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
}

.constrain {
  max-width: 1280px;
}

.constrain-less {
  max-width: 720px;
}

.constrain-lesser {
  max-width: 320px;
}

.constrain-between,
.constrain-email {
  max-width: 640px;
}

.constrain-medium {
  max-width: 1040px;
}

.constrain-extra {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .constrain-extra {
    max-width: 1440px;
  }
}

@media (max-width: 1599.98px) {
  .constrain-extra-lg {
    max-width: 1280px;
  }
}

.tri-cnt-pad-x {
  padding-right: 35px;
  padding-left: 35px;
}

.tri-cnt-mrg-x {
  margin-right: 35px;
  margin-left: 35px;
}

.tri-substract-mrg-x {
  margin-right: -35px;
  margin-left: -35px;
}

.tri-no-pad {
  padding: 0;
}

@media (max-width: 719.98px) {
  .tri-no-pad-sm {
    padding: 0;
  }
}

@media (max-width: 1279.98px) {
  .tri-no-pad-x-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tri-no-pad-x {
  padding-right: 0;
  padding-left: 0;
}

.tri-no-mrg {
  margin: 0;
}

.tri-no-mrg-x {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1439.98px) {
  .tri-no-pad-lg-down-x {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .tri-no-pad-lg-up-left {
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .tri-no-pad-lg-up-right {
    padding-right: 0;
  }
}

.tri-cnt-asset-w-100 .content-asset {
  width: 100%;
}

.tri-font-roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.tri-font-roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.tri-font-roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tri-font-roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.tri-bg-color-black {
  background-color: #000;
}

.tri-bg-color-white {
  background-color: #fff;
}

.tri-bg-color-light-red {
  background-color: #f30000;
}

.tri-bg-color-red {
  background-color: #df0000;
}

.tri-bg-color-dark-red {
  background-color: #c10000;
}

.tri-bg-color-pale-lilac {
  background-color: #e6e8f1;
}

.tri-bg-color-silver {
  background-color: #e5e5e5;
}

.tri-bg-color-llighter-cream {
  background-color: #f8f7f6;
}

.tri-bg-color-lightest-pink {
  background-color: #e5e5e5;
}

.tri-bg-color-light-pink {
  background-color: #c4c4c4;
}

.tri-bg-color-light-green {
  background-color: #d7f3dd;
}

.tri-bg-color-green {
  background-color: #1acd33;
}

.tri-bg-color-yellow {
  background-color: #f6c235;
}

.tri-bg-color-gray {
  background-color: #a1a1a1;
}

.tri-bg-color-light-gray {
  background-color: #f1f2f6;
}

.tri-bg-color-mint {
  background-color: #3ad457;
}

.tri-bg-color-green {
  background-color: #1acd33;
}

.tri-bg-color-black-semi {
  background-color: rgba(0, 0, 0, 0.45);
}

.tri-bg-color-middle-black {
  background-color: rgba(0, 0, 0, 0.75);
}

.tri-bg-color-dark {
  background-color: #333;
}

.tri-bg-color-black-smoke {
  background-color: rgba(0, 0, 0, 0.1);
}

.tri-bg-color-gray-smoke {
  background-color: rgba(255, 255, 255, 0.3);
}

.tri-bg-color-orchid {
  background-color: #727272;
}

.tri-text-color-black {
  color: #000 !important;
}

.tri-text-color-white {
  color: #fff !important;
}

.tri-text-color-light-red {
  color: #f30000 !important;
}

.tri-text-color-red {
  color: #df0000 !important;
}

.tri-text-color-dark-red {
  color: #c10000 !important;
}

.tri-text-color-pale-lilac {
  color: #e6e8f1 !important;
}

.tri-text-color-silver {
  color: #e5e5e5 !important;
}

.tri-text-color-llighter-cream {
  color: #f8f7f6 !important;
}

.tri-text-color-light-pink {
  color: #c4c4c4 !important;
}

.tri-text-color-lightest-pink {
  color: #e5e5e5 !important;
}

.tri-text-color-light-green {
  color: #d7f3dd !important;
}

.tri-text-color-green {
  color: #1acd33 !important;
}

.tri-text-color-yellow {
  color: #f6c235 !important;
}

.tri-text-color-gray {
  color: #a1a1a1 !important;
}

.tri-text-color-dark {
  color: #333 !important;
}

.tri-text-color-white-gray {
  background-color: #fafafa !important;
}

.tri-text-color-orchid {
  color: #727272 !important;
}

.tri-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 1439.98px) {
  .visually-hidden-lg-down {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.hidden {
  visibility: hidden;
}

.tri-hide {
  display: none;
}

.img-full-width img {
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.unselectable {
  cursor: not-allowed;
}

.text-underline {
  text-decoration: underline;
}

.text-no-decoration {
  text-decoration: none !important;
}

.tri-divider {
  background-color: #df0000;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.tri-phone-number {
  font-size: 0.875rem;
}

.tri-flex-100 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.tri-flex-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.tri-scrollbar {
  /* Custom scrollbar styles applicable on desktop only. FOr mobile native device scroll will be displayed */
}
@media (min-width: 1280px) {
  .tri-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #f1f2f6 #fff;
  }
  .tri-scrollbar::-webkit-scrollbar {
    width: 10px;
  }
  .tri-scrollbar::-webkit-scrollbar-track {
    background: #fff;
  }
  .tri-scrollbar::-webkit-scrollbar-thumb {
    background-color: #f1f2f6;
    border-radius: 20px;
    border: 3px solid #fff;
  }
}

.tri-m-t-0 {
  margin-top: 0px !important;
}

.tri-p-t-0 {
  padding-top: 0px !important;
}

.tri-m-b-0 {
  margin-bottom: 0px !important;
}

.tri-p-b-0 {
  padding-bottom: 0px !important;
}

.tri-m-l-0 {
  margin-left: 0px !important;
}

.tri-p-l-0 {
  padding-left: 0px !important;
}

.tri-m-r-0 {
  margin-right: 0px !important;
}

.tri-p-r-0 {
  padding-right: 0px !important;
}

.tri-m-t-5 {
  margin-top: 5px !important;
}

.tri-p-t-5 {
  padding-top: 5px !important;
}

.tri-m-b-5 {
  margin-bottom: 5px !important;
}

.tri-p-b-5 {
  padding-bottom: 5px !important;
}

.tri-m-l-5 {
  margin-left: 5px !important;
}

.tri-p-l-5 {
  padding-left: 5px !important;
}

.tri-m-r-5 {
  margin-right: 5px !important;
}

.tri-p-r-5 {
  padding-right: 5px !important;
}

.tri-m-t-10 {
  margin-top: 10px !important;
}

.tri-p-t-10 {
  padding-top: 10px !important;
}

.tri-m-b-10 {
  margin-bottom: 10px !important;
}

.tri-p-b-10 {
  padding-bottom: 10px !important;
}

.tri-m-l-10 {
  margin-left: 10px !important;
}

.tri-p-l-10 {
  padding-left: 10px !important;
}

.tri-m-r-10 {
  margin-right: 10px !important;
}

.tri-p-r-10 {
  padding-right: 10px !important;
}

.tri-m-t-15 {
  margin-top: 15px !important;
}

.tri-p-t-15 {
  padding-top: 15px !important;
}

.tri-m-b-15 {
  margin-bottom: 15px !important;
}

.tri-p-b-15 {
  padding-bottom: 15px !important;
}

.tri-m-l-15 {
  margin-left: 15px !important;
}

.tri-p-l-15 {
  padding-left: 15px !important;
}

.tri-m-r-15 {
  margin-right: 15px !important;
}

.tri-p-r-15 {
  padding-right: 15px !important;
}

.tri-m-t-20 {
  margin-top: 20px !important;
}

.tri-p-t-20 {
  padding-top: 20px !important;
}

.tri-m-b-20 {
  margin-bottom: 20px !important;
}

.tri-p-b-20 {
  padding-bottom: 20px !important;
}

.tri-m-l-20 {
  margin-left: 20px !important;
}

.tri-p-l-20 {
  padding-left: 20px !important;
}

.tri-m-r-20 {
  margin-right: 20px !important;
}

.tri-p-r-20 {
  padding-right: 20px !important;
}

.tri-m-t-25 {
  margin-top: 25px !important;
}

.tri-p-t-25 {
  padding-top: 25px !important;
}

.tri-m-b-25 {
  margin-bottom: 25px !important;
}

.tri-p-b-25 {
  padding-bottom: 25px !important;
}

.tri-m-l-25 {
  margin-left: 25px !important;
}

.tri-p-l-25 {
  padding-left: 25px !important;
}

.tri-m-r-25 {
  margin-right: 25px !important;
}

.tri-p-r-25 {
  padding-right: 25px !important;
}

.tri-m-t-30 {
  margin-top: 30px !important;
}

.tri-p-t-30 {
  padding-top: 30px !important;
}

.tri-m-b-30 {
  margin-bottom: 30px !important;
}

.tri-p-b-30 {
  padding-bottom: 30px !important;
}

.tri-m-l-30 {
  margin-left: 30px !important;
}

.tri-p-l-30 {
  padding-left: 30px !important;
}

.tri-m-r-30 {
  margin-right: 30px !important;
}

.tri-p-r-30 {
  padding-right: 30px !important;
}

.tri-m-t-35 {
  margin-top: 35px !important;
}

.tri-p-t-35 {
  padding-top: 35px !important;
}

.tri-m-b-35 {
  margin-bottom: 35px !important;
}

.tri-p-b-35 {
  padding-bottom: 35px !important;
}

.tri-m-l-35 {
  margin-left: 35px !important;
}

.tri-p-l-35 {
  padding-left: 35px !important;
}

.tri-m-r-35 {
  margin-right: 35px !important;
}

.tri-p-r-35 {
  padding-right: 35px !important;
}

.tri-m-t-50 {
  margin-top: 50px !important;
}

.tri-p-t-50 {
  padding-top: 50px !important;
}

.tri-m-b-50 {
  margin-bottom: 50px !important;
}

.tri-p-b-50 {
  padding-bottom: 50px !important;
}

.tri-m-l-50 {
  margin-left: 50px !important;
}

.tri-p-l-50 {
  padding-left: 50px !important;
}

.tri-m-r-50 {
  margin-right: 50px !important;
}

.tri-p-r-50 {
  padding-right: 50px !important;
}

.tri-m-t-100 {
  margin-top: 100px !important;
}

.tri-p-t-100 {
  padding-top: 100px !important;
}

.tri-m-b-100 {
  margin-bottom: 100px !important;
}

.tri-p-b-100 {
  padding-bottom: 100px !important;
}

.tri-m-l-100 {
  margin-left: 100px !important;
}

.tri-p-l-100 {
  padding-left: 100px !important;
}

.tri-m-r-100 {
  margin-right: 100px !important;
}

.tri-p-r-100 {
  padding-right: 100px !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto/Roboto-Regular.ttf") format("ttf"), url("../../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto/Roboto-Bold.ttf") format("ttf"), url("../../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../fonts/roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto/Roboto-Medium.ttf") format("ttf"), url("../../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../../fonts/roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto/Roboto-Light.ttf") format("ttf"), url("../../fonts/roboto/Roboto-Light.woff") format("woff"), url("../../fonts/roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/Poppins-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/Poppins-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/Poppins-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/Poppins-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Regular.ttf") format("ttf"), url("../../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Regular.ttf") format("ttf"), url("../../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Medium.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Medium.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-SemiBold.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-SemiBold.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Bold.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "TRDPoppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/poppins/Poppins-Bold.ttf") format("ttf"), url("../../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: normal;
  color: #000;
  background-color: #f8f8f8;
}

p {
  font-size: 0.8125rem;
}

p.tri-large-text {
  font-size: 0.9375rem;
}

p.tri-small-text {
  font-size: 0.75rem;
}

p.tri-extrasmall-text {
  font-size: 0.625rem;
}

.tri-letter-spacing {
  letter-spacing: 1px !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.tri-btn {
  background-color: #f30000;
  border: 0;
  color: #fff;
  padding: 0 30px;
  height: 40px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.9;
  letter-spacing: -0.26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.tri-btn:hover {
  background-color: #c10000;
}
.tri-btn:focus {
  background-color: #df0000;
}
.tri-btn.tri-w-100 {
  width: 100%;
}
.tri-btn.tri-w-50 {
  width: 50%;
}
.tri-btn.tri-btn-secondary {
  background-color: #000;
}
.tri-btn.tri-btn-secondary:hover {
  background-color: #727272;
}
.tri-btn.tri-btn-secondary:focus {
  background-color: #333;
}
.tri-btn.tri-simple-link {
  font-size: 0.9375rem;
  font-weight: 500;
  border: 0;
  color: #727272;
  background-color: transparent;
}
.tri-btn:disabled, .tri-btn.tri-btn-disabled {
  background-color: #e5e5e5;
  border-color: #a1a1a1;
  color: #a1a1a1 !important;
  text-decoration: line-through;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.tri-btn.tri-btn-ghost {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.tri-btn.tri-btn-ghost:hover {
  color: #727272;
  border: 1px solid #727272;
}
.tri-btn.tri-btn-ghost:focus {
  color: #333;
  border: 1px solid #333;
}
.tri-btn.tri-btn-ghost:disabled, .tri-btn.tri-btn-ghost.tri-btn-disabled {
  background-color: transparent;
  border-color: #a1a1a1;
  color: #a1a1a1 !important;
}
.tri-btn.tri-btn-ghost-red {
  background-color: transparent;
  border: 1px solid #f30000;
  color: #f30000;
}
.tri-btn.tri-btn-ghost-red:hover {
  color: #c10000;
  border: 1px solid #c10000;
}
.tri-btn.tri-btn-ghost-red:focus {
  color: #df0000;
  border: 1px solid #df0000;
}

a:not(.tri-no-effect) {
  color: inherit;
  font-size: 0.8125rem;
  text-decoration: underline;
}

a,
a:hover,
a:focus {
  font-weight: inherit;
}
a.tri-no-effect,
a:hover.tri-no-effect,
a:focus.tri-no-effect {
  color: revert;
  text-decoration: none;
}
a.tri-red-effect,
a:hover.tri-red-effect,
a:focus.tri-red-effect {
  color: #f30000;
}
a.tri-no-hover,
a:hover.tri-no-hover,
a:focus.tri-no-hover {
  color: inherit;
}
a.tri-no-hover:hover,
a:hover.tri-no-hover:hover,
a:focus.tri-no-hover:hover {
  text-decoration: none;
}
a.tri-btn,
a:hover.tri-btn,
a:focus.tri-btn {
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none !important;
}

button.tri-link {
  background-color: transparent;
  border: 0;
  border-radius: unset;
  color: inherit;
  display: inline-block;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: unset;
  text-transform: unset;
  text-decoration: none;
}
button.tri-link.tri-info-link {
  width: auto;
  height: auto;
  background-position: left;
  padding-left: 20px;
}
button.tri-link.tri-info-link-right {
  width: auto;
  height: auto;
  background-position: right;
  padding-right: 23px;
}
button.tri-link:hover {
  background-color: transparent;
  color: inherit;
}

.tri-link-button {
  text-decoration: none !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-left: auto;
  margin-right: auto;
}

.tricard-link-home {
  color: #df0000 !important;
}

.svgbg-icon-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 876.4 218.84'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d40d17;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etricotcl%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cpath class='cls-1' d='M617.29,73.43V44.86H703V73.43H617.29Zm14.22,85.82L631.56,2.08h28.57V159.29c0,15.84,14.06,28.57,28.56,28.57h28.58v28.58H688.45c-31,0-56.94-25.65-56.94-57.19h0ZM284,130.72a61.65,61.65,0,0,0,116.31,28.49h30.83a90.1,90.1,0,1,1-.05-57.15H400.23A61.65,61.65,0,0,0,284,130.72h0ZM3,73.43V44.86H88.71V73.43H3Zm14.22,85.82,0-157.17H45.84V159.29c0,15.84,14.07,28.57,28.57,28.57H103v28.58H74.15c-31,0-56.93-25.65-56.93-57.19h0ZM217.29,2h28.57V30.57H217.29V2h0Zm0,43.09h28.57l0,171.15H217.29l0-171.15h0Zm224.25,85.65a90.1,90.1,0,1,1,90.11,90.1,90.1,90.1,0,0,1-90.11-90.1h0ZM117.21,44.95h28.57V63.46c2.57-5.23,14.85-23.08,57.09-23.16L203,68.86c-13.69-.21-54.86,3.57-57.14,56.58v90.92H117.25l0-171.41h0ZM768.69,166.26a36.42,36.42,0,0,0,68.72,16.84h18.22a53.23,53.23,0,1,1,0-33.76H837.36a36.42,36.42,0,0,0-68.67,16.93h0ZM748.28,216H731.4V199.13h16.88V216ZM879.4,90.38H862.78V216.63H879.4V90.38Z' transform='translate(-3 -2)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.svgbg-icon-coupon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0271 18.811H0.973006C0.88699 18.811 0.804497 18.7768 0.743674 18.716C0.682851 18.6551 0.648682 18.5726 0.648682 18.4866V15.1785C0.648666 15.1038 0.674484 15.0313 0.721764 14.9734C0.769045 14.9154 0.834885 14.8756 0.908141 14.8607C1.56799 14.7267 2.16122 14.3687 2.58732 13.8474C3.01343 13.3261 3.2462 12.6735 3.2462 12.0001C3.2462 11.3268 3.01343 10.6742 2.58732 10.1529C2.16122 9.63157 1.56799 9.27359 0.908141 9.1396C0.834885 9.12465 0.769045 9.08484 0.721764 9.02693C0.674484 8.96901 0.648666 8.89653 0.648682 8.82176V5.51366C0.648682 5.42764 0.682851 5.34515 0.743674 5.28432C0.804497 5.2235 0.88699 5.18933 0.973006 5.18933H23.0271C23.1131 5.18933 23.1956 5.2235 23.2564 5.28432C23.3172 5.34515 23.3514 5.42764 23.3514 5.51366V8.82176C23.3514 8.89653 23.3256 8.96901 23.2783 9.02693C23.231 9.08484 23.1652 9.12465 23.0919 9.1396C22.4321 9.27359 21.8389 9.63157 21.4127 10.1529C20.9866 10.6742 20.7539 11.3268 20.7539 12.0001C20.7539 12.6735 20.9866 13.3261 21.4127 13.8474C21.8389 14.3687 22.4321 14.7267 23.0919 14.8607C23.1652 14.8756 23.231 14.9154 23.2783 14.9734C23.3256 15.0313 23.3514 15.1038 23.3514 15.1785V18.4866C23.3514 18.5726 23.3172 18.6551 23.2564 18.716C23.1956 18.7768 23.1131 18.811 23.0271 18.811ZM1.29733 18.1623H22.7027V15.4331C21.9551 15.2217 21.2969 14.772 20.8282 14.1524C20.3595 13.5328 20.1059 12.7771 20.1059 12.0001C20.1059 11.2232 20.3595 10.4675 20.8282 9.84787C21.2969 9.22824 21.9551 8.77856 22.7027 8.56717V5.83798H1.29733V8.56717C2.04496 8.77856 2.70314 9.22824 3.17186 9.84787C3.64058 10.4675 3.89421 11.2232 3.89421 12.0001C3.89421 12.7771 3.64058 13.5328 3.17186 14.1524C2.70314 14.772 2.04496 15.2217 1.29733 15.4331V18.1623Z' fill='black'/%3E%3Cpath d='M16.8649 7.01722C16.7788 7.01722 16.6963 6.98305 16.6355 6.92223C16.5747 6.86141 16.5405 6.77892 16.5405 6.6929V5.51366C16.5405 5.42764 16.5747 5.34515 16.6355 5.28432C16.6963 5.2235 16.7788 5.18933 16.8649 5.18933C16.9509 5.18933 17.0334 5.2235 17.0942 5.28432C17.155 5.34515 17.1892 5.42764 17.1892 5.51366V6.6929C17.1892 6.77892 17.155 6.86141 17.0942 6.92223C17.0334 6.98305 16.9509 7.01722 16.8649 7.01722Z' fill='black'/%3E%3Cpath d='M16.8649 9.96534C16.7788 9.96534 16.6963 9.93117 16.6355 9.87035C16.5747 9.80953 16.5405 9.72703 16.5405 9.64102V8.46178C16.5405 8.37576 16.5747 8.29327 16.6355 8.23244C16.6963 8.17162 16.7788 8.13745 16.8649 8.13745C16.9509 8.13745 17.0334 8.17162 17.0942 8.23244C17.155 8.29327 17.1892 8.37576 17.1892 8.46178V9.64102C17.1892 9.72703 17.155 9.80953 17.0942 9.87035C17.0334 9.93117 16.9509 9.96534 16.8649 9.96534Z' fill='black'/%3E%3Cpath d='M16.8649 12.9143C16.7788 12.9143 16.6963 12.8802 16.6355 12.8193C16.5747 12.7585 16.5405 12.676 16.5405 12.59V11.4108C16.5405 11.3247 16.5747 11.2422 16.6355 11.1814C16.6963 11.1206 16.7788 11.0864 16.8649 11.0864C16.9509 11.0864 17.0334 11.1206 17.0942 11.1814C17.155 11.2422 17.1892 11.3247 17.1892 11.4108V12.5903C17.1891 12.6763 17.1549 12.7587 17.0941 12.8194C17.0333 12.8802 16.9508 12.9143 16.8649 12.9143Z' fill='black'/%3E%3Cpath d='M16.8649 15.8619C16.7788 15.8619 16.6963 15.8278 16.6355 15.767C16.5747 15.7061 16.5405 15.6236 16.5405 15.5376V14.3584C16.5405 14.2724 16.5747 14.1899 16.6355 14.1291C16.6963 14.0682 16.7788 14.0341 16.8649 14.0341C16.9509 14.0341 17.0334 14.0682 17.0942 14.1291C17.155 14.1899 17.1892 14.2724 17.1892 14.3584V15.5376C17.1892 15.6236 17.155 15.7061 17.0942 15.767C17.0334 15.8278 16.9509 15.8619 16.8649 15.8619Z' fill='black'/%3E%3Cpath d='M16.8649 18.8104C16.7788 18.8104 16.6963 18.7763 16.6355 18.7154C16.5747 18.6546 16.5405 18.5721 16.5405 18.4861V17.3069C16.5405 17.2209 16.5747 17.1384 16.6355 17.0775C16.6963 17.0167 16.7788 16.9825 16.8649 16.9825C16.9509 16.9825 17.0334 17.0167 17.0942 17.0775C17.155 17.1384 17.1892 17.2209 17.1892 17.3069V18.4861C17.1892 18.5721 17.155 18.6546 17.0942 18.7154C17.0334 18.7763 16.9509 18.8104 16.8649 18.8104Z' fill='black'/%3E%3Cpath d='M6.78788 15.4191C6.72374 15.4191 6.66105 15.4 6.60773 15.3644C6.55441 15.3288 6.51285 15.2781 6.48831 15.2189C6.46377 15.1596 6.45734 15.0944 6.46985 15.0315C6.48236 14.9686 6.51324 14.9108 6.55858 14.8654L12.569 8.85182C12.5989 8.82084 12.6347 8.79614 12.6742 8.77914C12.7138 8.76214 12.7564 8.75319 12.7994 8.75282C12.8425 8.75245 12.8852 8.76065 12.925 8.77696C12.9649 8.79327 13.0011 8.81735 13.0316 8.8478C13.062 8.87825 13.0861 8.91446 13.1024 8.95432C13.1187 8.99418 13.1269 9.03689 13.1265 9.07995C13.1262 9.12301 13.1172 9.16557 13.1002 9.20514C13.0832 9.24471 13.0585 9.2805 13.0275 9.31042L7.01718 15.3244C6.95631 15.3851 6.87384 15.4191 6.78788 15.4191Z' fill='black'/%3E%3Cpath d='M11.7992 15.574C11.5029 15.574 11.2133 15.4861 10.9669 15.3215C10.7206 15.1569 10.5286 14.9229 10.4152 14.6492C10.3018 14.3755 10.2721 14.0743 10.3299 13.7837C10.3877 13.4931 10.5304 13.2262 10.7399 13.0167C10.9494 12.8071 11.2164 12.6645 11.5069 12.6067C11.7975 12.5489 12.0988 12.5785 12.3725 12.6919C12.6462 12.8053 12.8802 12.9973 13.0448 13.2437C13.2094 13.49 13.2973 13.7796 13.2973 14.0759C13.2967 14.4731 13.1388 14.8538 12.8579 15.1346C12.5771 15.4155 12.1964 15.5735 11.7992 15.574ZM11.7992 13.2262C11.6312 13.2262 11.467 13.276 11.3273 13.3693C11.1877 13.4627 11.0788 13.5953 11.0145 13.7505C10.9502 13.9057 10.9333 14.0764 10.9661 14.2412C10.9988 14.406 11.0797 14.5573 11.1985 14.6761C11.3172 14.7949 11.4685 14.8758 11.6333 14.9087C11.798 14.9415 11.9688 14.9247 12.124 14.8604C12.2792 14.7962 12.4119 14.6874 12.5053 14.5477C12.5987 14.4081 12.6485 14.2439 12.6486 14.0759C12.6484 13.8507 12.5589 13.6347 12.3997 13.4754C12.2404 13.3161 12.0245 13.2265 11.7992 13.2262Z' fill='black'/%3E%3Cpath d='M7.66016 11.4026C7.36389 11.4026 7.07427 11.3148 6.82792 11.1502C6.58158 10.9856 6.38957 10.7516 6.27617 10.4779C6.16278 10.2042 6.13309 9.903 6.19087 9.61241C6.24865 9.32183 6.39129 9.0549 6.60076 8.84538C6.81024 8.63586 7.07714 8.49316 7.36771 8.43532C7.65828 8.37748 7.95948 8.4071 8.23322 8.52043C8.50696 8.63377 8.74094 8.82573 8.90559 9.07204C9.07024 9.31835 9.15815 9.60795 9.15822 9.90422C9.15779 10.3014 8.99983 10.6823 8.71899 10.9631C8.43815 11.244 8.05737 11.4021 7.66016 11.4026ZM7.66016 9.05482C7.49217 9.05482 7.32794 9.10464 7.18826 9.19797C7.04857 9.2913 6.9397 9.42396 6.87542 9.57917C6.81113 9.73438 6.7943 9.90517 6.82708 10.0699C6.85985 10.2347 6.94075 10.3861 7.05954 10.5048C7.17833 10.6236 7.32968 10.7045 7.49445 10.7373C7.65922 10.7701 7.83001 10.7533 7.98522 10.689C8.14042 10.6247 8.27308 10.5158 8.36642 10.3761C8.45975 10.2364 8.50957 10.0722 8.50957 9.90422C8.50931 9.67903 8.41974 9.46313 8.2605 9.30389C8.10126 9.14465 7.88536 9.05508 7.66016 9.05482Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
}

.svgbg-icon-search {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3267 16.7999C6.87067 16.7999 4.08667 14.0159 4.08667 10.5599C4.08667 7.10395 6.87067 4.31995 10.3267 4.31995C13.7827 4.31995 16.5667 7.10395 16.5667 10.5599C16.5667 14.0159 13.7827 16.7999 10.3267 16.7999ZM10.3267 5.27995C7.39867 5.27995 5.04667 7.63195 5.04667 10.5599C5.04667 13.4879 7.39867 15.8399 10.3267 15.8399C13.2547 15.8399 15.6067 13.4879 15.6067 10.5599C15.6067 7.63195 13.2547 5.27995 10.3267 5.27995Z' fill='black'/%3E%3Cpath d='M14.9741 14.5282L19.2845 18.8386L18.6058 19.5173L14.2954 15.2069L14.9741 14.5282Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
}

.svgbg-icon-account {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1242 6.75C15.9404 9.22828 14.0617 11.25 11.9992 11.25C9.93668 11.25 8.05465 9.22875 7.87418 6.75C7.68668 4.17188 9.51481 2.25 11.9992 2.25C14.4836 2.25 16.3117 4.21875 16.1242 6.75Z' stroke='black' stroke-width='0.711111' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9997 14.25C7.92162 14.25 3.78256 16.5 3.01662 20.7469C2.92428 21.2588 3.21397 21.75 3.74975 21.75H20.2497C20.786 21.75 21.0757 21.2588 20.9833 20.7469C20.2169 16.5 16.0779 14.25 11.9997 14.25Z' stroke='black' stroke-width='0.711111' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
}

.svgbg-icon-info {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0002 7H13.0002V9H11.0002V7ZM11.0002 11H13.0002V17H11.0002V11ZM12.0002 2C6.48024 2 2.00024 6.48 2.00024 12C2.00024 17.52 6.48024 22 12.0002 22C17.5202 22 22.0002 17.52 22.0002 12C22.0002 6.48 17.5202 2 12.0002 2ZM12.0002 20C7.59024 20 4.00024 16.41 4.00024 12C4.00024 7.59 7.59024 4 12.0002 4C16.4102 4 20.0002 7.59 20.0002 12C20.0002 16.41 16.4102 20 12.0002 20Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.svgbg-icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='11.9998' cy='12' rx='10' ry='10' fill='%23F30000'/%3E%3Cpath d='M15.4098 16.5901L10.8298 12.0001L15.4098 7.41012L13.9998 6.00012L7.99976 12.0001L13.9998 18.0001L15.4098 16.5901Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.svgbg-icon-next {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='11.9998' cy='11.9999' rx='10' ry='10' fill='%23F30000'/%3E%3Cpath d='M8.58972 16.5899L13.1697 11.9999L8.58972 7.40988L9.99972 5.99988L15.9997 11.9999L9.99972 17.9999L8.58972 16.5899Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.svgbg-icon-chevron-up-grey {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.25024%2015.3745L12.0002%208.62451L18.7502%2015.3745%22%20stroke%3D%22%23a1a1a1%22%20stroke-width%3D%221.64444%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-chevron-down-grey {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.75%208.625L12%2015.375L5.25%208.625%22%20stroke%3D%22%23a1a1a1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-chevron-right {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.625%205.25%206.75%206.75-6.75%206.75%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-chevron-left {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.375%2018.75%208.625%2012l6.75-6.75%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-chevron-right-white {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.625%205.25%206.75%206.75-6.75%206.75%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-chevron-left-white {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.375%2018.75%208.625%2012l6.75-6.75%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.svgbg-icon-checkbox {
  border: 1px solid #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline icon-checkmark' width='100%25' height='100%25' fill='red' viewBox='0 0 10 10'%3E%3Cpath d='M0 6.633l.898-.707 2.036 1.602L8.949.9 10 1.49 3.112 9.083z'/%3E%3C/svg%3E");
  border-color: #f30000;
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media (max-width: 719.98px) {
  .svgbg-icon-checkbox {
    min-width: 15px;
    min-height: 15px;
  }
}
@media (min-width: 720px) {
  .svgbg-icon-checkbox {
    width: 20px;
    height: 20px;
  }
}

.modal-content {
  border: 0;
  border-radius: unset;
  background-color: #fff !important;
}
.modal-content .close {
  opacity: 1;
}
.modal-content p {
  font-size: 0.9375rem;
}

.tri-modal-header {
  border-bottom: 0;
  background-color: #f1f2f6;
  height: 80px;
  padding: 0 30px;
}
@media (min-width: 720px) {
  .tri-modal-header {
    padding: 0 70px;
  }
}

.tri-simple-modal-header .tri-modal-header {
  background-color: transparent;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.tri-alert-content {
  border: 1px solid #f30000;
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 45px;
}
.tri-alert-content p {
  margin: 0 0 0 5%;
  max-width: 90%;
  text-align: left;
}

.tri-alert-modal .tri-modal-body {
  padding-top: 0;
}
.tri-alert-modal .modal-footer {
  padding: 12px 70px;
}
.tri-alert-modal .modal-footer button {
  width: 100%;
}
@media (min-width: 720px) {
  .tri-alert-modal .modal-footer button {
    width: 45%;
  }
}

.modal-title {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 24px;
  vertical-align: middle;
  padding-left: 0;
}
.modal-title .svg-wrapper {
  border: 1px solid #000;
  min-width: 25px;
  margin-right: 10px;
}

.modal-footer {
  border-top: 1px solid #e4e3e2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 720px) {
  .modal-footer button {
    width: 300px;
  }
}
.modal-footer button:first-of-type {
  margin-bottom: 10px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-dialog {
  max-width: 100%;
}
@media (min-width: 720px) {
  .modal-dialog {
    max-width: 713px;
  }
}
@media (max-width: 1439.98px) {
  .modal-dialog.full-size-small {
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
  }
  .modal-dialog.full-size-small .modal-content {
    height: auto;
  }
}
@media (min-width: 720px) {
  .modal-dialog.full-size-small {
    max-width: 713px;
  }
}

.modal-inner-content {
  padding: 0 30px;
}
@media (min-width: 720px) {
  .modal-inner-content {
    padding: 0 70px;
  }
}

.modal-body {
  padding: 16px 0 0;
}

.close-icon {
  border: 0;
  padding: 0;
}

.addresses-container {
  padding: 20px 50px;
  background: #fff;
}

.address-item,
.add-new-address {
  border: 1px solid #e6e8f1;
  padding: 30px;
  margin-bottom: 20px;
  color: #727272;
}
.address-item label,
.add-new-address label {
  cursor: pointer;
}
.address-item input[type=radio],
.add-new-address input[type=radio] {
  display: none;
}
.address-item .svg-icon-home,
.address-item .svg-map-pin,
.add-new-address .svg-icon-home,
.add-new-address .svg-map-pin {
  margin: 0 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
.address-item .js-address-box,
.add-new-address .js-address-box {
  overflow-wrap: anywhere;
}

.js-modal-shipping-address .form-group {
  padding-bottom: 0;
}

.address-active {
  border: 1px solid #f30000;
}

.modal-dialog.wishlist-full-modal-wrapper .tri-modal-header {
  padding: 0 10px;
  background: none;
  height: auto;
}
@media (min-width: 1280px) {
  .modal-dialog.wishlist-full-modal-wrapper .tri-modal-header {
    padding: 0 20px;
  }
}
.modal-dialog.wishlist-full-modal-wrapper span.svg-wrapper.svg-icon-wishlist {
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media (max-width: 719.98px) {
  .modal-dialog.wishlist-full-modal-wrapper span.svg-wrapper.svg-icon-wishlist {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media (min-width: 720px) {
  .modal-dialog.wishlist-full-modal-wrapper .modal-body {
    padding: 15px 45px;
  }
}
@media (max-width: 719.98px) {
  .modal-dialog.wishlist-full-modal-wrapper .modal-body {
    padding: 0 15px;
  }
}
.modal-dialog.wishlist-full-modal-wrapper .close {
  margin-left: auto;
  padding-top: 15px;
}
@media (max-width: 719.98px) {
  .modal-dialog.wishlist-full-modal-wrapper .title-container {
    margin-left: 25px;
  }
}
.modal-dialog.wishlist-full-modal-wrapper .confirm-btn {
  width: 300px;
}
@media (max-width: 1279.98px) {
  .modal-dialog.wishlist-full-modal-wrapper .text-body-lg ~ .content-asset {
    display: none;
  }
}
@media (min-width: 1280px) {
  .modal-dialog.wishlist-full-modal-wrapper .text-body-md ~ .content-asset {
    display: none;
  }
}

.remove-coupon-modal .modal-content {
  max-width: 500px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}
@media (max-width: 719.98px) {
  .remove-coupon-modal .modal-content {
    max-width: 70%;
    position: absolute;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
  }
}
.remove-coupon-modal .modal-body {
  padding: 16px 50px 0;
}
@media (max-width: 719.98px) {
  .remove-coupon-modal .modal-body {
    padding: 16px;
  }
}
.remove-coupon-modal .modal-footer button {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 719.98px) {
  .remove-coupon-modal .modal-footer button {
    width: 100%;
  }
}

.form-group {
  text-align: left;
  padding-bottom: 30px;
  margin: 0;
  position: relative;
}
.form-group select.form-control, .form-group select.is-invalid {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.59372 8.90895L11.1459 16.5552C11.2515 16.6784 11.3825 16.7773 11.53 16.845C11.6774 16.9128 11.8377 16.9479 12 16.9479C12.1622 16.9479 12.3226 16.9128 12.47 16.845C12.6174 16.7773 12.7484 16.6784 12.854 16.5552L19.4062 8.90895C20.0315 8.1791 19.5131 7.05176 18.5522 7.05176H5.44591C4.48497 7.05176 3.96653 8.1791 4.59372 8.90895Z' fill='grey'/%3E%3C/svg%3E%0A");
  fill: #727272;
  background-size: 18px;
  background-position-x: calc(100% - 18px);
  background-position-y: 9px;
  background-repeat: no-repeat;
}
@media (min-width: 720px) {
  .form-group select.form-control, .form-group select.is-invalid {
    background-position-y: 13px;
  }
}
.form-group .form-control-label {
  color: #000;
  font-size: 0.8125rem;
  margin-bottom: 3px;
  padding-left: 11px;
  letter-spacing: 1px;
}
.form-group .custom-control-label {
  letter-spacing: 1px;
}
.form-group.required .form-control-label {
  color: #000;
  font-size: 0.8125rem;
}
.form-group.required .form-control-label::before {
  content: none !important;
}
.form-group.required .form-control-label::after {
  content: "*";
  color: #df0000;
  margin-left: 3px;
}
.form-group.required .security-code-label::after {
  margin-left: 5px;
  position: absolute;
}
.form-group .form-control {
  border: 0;
  border-bottom: 1px solid #727272;
  font-size: 12px;
  border-radius: 0;
  height: 38px;
  padding: 8px;
  line-height: 1.3;
  padding-left: 20px;
}
@media (min-width: 720px) {
  .form-group .form-control {
    height: 40px;
    padding: 12px 8px 12px 20px;
  }
}
.form-group .form-control.textarea-input {
  height: auto;
}
.form-group .form-control:disabled, .form-group .form-control[readonly] {
  background-color: #f1f2f6;
  cursor: not-allowed;
}
.form-group .form-control[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.form-group .form-control[type=number]::-webkit-inner-spin-button, .form-group .form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 0;
}
.form-group .form-control::-webkit-input-placeholder {
  font-size: 0.8125rem !important;
  color: #727272;
  letter-spacing: 1px;
}
.form-group .form-control::-moz-placeholder {
  font-size: 0.8125rem !important;
  color: #727272;
  letter-spacing: 1px;
}
.form-group .form-control:-ms-input-placeholder {
  font-size: 0.8125rem !important;
  color: #727272;
  letter-spacing: 1px;
}
.form-group .form-control::-ms-input-placeholder {
  font-size: 0.8125rem !important;
  color: #727272;
  letter-spacing: 1px;
}
.form-group .form-control::placeholder {
  font-size: 0.8125rem !important;
  color: #727272;
  letter-spacing: 1px;
}
@media (min-width: 1280px) {
  .form-group .form-control::-webkit-input-placeholder {
    font-size: 0.9375rem !important;
  }
  .form-group .form-control::-moz-placeholder {
    font-size: 0.9375rem !important;
  }
  .form-group .form-control:-ms-input-placeholder {
    font-size: 0.9375rem !important;
  }
  .form-group .form-control::-ms-input-placeholder {
    font-size: 0.9375rem !important;
  }
  .form-group .form-control::placeholder {
    font-size: 0.9375rem !important;
  }
}
.form-group .form-control.is-invalid {
  border-color: #eb4d4b;
  background-image: none;
  color: #f30000;
}
.form-group .form-control.is-invalid ~ .invalid-feedback {
  font-family: Poppins;
  color: #f30000;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 15px;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.form-group .form-control.is-invalid ~ .invalid-feedback ~ span {
  color: #a1a1a1;
  font-size: 0.75rem;
}
.form-group .form-control.is-invalid ~ .invalid-feedback.invalid-feedback-wrapper {
  margin-top: 1px;
}
.form-group .form-control.is-invalid::-webkit-input-placeholder {
  color: #f30000;
}
.form-group .form-control.is-invalid::-moz-placeholder {
  color: #f30000;
}
.form-group .form-control.is-invalid:-ms-input-placeholder {
  color: #f30000;
}
.form-group .form-control.is-invalid::-ms-input-placeholder {
  color: #f30000;
}
.form-group .form-control.is-invalid::placeholder {
  color: #f30000;
}
.form-group .form-control.input-quantity {
  height: 25px;
  margin: 0 10px;
  min-width: 40px;
  width: 40px;
  font-size: 0.875rem;
  border-radius: 5px;
  border-color: #000;
  pointer-events: none;
}
.form-group .form-control.input-quantity[readonly] {
  background-color: #fff;
}
.form-group .input-suffix,
.form-group .input-prefix {
  position: absolute;
  top: 35px;
  z-index: 4;
}
.form-group .input-prefix {
  left: 10px;
  line-height: 16px;
}
@media (min-width: 720px) {
  .form-group .input-prefix {
    top: 40px;
  }
}
.form-group .input-prefix + input {
  padding-left: 40px;
}
.form-group .input-suffix {
  right: 10px;
}
.form-group .input-suffix + input {
  padding-right: 100px;
}
.form-group .toggle-visibility {
  background: none;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 3;
}
.form-group .toggle-visibility .svg-icon-eye-off path {
  fill: #727272;
}
.form-group .toggle-visibility .svg-icon-eye-on {
  display: none;
}
.form-group .toggle-visibility .svg-icon-eye-on path {
  stroke: #727272;
}
.form-group .toggle-visibility.toggled .svg-icon-eye-on {
  display: block;
}
.form-group .toggle-visibility.toggled .svg-icon-eye-off {
  display: none;
}
.form-group .custom-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M1.83329 1.33333L5.99996 5.5L10.1666 1.33333' stroke='%23333333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 13px 16px;
  position: relative;
  text-transform: capitalize;
}
.form-group .info-icon .icon {
  background-color: transparent;
  border: 1px solid #df0000;
  border-radius: 50%;
  color: #df0000;
  font-size: 10px;
  height: 16px;
  width: 16px;
}

.form-group.is-invalid .form-control-label {
  color: #f30000;
}

.custom-checkbox {
  padding-top: 5px;
}
.custom-checkbox .custom-control-label {
  padding-left: 12px;
  color: #727272;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  height: 20px;
  width: 20px;
  top: 0;
}
.custom-checkbox .custom-control-label::before {
  border: 0;
}
.custom-checkbox .custom-control-label::after {
  border: 1px solid #000;
  background-color: #fff;
}
.custom-checkbox .custom-control-input {
  width: 0;
  height: 0;
}
.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label, .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(51, 51, 51, 0.5);
  cursor: not-allowed;
}
.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label::after, .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after {
  border: 1px solid rgba(51, 51, 51, 0.2);
  cursor: not-allowed;
}
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after {
  border: 1px solid #df0000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f30000;
  background-color: transparent;
}
.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' class='svg-inline icon-checkmark' width='100%25' height='100%25' fill='green' viewBox='0 0 10 10'%3E%3Cpath d='M0 6.633l.898-.707 2.036 1.602L8.949.9 10 1.49 3.112 9.083z'/%3E%3C/svg%3E");
  border-color: #1abc9c;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-radio .custom-control-label {
  padding-left: 12px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.6;
}
.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
  height: 20px;
  width: 20px;
  top: 0;
}
.custom-radio .custom-control-label::after {
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}
.custom-radio .custom-control-input {
  width: 0;
  height: 0;
}
.custom-radio .custom-control-input[disabled] ~ .custom-control-label, .custom-radio .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(51, 51, 51, 0.5);
  cursor: not-allowed;
}
.custom-radio .custom-control-input[disabled] ~ .custom-control-label::after, .custom-radio .custom-control-input:disabled ~ .custom-control-label::after {
  border: 1px solid rgba(51, 51, 51, 0.2);
  cursor: not-allowed;
}
.custom-radio .custom-control-input.is-invalid ~ .custom-control-label::after {
  border: 1px solid #f30000;
}
.custom-radio .custom-control-input ~ .custom-control-label.tricard-choice::before {
  border: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f30000;
  border: 6px solid #f30000;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4.5px;
  margin-left: 4.5px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.tricard-choice::after {
  height: 18px;
  width: 18px;
  margin-left: 1px;
  margin-top: 3px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

.custom-control-link {
  color: #f30000;
  font-size: 0.875rem;
  font-weight: bold;
}
.custom-control-link:hover {
  color: #f30000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-inline icon-arrow-down' width='100%25' height='100%25' viewBox='0 0 10 10'%3E%3Cpath d='M.758 2.247a.611.611 0 00-.433.18L0 2.75l4.242 4.242.758.76.76-.76L10 2.753l-.325-.326a.613.613 0 00-.867 0L5 6.235 1.192 2.427a.611.611 0 00-.434-.18z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  background-position-y: 17px;
  text-overflow: ellipsis;
}

.cusom-radio-button {
  padding-left: 30px;
  position: relative;
}
.cusom-radio-button::before, .cusom-radio-button::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.cusom-radio-button::after {
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff;
}
.cusom-radio-button.checked::after {
  border: 1px solid #f30000;
}
.cusom-radio-button.checked > button::after {
  content: "";
  background-color: #f30000;
  border: 6px solid #f30000;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 7px;
  margin-left: 4px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.alert-address-expression {
  font-family: Poppins;
  color: #f30000;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 15px;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-top: 0.25rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 10px;
}
@media (max-width: 1279.98px) {
  .slick-slider .slick-track,
.slick-slider .slick-list {
    border-radius: initial;
  }
}

.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;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  /*max-width: none;*/
}

.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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Theme Color */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.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: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 40px;
  width: 50px;
  height: 50px;
  z-index: 999;
}

[dir=rtl] .slick-prev {
  right: 40px;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 999;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 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;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  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.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (max-width: 319.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 719.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1439.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1599.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xxl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xxl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 720px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #f30;
}

@media (min-width: 720px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 719.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #a1a1a1;
  border-bottom: 1px solid #c4c4c4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 720px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 719.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #333;
  }
}
@media (max-width: 319.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */
  }
}
@media (max-width: 719.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #a1a1a1;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 720px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 720px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #a1a1a1;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

.header {
  position: relative;
}

.navbar-header {
  height: 4.375em;
  /* 70/16 */
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  /* 36/16 */
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand {
  position: absolute;
  left: 50%;
  display: block;
  text-align: center;
}
.brand img {
  width: 100%;
}
@media (min-width: 1280px) {
  .brand {
    width: 14.125em;
    /* 226/16 */
    margin-left: -7.0625em;
    /* 113/16 */
    padding-top: 0.5em;
  }
}
@media (max-width: 1279.98px) {
  .brand {
    width: 4em;
    /* 64/16 */
    margin-left: -2em;
    padding-top: 0.8em;
  }
}

.main-menu {
  background-color: #333;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.header-banner {
  background-color: #333;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.minicart {
  margin-top: 0.1875em;
  /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 50%;
  width: 1.25em;
  /* 20/16 */
  height: 1.25em;
  /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em;
  /* 13/16 */
  position: relative;
  top: -0.9375em;
  /* 15/16 */
  left: -0.9375em;
  /* 15/16 */
  color: #fff;
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

@media (max-width: 319.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome";
  }
  .collapsible-xs .content,
.collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-xs.active .content,
.collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 719.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome";
  }
  .collapsible-sm .content,
.collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-sm.active .content,
.collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 1279.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome";
  }
  .collapsible-md .content,
.collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-md.active .content,
.collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1439.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome";
  }
  .collapsible-lg .content,
.collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-lg.active .content,
.collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

@media (max-width: 1599.98px) {
  .collapsible-xl .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xl .title::after {
    float: right;
    content: "\f078";
    font-family: "FontAwesome";
  }
  .collapsible-xl .content,
.collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .title::after {
    content: "\f077";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block;
  }
}
.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  line-height: 2.5rem;
  /* 40/16 */
}
.collapsible-xxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xxl .title::after {
  float: right;
  content: "\f078";
  font-family: "FontAwesome";
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .title::after {
  content: "\f077";
  margin-top: -0.125em;
  /* 2/16 */
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}

.container div.collapsible-xxl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title:hover {
  text-decoration: none;
}

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em;
}
footer h2 {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2.5em;
  /* 40/16 */
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .social h2 {
  margin-top: 0;
}
footer .social::after {
  display: block;
  clear: both;
  content: "";
}
footer .copyright,
footer .social {
  margin-top: 1.25em;
}
footer .footer-container .footer-item.collapsible-xs button {
  font-family: "Dosis", sans-serif;
  padding: 0;
}
footer .social-links {
  float: left;
}
footer .social-links::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 319.98px) {
  footer .social-links {
    width: 80%;
  }
}
footer .social-links li {
  float: left;
  margin: 0.313em;
}
@media (max-width: 319.98px) {
  footer .social-links li {
    width: 20%;
    text-align: center;
  }
}
footer .social-links a {
  font-size: 2.25em;
}
footer .social-links a:hover {
  text-decoration: none;
}
@media (max-width: 319.98px) {
  footer .store {
    border-bottom: 1px solid #333;
  }
  footer .store .content {
    display: none;
  }
  footer .store h2::after {
    display: block;
    clear: both;
    content: "";
  }
  footer .store h2::after {
    font-family: "FontAwesome";
    float: right;
    content: "\f041";
  }
}
footer .content {
  font-size: 0.875em;
}
footer .content li {
  height: 1.875rem;
}
footer .copyright,
footer .postscript {
  font-size: 0.8125em;
}
footer .copyright {
  margin-bottom: 0.625em;
}
footer .back-to-top {
  margin: 0.1em 0.313em;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
footer .back-to-top i.fa-arrow-up {
  color: rgba(0, 0, 0, 0.7);
}
footer .back-to-top i.fa-circle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 319.98px) {
  .footer-item {
    border-bottom: 1px solid #333;
  }
}

#consent-tracking .button-wrapper button {
  margin: 0.5em;
}

.email-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.email-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

@media (min-width: 320px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #e4e3e2;
  }
}

@media (min-width: 320px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #e4e3e2;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 15px;
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem;
}
@media (min-width: 320px) {
  h1.page-title {
    font-size: 2rem;
  }
}
@media (min-width: 720px) {
  h1.page-title {
    font-size: 3rem;
  }
}
h1.page-title::before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  h1.page-title::before {
    width: calc((100vw - 1280px) / 2);
    left: calc((100vw - 1280px) / 2 * -1);
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  h1.page-title::before {
    width: calc((100vw - 1280px) / 2);
    left: calc((100vw - 1280px) / 2 * -1);
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  h1.page-title::before {
    width: calc((100vw - 720px) / 2);
    left: calc((100vw - 720px) / 2 * -1);
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  h1.page-title {
    left: calc((100% - 1280px) / 2);
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  h1.page-title {
    left: calc((100% - 1280px) / 2);
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  h1.page-title {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 719.98px) {
  h1.page-title {
    left: 0;
  }
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #333;
}
.price .strike-through {
  text-decoration: line-through;
  color: #a1a1a1;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #333;
}
.price .tiered table {
  border-top: 1px solid #c4c4c4;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #a1a1a1;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1acd33;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1acd33;
  border-radius: 0.69em;
  background-color: #1acd33;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 319.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 319.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 320px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 319.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 319.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1acd33;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1acd33;
  border-radius: 0.69em;
  background-color: #1acd33;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 319.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 319.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 320px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 319.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 319.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #a1a1a1;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #a1a1a1;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em;
  /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #f30;
}
@media (max-width: 719.98px) {
  .quick-view-dialog .bonus-summary,
.choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 719.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
.choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 719.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 319.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile .tile-body {
  padding: 0.625em 0 1.875em;
}
.product-tile .tile-body .color-swatches {
  min-height: 2.25em;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 1279.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 719.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .price {
  font-size: 1.125em;
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .product-tile .tile-body .price {
    font-size: 1.0625em;
  }
}
@media (max-width: 719.98px) {
  .product-tile .tile-body .price {
    font-size: 1em;
  }
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none;
}
@media (max-width: 1279.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.9375em;
  }
}
@media (max-width: 719.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
}
.product-tile .image-container {
  position: relative;
  overflow: auto;
}
.product-tile .image-container .quickview {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container .quickview i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 0.9em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #c4c4c4;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.sizechart-wrapper {
  padding: 10px;
}
.sizechart-wrapper .sizechart-header {
  background: #f8f8f8;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
.sizechart-wrapper .sizechart-header span {
  color: #000;
}
.sizechart-wrapper .sizechart-footnote {
  color: #727272;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .sizechart-wrapper .sizechart-footnote {
    font-size: 0.8125rem;
    margin-left: 10%;
  }
}
.sizechart-wrapper .sizechart-table-heading {
  margin: 10px 0;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .sizechart-wrapper .sizechart-table-heading {
    font-size: 0.9375rem;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sizechart-wrapper .sizechart-table-heading {
    margin: 40px 0 10px;
  }
}
@media (min-width: 1280px) {
  .sizechart-wrapper .sizechart-table-heading {
    margin: 40px 0 30px;
  }
}

.sizechart-table th,
.sizechart-table td {
  border: solid 1px #e6e8f1;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2px;
}
@media (min-width: 720px) {
  .sizechart-table th,
.sizechart-table td {
    padding: 12px;
  }
}
@media (min-width: 1280px) {
  .sizechart-table th,
.sizechart-table td {
    font-size: 0.9375rem;
  }
}
.sizechart-table th {
  background: #f8f8f8;
}
.sizechart-table tr td:first-of-type {
  background: #f8f8f8;
}

.size-chart-guide-wrapper {
  border-bottom: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
  padding: 15px 0;
}
.size-chart-guide-wrapper:not(.size-chart-guide-wrapper + .size-chart-guide-wrapper) {
  margin-top: 20px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper:not(.size-chart-guide-wrapper + .size-chart-guide-wrapper) {
    margin-top: 30px;
  }
}
.size-chart-guide-wrapper .size-chart-guide-image {
  width: 100%;
}
.size-chart-guide-wrapper .size-chart-guide-content-second {
  display: none;
}
.size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > h5,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > h5 {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > h5,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > h5 {
    font-size: 0.9375rem;
  }
}
.size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > p,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > p {
  font-size: 0.6875rem;
  letter-spacing: 0.2px;
  margin-left: 20px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > p,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > p {
    font-size: 0.8125rem;
  }
}

.size-chart-guide-header {
  cursor: pointer;
}
.size-chart-guide-header > h4 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .size-chart-guide-header > h4 {
    font-size: 0.9375rem;
  }
}
.size-chart-guide-header .guide-header-up {
  display: block;
}
.size-chart-guide-header .guide-header-down {
  display: none;
}
.size-chart-guide-header.collapsed .guide-header-down {
  display: block;
}
.size-chart-guide-header.collapsed .guide-header-up {
  display: none;
}

.more-info-card-description {
  width: 100%;
}
@media (min-width: 720px) {
  .more-info-card-description {
    width: calc(50% - 10px);
  }
}
.more-info-card-description .text-description,
.more-info-card-description .models-size {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #333;
}
.more-info-card-description .models-size {
  font-weight: 500;
}

.more-info-heading {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
}

@media (min-width: 720px) {
  .more-info-wrapper {
    margin: 0;
  }
}
.more-info-wrapper .tri-modal-header {
  height: 40px;
  background: transparent;
}
.more-info-wrapper .tri-modal-header .close-icon {
  display: none;
}
.more-info-wrapper .tri-modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: normal;
}
.more-info-wrapper .tri-modal-body {
  padding: 0;
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .secondary-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  .secondary-info-wrapper .more-info-card-size,
.secondary-info-wrapper .more-info-card-model {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .secondary-info-wrapper .more-info-card-size {
    margin-right: 10px;
  }
  .secondary-info-wrapper .more-info-card-model {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .secondary-info-wrapper {
    width: calc(50% - 10px);
  }
}
.secondary-info-wrapper .more-info-card-size,
.secondary-info-wrapper .more-info-card-model {
  width: 100%;
}

.more-info-card {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
}

.more-info-expand-trigger {
  cursor: pointer;
}
.more-info-expand-trigger .more-info-icon-up {
  display: block;
}
.more-info-expand-trigger .more-info-icon-down {
  display: none;
}
.more-info-expand-trigger.collapsed .more-info-icon-down {
  display: block;
}
.more-info-expand-trigger.collapsed .more-info-icon-up {
  display: none;
}

.more-info-details-trigger-collapse {
  display: block;
}
@media (min-width: 720px) {
  .more-info-details-trigger-collapse {
    display: block;
  }
}
.more-info-details-trigger-collapse .more-info-label-less,
.more-info-details-trigger-collapse .more-info-label-more {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 720px) {
  .more-info-details-trigger-collapse .more-info-label-less,
.more-info-details-trigger-collapse .more-info-label-more {
    font-size: 13px;
    font-weight: 500;
  }
}
.more-info-details-trigger-collapse .more-info-label-more {
  display: none;
}
.more-info-details-trigger-collapse .more-info-label-less {
  display: block;
}
.more-info-details-trigger-collapse.collapsed .more-info-label-more {
  display: block;
}
.more-info-details-trigger-collapse.collapsed .more-info-label-less {
  display: none;
}

.more-info-details-trigger-modal {
  display: none;
}
@media (min-width: 720px) {
  .more-info-details-trigger-modal {
    display: none;
  }
}

.product-model-measurement-wrapper .product-model-image {
  max-width: 75px;
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .product-model-measurement-wrapper .product-model-image {
    max-width: 40%;
  }
}
.product-model-measurement-wrapper .product-model-measurement-info-wrapper {
  margin-left: 25px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-model-measurement-wrapper .product-model-measurement-info-wrapper {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .product-model-measurement-wrapper .product-model-measurement-info-wrapper {
    margin-left: 45px;
  }
}
.product-model-measurement-wrapper .product-model-measurement-info-wrapper .product-model-measurement-info {
  width: calc(50% - 10px);
  margin-right: 10px;
  font-weight: normal;
}
.product-model-measurement-wrapper .product-model-text {
  font-size: 12px;
  font-weight: normal;
}
.product-model-measurement-wrapper .product-model-text-value {
  color: #727272;
}

.pdp-description-details-modal .product-details-table {
  margin: 0;
}
.pdp-description-details-modal .modal-footer {
  display: none;
}

.product-details-table {
  background: #fff;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-details-table {
    border: 1px solid #e6e8f1;
  }
}
@media (min-width: 720px) {
  .product-details-table {
    margin-top: 15px;
  }
}
.product-details-table tbody th,
.product-details-table tbody td {
  border: 0;
  font-size: 0.75rem;
  padding: 5px 10px;
  color: #000;
}
@media (min-width: 720px) {
  .product-details-table tbody th,
.product-details-table tbody td {
    padding: 10px 20px;
  }
}
.product-details-table tbody th {
  font-weight: normal;
}
.product-details-table tbody td {
  color: #727272;
}

.product-characteristics {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}
.product-characteristics .product-details-table tbody tr:nth-child(odd) {
  background: rgba(230, 234, 244, 0.2);
}
.product-characteristics .product-details-table tbody tr:nth-child(even) {
  background: #fff;
}
.product-characteristics .product-details-table .attribute-item {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.product-characteristics .product-details-table .attribute-item th {
  padding: 15px 10px 15px 0;
  font-weight: 500;
  color: #000;
  width: 35%;
  padding-left: 10px;
  vertical-align: middle;
}
.product-characteristics .product-details-table .attribute-item td {
  padding: 15px 0 15px 10px;
  color: #333;
  width: 65%;
  vertical-align: middle;
}
.product-characteristics .more-info-btn {
  width: 100%;
  height: 40px;
  padding: 10px 44px;
  border-radius: 40px;
  border: 1px solid #000;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.06px;
  letter-spacing: 1px;
  color: #000;
  background: #fff;
}
.product-characteristics .active-more .more {
  display: none;
}
.product-characteristics .active-more .less {
  display: block !important;
}

.product-sharing-options-wrapper .sharing-options-trigger,
.product-sharing-options-modal .sharing-options-trigger {
  background: none;
  border: 0;
}
.product-sharing-options-wrapper .tri-modal-header,
.product-sharing-options-modal .tri-modal-header {
  height: 0;
  overflow: hidden;
}
.product-sharing-options-wrapper .tri-modal-body,
.product-sharing-options-modal .tri-modal-body {
  padding: 0;
}
.product-sharing-options-wrapper .tri-modal-body .header-modal,
.product-sharing-options-modal .tri-modal-body .header-modal {
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  text-align: left !important;
  padding-left: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sharing-options-wrapper .tri-modal-body .share-icons-wrapper,
.product-sharing-options-modal .tri-modal-body .share-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
}

.product-image-carousel-wrapper .product-vertical-image-carousel {
  display: none;
  width: 80px;
  height: 440px;
}
@media (min-width: 720px) {
  .product-image-carousel-wrapper .product-vertical-image-carousel {
    display: block;
  }
}
.product-image-carousel-wrapper .product-vertical-image-carousel img {
  width: 80px;
  height: 100px;
  padding: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-current {
  border-color: #000;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-list {
  width: 80px;
  height: 360px !important;
  top: 37px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-image-carousel-wrapper .product-vertical-image-carousel .slick-list {
    padding: 0 0 50%;
  }
}
.product-image-carousel-wrapper .product-vertical-image-carousel.top-0 .slick-list {
  top: 0;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .product-carousel-video-thumbnail {
  background: #e6e8f1;
  width: 100%;
  cursor: pointer;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .product-carousel-video-thumbnail svg {
  height: 30px;
  width: 30px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow {
  border: solid 1px #e6e8f1;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  width: 80px;
  height: 30px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow.slick-disabled {
  visibility: hidden;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow-previous {
  top: 0;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow-next {
  bottom: 0;
}
.product-image-carousel-wrapper .product-main-image-carousel {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (min-width: 720px) {
  .product-image-carousel-wrapper .product-main-image-carousel {
    width: 346px;
    margin-left: 15px;
  }
}
.product-image-carousel-wrapper .product-main-image-carousel img {
  width: 346px;
  height: 450px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279.98px) {
  .product-image-carousel-wrapper .product-main-image-carousel img {
    border-radius: initial;
  }
}
.product-image-carousel-wrapper .product-main-image-carousel video {
  max-width: 100%;
}
.product-image-carousel-wrapper .product-main-image-carousel video.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-main-image-carousel:not(.slick-initialized) img {
  display: none;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6980392157);
  bottom: 10px;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow-previous {
  left: 15px;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow-next {
  left: 99px;
}
.product-image-carousel-wrapper .product-main-image-carousel .product-carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6980392157);
  left: 47px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  width: 50px;
  height: 30px;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-center-zoom {
  position: absolute;
  bottom: 10px;
  width: 42px;
  height: 30px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.6980392157);
  border-radius: 91.36px;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-center-zoom .js-carousel-zoom::after {
  position: absolute;
  bottom: 9px;
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.25 0.25L10.975 1.975L8.8075 4.1275L9.8725 5.1925L12.025 3.025L13.75 4.75V0.25H9.25ZM0.25 4.75L1.975 3.025L4.1275 5.1925L5.1925 4.1275L3.025 1.975L4.75 0.25H0.25V4.75ZM4.75 13.75L3.025 12.025L5.1925 9.8725L4.1275 8.8075L1.975 10.975L0.25 9.25V13.75H4.75ZM13.75 9.25L12.025 10.975L9.8725 8.8075L8.8075 9.8725L10.975 12.025L9.25 13.75H13.75V9.25Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  right: 11px;
  padding: 5px 8px;
  font-size: 13px;
  width: 13.5px;
  height: 13.5px;
}
.product-image-carousel-wrapper .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: unset;
  top: unset;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.product-image-carousel-wrapper .slick-arrow .slick-arrow-icon {
  height: 21px;
  width: 21px;
}

@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.product-carousel-zoom-wrapper .modal-content {
  height: 100%;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .modal-content {
    overflow: hidden;
  }
}
.product-carousel-zoom-wrapper .tri-modal-header {
  height: 0;
  overflow: hidden;
}
.product-carousel-zoom-wrapper .tri-modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .tri-modal-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-carousel-zoom-wrapper .tri-modal-body .between {
  height: 55px;
}
.product-carousel-zoom-wrapper .tri-modal-body .search-and-close-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .tri-modal-body .search-and-close-wrapper {
    font-size: 26px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 30px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 10px 30px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .js-product-carousel-pagination {
    margin-left: 0;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
  position: fixed;
  background: rgba(0, 0, 0, 0.5019607843);
  height: 40px;
  top: 0;
  width: 100%;
  padding: 3px 25px 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
    z-index: 2;
  }
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
    position: fixed;
    height: 40px;
    padding: 10px 25px;
  }
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand + .js-product-carousel-pagination {
    margin-top: 25px;
    margin-left: 95px;
    z-index: 1;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header .close {
  width: 24px !important;
  height: 24px;
  margin: 0;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .close {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .close span {
    width: 10.5px !important;
    height: 10.5px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header svg path {
  fill: #fff;
}
.product-carousel-zoom-wrapper .zoom-button {
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  margin: 0;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-button {
    width: 42px;
    height: 42px;
  }
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-plus {
  display: block;
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-plus::before {
  color: #fff;
  font-size: 15px;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-button .fa-search-plus::before {
    font-size: 26px;
  }
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-minus {
  display: none;
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-minus::before {
  color: #fff;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .zoom-button .fa-search-minus::before {
    font-size: 15px;
  }
}
.product-carousel-zoom-wrapper .zoom-button.expanded .fa-search-plus {
  display: none;
}
.product-carousel-zoom-wrapper .zoom-button.expanded .fa-search-minus {
  display: block;
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  width: 50px;
  height: 35px;
  display: none;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-carousel-btn-image {
    display: block;
  }
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image .zoom-btn-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image .zoom-btn-image::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.25 0.25L10.975 1.975L8.8075 4.1275L9.8725 5.1925L12.025 3.025L13.75 4.75V0.25H9.25ZM0.25 4.75L1.975 3.025L4.1275 5.1925L5.1925 4.1275L3.025 1.975L4.75 0.25H0.25V4.75ZM4.75 13.75L3.025 12.025L5.1925 9.8725L4.1275 8.8075L1.975 10.975L0.25 9.25V13.75H4.75ZM13.75 9.25L12.025 10.975L9.8725 8.8075L8.8075 9.8725L10.975 12.025L9.25 13.75H13.75V9.25Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content {
  padding: initial;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous,
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next {
  background-color: #fff;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .js-product-carousel-zoom-anchor {
  margin-left: 0;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button {
  width: 40.5px;
  height: 40.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 5px;
  padding: 9px;
  gap: 10px;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.5019607843);
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button.expand {
  position: fixed;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button.expand {
    position: absolute;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button {
  width: 40.5px;
  height: 40.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  padding: 9px;
  gap: 10px;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.5019607843);
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button {
    left: 125px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button.expand {
  position: fixed;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button.expand {
    position: absolute;
  }
}
.product-carousel-zoom-wrapper .js-product-carousel-pagination {
  font-family: Poppins;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .js-product-carousel-pagination {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6666666269px;
    margin-left: 105px;
    margin-bottom: 10px;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper {
    margin-left: 40px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper.expand {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    height: 910px;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main {
  max-width: 50%;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main {
    max-width: 100%;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main div img {
  width: 772px !important;
  height: 950px;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main div img {
    width: auto !important;
    height: 510px;
    border-radius: initial;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main div img {
    width: 100% !important;
    height: auto;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main.expand {
  max-width: 100%;
}
.product-carousel-zoom-wrapper .expand div img {
  width: 1106px !important;
  height: 1358px;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .expand div img {
    width: 950px;
    height: 1150px;
    border-radius: initial;
  }
}

.size-selection-modal-wrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 720px) {
  .size-selection-modal-wrapper {
    width: 400px;
    margin: 0 auto;
  }
}
.size-selection-modal-wrapper .tri-modal-header {
  height: auto;
  padding: 15px 15px 20px 25px;
  background: transparent;
}
@media (max-width: 1279.98px) {
  .size-selection-modal-wrapper .tri-modal-header {
    padding: 15px;
  }
}
.size-selection-modal-wrapper .tri-modal-header .close-icon {
  display: none;
}
.size-selection-modal-wrapper .product-attribute-size {
  display: none !important;
}
.size-selection-modal-wrapper .js-modal-size-wrapper {
  border-bottom: 1px solid #e6e8f1;
  border-top: 1px solid #e6e8f1;
}
.size-selection-modal-wrapper .js-modal-size-wrapper .js-input-selection-wrapper {
  margin: 10px;
}
.size-selection-modal-wrapper .js-modal-size-wrapper .js-input-selection-wrapper .align-items-start {
  margin-top: 8px !important;
}
.size-selection-modal-wrapper .tri-btn:disabled {
  background-color: #a4b0be;
  color: #fff !important;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.size-selection-modal-wrapper .tri-btn:disabled::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.size-selection-modal-wrapper .tri-btn {
  width: 310px;
  height: 40px;
  padding: 7px 43px;
  gap: 7px;
  border-radius: 26px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.size-selection-modal-wrapper .tri-btn::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.size-selection-modal-wrapper .tri-modal-body {
  margin: 0 15px;
  padding: 0;
}
.size-selection-modal-wrapper .tri-modal-body .size-selection-sizes {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.size-selection-modal-wrapper .tri-modal-body .size-selection-sizes .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.size-selection-modal-wrapper .size-selection-submit-button-wrapper {
  padding-top: 30px;
}

.product-page-quantity-wrapper {
  display: none;
}
@media (min-width: 720px) {
  .product-page-quantity-wrapper {
    display: block;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper {
  width: 188px;
  height: 30px;
  gap: 5px;
}
@media (max-width: 1279.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper {
    gap: 0 !important;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
  background: none;
  border: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
    width: 34px;
    height: 40px;
    border: solid 1px #666;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity span,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity span {
  line-height: 0;
  width: 17px !important;
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity path,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity path {
  fill: #000;
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
  border: solid 1px #000;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
    border-radius: 0 20px 20px 0;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity {
  border: solid 1px #000;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity {
    border-radius: 20px 0 0 20px;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
  border: 0;
  outline: none;
  width: 40px;
}
.product-page-quantity-wrapper .quantity-error-message {
  color: #df0000;
  position: absolute;
  color: #df0000;
  left: 17px;
  top: 40px;
  font-size: 0.75rem;
  line-height: 14px;
}
@media (min-width: 1280px) {
  .product-page-quantity-wrapper .quantity-error-message {
    top: 55px;
    left: 50px;
    font-size: 0.875rem;
    width: 200px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-page-quantity-wrapper .quantity-error-message {
    top: 12px;
    left: 110px;
    width: 130px;
  }
}

.product-cta-elements {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 15px;
  border-left: 0;
  border-right: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 -4px 4px 0 rgba(230, 234, 244, 0.25);
          box-shadow: 0 -4px 4px 0 rgba(230, 234, 244, 0.25);
}
@media (min-width: 720px) {
  .product-cta-elements {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: inline-block !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    z-index: initial;
    margin-left: 45px;
  }
}
.product-cta-elements.fix-app {
  bottom: 65px;
}
@media (max-width: 719.98px) {
  .product-cta-elements .quantity-error-message {
    bottom: 0;
    top: unset;
  }
}
.product-cta-elements .product-page-quantity-wrapper {
  display: block;
  margin: 0;
}
@media (max-width: 719.98px) {
  .product-cta-elements .product-page-quantity-wrapper {
    display: inline-block;
    width: 114px;
    height: 40px;
  }
}
@media (min-width: 720px) {
  .product-cta-elements .product-page-quantity-wrapper {
    display: none;
  }
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-label {
  display: none;
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper {
  height: auto;
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
  width: 80px;
  height: 40px;
}
@media (max-width: 1279.98px) {
  .product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
    width: 46px;
    height: 40px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}
.product-cta-elements .wish-list-button {
  background: #333;
  display: none;
}
@media (min-width: 1280px) {
  .product-cta-elements .wish-list-button {
    height: 50px;
  }
}
.product-cta-elements .wish-list-button path {
  stroke-width: 2px;
  stroke: #fff;
}
.product-cta-elements .wish-list-button .icon-heart-full path {
  stroke: #f30000;
  fill: #f30000;
}
@media (min-width: 1280px) {
  .product-cta-elements .cart-and-ipay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1439.98px) {
  .product-cta-elements .cart-and-ipay {
    width: 202px;
    height: 40px;
    display: inline-block;
  }
}
.product-cta-elements .cart-and-ipay .add-to-cart {
  padding: 7px 43px;
  border-radius: 26px;
  width: 202px;
  height: 40px;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: auto;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1280px) {
  .product-cta-elements .cart-and-ipay .add-to-cart {
    width: 305px;
    height: 45px;
    font-size: 18px;
    line-height: 27px;
  }
}
.product-cta-elements .cart-and-ipay .add-to-cart::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  margin-left: 12px;
}

.modal {
  padding: 0 !important;
}

.quick-view-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0;
}
@media (max-width: 719.98px) {
  .quick-view-dialog {
    height: auto;
    width: 95%;
    margin: 0 auto;
  }
}
.quick-view-dialog .modal-header {
  background: transparent;
  padding: 20px;
  border: 0;
  padding: 10px 30px;
}
.quick-view-dialog .modal-header .product-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  margin: 0 0 0 auto;
}
.quick-view-dialog .modal-header .product-close:hover {
  opacity: 1;
}
.quick-view-dialog .modal-header .product-close::before, .quick-view-dialog .modal-header .product-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 0;
}
.quick-view-dialog .modal-header .product-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quick-view-dialog .modal-header .product-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.quick-view-dialog .modal-content {
  max-width: 1200px;
}
@media (min-width: 720px) {
  .quick-view-dialog .modal-content {
    max-height: 800px;
  }
}
.quick-view-dialog .modal-body {
  max-height: unset;
  padding: 10px 30px;
}

.product-quickview {
  padding: 0;
}
.product-quickview .update-product-button-wrapper {
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .product-quickview .update-product-button-wrapper {
    padding: 30px 20px;
    border: 1px solid #e6e8f1;
  }
}
@media (max-width: 719.98px) {
  .product-quickview .update-product-button-wrapper .update-cart-product-global {
    height: 30px;
    width: 150px;
    font-size: 0.8125rem;
    margin: 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-vertical-image-carousel {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-main-image-carousel {
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow,
.product-quickview .product-main-image-carousel .product-carousel-pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-next {
    -webkit-transform: translateX(55px);
            transform: translateX(55px);
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-previous {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}
.product-quickview .product-page-quantity-wrapper {
  padding-bottom: 25px;
}
@media (min-width: 720px) {
  .product-quickview .product-page-quantity-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper {
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper .quantity-error-message {
    top: unset;
    bottom: -5px;
  }
}

@media (max-width: 719.98px) {
  .product-details-page ~ .page {
    padding-bottom: 70px;
  }
}

.product-sharing-options-modal .tri-modal-header {
  display: none !important;
}
.product-sharing-options-modal .modal-content {
  background-color: #fff !important;
  width: 340px;
  height: 180px;
  top: auto;
  left: auto;
  margin: auto;
  border-radius: 15px;
}
.product-sharing-options-modal .modal-content .font-weight-bold {
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
  width: 340px;
  height: 40px;
  padding: 0 20px;
}
.product-sharing-options-modal .modal-content .modal-title {
  width: 63px;
  height: 18px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  display: inline-block;
  color: #061023;
}
.product-sharing-options-modal .modal-content .close {
  width: 26px;
  height: 26px;
  border: solid 2px #000;
  border-radius: 20px;
}

.product-breadcrumb {
  padding-left: 10px !important;
}
.product-breadcrumb .breadcrumb {
  border-top: 0;
  font-size: 16px;
  font-weight: 400;
}
.product-breadcrumb .breadcrumb-link {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 27px;
  color: #666 !important;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
  line-height: 27px;
}

.redi-pdp {
  max-width: 1280px !important;
  margin-top: 34px;
}
@media (min-width: 720px) {
  .redi-pdp {
    margin-top: 0;
  }
}
.redi-pdp .recommendations {
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 20px 10px;
  margin-top: 25px;
}
@media (min-width: 720px) {
  .redi-pdp .recommendations {
    margin-top: 15px;
  }
}
.redi-pdp .you-might-like {
  background-color: #f1f2f6;
}

.redi-pdp .product-details-wrapper .attribute-labels-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.redi-pdp .product-details-wrapper .pdp-btns-selections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redi-pdp .product-details-wrapper .attribute-size-value {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 719.98px) {
  .redi-pdp .product-details-wrapper .attribute-size-value {
    font-size: 12px;
    line-height: 18px;
  }
}
.redi-pdp .product-details-wrapper .attribute-color-value {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 719.98px) {
  .redi-pdp .product-details-wrapper .attribute-color-value {
    font-size: 12px;
    line-height: 18px;
  }
}
.redi-pdp .product-details-wrapper .sku-label {
  color: #666 !important;
  font-family: "Poppins";
  font-size: 10px !important;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.redi-pdp .product-details-wrapper .product-info-wrapper {
  padding: 0 10px 0 0;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper {
    padding: 0;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .info-separator {
  line-height: 20px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .details {
    border: 0;
    padding: 27px 0;
  }
}
.redi-pdp .product-details-wrapper .sku-label {
  color: #727272;
  font-size: 0.8125rem;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .attribute-label-value .attribute-label {
  display: inline-block !important;
  margin-bottom: 0;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .attribute-label-value .attribute-label {
  display: inline-block !important;
  margin-bottom: 0;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .buttons-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 12px;
  width: 100%;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .buttons-wrapper {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background {
  width: 100%;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.selected {
  border: 1px solid #000;
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.selected {
    border-width: 3px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.unselectable {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
    margin-left: 25px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
  width: 20px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
    width: 24px;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
    width: 30px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button path {
  stroke-width: 2px;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button .svg-wrapper {
  margin: auto;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button .svg-icon-minus {
  display: none;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expanded .svg-icon-add-outline {
  display: none;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expanded .svg-icon-minus {
  display: block;
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expand-button-bigger-wrapper {
    width: 45px;
    height: 45px;
  }
}
.redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-option {
  min-width: 50px;
  height: 22px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #666;
  padding: 0 2px;
  color: #666;
  cursor: pointer;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-option {
    min-width: 43px;
    height: 26.11px;
    width: 43px;
  }
}
.redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-input:checked + .size-selection-option {
  background: #000;
  color: #fff;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-page-quantity-label {
    color: #000 !important;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .size-chart-link-wrapper a {
    font-size: 0.9375rem;
  }
}
.redi-pdp .product-details-wrapper .prices {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
  display: block !important;
  border-bottom: 1px solid #e6e8f1;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices {
    margin-top: 15px;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
}
.redi-pdp .product-details-wrapper .prices .price .sales {
  font-weight: 500;
}
.redi-pdp .product-details-wrapper .prices .price .value {
  letter-spacing: 0.5px;
}
.redi-pdp .product-details-wrapper .prices .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-red {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-red .value {
  font-family: Poppins;
  width: 93px;
  height: 33px;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .tri-tile-price-red .value {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    width: 107px;
    height: 39px;
    letter-spacing: normal;
  }
}
.redi-pdp .product-details-wrapper .prices .strike-through {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em !important;
  margin-right: auto;
  padding: 5px 0 0 15px;
  color: #666;
  padding-left: 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .strike-through {
    font-size: 18px !important;
    line-height: 27px;
  }
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-internet {
  font-family: Poppins;
  line-height: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 5px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 0;
  height: 12px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .tri-tile-price-internet {
    font-size: 15px;
    line-height: 10px;
  }
}

.redi-pdp .product-details-wrapper {
  border-radius: 15px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper {
    height: auto;
    display: grid !important;
    grid-template-columns: calc(40% - 10px) calc(60% - 10px);
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
    padding: 25px 20px 20px 10px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper {
    grid-template-columns: calc(47% - 10px) calc(53% - 10px);
  }
}
@media screen and (min-width: 720px) and (max-width: 1000px) {
  .redi-pdp .product-details-wrapper {
    grid-template-columns: calc(55% - 10px) calc(45% - 10px);
  }
}
@media screen and (min-width: 720px) and (max-width: 841px) {
  .redi-pdp .product-details-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.redi-pdp .product-details-wrapper .js-embedded-size-wrapper {
  padding: 20px 0;
  margin-bottom: 5px;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .js-embedded-size-wrapper {
    border-top: 2px solid #f5f5f5;
    padding: 20px 0 10px;
  }
}
.redi-pdp .product-details-wrapper .detail-sku-name-mobile {
  padding: 8px 15px 10px 8px;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .product-number {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .mt-2 {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .sharing-options-trigger {
    padding-right: 0;
  }
}
.redi-pdp .product-details-wrapper .detail-sku-name-mobile .font-weight-normal {
  height: 24px;
  padding: 0 8px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}
.redi-pdp .product-details-wrapper .product-page-colors-wrapper .buttons-wrapper {
  grid-template-columns: repeat(8, 1fr) !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 12px;
  padding-left: 0;
  margin-left: -3px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-page-colors-wrapper .buttons-wrapper {
    padding-left: 5px;
  }
}
.redi-pdp .product-details-wrapper .product-carousel-zoom-wrapper .tri-modal-body {
  background-color: #000;
}
.redi-pdp .product-details-wrapper .size-selection-modal-wrapper .modal-content {
  width: 340px;
  height: 290px;
  border-radius: 20px;
  background-color: #fff !important;
  margin: auto;
}
.redi-pdp .product-details-wrapper .size-selection-modal-wrapper .modal-content .modal-title {
  width: 234px;
  height: 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #333;
}
.redi-pdp .product-details-wrapper .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .price span {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.redi-pdp .product-details-wrapper .price span .text-decoration-none {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper {
    width: auto;
    height: auto;
    padding: 0 10px;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .close {
  width: 30px;
  height: 30px;
  border: solid 2px #000;
  border-radius: 20px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .svg-wrapper {
  width: 13.13px !important;
  height: 13.12px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show a {
  display: none;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .size-arrow-icon {
  display: none !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .size-selection-option {
  width: 43px;
  height: 24px;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .detail-sku-name {
    display: none;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .detail-sku-name .justify-content-start {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .js-modal-size-wrapper .js-input-selection-wrapper {
  height: 98px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-attribute-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-attribute-size a.ml-3 {
  margin-right: 5px;
  margin-left: 0 !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .js-input-selection-wrapper {
  width: 100%;
  height: auto;
  margin-top: 5px;
  display: inline-block;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .js-input-selection-wrapper {
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
  width: 193px;
  height: 61px;
  display: inline-block;
  margin-top: 0;
  padding-left: 55px;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
    height: 0;
    display: block;
    padding: 0 0 5px 5px !important;
    height: auto !important;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
    height: 60px;
    padding-left: 0;
    margin-top: 15px;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .font-weight-normal.m-0 {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  text-align: left;
  color: #061023;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-sharing-options-wrapper {
  padding-right: 10px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .attribute-color .attribute {
  margin-top: 0;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-number {
  font-family: "Poppins";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.redi-pdp .product-details-wrapper .attributes {
  border-top: 1px solid #e6e8f1;
  padding: 0 0 0 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .attributes {
    display: inline-block;
    padding: 0;
    border: 0;
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .attributes .color-value {
  max-height: none !important;
  max-width: none !important;
  height: 100%;
  outline: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.8);
}
.redi-pdp .product-details-wrapper .product-attribute-size .h-100 {
  text-decoration: none;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333 !important;
  margin-right: 10px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-attribute-size .h-100 {
    font-size: 14px;
    line-height: 21px;
    color: #666 !important;
  }
}
.redi-pdp .product-details-wrapper .size-arrow-icon {
  background-image: url("../../images/vector.png");
  width: 7px;
  height: 11px;
}
.redi-pdp .product-details-wrapper .attribute-label {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #061023;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .attribute-label {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
}
.redi-pdp .product-details-wrapper .size-input {
  max-width: 50px;
}

.product-details-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 720px) {
  .product-details-wrapper .detail-sku-name-mobile {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile {
    height: 64px;
    padding: 10px 16px;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .product-number {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .mt-2 {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .sharing-options-trigger {
    padding-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .font-weight-normal {
    width: 303px;
    height: 24px;
    color: #333;
    padding: 0 8px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
.product-details-wrapper .sku-label {
  color: #727272;
  font-size: 0.8125rem;
}
.product-details-wrapper .swatch {
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-radius: 50%;
  justify-self: center;
}
@media (min-width: 720px) {
  .product-details-wrapper .swatch {
    height: 20px;
    width: 20px;
  }
}
.product-details-wrapper .swatch:has(.swatch-background.selected) {
  border: 2px solid #fff !important;
  outline: 1px solid #333;
  height: 30px;
  width: 30px;
}
@media (min-width: 720px) {
  .product-details-wrapper .swatch:has(.swatch-background.selected) {
    height: 24px;
    width: 24px;
  }
}
.product-details-wrapper .swatch .swatch-background {
  width: 100%;
  border-radius: 20px;
}
.product-details-wrapper .swatch .swatch-background.selected {
  border: 0 !important;
  padding: 1px;
}
.product-details-wrapper .swatch .swatch-background.unselectable {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.product-details-wrapper .swatch .swatch-background[data-value=white], .product-details-wrapper .swatch .swatch-background[data-value=blanca], .product-details-wrapper .swatch .swatch-background[data-value=blanco] {
  border: 1px solid #e6eaf4 !important;
}
.product-details-wrapper .size-selection-sizes {
  width: 269px;
  height: auto;
}
.product-details-wrapper .size-selection-sizes .size-selection-option {
  width: 50px;
  height: 22px;
  width: 43px;
  height: 24px;
  border: 1px solid #727272;
  padding: 2px 5px;
  color: #727272;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 720px) {
  .product-details-wrapper .size-selection-sizes .size-selection-option {
    width: 50px;
    height: 22px;
  }
}
.product-details-wrapper .size-selection-sizes .size-selection-input:checked + .size-selection-option {
  background: #333;
  color: #fff;
}
.product-details-wrapper .size-selection-sizes .size-selection-input:disabled + .size-selection-option {
  background: #fff;
  color: #8c8c8c;
  border: 1px dashed #8c8c8c;
  cursor: not-allowed;
  position: relative;
}
.product-details-wrapper .size-selection-sizes .size-selection-input:disabled + .size-selection-option::after {
  content: "";
  position: absolute;
  width: 0;
  height: 15px;
  border-left: 1px dashed #8c8c8c;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1280px) {
  .product-details-wrapper .size-chart-link-wrapper a {
    font-size: 0.9375rem;
  }
}
.product-details-wrapper .prices {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
  display: block !important;
  border-bottom: 1px solid #e6e8f1;
  padding-left: 5px;
  padding-right: 5px;
}
.product-details-wrapper .prices .price .sales {
  font-weight: 500;
}
.product-details-wrapper .prices .price .value {
  letter-spacing: 0.5px;
}
.product-details-wrapper .prices .strike-through {
  font-family: "Poppins";
  font-size: 18px !important;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.01em !important;
  margin-right: auto;
  padding: 5px 0 0 15px;
  color: #666;
}
@media (min-width: 1280px) {
  .product-details-wrapper .prices .strike-through {
    font-size: 0.75rem;
  }
}
@media (max-width: 1439.98px) {
  .product-details-wrapper .prices .strike-through {
    font-size: 16px !important;
    line-height: 24px;
  }
}
.product-details-wrapper .prices .tri-tile-price-red {
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  .product-details-wrapper .prices .tri-tile-price-red {
    font-size: 0.9375rem;
  }
}

.product-wrapper .recommendations {
  padding-bottom: 20px;
}
.product-wrapper .recommendations .tri-product-carousel {
  margin-bottom: 0;
}
.product-wrapper .recommendations .recommendation-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 5px;
  color: #000;
}

.container.product-detail {
  margin-bottom: 2em;
  margin-top: 0;
}
@media (min-width: 720px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.product-app {
  padding: 4px 12px;
  margin-top: 5px;
  color: #fff;
  background-color: #f30000;
  border-radius: 4px;
  font-size: 11px;
  max-width: 176px;
}

.exclusive-app {
  pointer-events: none;
  background: #727272;
  color: #fff;
}

.block-error-price {
  pointer-events: none;
  background: #727271 !important;
  color: #fff;
}

.disabled-interaction {
  pointer-events: none;
}

.description-and-detail {
  padding: 0 !important;
}
@media (min-width: 1280px) {
  .description-and-detail {
    max-width: 800px;
  }
}
@media (min-width: 720px) {
  .description-and-detail {
    margin-top: 15px;
  }
}

.size-guide-modal {
  margin: 0;
  font-family: Poppins;
}
@media (min-width: 720px) {
  .size-guide-modal {
    margin: auto;
  }
  .size-guide-modal .modal-dialog {
    max-width: 740px;
  }
  .size-guide-modal .modal-content {
    overflow: auto;
    max-height: 540px;
    max-width: 740px;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 15px;
  }
  .size-guide-modal .sizechart-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  .size-guide-modal .sizechart-wrapper .content-asset {
    overflow: auto;
    max-height: 360px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar {
    width: 10px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar-thumb {
    background: #e6eaf4;
    border-radius: 10px;
  }
  .size-guide-modal .size-chart-guide-wrapper {
    padding: 0 15px 0 25px;
    margin: 0 !important;
    border: 0;
  }
}
.size-guide-modal .tri-modal-header,
.size-guide-modal .sizechart-table-heading,
.size-guide-modal .sizechart-heading,
.size-guide-modal .sizinginformation > p {
  display: none !important;
}
.size-guide-modal .tri-modal-body {
  padding: 0 15px;
}
@media (min-width: 720px) {
  .size-guide-modal .tri-modal-body {
    padding-bottom: 15px;
    max-height: 540px;
  }
}
.size-guide-modal .tip-size-chart {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #4f5663;
}
.size-guide-modal .sizechart-heading-modal {
  padding: 15px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.size-guide-modal .sizechart-heading-modal .title-modal {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #061023;
}
.size-guide-modal .sizechart-heading-modal .svg-icon-clear {
  height: auto;
}
.size-guide-modal .sizechart-heading-modal .close {
  border: 2px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-content: center;
}
.size-guide-modal .sizechart > div div:has(img) {
  display: none;
}
.size-guide-modal .sizechart > div div {
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.size-guide-modal .size-chart-guide-content-first,
.size-guide-modal .size-chart-guide-content-second {
  display: block !important;
}
.size-guide-modal .size-chart-guide-header {
  pointer-events: none;
}
.size-guide-modal .size-chart-guide-header h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #061023;
}
.size-guide-modal .size-chart-guide-header img {
  display: none !important;
}
.size-guide-modal .sizecharttable td,
.size-guide-modal .sizecharttable th {
  border: 1px solid #f1f2f6;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.size-guide-modal .sizecharttable tr:nth-child(2n+2) {
  background: #f0f0f0;
}
.size-guide-modal .sizecharttable tr:nth-child(2n+1) {
  background: #fff;
}
.size-guide-modal .sizecharttable th,
.size-guide-modal .sizecharttable tr td:first-child {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #061023;
  background: #f4f6fc;
}
.size-guide-modal .sizechart-footnote {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #4f5663;
  margin-left: 0;
}

.not-available-container {
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 20px;
  margin: 0 -10px;
  background-color: #fffbea;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #666;
}
@media (min-width: 1280px) {
  .not-available-container {
    border-radius: 12px;
    padding: 15px 25px;
    margin: 10px 0 0;
    width: 360px;
  }
}
.not-available-container p {
  font-size: 12px !important;
}
.not-available-container .not-available-icon {
  padding-top: 15px;
}
.not-available-container .link-category {
  color: #2e86de !important;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.add-to-cart-global {
  display: inline-block !important;
  border-radius: 26px;
}

.bundle-share {
  display: inline-block !important;
  margin: 0 !important;
}

.description-and-detail-set {
  max-width: 1250px !important;
  margin-left: 0;
  margin-bottom: 20px !important;
  margin-top: -10px !important;
}
@media (min-width: 1280px) {
  .description-and-detail-set {
    margin-right: auto;
    margin-left: auto;
  }
}

.bundle-footer .prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding: 20px 15px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity {
    display: block;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .pack-quantity {
  width: 50%;
  float: left;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .pack-quantity {
    width: 100%;
    float: none;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper {
  display: block !important;
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-page-quantity-label {
  display: none;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-page-quantity-label {
    display: block;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-quantity-input {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 21px;
  width: 40px;
  background-color: unset;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-quantity-input {
    border: 0;
    font-size: 16px;
    height: 30px;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .prices {
  width: 50%;
  float: right;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .prices {
    width: 100%;
    float: none;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .prices .price {
  font-size: 18px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .prices .price {
    font-size: 1.5rem;
  }
}
.bundle-footer .prices-add-to-cart-actions .cart-and-ipay {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .cart-and-ipay {
    margin-top: 0;
  }
}
.bundle-footer .prices-add-to-cart-actions .tri-btn {
  width: 230px;
}

.set-items .product-page-quantity-wrapper {
  display: block !important;
}
.set-items .product-page-quantity-label {
  display: none;
}
@media (min-width: 720px) {
  .set-items .product-page-quantity-label {
    display: block;
  }
}
.set-items .product-quantity-input {
  border-bottom: 1px solid #666 !important;
  border-top: 1px solid #666 !important;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 21px;
  width: 40px;
  background-color: unset;
}
@media (min-width: 720px) {
  .set-items .product-quantity-input {
    border: 0 !important;
    font-size: 16px;
    height: 30px;
  }
}
.set-items .product-cta-mobile {
  display: block;
}
@media (min-width: 720px) {
  .set-items .product-cta-mobile {
    display: none;
  }
}
.set-items .product-cta {
  display: none;
}
@media (min-width: 720px) {
  .set-items .product-cta {
    display: block;
  }
}
.set-items .add-to-cart {
  margin: 0;
  padding: 7px 43px;
  border-radius: 26px;
  width: 190px;
  height: 40px;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 720px) {
  .set-items .add-to-cart {
    width: 305px;
    height: 45px;
    font-size: 18px;
    line-height: 27px;
  }
}
.set-items .add-to-cart::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  margin-left: 12px;
}
.set-items .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .set-items .price-quantity {
    display: inline-block;
    margin-bottom: 0;
  }
}
.set-items .price-quantity .single-quantity {
  width: 50%;
  float: left;
}
@media (min-width: 720px) {
  .set-items .price-quantity .single-quantity {
    width: 100%;
    float: none;
  }
}
.set-items .price-quantity .product-cta-mobile {
  width: 50%;
  float: right;
}
@media (min-width: 720px) {
  .set-items .price-quantity .product-cta-mobile {
    width: 100%;
    float: none;
  }
}

.modal {
  padding: 0 !important;
}

.quick-view-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0;
}
@media (max-width: 719.98px) {
  .quick-view-dialog {
    height: auto;
    width: 95%;
    margin: 0 auto;
  }
}
.quick-view-dialog .modal-header {
  background: transparent;
  padding: 20px;
  border: 0;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.quick-view-dialog .modal-header .full-pdp-link {
  display: none;
}
.quick-view-dialog .modal-header .product-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  margin: 0 0 0 auto;
}
.quick-view-dialog .modal-header .product-close:hover {
  opacity: 1;
}
.quick-view-dialog .modal-header .product-close::before, .quick-view-dialog .modal-header .product-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 0;
}
.quick-view-dialog .modal-header .product-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quick-view-dialog .modal-header .product-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.quick-view-dialog .modal-content {
  max-width: 1200px;
  border-radius: 15px;
}
@media (min-width: 720px) {
  .quick-view-dialog .modal-content {
    max-height: 85%;
  }
}
.quick-view-dialog .modal-body {
  max-height: unset;
  padding: 20px;
  overflow: hidden;
}

.product-quickview {
  padding: 0;
  height: 100%;
}
.product-quickview .update-product-button-wrapper {
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .product-quickview .update-product-button-wrapper {
    padding: 30px 20px;
    border: 1px solid #e6e8f1;
  }
}
@media (max-width: 719.98px) {
  .product-quickview .update-product-button-wrapper .update-cart-product-global {
    height: 30px;
    width: 150px;
    font-size: 0.8125rem;
    margin: 0 auto;
  }
}
.product-quickview .product-details-wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 720px) {
  .product-quickview .product-details-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }
}
.product-quickview .product-image-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 10px;
  max-height: 700px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-vertical-image-carousel {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-main-image-carousel {
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow,
.product-quickview .product-main-image-carousel .product-carousel-pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-next {
    -webkit-transform: translateX(55px);
            transform: translateX(55px);
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-previous {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}
.product-quickview .product-page-quantity-wrapper {
  padding-bottom: 25px;
}
@media (min-width: 720px) {
  .product-quickview .product-page-quantity-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper {
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper .quantity-error-message {
    top: unset;
    bottom: -5px;
  }
}
.product-quickview .carousel-control-prev .icon-next,
.product-quickview .carousel-control-prev .icon-prev,
.product-quickview .carousel-control-next .icon-next,
.product-quickview .carousel-control-next .icon-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI3MCIgdmlld0JveD0iMTAgMTAgNTAgNTAiIGZpbGw9Im5vbmUiPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kZF8xNDU4XzQ4NzIpIj4KPHJlY3QgeD0iNTUiIHk9IjU1IiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDU1IDU1KSIgZmlsbD0iI0YzMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjciIHNoYXBlLXJlbmRlcmluZz0iY3Jpc3BFZGdlcyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMwLjUwOTIgNDMuMjQ2OEMzMC40NDY4IDQzLjE4NjYgMzAuMzk3NCA0My4xMTQ5IDMwLjM2MzYgNDMuMDM2MUMzMC4zMjk5IDQyLjk1NzMgMzAuMzEyNSA0Mi44NzI3IDMwLjMxMjUgNDIuNzg3NEMzMC4zMTI1IDQyLjcwMiAzMC4zMjk5IDQyLjYxNzUgMzAuMzYzNiA0Mi41Mzg3QzMwLjM5NzQgNDIuNDU5OCAzMC40NDY4IDQyLjM4ODIgMzAuNTA5MiA0Mi4zMjc5TDM4LjA3MDIgMzQuOTk5OEwzMC41MDkyIDI3LjY3MTdDMzAuMzgzNSAyNy41NDk5IDMwLjMxMjkgMjcuMzg0NiAzMC4zMTI5IDI3LjIxMjNDMzAuMzEyOSAyNy4wMzk5IDMwLjM4MzUgMjYuODc0NyAzMC41MDkyIDI2Ljc1MjhDMzAuNjM0OSAyNi42MzEgMzAuODA1NCAyNi41NjI1IDMwLjk4MzIgMjYuNTYyNUMzMS4xNjA5IDI2LjU2MjUgMzEuMzMxNCAyNi42MzEgMzEuNDU3MiAyNi43NTI4TDM5LjQ5MDggMzQuNTQwNEMzOS41NTMyIDM0LjYwMDYgMzkuNjAyNiAzNC42NzIzIDM5LjYzNjQgMzQuNzUxMUMzOS42NzAxIDM0LjgyOTkgMzkuNjg3NSAzNC45MTQ1IDM5LjY4NzUgMzQuOTk5OEMzOS42ODc1IDM1LjA4NTIgMzkuNjcwMSAzNS4xNjk3IDM5LjYzNjQgMzUuMjQ4NkMzOS42MDI2IDM1LjMyNzQgMzkuNTUzMiAzNS4zOTkgMzkuNDkwOCAzNS40NTkzTDMxLjQ1NzIgNDMuMjQ2OEMzMS4zOTUgNDMuMzA3MyAzMS4zMjExIDQzLjM1NTIgMzEuMjM5OCA0My4zODc5QzMxLjE1ODQgNDMuNDIwNyAzMS4wNzEyIDQzLjQzNzUgMzAuOTgzMiA0My40Mzc1QzMwLjg5NTEgNDMuNDM3NSAzMC44MDc5IDQzLjQyMDcgMzAuNzI2NiA0My4zODc5QzMwLjY0NTIgNDMuMzU1MiAzMC41NzE0IDQzLjMwNzMgMzAuNTA5MiA0My4yNDY4WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kZF8xNDU4XzQ4NzIiIHg9IjAiIHk9IjAiIHdpZHRoPSI3MCIgaGVpZ2h0PSI3MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNy41Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjY0MzEzNyAwIDAgMCAwIDAuNjkwMTk2IDAgMCAwIDAgMC43NDUwOTggMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ1OF80ODcyIi8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ1OF80ODcyIiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd18xNDU4XzQ4NzIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QyX2Ryb3BTaGFkb3dfMTQ1OF80ODcyIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPg==");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
.product-quickview .carousel-control-prev .icon-prev,
.product-quickview .carousel-control-next .icon-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-quickview .carousel-indicators {
  gap: 12px;
}
.product-quickview .carousel-indicators li {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}
.product-quickview .carousel-indicators li.active {
  background-color: #f30000;
}
.product-quickview .size-input > .size-selection-input:checked + .size-selection-option {
  color: #fff;
  background-color: #000;
}
.product-quickview .product-info-wrapper .details {
  border: 0;
  border-bottom: 1px solid #e6eaf4;
  font-family: Poppins;
}
.product-quickview .product-info-wrapper .details h5 {
  font-size: 1rem;
}
.product-quickview .product-info-wrapper .details .attribute-label {
  font-size: 14px;
}
.product-quickview .product-info-wrapper .details .expand-button {
  display: none !important;
}
.product-quickview .product-info-wrapper .product-page-quantity-input-wrapper {
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-quickview .product-info-wrapper .product-page-quantity-input-wrapper button {
  border: 1px solid #000;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.product-quickview .product-info-wrapper .product-page-quantity-input-wrapper input {
  font-size: 12px;
  font-weight: 600;
}
.product-quickview .product-info-wrapper .prices {
  margin-top: 10px;
}
.product-quickview .product-info-wrapper .prices .price {
  font-size: 1rem;
}
.product-quickview .product-info-wrapper .prices .list .strike-through {
  margin-right: 5px;
}
.product-quickview .product-info-wrapper .prices .tri-tile-price-internet {
  font-size: 14px;
}
.product-quickview .product-info-wrapper .size-selection-sizes {
  gap: 20px;
}
.product-quickview .product-info-wrapper .size-selection-sizes .size-input .size-selection-option {
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 14px;
  min-width: none;
  max-width: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: unset;
  background-color: #fff;
}
.product-quickview .product-info-wrapper .product-page-colors-wrapper img.selected + .swatch-mark {
  outline: 2px solid #000;
  border: 2px solid #fff;
}
.product-quickview .product-info-wrapper .product-page-colors-wrapper .swatch-mark {
  width: 24px;
  height: 24px;
}
.product-quickview .product-info-wrapper .cart-and-ipay {
  text-align: start;
  margin-top: 50px;
}
.product-quickview .product-info-wrapper .cart-and-ipay button {
  border: 0;
  border-radius: 60px;
  background-color: #f30000;
  padding: 12px 42px;
  font-size: 18px;
  font-weight: 500;
}
.product-quickview .product-info-wrapper .cart-and-ipay button:disabled {
  background-color: #8395a7;
}
.product-quickview .product-info-wrapper .cart-and-ipay button i {
  display: none;
}

.modal-dialog.quick-view-dialog .modal-footer {
  display: none;
}

.tri-pdp-link {
  font-size: 0.8125rem;
  font-weight: 500;
}

.tri-tile-price-internet {
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
@media (min-width: 1280px) {
  .tri-tile-price-internet {
    font-size: 0.75rem;
  }
}

.product-tile .image-container button {
  display: block;
}
.product-tile .image-container button .tile-image {
  width: 100%;
}
.product-tile .swatches .cs-button-swatches {
  text-decoration: none;
  border: 0;
  background-color: transparent;
}

.tri-product-tile {
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 720px) {
  .tri-product-tile {
    border-radius: 8px;
  }
}
.tri-product-tile .price {
  margin-top: 0;
  letter-spacing: 0.5px;
}
.tri-product-tile .tri-sales {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-tile .tri-sales {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tri-product-tile .tri-sales {
    font-size: 0.875rem;
  }
}
.tri-product-tile .tri-sales.tri-tile-price-red .value {
  display: inline-block;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-tile .tri-sales.tri-tile-price-red .value::first-letter {
    font-size: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tri-product-tile .tri-sales.tri-tile-price-red .value::first-letter {
    font-size: 0.9375rem;
  }
}
.tri-product-tile .tri-tile-dots {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 0.5;
}
@media (min-width: 1280px) {
  .tri-product-tile .tri-tile-dots {
    font-size: 1.875rem;
    line-height: 0.4;
  }
}
.tri-product-tile .tri-tile-body {
  padding: 12px 4px 0;
  font-family: Poppins;
}
.tri-product-tile .color-swatches {
  margin-top: 11px;
  width: 160px;
}
@media (min-width: 1280px) {
  .tri-product-tile .color-swatches {
    width: 200px;
  }
}
.tri-product-tile .color-swatches a .swatch-mark {
  width: 17px;
  height: 17px;
}
.tri-product-tile .color-swatches a + a {
  margin-left: 10px;
}
@media (min-width: 1280px) {
  .tri-product-tile .color-swatches a + a {
    margin-left: 15px;
  }
}
.tri-product-tile .strike-through {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-right: 5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-tile .strike-through {
    font-size: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tri-product-tile .strike-through {
    font-size: 0.9375rem;
  }
}
.tri-product-tile .strike-through .value {
  display: inline-block;
  text-decoration: line-through;
}
.tri-product-tile .strike-through .value::first-letter {
  margin-right: 0.5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-product-tile .strike-through .value::first-letter {
    font-size: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tri-product-tile .strike-through .value::first-letter {
    font-size: 0.6875rem;
  }
}
.tri-product-tile .tri-product-tile-name {
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tri-product-tile .rating-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
.tri-product-tile .rating-info span {
  font-family: Poppins;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #666;
}

.tri-swatch-square {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  outline: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.tri-swatch-square[data-value=blanca], .tri-swatch-square[data-value=white], .tri-swatch-square[data-value=blanco] {
  outline: 1px solid #333;
}

.tri-tile-price-red {
  color: #f30000;
}

.tri-selected-size-red {
  color: #df0000;
}

.tri-product-tag {
  left: 0;
  width: 40px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
@media (min-width: 1280px) {
  .tri-product-tag {
    width: 59px;
    height: 26px;
  }
}

.tri-product-tag-top {
  top: 10px;
}

.tri-product-tag-bottom {
  bottom: 14px;
}

.product-main-image-carousel .right-upper-corner .tag-content,
.product-main-image-carousel .right-upper-corner-mobile .tag-content {
  background-color: #8395a7 !important;
}

.product-tag-editable.left-upper-corner, .product-tag-editable.left-upper-corner-mobile {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 42.38px;
  height: 18.75px;
}
.product-tag-editable.left-lower-corner, .product-tag-editable.left-lower-corner-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-tag-editable.right-upper-corner, .product-tag-editable.right-upper-corner-mobile {
  position: absolute;
  top: 10px !important;
  right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 18.75px;
  text-wrap: nowrap;
}
.product-tag-editable.left-upper-corner, .product-tag-editable.left-lower-corner, .product-tag-editable.right-upper-corner {
  display: none;
}
@media (min-width: 1280px) {
  .product-tag-editable.left-upper-corner, .product-tag-editable.left-lower-corner, .product-tag-editable.right-upper-corner {
    display: block;
  }
}
.product-tag-editable.left-upper-corner-mobile, .product-tag-editable.left-lower-corner-mobile, .product-tag-editable.right-upper-corner-mobile {
  display: block;
}
@media (min-width: 1280px) {
  .product-tag-editable.left-upper-corner-mobile, .product-tag-editable.left-lower-corner-mobile, .product-tag-editable.right-upper-corner-mobile {
    display: none;
  }
}
.product-tag-editable .tag-content {
  min-height: 19px !important;
  padding: 2px 5px;
  border-radius: 65px;
}
.product-tag-editable .tag-content,
.product-tag-editable .tag-content-img {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .product-tag-editable .tag-content,
.product-tag-editable .tag-content-img {
    min-height: 28px;
  }
}

.tag-text {
  font-style: normal;
  color: #fff;
  font-family: "Poppins" !important;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.005em;
  text-align: center;
}

.tag-img {
  width: 100%;
}

.tri-tile-wishlist {
  background-color: rgba(255, 255, 255, 0.75);
  border: unset;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 3px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.45);
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tri-tile-wishlist .js-wishlist-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tri-tile-wishlist .icon-heart-full .svg-icon-heart path {
  fill: #df0000;
  stroke: #df0000;
}

.quickview {
  bottom: 10px;
  right: 10px;
  padding: 3px;
  width: 28px;
  height: 28px;
}
.quickview .fa-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.quickview .fa-expand::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.9375 6.05281V5.39268C5.9375 3.86143 7.16931 2.3574 8.70056 2.21448C10.5244 2.03754 12.0625 3.47351 12.0625 5.26337V6.20254' stroke='%23061023' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.42682 12.1034L3.58335 13.376C3.73307 14.7099 4.22307 15.8056 6.95891 15.8056H11.0422C13.7781 15.8056 14.2681 14.7099 14.411 13.376L14.9214 9.29269C15.1052 7.63214 14.6288 6.27783 11.7228 6.27783H6.27835C3.37238 6.27783 2.89599 7.63214 3.07974 9.29269' stroke='%23061023' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3779 9H11.3841' stroke='%23061023' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.61401 9H6.62013' stroke='%23061023' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.alert-wishlist-error {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.alert-wishlist-error.show {
  display: block;
}

.form-nav .nav-tabs .nav-link {
  color: #fbfcff;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #fbfcff;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 1280px) {
  .form-nav .nav-item > .nav-link {
    color: #fbfcff;
  }
}
.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.25rem;
  background-color: #b6b7bd;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em;
  /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em;
  /* 10/16 */
  border-right: solid transparent 0.625em;
  /* 10/16 */
  border-top: solid #b6b7bd 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.breadcrumb {
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #a1a1a1;
  line-height: 27px;
}
.breadcrumb .breadcrumb-item .breadcrumb-link {
  color: #a1a1a1;
  line-height: 27px;
  letter-spacing: 1px;
}
.breadcrumb .breadcrumb-item .breadcrumb-link:hover {
  color: #727272 !important;
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #c4c4c4;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #1acd33;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.minicart {
  position: relative;
}
.minicart h1 {
  font-size: 1rem;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #e4e3e2;
}
.minicart .remove-btn {
  color: #a1a1a1;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
}
.minicart .minicart-footer {
  border-top: 1px solid #c4c4c4;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 600;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 320px) and (max-width: 719.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 720px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 319.98px) {
  .hide-no-link {
    display: none;
  }
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.25rem;
  background-color: #b6b7bd;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em;
  /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em;
  /* 10/16 */
  border-right: solid transparent 0.625em;
  /* 10/16 */
  border-top: solid #b6b7bd 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1acd33;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1acd33;
  border-radius: 0.69em;
  background-color: #1acd33;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.site-search {
  position: relative;
  height: 2.5em;
  /* 40/16 */
}
@media (min-width: 320px) {
  .site-search {
    margin-right: 0.5em;
    /* 20/16 */
  }
}
@media (min-width: 1440px) {
  .site-search {
    width: 20em;
    /* 320/16 */
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .site-search {
    width: 14.0625em;
    /* 225/16 */
  }
}
@media (min-width: 320px) and (max-width: 719.98px) {
  .site-search {
    width: 12.5em;
    /* 200/16 */
  }
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  border: none;
  top: 0.5625em;
  /* 9/16 */
  right: 0.5625em;
  /* 9/16 */
  padding: 0;
  background-color: transparent;
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0.5625em;
  /* 9/16 */
  right: 2em;
  /* 32/16 */
  padding: 0;
  background-color: transparent;
}
.site-search input {
  padding-right: 2rem;
  height: 100%;
}

@media (max-width: 319.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: relative;
}

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 21.875rem;
  z-index: 3;
}
.suggestions .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.suggestions .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.suggestions .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.suggestions .header {
  color: #a1a1a1;
  font-size: 0.875em;
  padding-top: 0.625em;
}
.suggestions .header:not(:first-child) {
  border-top: 1px solid #c4c4c4;
}
.suggestions .items {
  padding: 0.313em 0;
}
.suggestions .item {
  padding-bottom: 0.625em;
}
.suggestions .item .name {
  margin-top: 0.313em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 319.98px) {
  .suggestions .item {
    padding-bottom: 0.938em;
  }
}
.suggestions .category-parent {
  color: #a1a1a1;
  font-size: 0.875em;
}
.suggestions .selected {
  background-color: #a1a1a1;
}
.suggestions .container {
  list-style-type: none;
}

.more-below {
  -moz-border-radius: 1.25em;
  background: #c4c4c4;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.tri-suggestions-wrapper {
  width: 100%;
  position: relative;
  z-index: 5;
}
.tri-suggestions-wrapper .tri-suggestions {
  border: 0;
  padding: 40px 20px 20px;
  width: 99.9%;
  top: -12px;
  border-radius: 0 0 1.25rem 1.25rem;
  min-height: 320px;
}
@media (min-width: 1280px) {
  .tri-suggestions-wrapper .tri-suggestions {
    overflow-y: scroll;
  }
}
.tri-suggestions-wrapper .tri-suggestions .header {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
}
.tri-suggestions-wrapper .tri-suggestions .header:not(:first-child) {
  border-top: 0;
}
@media (min-width: 720px) {
  .tri-suggestions-wrapper .tri-suggestions .subtitle {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #333;
    padding-left: 0;
    padding-right: 0;
  }
}
.tri-suggestions-wrapper .tri-search-suggestions-list {
  padding-left: 26px;
  letter-spacing: 0.15px;
  margin-bottom: 0;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-suggestions-wrapper .tri-search-suggestions-list {
    -webkit-padding-start: 67px;
            padding-inline-start: 67px;
    padding: 0 67px;
  }
}
@media (min-width: 720px) {
  .tri-suggestions-wrapper .tri-search-suggestions-list {
    padding-left: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items {
  gap: 20px;
}
.tri-suggestions-wrapper .tri-search-suggestions-link {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #000;
  text-decoration: none;
}
.tri-suggestions-wrapper .tri-search-suggestions-link:hover {
  color: #df0000;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-suggestions-wrapper .container {
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  .tri-suggestions-wrapper .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-field.form-control::-webkit-input-placeholder {
  opacity: 0;
}
.search-field.form-control::-moz-placeholder {
  opacity: 0;
}
.search-field.form-control:-ms-input-placeholder {
  opacity: 0;
}
.search-field.form-control::-ms-input-placeholder {
  opacity: 0;
}
.search-field.form-control::placeholder {
  opacity: 0;
}

.suggestion-wrapper {
  -webkit-box-shadow: 0 15px 10px 0 rgba(164, 176, 190, 0.1);
          box-shadow: 0 15px 10px 0 rgba(164, 176, 190, 0.1);
}
@media (min-width: 720px) {
  .suggestion-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.suggestion-wrapper:has(.exact-category) .suggestion-categories {
  display: none;
}

.mobile-suggestions-container {
  display: none;
}

@media (max-width: 1279.98px) {
  .tri-suggestions-height {
    height: 100%;
  }
}
.tri-suggestions-height.header-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1200;
  background-color: #000;
}
.tri-suggestions-height.header-container .mobile-suggestions-container {
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: absolute;
  display: block;
}
@media (min-width: 1280px) {
  .tri-suggestions-height.header-container .mobile-suggestions-container {
    display: none;
    width: 100%;
  }
}
.tri-suggestions-height.header-container .mobile-suggestions-container .header {
  padding-top: unset;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .subtitle {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #333;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .container-background {
  height: 100vh;
  width: 94%;
  position: absolute;
  right: 0;
  background: #fff;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-suggestions {
  padding: 0;
  position: relative;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-suggestions-wrapper {
  top: 0;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-list {
  padding: 15px 15px 0;
}
@media (min-width: 1280px) {
  .tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-list {
    padding: 15px;
  }
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-list.suggestion-categories {
  padding: 10px 15px 15px;
}
@media (min-width: 1280px) {
  .tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-list.suggestion-categories {
    padding: 15px;
  }
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-list .items {
  gap: 10px;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-mobile-overlay {
  position: relative;
  display: block;
  width: unset;
  height: unset;
  background-color: unset;
  top: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: unset;
  padding: 15px 15px 0;
  margin-top: 20px;
  -webkit-box-shadow: 0 -10px 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 -10px 15px 0 rgba(164, 176, 190, 0.2);
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-recommendations {
  padding-left: 0;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-title {
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5019607843);
  margin-bottom: 5px;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-suggestions-title span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #333;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-search-close-suggestions {
  display: unset;
  margin-left: auto;
  background-color: #fff;
  border: 0;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-site-search-mobile.site-search {
  width: auto;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6eaf4;
}
.tri-suggestions-height.header-container .mobile-suggestions-container .tri-site-search-mobile.site-search .tri-search-icon-mobile {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tri-search-close-suggestions-mobile {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  background-color: transparent;
  border: 0;
  border-right: 1px solid #a4b0be;
}
.tri-search-close-suggestions-mobile.active {
  display: block;
}

.tri-suggestions-wrapper .tri-search-suggestions-list {
  list-style: none;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category {
  margin-top: 0;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category .item {
  background-color: #333;
  color: #fff;
  min-width: 180px;
  height: 30px;
  padding: 2px 10px;
}
@media (min-width: 1280px) {
  .tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category .item {
    height: 33px;
    padding: 4px 10px;
  }
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category .item a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 1280px) {
  .tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category .item a {
    font-size: 14px;
  }
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category ~ .suggestion-products .tri-search-suggestions-text,
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category ~ .suggestion-categories .tri-search-suggestions-text {
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #333;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category + .suggestion-products-title .subtitle, .tri-suggestions-wrapper .tri-search-suggestions-list .items.exact-category ~ .suggestion-categories-title .subtitle {
  color: #000 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.suggestion-products, .tri-suggestions-wrapper .tri-search-suggestions-list .items.suggestion-categories {
  display: block;
  margin-top: 0;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .items.suggestion-products .item, .tri-suggestions-wrapper .tri-search-suggestions-list .items.suggestion-categories .item {
  background-color: unset;
  border-radius: unset;
  display: block;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .item {
  background-color: rgba(230, 234, 244, 0.5019607843);
  border-radius: 1.25rem;
  padding: 4px 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  text-align: center;
}
.tri-suggestions-wrapper .tri-search-suggestions-list .item .tri-search-suggestions-text {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  margin: 0;
}
@media (min-width: 1280px) {
  .tri-suggestions-wrapper .tri-search-suggestions-list .item .tri-search-suggestions-text {
    font-size: 13px;
  }
}
.tri-suggestions-wrapper .tri-search-suggestions-list .item .tri-search-suggestions-text .highlight {
  font-weight: 600;
  color: #000;
}

.fixed-top .tri-search-close-suggestions {
  display: none;
}

.tri-search-recommendations {
  padding-left: 26px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-search-recommendations {
    padding: 0 67px 50px;
  }
}
@media (min-width: 1280px) {
  .tri-search-recommendations {
    max-width: 81%;
    padding-left: 71px;
    padding-right: 0;
  }
}
.tri-search-recommendations .header {
  padding-bottom: 19px;
}
@media (min-width: 1280px) {
  .tri-search-recommendations .tri-search-suggestions-products {
    padding-left: 0;
  }
}

.tri-search-close-suggestions {
  right: -50px;
  top: 5px;
}
@media (max-width: 1439.98px) {
  .tri-search-close-suggestions {
    display: none;
  }
}
@media (min-width: 1280px) {
  .tri-search-close-suggestions {
    right: 20px;
    padding: 0;
  }
}

.tri-search-mobile-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 51px;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 1px 5px #e5e5e5;
          box-shadow: 0 1px 5px #e5e5e5;
  z-index: 2;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .tri-search-mobile-overlay {
    height: 70px;
  }
}

.tri-search-mobile-icon {
  cursor: pointer;
  display: none;
}

.tri-search-suggestions-products {
  margin-bottom: 25px;
}

.tri-wishlist-empty {
  height: 80vh;
  text-align: center;
}
@media (min-width: 1280px) {
  .tri-wishlist-empty {
    padding: 40px 50px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .tri-wishlist-empty .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 900px;
  }
}
@media (max-width: 719.98px) {
  .tri-wishlist-empty h1 {
    font-size: 15px;
  }
}

.wishlist-filter-btn {
  height: 39px;
}

.wishlist-full-modal-wrapper {
  margin: 0 auto !important;
  width: 95vw;
  min-width: unset !important;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .wishlist-full-modal-wrapper {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .wishlist-full-modal-wrapper {
    width: 900px;
    max-width: unset !important;
  }
}
@media (max-width: 1279.98px) {
  .wishlist-full-modal-wrapper .modal-footer {
    border: 0;
  }
}

@media (min-width: 1280px) {
  .wishlist-full-modal {
    margin-top: 20px;
  }
}
.wishlist-full-modal .title-container {
  margin-left: 15px;
  height: 50px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .wishlist-full-modal .title-container {
    margin-left: 25px;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .wishlist-full-modal .title-container {
    height: auto;
    margin-left: 40px;
    margin-top: 10px;
  }
}
.wishlist-full-modal .title-container .title {
  font-weight: 500;
  font-size: 1.3125rem;
}
@media (min-width: 1280px) {
  .wishlist-full-modal .title-container .title {
    font-size: 1.5625rem;
    font-weight: normal;
  }
}
.wishlist-full-modal .svg-icon-wishlist {
  margin: 0 !important;
}
.wishlist-full-modal .text-body-lg + .content-asset {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (max-width: 1279.98px) {
  .wishlist-advanced-filters-wrapper .refinement-bar {
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 2000;
    max-width: 100%;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .card-body ul {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .wishlist-advanced-filters-wrapper .refinement-bar {
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    left: 30%;
    position: fixed;
    top: 10%;
    height: 80vh;
    z-index: 2000;
    max-width: 40%;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .card-body {
    padding-left: 35px;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .card-body ul {
    max-width: 100%;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .filter-body .search-control {
    padding: 5px 20px;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .filter-body ul {
    margin-bottom: 0;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .filter-footer {
    max-width: 40%;
    bottom: 10%;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .filter-footer .result-count {
    display: inline-block !important;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .refine-sidebar .collapsible-xxl.active button.title {
    color: #000;
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .refine-sidebar .collapsible-xxl.active .title::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25024 15.3745L12.0002 8.62451L18.7502 15.3745' stroke='black' stroke-width='1.64444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .collapsible-xxl.active .title::after {
    content: "";
  }
  .wishlist-advanced-filters-wrapper .refinement-bar .results-count-info {
    border-left: 0;
  }
}
.wishlist-advanced-filters-wrapper .model-product-search-control {
  position: unset;
  left: unset;
}
.wishlist-advanced-filters-wrapper .refinements.refinements-top {
  position: unset;
  left: unset;
}
.wishlist-advanced-filters-wrapper .refinements.refinements-top .boolean-filter,
.wishlist-advanced-filters-wrapper .refinements.refinements-top .color-filter {
  margin-right: 0 !important;
}

@media (min-width: 320px) and (max-width: 719.98px) {
  .refinements-top .refinement.collapsible-xxl.active .search-control ~ .wishlist-top-category {
    right: 5%;
  }
}
.refinements-top .refinement.collapsible-xxl.active .search-control ~ .wishlist-top-category .content.row {
  margin: 0;
}
.refinements-top .refinement.collapsible-xxl.active .search-control ~ .wishlist-top-category .category-atrtibute {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  justify-items: flex-start;
}

.js-wishlist-container .swiper-carousel {
  z-index: 0;
}
.js-wishlist-container .page-layout-refinement {
  gap: 10px;
}
@media (max-width: 1279.98px) {
  .js-wishlist-container .page-layout-refinement .show-four-tiles-container {
    display: none !important;
  }
}

.minicart {
  position: relative;
  font-family: Poppins;
}
.minicart .popover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
.minicart .popover .header-minicart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin: -8.75px -15px 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
  padding: 15px;
}
.minicart .popover .header-minicart .minicart-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #061023;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.minicart .popover .header-minicart .minicart-title .number-of-items,
.minicart .popover .header-minicart .minicart-title .title {
  font-size: 14px;
  margin-top: 2px;
}
.minicart .popover .header-minicart .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22.5px;
  height: 22.5px;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  font-size: 24px;
}
.minicart .popover .header-minicart .close span {
  margin-top: -8px;
  width: 22.5px;
  height: 22.5px;
}
.minicart .popover .container.cart {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 420px;
  margin-right: 0;
  overflow: hidden;
}
.minicart .popover .products-container-minicart {
  max-height: calc(100% - 222px);
}
.minicart .popover .product-summary {
  max-height: calc(100% - 45px);
  overflow-y: auto;
  margin-bottom: 1px;
}
.minicart .popover .product-summary::-webkit-scrollbar {
  width: 4px;
}
.minicart .popover .product-summary::-webkit-scrollbar-thumb {
  background-color: #a1a1a1;
  border-radius: 10px;
}
.minicart .popover .product-summary::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c4;
}
.minicart .popover .product-summary::-webkit-scrollbar-track {
  background-color: #f1f2f6;
}
.minicart .popover .product-summary .line-item-wrapper:not(:last-child) .card-body {
  padding-bottom: 0;
}
.minicart .popover .product-line-item-details {
  padding-bottom: 10px;
  overflow: hidden;
}
.minicart .popover .item-image {
  width: 120px;
  height: auto;
}
.minicart .popover .item-image img.product-image {
  max-height: unset;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.minicart .popover .line-selectable-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
}
.minicart .popover .line-selectable-attributes .line-item-attributes:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.minicart .popover .line-selectable-attributes .line-item-attributes:first-child .swatch-background {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.minicart .popover .line-selectable-attributes .line-item-attributes:first-child .swatch-background[data-value=white], .minicart .popover .line-selectable-attributes .line-item-attributes:first-child .swatch-background[data-value=blanca], .minicart .popover .line-selectable-attributes .line-item-attributes:first-child .swatch-background[data-value=blanco] {
  border: 1px solid #e6eaf4;
}
.minicart .popover .line-selectable-attributes .line-item-attributes:first-child::before {
  display: none;
}
.minicart .popover .line-selectable-attributes .line-item-attributes {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  color: #727272;
}
.minicart .popover .line-selectable-attributes .line-item-attributes .line-item-display-name {
  font-weight: 400;
  margin-right: 5px;
}
.minicart .popover .unit-price {
  font-family: Poppins;
}
.minicart .popover .unit-price .strike-through {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: line-through;
  color: #8395a7;
  margin-right: 10px;
}
.minicart .popover .unit-price .tri-sales .value {
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  color: #f30000;
}
.minicart .popover .quantity-input-wrapper {
  background-color: #fff;
  height: 30px;
  padding: 0 5px;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minicart .popover .quantity-input-wrapper .js-quantity-input {
  border: 1px solid #8395a7;
  height: 30px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #000;
}
.minicart .popover .quantity-input-wrapper button {
  border: 0;
  width: 24px;
  height: 24px;
  color: #8395a7;
}
.minicart .popover .quantity-error-message {
  max-width: 220px;
  left: 0;
  top: 100%;
  font-size: 12px;
  line-height: 1.3;
  font-size: 9px;
  text-wrap: nowrap;
}
.minicart .popover .line-item-wrapper .line-item-divider {
  border-color: #d9d9d9;
}
.minicart .popover .line-item-wrapper:last-of-type .line-item-divider {
  display: none;
}
.minicart .popover .line-item-wrapper .card {
  background: transparent;
}
.minicart .popover .minicart-footer {
  border-top: 0;
  margin: 0 -15px;
  padding: 10px 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
}
.minicart .popover .minicart-footer .estimated-total {
  padding: 0 5px;
}
.minicart .popover .minicart-footer .sub-total-label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: #000;
}
.minicart .popover .minicart-footer .sub-total-value {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #000;
}
.minicart .popover .minicart-footer .order-discount-label,
.minicart .popover .minicart-footer .order-discount-total-value {
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  color: #333;
}
.minicart .popover .minicart-footer .total-grand-container {
  margin-top: 5px;
  padding: 4px 15px;
  border-top: 1px dashed #8395a7;
  border-bottom: 1px dashed #8395a7;
  margin-bottom: 25px;
}
.minicart .popover .minicart-footer .total-grand-container .grand-total-label,
.minicart .popover .minicart-footer .total-grand-container .grand-total-value {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
}
.minicart .popover .checkout-continue {
  position: relative;
}
.minicart .popover .checkout-continue .checkout-btn {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-radius: 20px;
}
.minicart .popover .checkout-continue .cart-show {
  background-color: #eb4d4b !important;
}
.minicart .popover .checkout-continue .checkout-begin {
  border: 1px solid #eb4d4b !important;
  background-color: #fff !important;
  color: #eb4d4b !important;
}
.minicart .minicart-background {
  display: none;
  position: absolute;
  background: #f1f2f6;
  width: 87px;
  height: 50px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279.98px) {
  .minicart .minicart-background {
    display: none !important;
  }
}
.minicart .minicart-total {
  position: relative;
  z-index: 2;
}
@media (max-width: 719.98px) {
  .minicart .minicart-total .svg-icon-bag {
    display: none;
  }
}
.minicart .minicart-total.cart-with-products-custom .svg-icon-bag-mobile-inactive {
  display: none;
}
.minicart .minicart-total.empty-cart .svg-icon-bag-mobile-active {
  display: none;
}
.minicart .minicart-total.empty-cart .tri-minicart-quantity {
  display: none;
}
.minicart .cart {
  background-color: #fff;
}
.minicart .cart .card {
  border: 0;
}
.minicart .item-attributes {
  position: relative;
}
.minicart .item-attributes .remove-product-minicart {
  position: absolute;
  top: 50%;
  left: 210px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.minicart .item-attributes .remove-product-minicart.bundle-remove {
  right: 5px;
  top: 15%;
}
.minicart .line-item-name {
  width: 80% !important;
}
.minicart .line-item-name h6 {
  margin: 0;
  color: #061023;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.minicart .remove-product {
  background-color: transparent;
}

.remove-product-modal .modal-dialog {
  max-width: unset;
}
@media (min-width: 720px) {
  .remove-product-modal .modal-dialog {
    max-width: 340px;
    margin: 0 auto !important;
  }
}
.remove-product-modal .modal-content {
  border-radius: 15px;
  width: 95%;
  padding: 0;
  overflow: hidden;
}
.remove-product-modal .modal-footer {
  margin-top: 8px;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
}
.remove-product-modal .modal-footer .cart-delete-confirmation-btn {
  height: 36px;
  border-radius: 30px;
  background-color: #eb4d4b;
  color: #fff;
}
.remove-product-modal .modal-footer .tri-btn {
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 16.41px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.remove-product-modal .modal-footer .tri-btn-ghost {
  border: 0;
  color: #000;
}
.remove-product-modal .delete-confirmation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 15px 18px;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.25);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.25);
  color: #061023;
}
.remove-product-modal .delete-confirmation-body span {
  width: 80%;
}
.remove-product-modal .delete-confirmation-body .close {
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.5px;
  height: 22.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.remove-product-modal .delete-confirmation-body .close span {
  height: 22.5px;
  font-weight: 400;
}

.test-car {
  border: 2px solid #523;
}

@media (max-width: 1279.98px) {
  .title-carousel-offer {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1279.98px) {
  .timer-container {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (min-width: 1280px) {
  .timer-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.countdown-container {
  width: 284px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.offer-label {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
@media (min-width: 720px) {
  .offer-label {
    font-size: 16px;
    margin-right: 31px;
    text-align: left;
  }
}
@media (max-width: 719.98px) {
  .offer-label {
    width: 100%;
    margin-bottom: 4px;
  }
}

.offer-number {
  width: 44px;
  font-size: 24px;
  font-family: "Digital Numbers", sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

@media (min-width: 720px) {
  .sign-counter {
    width: 32px;
    text-align: center;
    color: #333;
    font-size: 28px;
  }
}

.offer-tittle {
  font-size: 20px !important;
  font-family: "Poppins";
  margin: 0 20px;
  font-weight: 500;
}
@media (min-width: 720px) {
  .offer-tittle {
    font-size: 30px !important;
  }
}

.offer-button-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.offer-button-wrapper .see-all-offer {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #df0000;
  border: 0;
  border-radius: 2.5rem;
  color: #fff !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3.75rem;
  text-decoration: none;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

#map {
  /* stylelint-disable-line */
  height: 400px;
  width: 100%;
}

.footer-wrapper {
  background: transparent;
  padding: 0;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-wrapper {
    margin: 0 50px;
  }
}
@media (min-width: 1280px) {
  .footer-wrapper {
    margin-top: 18px;
  }
}

.footer-delivery {
  background-color: #f1f2f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-radius: 8px;
  margin-top: 30px;
}
@media (min-width: 720px) {
  .footer-delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer-delivery .content-asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-delivery-divider {
  background: #fff;
  width: 97%;
  height: 1px;
  margin: auto;
}
@media (min-width: 720px) {
  .footer-delivery-divider {
    width: 1px;
    height: auto;
    margin: 0;
  }
}

.footer-delivery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media (min-width: 720px) {
  .footer-delivery-card {
    max-width: 440px;
  }
}
.footer-delivery-card .footer-delivery-card-header {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.footer-delivery-card-text {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 720px) {
  .footer-delivery-card-text {
    max-width: 316px;
  }
}

.footer-delivery-cta {
  height: 32px;
  padding: 8px 50px;
  border-radius: 30px;
  background-color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.footer-delivery-cta:hover {
  font-weight: 600;
}

.footer-delivery-icon {
  width: 50px;
  margin: 0 auto 10px;
}

.footer-newsletter {
  background: #222;
  padding: 0;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 25px 0;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-newsletter-header {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.39px;
  font-size: 0.9375rem;
}
@media (min-width: 720px) {
  .footer-newsletter-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .footer-newsletter-header {
    font-size: 1.25rem;
  }
}

.footer-newsletter-info {
  padding: 20px 10px;
  text-align: center;
  font-family: Poppins;
}
@media (min-width: 720px) {
  .footer-newsletter-info {
    max-width: 500px;
    min-width: 440px;
  }
}
.footer-newsletter-info h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.footer-newsletter-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-newsletter-social-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-newsletter-social-link-icon {
  height: 40px;
  width: 40px;
}

.footer-newsletter-divider {
  width: 98%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 720px) {
  .footer-newsletter-divider {
    width: 1px;
    height: auto;
  }
}

.footer-newsletter-content-wrapper,
.footer-newsletter-content-wrapper-subscribed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-newsletter-content-wrapper,
.footer-newsletter-content-wrapper-subscribed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer-newsletter-content-wrapper,
.footer-newsletter-content-wrapper-subscribed {
    max-width: 500px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer-newsletter-content-wrapper input:focus::-webkit-input-placeholder, .footer-newsletter-content-wrapper-subscribed input:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer-newsletter-content-wrapper input:focus::-moz-placeholder, .footer-newsletter-content-wrapper-subscribed input:focus::-moz-placeholder {
  color: transparent;
}
.footer-newsletter-content-wrapper input:focus:-ms-input-placeholder, .footer-newsletter-content-wrapper-subscribed input:focus:-ms-input-placeholder {
  color: transparent;
}
.footer-newsletter-content-wrapper input:focus::-ms-input-placeholder, .footer-newsletter-content-wrapper-subscribed input:focus::-ms-input-placeholder {
  color: transparent;
}
.footer-newsletter-content-wrapper input:focus::placeholder,
.footer-newsletter-content-wrapper-subscribed input:focus::placeholder {
  color: transparent;
}

.footer-newsletter-content-wrapper-subscribed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-newsletter-content-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-newsletter-subscribe {
  padding: 20px 7px;
  font-family: Poppins;
  text-align: center;
}
@media (min-width: 720px) {
  .footer-newsletter-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 440px;
  }
  .footer-newsletter-subscribe form {
    width: 100%;
  }
}
.footer-newsletter-subscribe h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.footer-newsletter-subscribe p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.newsletter-success p,
.newsletter-subscribed p {
  margin: 0rem 0rem 0rem 0.3125rem;
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .newsletter-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.footer-newsletter-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .footer-newsletter-input-wrapper {
    margin-top: 30px;
    padding: 0 30px;
  }
}
.footer-newsletter-input-wrapper .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-newsletter-input-wrapper .form-group input {
  height: 32px;
  padding: 12px 14px;
  border-radius: 30px 0 0 30px;
  border-bottom: 0;
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group input::-webkit-input-placeholder {
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group input::-moz-placeholder {
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group input:-ms-input-placeholder {
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group input::-ms-input-placeholder {
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group input::placeholder {
  color: #727272;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.53125px;
}
.footer-newsletter-input-wrapper .form-group .invalid-feedback {
  top: 50px !important;
}

.footer-newsletter-input {
  height: 40px;
  margin: 0 10px 0 0;
  padding: 9px 13px;
  background-color: #fff;
  outline: none;
  border: 0;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-newsletter-input {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media (min-width: 720px) {
  .footer-newsletter-input {
    padding: 9px 47px 9px 13px;
  }
}

.footer-newsletter-submit {
  height: 32px;
  padding: 12px 10px;
  border-radius: 0 30px 30px 0;
  border: 1px solid #e6eaf4;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.53125px;
}

.footer-info {
  padding: 0 35px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-info {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .footer-info {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info .footer-access-links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer-info.footer-info-simple .footer-customer-service {
  display: none;
}
@media (min-width: 1280px) {
  .footer-info.footer-info-simple .footer-customer-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-customer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px 20px;
  border-bottom: 1px solid #333;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-customer-service {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    padding: 50px 10px;
  }
}
@media (min-width: 1280px) {
  .footer-customer-service {
    border: 0;
  }
}

.footer-customer-service-section {
  padding: 5px 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-customer-service-section {
    padding: 25px;
    text-align: center;
  }
}
.footer-customer-service-section a {
  text-decoration: none;
}
.footer-customer-service-section:last-of-type p {
  margin: 0;
}

.footer-customer-service-divider {
  display: none;
  background: #e4e3e2;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-customer-service-divider {
    display: block;
  }
}

.footer-access-links {
  display: grid;
  margin-top: 25px;
  grid-template-columns: 1fr;
  row-gap: 10px;
  padding-bottom: 0;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-access-links {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 1280px) {
  .footer-access-links {
    height: 500px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 5fr 1fr;
    border: 0;
    padding: 0;
  }
}
.footer-access-links span {
  letter-spacing: 0.5px;
}

.footer-access-links-link {
  width: 100%;
  padding: 10px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 720px) {
  .footer-access-links-link {
    background: #f8f7f6;
  }
}
@media (min-width: 1280px) {
  .footer-access-links-link {
    width: auto;
    background: none;
  }
  .footer-access-links-link:not(.footer-access-links-link-expansible) {
    display: none;
  }
}

.footer-access-links-title {
  letter-spacing: 0.5px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.footer-access-links-title:hover {
  font-weight: 500;
}

@media (min-width: 1280px) {
  .footer-access-links-link-expansible-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-left: 0;
  }
  .footer-access-links-link-expansible-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-left: 0;
  }
  .footer-access-links-link-expansible-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .footer-access-links-link-expansible-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.footer-access-links-collapse-button {
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
  color: #f30000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1280px) {
  .footer-access-links-collapse-button {
    pointer-events: none;
  }
}
.footer-access-links-collapse-button .footer-access-links-return-button-icon {
  display: block;
}
@media (min-width: 1280px) {
  .footer-access-links-collapse-button .footer-access-links-return-button-icon {
    display: none;
  }
}
.footer-access-links-collapse-button .footer-access-links-collapse-button-icon {
  display: none;
}
.footer-access-links-collapse-button.collapsed {
  color: #333;
}
.footer-access-links-collapse-button.collapsed .footer-access-links-return-button-icon {
  display: none;
}
.footer-access-links-collapse-button.collapsed .footer-access-links-collapse-button-icon {
  display: block;
}
@media (min-width: 1280px) {
  .footer-access-links-collapse-button.collapsed {
    color: #f30000;
  }
  .footer-access-links-collapse-button.collapsed .footer-access-links-return-button-icon,
.footer-access-links-collapse-button.collapsed .footer-access-links-collapse-button-icon {
    display: none;
  }
}

@media (min-width: 1280px) {
  .footer-access-links-collapse-items.collapse:not(.show) {
    display: block;
  }
  .footer-access-links-collapse-items.collapse:not(.show) .footer-access-links-list-item {
    padding: 10px 0;
  }
}

.footer-access-links-list-item {
  letter-spacing: 0.5px;
  padding: 10px;
}
.footer-access-links-list-item:first-of-type {
  margin-top: 10px;
}

.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 35px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-social-links {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .footer-social-links {
    background: #f1f2f6;
    padding: 25px 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-social-links .content-asset:last-of-type {
  width: 100%;
}
@media (min-width: 1280px) {
  .footer-social-links .content-asset:last-of-type {
    width: auto;
  }
}
.footer-social-links.footer-social-links-simple .footer-other-links {
  display: none;
}
@media (min-width: 1280px) {
  .footer-social-links.footer-social-links-simple .footer-other-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-other-links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-other-links {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0;
  }
}
@media (min-width: 720px) {
  .footer-other-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-other-links .footer-other-links-link {
  padding: 10px 10px 10px 20px;
  letter-spacing: 0.5px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-other-links .footer-other-links-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 20px 20px;
    width: 50%;
  }
  .footer-other-links .footer-other-links-link:nth-child(even) {
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .footer-other-links .footer-other-links-link {
    margin: 0 45px;
    font-size: 13px;
    font-weight: 400;
  }
}
.footer-other-links .footer-other-links-link:first-of-type {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .footer-other-links .footer-other-links-link:first-of-type {
    padding-left: 0;
  }
}
.footer-other-links .footer-other-links-link:last-of-type {
  margin-right: 0;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 20px 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f1f2f6;
  margin: 0 -35px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-social-icons {
    padding: 20px 50px;
    margin: 0 -50px;
  }
}
@media (min-width: 1280px) {
  .footer-social-icons {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.footer-icon {
  margin-left: 30px;
}
.footer-icon img {
  width: 21px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .footer-icon img {
    width: 30px;
  }
}
@media (min-width: 1280px) {
  .footer-icon img {
    width: 27px;
  }
}

.footer-icon-tricot {
  padding-right: 30px;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .footer-icon-tricot {
    margin-right: 0;
  }
}
.footer-icon-tricot img {
  width: 75px;
}
@media (min-width: 720px) {
  .footer-icon-tricot img {
    width: 150px;
  }
}

.footer-app .footer-app-fix {
  min-height: 60px;
}
.footer-app.guest-app .footer-menu.footer-menu-registered {
  display: none;
}
.footer-app.registered-app .footer-menu.footer-menu-guest {
  display: none;
}
.footer-app .footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1030;
}
.footer-app .footer-menu-link {
  width: 25%;
}
.footer-app .footer-menu-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #000;
  font-size: 16px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding-top: 12px;
}
.footer-app .footer-menu-icon {
  font-size: 25px;
  width: 1.2em;
  height: 1.2em;
}
.footer-app .footer-menu-text {
  text-decoration: none !important;
}
.footer-app .footer-menu-text label {
  font-size: 12px !important;
}
.footer-app .footer-menu-option:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.footer-tendency {
  margin-top: 30px;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 20px 15px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .footer-tendency {
    padding: 20px 100px;
  }
}
.footer-tendency h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.footer-tendency p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #313845;
}
.footer-tendency p a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.redisenio-product-tile {
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
  border: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.7);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.7);
  min-height: unset;
}
.redisenio-product-tile .image-container {
  position: relative;
  overflow: auto;
}
.redisenio-product-tile .image-container .tile-image {
  width: 100%;
  height: auto;
}
.redisenio-product-tile .image-container .tri-tile-wishlist {
  display: grid;
  place-content: center;
  padding: 3px;
  right: unset;
  left: 5px;
  bottom: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 28px;
  height: 28px;
}
.redisenio-product-tile .image-container .icon-heart-full .svg-icon-heart path {
  fill: #df0000;
  stroke: #df0000;
}
.redisenio-product-tile .image-container .quickview-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.redisenio-product-tile .image-container .quickview-icon .svg-wrapper {
  display: grid;
  place-content: center;
}
.redisenio-product-tile .tri-tile-body {
  background-color: #fff;
  padding: 12px 4px 0;
}
.redisenio-product-tile .tri-tile-body .tri-pdp-link {
  width: 100%;
}
.redisenio-product-tile .tri-tile-body .tri-product-tile-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #061023;
}
.redisenio-product-tile .tri-tile-body .price {
  margin-top: 0;
}
.redisenio-product-tile .tri-tile-body .strike-through {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  color: #8395a7;
}
.redisenio-product-tile .tri-tile-body .tri-tile-price-red {
  margin-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.redisenio-product-tile .tri-tile-body .tri-tile-price-red span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.redisenio-product-tile .tri-tile-body .color-swatches {
  margin-top: 0;
  width: 160px;
}
@media (min-width: 1280px) {
  .redisenio-product-tile .tri-tile-body .color-swatches {
    width: 200px;
  }
}
.redisenio-product-tile .tri-tile-body .color-swatches .swatches {
  gap: 5px;
}
.redisenio-product-tile .tri-tile-body .color-swatches .tri-swatch-square {
  border-radius: 15px;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  border: 0.96px solid rgba(230, 234, 244, 0.5);
}
.redisenio-product-tile .tri-tile-body .color-swatches .tri-swatch-square[data-value=blanca], .redisenio-product-tile .tri-tile-body .color-swatches .tri-swatch-square[data-value=white], .redisenio-product-tile .tri-tile-body .color-swatches .tri-swatch-square[data-value=blanco] {
  border: 1px solid #e6eaf4;
}

.modal:has(.product-quick-view-modal) {
  z-index: 1060;
}

.product-quick-view-modal.modal-dialog {
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-family: Poppins;
}
.product-quick-view-modal.modal-dialog .title-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
}
.product-quick-view-modal.modal-dialog .title-modal h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #061023;
}
.product-quick-view-modal.modal-dialog .product-modal-quantity {
  display: none;
}
.product-quick-view-modal.modal-dialog .product-modal-button {
  padding: 10px 0;
  margin: 15px 15px 0;
  border-top: 1px solid #e6e8f1;
  margin-top: 15px;
}
.product-quick-view-modal.modal-dialog .product-modal-button .cart-and-ipay {
  padding: 0;
  width: 100%;
}
.product-quick-view-modal.modal-dialog .add-to-cart {
  height: 37px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #fff !important;
  background-color: #eb4d4b;
}
.product-quick-view-modal.modal-dialog .add-to-cart::after {
  content: " ";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16.5px;
  width: 18.33px;
  margin-left: 12px;
}
.product-quick-view-modal.modal-dialog .add-to-cart[disabled] {
  background-color: #8395a7 !important;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  letter-spacing: 1.5px;
}
.product-quick-view-modal.modal-dialog .add-to-cart[disabled]::after {
  display: none;
}
.product-quick-view-modal.modal-dialog .container.product-detail {
  padding: 0;
  margin: 0;
}
.product-quick-view-modal.modal-dialog .product-info-wrapper {
  padding: 0;
}
.product-quick-view-modal.modal-dialog .attribute-label-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #061023;
  gap: 5px;
}
.product-quick-view-modal.modal-dialog .product-modal-talla {
  padding-top: 13px;
}
.product-quick-view-modal.modal-dialog .product-modal-talla .product-modal-talla-label-sizeguide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-quick-view-modal.modal-dialog .product-modal-talla .size-selection-sizes {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.product-quick-view-modal.modal-dialog .product-modal-talla .size-selection-option {
  border-radius: 20px;
  width: auto !important;
  height: 24px;
  display: grid;
  place-items: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  min-width: 43px !important;
  text-wrap: nowrap;
}
.product-quick-view-modal.modal-dialog .product-page-colors-wrapper .buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.product-quick-view-modal.modal-dialog .close-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px !important;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.product-quick-view-modal.modal-dialog .modal-content {
  width: 95%;
  height: auto;
  position: relative;
  overflow: auto;
  padding: 0;
  border-radius: 15px;
  background-color: #fff;
}
@media (min-width: 720px) {
  .product-quick-view-modal.modal-dialog .modal-content {
    width: 340px;
  }
}
.product-quick-view-modal.modal-dialog .modal-content .tri-modal-body {
  padding: 0;
  background: #fff;
}
.product-quick-view-modal.modal-dialog .product-container {
  padding: 0 !important;
}
.product-quick-view-modal.modal-dialog .overlay-return-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  padding: 0 20px;
  cursor: pointer;
  margin-top: 20px;
  height: 40px;
  background: #fff;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-quick-view-modal.modal-dialog .overlay-return-wrapper {
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .product-quick-view-modal.modal-dialog .overlay-return-wrapper {
    height: 80px;
    background: #f8f8f8;
    padding: 0 50px;
    margin: 0;
  }
}
.product-quick-view-modal.modal-dialog .overlay-return-wrapper .overlay-return-button {
  height: 30px;
  width: 30px;
}
.product-quick-view-modal.modal-dialog .overlay-return-wrapper .overlay-return-button svg path {
  stroke: #000;
}
.product-quick-view-modal.modal-dialog .overlay-return-wrapper .close-button {
  margin-left: auto;
}
@media (min-width: 720px) {
  .product-quick-view-modal.modal-dialog .product-details-wrapper {
    grid-template-columns: 1fr;
  }
}
.product-quick-view-modal.modal-dialog .full-history-order-list-container {
  row-gap: 10px;
  background: #fff;
  margin-top: 10px;
  padding: 0;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-quick-view-modal.modal-dialog .full-history-order-list-container {
    padding: 10px 20px;
  }
}
@media (min-width: 1280px) {
  .product-quick-view-modal.modal-dialog .full-history-order-list-container {
    margin-top: 40px;
    row-gap: 20px;
  }
}
.product-quick-view-modal.modal-dialog .modal-footer,
.product-quick-view-modal.modal-dialog .tri-modal-header {
  display: none !important;
}
.product-quick-view-modal.modal-dialog .attribute-label,
.product-quick-view-modal.modal-dialog .attribute-size-value {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.01em !important;
  color: #061023;
  margin: 0;
}
.product-quick-view-modal.modal-dialog .product-modal-color {
  margin-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-quick-view-modal.modal-dialog .swatch {
  padding: 0;
  background: none;
  width: 21px !important;
  height: 21px !important;
}
.product-quick-view-modal.modal-dialog .swatch img {
  border-radius: 50%;
  border: 2px solid #fff !important;
  height: 100%;
}
.product-quick-view-modal.modal-dialog .swatch .selected {
  border: 0 !important;
}

.message-popup {
  position: fixed;
  z-index: 1200;
  top: -50px;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
}
.message-popup .message-text {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: auto;
  width: 310px;
  height: 41px;
  gap: 10px;
  border-radius: 200px;
  padding: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.7);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.7);
}
@media (min-width: 720px) {
  .message-popup .message-text {
    width: 323px;
    height: 41px;
  }
}
.message-popup .message-text::before {
  content: "";
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.message-popup.success {
  top: 62px;
}
@media (min-width: 720px) {
  .message-popup.success {
    top: 110px;
  }
}
.message-popup.success .message-text {
  background-color: #1abc9c;
}
.message-popup.success .message-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg clip-path='url(%23clip0_6456_24319)'%3E%3Cpath d='M17.4212 20.0851L16.6399 7.5851C16.6319 7.45705 16.5616 7.34108 16.4517 7.27487L15.847 6.91053V4.48444C15.847 4.26869 15.6721 4.09381 15.4564 4.09381H4.54371C4.32797 4.09381 4.15308 4.26869 4.15308 4.48444V7.01373L3.7416 7.28233C3.64019 7.3485 3.57523 7.45799 3.5657 7.57869L2.57933 20.0787C2.57078 20.1873 2.60793 20.2946 2.68187 20.3746C2.75582 20.4546 2.8598 20.5001 2.96875 20.5001H17.0313C17.1391 20.5001 17.2421 20.4555 17.316 20.3769C17.3898 20.2983 17.4279 20.1927 17.4212 20.0851ZM15.0657 6.43979L14.2625 5.95576L15.0657 5.30424V6.43979ZM14.8449 7.21881H13.9746V6.69444L14.8449 7.21881ZM14.3546 4.87506L13.338 5.69963C13.2465 5.77381 13.1934 5.88526 13.1934 6.00303V7.21881H6.80668V6.00303C6.80668 5.8853 6.75355 5.77381 6.66211 5.69963L5.64543 4.87506H14.3546ZM6.02543 7.21881H5.26816L6.02543 6.72451V7.21881ZM4.93433 5.30424L5.75379 5.96889L4.93433 6.50381V5.30424ZM3.3914 19.7188L3.45308 18.9375H5.39113C5.60687 18.9375 5.78176 18.7626 5.78176 18.5469C5.78176 18.3312 5.60687 18.1563 5.39113 18.1563H3.51472L4.31613 8.00006H15.8831L16.6155 19.7188H3.3914Z' fill='white'/%3E%3Cpath d='M10 2.17969C10.2157 2.17969 10.3906 2.0048 10.3906 1.78906V0.890625C10.3906 0.674883 10.2157 0.5 10 0.5C9.7843 0.5 9.60938 0.674883 9.60938 0.890625V1.78906C9.60938 2.0048 9.78426 2.17969 10 2.17969Z' fill='white'/%3E%3Cpath d='M7.6154 2.53266C7.68774 2.65797 7.81903 2.72805 7.95403 2.72805C8.02028 2.72805 8.08747 2.71113 8.14899 2.67563C8.33583 2.56778 8.39985 2.32887 8.29196 2.14203L7.84274 1.36399C7.73489 1.17711 7.49595 1.11309 7.30915 1.22102C7.12231 1.32887 7.05829 1.56777 7.16618 1.75461L7.6154 2.53266Z' fill='white'/%3E%3Cpath d='M11.8506 2.67564C11.9122 2.71118 11.9793 2.72806 12.0456 2.72806C12.1806 2.72806 12.3119 2.65798 12.3842 2.53267L12.8334 1.75462C12.9413 1.56778 12.8773 1.32888 12.6905 1.22103C12.5036 1.11306 12.2647 1.17716 12.1569 1.36399L11.7077 2.14204C11.5998 2.32884 11.6638 2.56778 11.8506 2.67564Z' fill='white'/%3E%3Cpath d='M13.6182 9.172H12.0557C11.84 9.172 11.6651 9.34688 11.6651 9.56262C11.6651 9.77836 11.84 9.95325 12.0557 9.95325H12.4463V12.297C12.4463 13.5893 11.3949 14.6407 10.1025 14.6407C8.8102 14.6407 7.75879 13.5893 7.75879 12.297V9.95325H8.14941C8.36516 9.95325 8.54004 9.77836 8.54004 9.56262C8.54004 9.34688 8.36516 9.172 8.14941 9.172H6.58691C6.37117 9.172 6.19629 9.34688 6.19629 9.56262C6.19629 9.77836 6.37117 9.95325 6.58691 9.95325H6.97754V12.297C6.97754 14.0201 8.37941 15.422 10.1025 15.422C11.8257 15.422 13.2276 14.0201 13.2276 12.297V9.95325H13.6182C13.8339 9.95325 14.0088 9.77836 14.0088 9.56262C14.0088 9.34688 13.8339 9.172 13.6182 9.172Z' fill='white'/%3E%3Cpath d='M7.14893 18.1562C6.93318 18.1562 6.7583 18.3311 6.7583 18.5468C6.7583 18.7626 6.93318 18.9374 7.14893 18.9374H7.1492C7.36494 18.9374 7.53971 18.7626 7.53971 18.5468C7.53971 18.3311 7.36467 18.1562 7.14893 18.1562Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6456_24319'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.message-popup.success.add-to-cart .message-text {
  background-color: #fff;
  border: 2px solid #1abc9c;
  color: #1abc9c;
  font-size: 12px;
  line-height: 18px;
}
.message-popup.success.add-to-cart .message-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M15.4212 19.585L14.6399 7.08504C14.6319 6.95699 14.5616 6.84102 14.4517 6.7748L13.847 6.41047V3.98438C13.847 3.76863 13.6721 3.59375 13.4564 3.59375H2.54371C2.32797 3.59375 2.15308 3.76863 2.15308 3.98438V6.51367L1.7416 6.78227C1.64019 6.84844 1.57523 6.95793 1.5657 7.07863L0.579333 19.5786C0.570779 19.6872 0.607927 19.7945 0.681872 19.8745C0.755818 19.9545 0.859802 20 0.968747 20H15.0313C15.1391 20 15.2421 19.9554 15.316 19.8768C15.3898 19.7982 15.4279 19.6927 15.4212 19.585ZM13.0657 5.93973L12.2625 5.4557L13.0657 4.80418V5.93973ZM12.8449 6.71875H11.9746V6.19437L12.8449 6.71875ZM12.3546 4.375L11.338 5.19957C11.2465 5.27375 11.1934 5.3852 11.1934 5.50297V6.71875H4.80668V5.50297C4.80668 5.38523 4.75355 5.27375 4.66211 5.19957L3.64543 4.375H12.3546ZM4.02543 6.71875H3.26816L4.02543 6.22445V6.71875ZM2.93433 4.80418L3.75379 5.46883L2.93433 6.00375V4.80418ZM1.3914 19.2188L1.45308 18.4375H3.39113C3.60687 18.4375 3.78176 18.2626 3.78176 18.0468C3.78176 17.8311 3.60687 17.6562 3.39113 17.6562H1.51472L2.31613 7.5H13.8831L14.6155 19.2188H1.3914Z' fill='%231ABC9C'/%3E%3Cpath d='M8 1.67969C8.21574 1.67969 8.39062 1.5048 8.39062 1.28906V0.390625C8.39062 0.174883 8.2157 0 8 0C7.7843 0 7.60938 0.174883 7.60938 0.390625V1.28906C7.60938 1.5048 7.78426 1.67969 8 1.67969Z' fill='%231ABC9C'/%3E%3Cpath d='M5.61564 2.03266C5.68799 2.15797 5.81928 2.22805 5.95428 2.22805C6.02053 2.22805 6.08772 2.21113 6.14924 2.17563C6.33607 2.06778 6.4001 1.82887 6.29221 1.64203L5.84299 0.863986C5.73514 0.677111 5.49619 0.613087 5.30939 0.721017C5.12256 0.828869 5.05854 1.06777 5.16643 1.25461L5.61564 2.03266Z' fill='%231ABC9C'/%3E%3Cpath d='M9.85088 2.17564C9.9124 2.21118 9.97955 2.22806 10.0458 2.22806C10.1808 2.22806 10.3121 2.15798 10.3845 2.03267L10.8337 1.25462C10.9416 1.06778 10.8776 0.828878 10.6907 0.721026C10.5039 0.613057 10.265 0.677159 10.1571 0.863995L9.70791 1.64204C9.60006 1.82884 9.66405 2.06778 9.85088 2.17564Z' fill='%231ABC9C'/%3E%3Cpath d='M11.6182 8.672H10.0557C9.84 8.672 9.66508 8.84688 9.66508 9.06262C9.66508 9.27836 9.84 9.45325 10.0557 9.45325H10.4463V11.797C10.4463 13.0893 9.39492 14.1407 8.10254 14.1407C6.8102 14.1407 5.75879 13.0893 5.75879 11.797V9.45325H6.14941C6.36516 9.45325 6.54004 9.27836 6.54004 9.06262C6.54004 8.84688 6.36516 8.672 6.14941 8.672H4.58691C4.37117 8.672 4.19629 8.84688 4.19629 9.06262C4.19629 9.27836 4.37117 9.45325 4.58691 9.45325H4.97754V11.797C4.97754 13.5201 6.37941 14.922 8.10254 14.922C9.82566 14.922 11.2276 13.5201 11.2276 11.797V9.45325H11.6182C11.8339 9.45325 12.0088 9.27836 12.0088 9.06262C12.0088 8.84688 11.8339 8.672 11.6182 8.672Z' fill='%231ABC9C'/%3E%3Cpath d='M5.14868 17.6562C4.93294 17.6562 4.75806 17.8311 4.75806 18.0469C4.75806 18.2626 4.93294 18.4375 5.14868 18.4375H5.14896C5.3647 18.4375 5.53946 18.2626 5.53946 18.0469C5.53946 17.8311 5.36442 17.6562 5.14868 17.6562Z' fill='%231ABC9C'/%3E%3C/svg%3E");
}
.message-popup.error {
  top: 62px;
}
@media (min-width: 720px) {
  .message-popup.error {
    top: 110px;
  }
}
.message-popup.error .message-text {
  background-color: #eb4d4b;
}
.message-popup.error .message-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg clip-path='url(%23clip0_6456_24319)'%3E%3Cpath d='M17.4212 20.0851L16.6399 7.5851C16.6319 7.45705 16.5616 7.34108 16.4517 7.27487L15.847 6.91053V4.48444C15.847 4.26869 15.6721 4.09381 15.4564 4.09381H4.54371C4.32797 4.09381 4.15308 4.26869 4.15308 4.48444V7.01373L3.7416 7.28233C3.64019 7.3485 3.57523 7.45799 3.5657 7.57869L2.57933 20.0787C2.57078 20.1873 2.60793 20.2946 2.68187 20.3746C2.75582 20.4546 2.8598 20.5001 2.96875 20.5001H17.0313C17.1391 20.5001 17.2421 20.4555 17.316 20.3769C17.3898 20.2983 17.4279 20.1927 17.4212 20.0851ZM15.0657 6.43979L14.2625 5.95576L15.0657 5.30424V6.43979ZM14.8449 7.21881H13.9746V6.69444L14.8449 7.21881ZM14.3546 4.87506L13.338 5.69963C13.2465 5.77381 13.1934 5.88526 13.1934 6.00303V7.21881H6.80668V6.00303C6.80668 5.8853 6.75355 5.77381 6.66211 5.69963L5.64543 4.87506H14.3546ZM6.02543 7.21881H5.26816L6.02543 6.72451V7.21881ZM4.93433 5.30424L5.75379 5.96889L4.93433 6.50381V5.30424ZM3.3914 19.7188L3.45308 18.9375H5.39113C5.60687 18.9375 5.78176 18.7626 5.78176 18.5469C5.78176 18.3312 5.60687 18.1563 5.39113 18.1563H3.51472L4.31613 8.00006H15.8831L16.6155 19.7188H3.3914Z' fill='white'/%3E%3Cpath d='M10 2.17969C10.2157 2.17969 10.3906 2.0048 10.3906 1.78906V0.890625C10.3906 0.674883 10.2157 0.5 10 0.5C9.7843 0.5 9.60938 0.674883 9.60938 0.890625V1.78906C9.60938 2.0048 9.78426 2.17969 10 2.17969Z' fill='white'/%3E%3Cpath d='M7.6154 2.53266C7.68774 2.65797 7.81903 2.72805 7.95403 2.72805C8.02028 2.72805 8.08747 2.71113 8.14899 2.67563C8.33583 2.56778 8.39985 2.32887 8.29196 2.14203L7.84274 1.36399C7.73489 1.17711 7.49595 1.11309 7.30915 1.22102C7.12231 1.32887 7.05829 1.56777 7.16618 1.75461L7.6154 2.53266Z' fill='white'/%3E%3Cpath d='M11.8506 2.67564C11.9122 2.71118 11.9793 2.72806 12.0456 2.72806C12.1806 2.72806 12.3119 2.65798 12.3842 2.53267L12.8334 1.75462C12.9413 1.56778 12.8773 1.32888 12.6905 1.22103C12.5036 1.11306 12.2647 1.17716 12.1569 1.36399L11.7077 2.14204C11.5998 2.32884 11.6638 2.56778 11.8506 2.67564Z' fill='white'/%3E%3Cpath d='M13.6182 9.172H12.0557C11.84 9.172 11.6651 9.34688 11.6651 9.56262C11.6651 9.77836 11.84 9.95325 12.0557 9.95325H12.4463V12.297C12.4463 13.5893 11.3949 14.6407 10.1025 14.6407C8.8102 14.6407 7.75879 13.5893 7.75879 12.297V9.95325H8.14941C8.36516 9.95325 8.54004 9.77836 8.54004 9.56262C8.54004 9.34688 8.36516 9.172 8.14941 9.172H6.58691C6.37117 9.172 6.19629 9.34688 6.19629 9.56262C6.19629 9.77836 6.37117 9.95325 6.58691 9.95325H6.97754V12.297C6.97754 14.0201 8.37941 15.422 10.1025 15.422C11.8257 15.422 13.2276 14.0201 13.2276 12.297V9.95325H13.6182C13.8339 9.95325 14.0088 9.77836 14.0088 9.56262C14.0088 9.34688 13.8339 9.172 13.6182 9.172Z' fill='white'/%3E%3Cpath d='M7.14893 18.1562C6.93318 18.1562 6.7583 18.3311 6.7583 18.5468C6.7583 18.7626 6.93318 18.9374 7.14893 18.9374H7.1492C7.36494 18.9374 7.53971 18.7626 7.53971 18.5468C7.53971 18.3311 7.36467 18.1562 7.14893 18.1562Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6456_24319'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.add-to-cart-messages {
  display: none !important;
}

.page[data-action=Search-Show] ~ .message-popup.success {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 25px 0;
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 720px) {
  .page[data-action=Search-Show] ~ .message-popup.success {
    top: 110px !important;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    background-color: transparent;
    border-radius: 0;
  }
}
.page[data-action=Search-Show] ~ .message-popup.success + .modal-background-message {
  display: block;
  z-index: 1000;
  background-color: #000;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 720px) {
  .page[data-action=Search-Show] ~ .message-popup.success + .modal-background-message {
    display: none;
  }
}
@media (min-width: 720px) {
  .page[data-action=Search-Show] ~ .modal:has(.product-quick-view-modal.modal-dialog) .add-to-cart[disabled] {
    font-family: Poppins !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .page[data-action=Search-Show] ~ .modal:has(.product-quick-view-modal.modal-dialog) .add-to-cart[disabled]::after {
    content: " ";
    display: block !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    height: 16.5px;
    width: 18.33px;
    margin-left: 12px;
  }
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide .redisenio-product-tile {
  border-radius: 5px;
}
@media (min-width: 720px) {
  .swiper-slide .redisenio-product-tile {
    border-radius: 9.57px;
  }
}

.swiper-slide > .product {
  width: 100%;
}

.swiper-wrapper {
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  height: 0;
  overflow: hidden;
}

.swiper-wrapper-initialized {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  top: unset;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
}

.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect x='30' y='30' width='30' height='30' rx='4' transform='rotate(-180 30 30)' fill='%23333333'/%3E%3Cpath d='M12.5 21.25L18.75 15L12.5 8.75' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='4' fill='%23333333'/%3E%3Cpath d='M17.5 8.75L11.25 15L17.5 21.25' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #e6eaf4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.redisenio-product-tile .tri-product-tile-name {
  font-family: Poppins !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 16.5px !important;
  letter-spacing: 0.005em;
  text-align: center;
  color: #000;
}
.redisenio-product-tile .price {
  margin-top: -5px !important;
}
.redisenio-product-tile .strike-through {
  font-family: Poppins !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  text-align: center;
}
.redisenio-product-tile .tri-tile-price-red {
  font-family: Poppins !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 15px;
}
.redisenio-product-tile .tri-tile-price-red span {
  font-family: Poppins !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-align: center;
}

:root {
  --primary-color: #6f8d99;
  --body-background-color: #fff;
  --menu-background: #444;
  --menu-text-color: #fff;
  --interaction-color: #0070d2;
  --third-color: #b20000;
}

/*# sourceMappingURL=global.css.map*/