@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #68ae07;
  --secondary: #483b33;
  --success: #68ae07;
  --info: #0af;
  --warning: #ffc400;
  --danger: #f30;
  --light: #f0f0f0;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #483b33;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #68ae07;
  text-decoration: none;
}

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: #8d8d8d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1,
.products-section-title,
#custom-text h3,
#custom-text h4, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1,
.products-section-title,
#custom-text h3,
#custom-text h4 {
  font-size: 1.375rem;
}

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

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

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

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

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

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

.display-1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small,
.quick-view {
  font-size: 0.875rem;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  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;
}

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, .l-wrapper, main > .notifications-container, .l-wrapper--boxed,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  background-color: #fff;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e7e7e7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7e7e7;
}

.table tbody + tbody {
  border-top: 2px solid #e7e7e7;
}

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

.table-bordered {
  border: 1px solid #e7e7e7;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e7e7e7;
}

.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: #000;
  background-color: rgba(0, 0, 0, 0.075);
}

.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: #e7e7e7;
  border-color: #e7e7e7;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1499.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: auto;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e7e7e7;
  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;
          appearance: none;
}

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.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  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;
}

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

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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #8d8d8d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(104, 174, 7, 0.9);
}

.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: #68ae07;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2368ae07%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #68ae07;
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #68ae07;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2368ae07%27 d=%27M2.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%27/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #68ae07;
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #68ae07;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #68ae07;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #85df09;
  background-color: #85df09;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 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: #68ae07;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #68ae07;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #68ae07;
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 51, 0, 0.9);
}

.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 + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f30%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f30%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f30;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f30;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f30%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f30%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f30;
  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 {
  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;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label, .form-inline .label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 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: #68ae07;
  border-color: #68ae07;
}

.btn-primary:hover {
  color: #fff;
  background-color: #528906;
  border-color: #4b7d05;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #528906;
  border-color: #4b7d05;
  box-shadow: 0 0 0 0.2rem rgba(127, 186, 44, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #68ae07;
  border-color: #68ae07;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4b7d05;
  border-color: #437105;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 186, 44, 0.5);
}

.btn-secondary, .carousel a.btn {
  color: #fff;
  background-color: #483b33;
  border-color: #483b33;
}

.btn-secondary:hover, .carousel a.btn:hover {
  color: #fff;
  background-color: #322923;
  border-color: #2a231e;
}

.btn-secondary:focus, .carousel a.btn:focus, .btn-secondary.focus, .carousel a.focus.btn {
  color: #fff;
  background-color: #322923;
  border-color: #2a231e;
  box-shadow: 0 0 0 0.2rem rgba(99, 88, 82, 0.5);
}

.btn-secondary.disabled, .carousel a.disabled.btn, .btn-secondary:disabled, .carousel a.btn:disabled {
  color: #fff;
  background-color: #483b33;
  border-color: #483b33;
}

.btn-secondary:not(:disabled):not(.disabled):active, .carousel a.btn:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .carousel a.btn:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.carousel .show > a.dropdown-toggle.btn {
  color: #fff;
  background-color: #2a231e;
  border-color: #231c19;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .carousel a.btn:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .carousel a.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.carousel .show > a.dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 88, 82, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #68ae07;
  border-color: #68ae07;
}

.btn-success:hover {
  color: #fff;
  background-color: #528906;
  border-color: #4b7d05;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #528906;
  border-color: #4b7d05;
  box-shadow: 0 0 0 0.2rem rgba(127, 186, 44, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #68ae07;
  border-color: #68ae07;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4b7d05;
  border-color: #437105;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 186, 44, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0af;
  border-color: #0af;
}

.btn-info:hover {
  color: #fff;
  background-color: #0091d9;
  border-color: #0088cc;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0091d9;
  border-color: #0088cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0af;
  border-color: #0af;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0088cc;
  border-color: #0080bf;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc400;
  border-color: #ffc400;
}

.btn-warning:hover {
  color: #212529;
  background-color: #d9a700;
  border-color: #cc9d00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9a700;
  border-color: #cc9d00;
  box-shadow: 0 0 0 0.2rem rgba(222, 172, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc400;
  border-color: #ffc400;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9d00;
  border-color: #bf9300;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 172, 6, 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;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 82, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #68ae07;
  border-color: #68ae07;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #68ae07;
  border-color: #68ae07;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #68ae07;
  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: #68ae07;
  border-color: #68ae07;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.5);
}

.btn-outline-secondary {
  color: #483b33;
  border-color: #483b33;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #483b33;
  border-color: #483b33;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 59, 51, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #483b33;
  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: #483b33;
  border-color: #483b33;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 59, 51, 0.5);
}

.btn-outline-success {
  color: #68ae07;
  border-color: #68ae07;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #68ae07;
  border-color: #68ae07;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #68ae07;
  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: #68ae07;
  border-color: #68ae07;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 174, 7, 0.5);
}

.btn-outline-info {
  color: #0af;
  border-color: #0af;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0af;
  border-color: #0af;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0af;
  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: #0af;
  border-color: #0af;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5);
}

.btn-outline-warning {
  color: #ffc400;
  border-color: #ffc400;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc400;
  border-color: #ffc400;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc400;
  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: #ffc400;
  border-color: #ffc400;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 0, 0.5);
}

.btn-outline-light {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f0f0f0;
  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: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #483b33;
  text-decoration: none;
}

.btn-link:hover {
  color: #68ae07;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.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 {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

.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: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

@media (min-width: 1500px) {
  .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 #e7e7e7;
}

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

.dropdown-item.active, .dropdown-item:active {
  color: #68ae07;
  text-decoration: none;
  background-color: #ced4da;
}

.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: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}

.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 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 > .custom-file {
  display: flex;
  align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e7e7e7;
  border: 1px solid #ced4da;
}

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

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

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

.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: 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: #68ae07;
  border-color: #ced4da;
  background-color: #ced4da;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: white;
}

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

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

.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-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2368ae07%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(104, 174, 7, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(104, 174, 7, 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=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2368ae07%27/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(104, 174, 7, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(104, 174, 7, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 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.5rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e7e7e7;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e7e7e7;
}

.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: auto;
  padding: 0.5rem 0.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e7e7e7;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ced4da;
  border: 0;
  -webkit-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-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: white;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4d4d4;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ced4da;
  border: 0;
  -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;
  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: white;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d4d4d4;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ced4da;
  border: 0;
  -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: white;
}

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

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d4d4d4;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent #e7e7e7;
}

.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: #000;
  background-color: #fff;
  border-color: transparent transparent #68ae07;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #68ae07;
  background-color: #ced4da;
}

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

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

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

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

.card, .page-wrapper,
.card-block, .left-column .search_filters, .account-links .link-item, .address {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr, .page-wrapper > hr, .card-block > hr, .left-column .search_filters > hr, .account-links .link-item > hr, .address > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group, .page-wrapper > .list-group, .card-block > .list-group, .left-column .search_filters > .list-group, .account-links .link-item > .list-group, .address > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child, .page-wrapper > .list-group:first-child, .card-block > .list-group:first-child, .left-column .search_filters > .list-group:first-child, .account-links .link-item > .list-group:first-child, .address > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child, .page-wrapper > .list-group:last-child, .card-block > .list-group:last-child, .left-column .search_filters > .list-group:last-child, .account-links .link-item > .list-group:last-child, .address > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group, .page-wrapper > .card-header + .list-group, .card-block > .card-header + .list-group, .left-column .search_filters > .card-header + .list-group, .account-links .link-item > .card-header + .list-group, .address > .card-header + .list-group, .card > .page-header + .list-group, .page-wrapper > .page-header + .list-group, .card-block > .page-header + .list-group, .left-column .search_filters > .page-header + .list-group, .account-links .link-item > .page-header + .list-group, .address > .page-header + .list-group, .card > .address-header + .list-group, .page-wrapper > .address-header + .list-group, .card-block > .address-header + .list-group, .left-column .search_filters > .address-header + .list-group, .account-links .link-item > .address-header + .list-group, .address > .address-header + .list-group,
.card > .list-group + .card-footer,
.page-wrapper > .list-group + .card-footer,
.card-block > .list-group + .card-footer,
.left-column .search_filters > .list-group + .card-footer,
.account-links .link-item > .list-group + .card-footer,
.address > .list-group + .card-footer,
.card > .list-group + .page-footer,
.page-wrapper > .list-group + .page-footer,
.card-block > .list-group + .page-footer,
.left-column .search_filters > .list-group + .page-footer,
.account-links .link-item > .list-group + .page-footer,
.address > .list-group + .page-footer,
.card > .list-group + .address-footer,
.page-wrapper > .list-group + .address-footer,
.card-block > .list-group + .address-footer,
.left-column .search_filters > .list-group + .address-footer,
.account-links .link-item > .list-group + .address-footer,
.address > .list-group + .address-footer {
  border-top: 0;
}

.card-body, .page-content,
.card-block, .left-column .search_filters, .address-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header, .page-header, .address-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer, .page-footer, .address-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

.card-deck .card, .card-deck .page-wrapper,
.card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .address {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .page-wrapper,
  .card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .address {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .card-group > .page-wrapper,
.card-group > .card-block, .left-column .card-group > .search_filters, .account-links .card-group > .link-item, .card-group > .address {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .page-wrapper,
  .card-group > .card-block, .left-column .card-group > .search_filters, .account-links .card-group > .link-item, .card-group > .address {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .page-wrapper + .card, .card-group > .card-block + .card, .left-column .card-group > .search_filters + .card, .account-links .card-group > .link-item + .card, .card-group > .address + .card, .card-group > .card + .page-wrapper, .card-group > .page-wrapper + .page-wrapper, .card-group > .card-block + .page-wrapper, .left-column .card-group > .search_filters + .page-wrapper, .account-links .card-group > .link-item + .page-wrapper, .card-group > .address + .page-wrapper,
  .card-group > .card + .card-block,
  .card-group > .page-wrapper + .card-block,
  .card-group > .card-block + .card-block,
  .left-column .card-group > .search_filters + .card-block,
  .account-links .card-group > .link-item + .card-block,
  .card-group > .address + .card-block, .left-column .card-group > .card + .search_filters, .left-column .card-group > .page-wrapper + .search_filters, .left-column .card-group > .card-block + .search_filters, .left-column .card-group > .search_filters + .search_filters, .account-links .left-column .card-group > .link-item + .search_filters, .left-column .account-links .card-group > .link-item + .search_filters, .left-column .card-group > .address + .search_filters, .account-links .card-group > .card + .link-item, .account-links .card-group > .page-wrapper + .link-item, .account-links .card-group > .card-block + .link-item, .left-column .account-links .card-group > .search_filters + .link-item, .account-links .left-column .card-group > .search_filters + .link-item, .account-links .card-group > .link-item + .link-item, .account-links .card-group > .address + .link-item, .card-group > .card + .address, .card-group > .page-wrapper + .address, .card-group > .card-block + .address, .left-column .card-group > .search_filters + .address, .account-links .card-group > .link-item + .address, .card-group > .address + .address {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card, .card-columns .page-wrapper,
.card-columns .card-block, .card-columns .left-column .search_filters, .left-column .card-columns .search_filters, .card-columns .account-links .link-item, .account-links .card-columns .link-item, .card-columns .address {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .page-wrapper,
  .card-columns .card-block, .card-columns .left-column .search_filters, .left-column .card-columns .search_filters, .card-columns .account-links .link-item, .account-links .card-columns .link-item, .card-columns .address {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card, .accordion > .page-wrapper,
.accordion > .card-block, .left-column .accordion > .search_filters, .account-links .accordion > .link-item, .accordion > .address {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type), .accordion > .page-wrapper:not(:last-of-type),
.accordion > .card-block:not(:last-of-type), .left-column .accordion > .search_filters:not(:last-of-type), .account-links .accordion > .link-item:not(:last-of-type), .accordion > .address:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header, .accordion > .page-wrapper > .card-header, .accordion > .card-block > .card-header, .left-column .accordion > .search_filters > .card-header, .account-links .accordion > .link-item > .card-header, .accordion > .address > .card-header, .accordion > .card > .page-header, .accordion > .page-wrapper > .page-header, .accordion > .card-block > .page-header, .left-column .accordion > .search_filters > .page-header, .account-links .accordion > .link-item > .page-header, .accordion > .address > .page-header, .accordion > .card > .address-header, .accordion > .page-wrapper > .address-header, .accordion > .card-block > .address-header, .left-column .accordion > .search_filters > .address-header, .account-links .accordion > .link-item > .address-header, .accordion > .address > .address-header {
  margin-bottom: -1px;
}

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

.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, .product-comments__pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .product-comments__pagination li span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #483b33;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.page-link:hover, .product-comments__pagination li span:hover {
  z-index: 2;
  color: #68ae07;
  text-decoration: none;
  background-color: #e7e7e7;
  border-color: #ced4da;
}

.page-link:focus, .product-comments__pagination li span:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.25);
}

.page-item:first-child .page-link, .product-comments__pagination li:first-child .page-link, .page-item:first-child .product-comments__pagination li span, .product-comments__pagination li .page-item:first-child span, .product-comments__pagination li:first-child span {
  margin-left: 0;
}

.page-item.active .page-link, .product-comments__pagination li.active .page-link, .page-item.active .product-comments__pagination li span, .product-comments__pagination li .page-item.active span, .product-comments__pagination li.active span {
  z-index: 3;
  color: #68ae07;
  background-color: #ced4da;
  border-color: #ced4da;
}

.page-item.disabled .page-link, .product-comments__pagination li.disabled .page-link, .page-item.disabled .product-comments__pagination li span, .product-comments__pagination li .page-item.disabled span, .product-comments__pagination li.disabled span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ced4da;
}

.pagination-lg .page-link, .pagination-lg .product-comments__pagination li span, .product-comments__pagination li .pagination-lg span {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link, .product-comments__pagination ul .page-link, .pagination-sm .product-comments__pagination li span, .product-comments__pagination li .pagination-sm span, .product-comments__pagination ul li span, .product-comments__pagination li ul span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e7e7e7;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert, .elementor-contact-form .elementor-message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.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: #365a04;
  background-color: #e1efcd;
  border-color: #d5e8ba;
}

.alert-primary hr {
  border-top-color: #c9e2a7;
}

.alert-primary .alert-link {
  color: #192902;
}

.alert-secondary {
  color: #251f1b;
  background-color: #dad8d6;
  border-color: #ccc8c6;
}

.alert-secondary hr {
  border-top-color: #c0bbb9;
}

.alert-secondary .alert-link {
  color: #080605;
}

.alert-success, .elementor-contact-form .elementor-message-success {
  color: #365a04;
  background-color: #e1efcd;
  border-color: #d5e8ba;
}

.alert-success hr, .elementor-contact-form .elementor-message-success hr {
  border-top-color: #c9e2a7;
}

.alert-success .alert-link, .elementor-contact-form .elementor-message-success .alert-link {
  color: #192902;
}

.alert-info, .elementor-contact-form .elementor-message-info {
  color: #005885;
  background-color: #cceeff;
  border-color: #b8e7ff;
}

.alert-info hr, .elementor-contact-form .elementor-message-info hr {
  border-top-color: #9fdeff;
}

.alert-info .alert-link, .elementor-contact-form .elementor-message-info .alert-link {
  color: #003652;
}

.alert-warning, .elementor-contact-form .elementor-message-warning {
  color: #856600;
  background-color: #fff3cc;
  border-color: #ffeeb8;
}

.alert-warning hr, .elementor-contact-form .elementor-message-warning hr {
  border-top-color: #ffe89f;
}

.alert-warning .alert-link, .elementor-contact-form .elementor-message-warning .alert-link {
  color: #523f00;
}

.alert-danger, .elementor-contact-form .elementor-message-error, .elementor-contact-form .elementor-message-danger {
  color: #851b00;
  background-color: #ffd6cc;
  border-color: #ffc6b8;
}

.alert-danger hr, .elementor-contact-form .elementor-message-error hr, .elementor-contact-form .elementor-message-danger hr {
  border-top-color: #ffb29f;
}

.alert-danger .alert-link, .elementor-contact-form .elementor-message-error .alert-link, .elementor-contact-form .elementor-message-danger .alert-link {
  color: #521100;
}

.alert-light {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light hr {
  border-top-color: #eeeeee;
}

.alert-light .alert-link {
  color: #646464;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f0f0f0;
}

.list-group-item-action:active {
  color: #000;
  background-color: #e7e7e7;
}

.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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #68ae07;
  background-color: #ced4da;
  border-color: #ced4da;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.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: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .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 > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

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

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

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -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 {
    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: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e7e7e7;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

[dir="ltr"] .tooltip{
  text-align: left;
}

[dir="rtl"] .tooltip{
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border, .rc::after, .btn-add-to-cart .btn-add-to-cart__spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .rc::after, .btn-add-to-cart .btn-add-to-cart__spinner,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4b7d05 !important;
}

.bg-secondary {
  background-color: #483b33 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2a231e !important;
}

.bg-success {
  background-color: #68ae07 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #4b7d05 !important;
}

.bg-info {
  background-color: #0af !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0088cc !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e7e7e7 !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: #68ae07 !important;
}

.border-secondary {
  border-color: #483b33 !important;
}

.border-success {
  border-color: #68ae07 !important;
}

.border-info {
  border-color: #0af !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .social-sharing, .pack-product-container, .pack-product-quantity {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.flex-wrap, .social-sharing {
  flex-wrap: wrap !important;
}

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

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

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

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

.flex-grow-1, .pack-product-name {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-between, .pack-product-container {
  justify-content: space-between !important;
}

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

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

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

.align-items-center, .social-sharing--product, .pack-product-container, .pack-product-quantity {
  align-items: center !important;
}

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

.align-items-stretch, .account-links {
  align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch, .pack-product-quantity {
  align-self: stretch !important;
}

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

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

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

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

@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left, .float-xs-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1500px) {
  .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;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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, .social-share-btn--product {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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,
.pack-product-name {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4,
.pack-product-name {
  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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !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: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !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: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !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: 1500px) {
  .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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .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: #68ae07 !important;
}

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

.text-secondary {
  color: #483b33 !important;
}

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

.text-success {
  color: #68ae07 !important;
}

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

.text-info {
  color: #0af !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

.text-muted {
  color: #8d8d8d !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;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .l-wrapper, main > .notifications-container, .l-wrapper--boxed {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d4d4d4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e7e7e7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e7e7e7;
  }
}

/* HEADER */
/* MAIN */
/* FOOTER */
/* PRODUCT MINIATURE */
/* product title */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../resource/56395d5d012de45e4955.eot);
  /* For IE6-8 */
  src: local("☺"), url(../resource/fa3334fe030aed8470dd.woff2) format("woff2"), url(../resource/1811d381e9d3e8334394.woff) format("woff"), url(../resource/45c4a4612e18a3255f51.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.material-icons._10k:before {
  content: "\e951";
}

.material-icons._10mp:before {
  content: "\e952";
}

.material-icons._11mp:before {
  content: "\e953";
}

.material-icons._12mp:before {
  content: "\e954";
}

.material-icons._13mp:before {
  content: "\e955";
}

.material-icons._14mp:before {
  content: "\e956";
}

.material-icons._15mp:before {
  content: "\e957";
}

.material-icons._16mp:before {
  content: "\e958";
}

.material-icons._17mp:before {
  content: "\e959";
}

.material-icons._18mp:before {
  content: "\e95a";
}

.material-icons._19mp:before {
  content: "\e95b";
}

.material-icons._1k:before {
  content: "\e95c";
}

.material-icons._1k_plus:before {
  content: "\e95d";
}

.material-icons._20mp:before {
  content: "\e95e";
}

.material-icons._21mp:before {
  content: "\e95f";
}

.material-icons._22mp:before {
  content: "\e960";
}

.material-icons._23mp:before {
  content: "\e961";
}

.material-icons._24mp:before {
  content: "\e962";
}

.material-icons._2k:before {
  content: "\e963";
}

.material-icons._2k_plus:before {
  content: "\e964";
}

.material-icons._2mp:before {
  content: "\e965";
}

.material-icons._360:before {
  content: "\e577";
}

.material-icons._3d_rotation:before {
  content: "\e84d";
}

.material-icons._3k:before {
  content: "\e966";
}

.material-icons._3k_plus:before {
  content: "\e967";
}

.material-icons._3mp:before {
  content: "\e968";
}

.material-icons._4k:before {
  content: "\e072";
}

.material-icons._4k_plus:before {
  content: "\e969";
}

.material-icons._4mp:before {
  content: "\e96a";
}

.material-icons._5g:before {
  content: "\ef38";
}

.material-icons._5k:before {
  content: "\e96b";
}

.material-icons._5k_plus:before {
  content: "\e96c";
}

.material-icons._5mp:before {
  content: "\e96d";
}

.material-icons._6_ft_apart:before {
  content: "\f21e";
}

.material-icons._6k:before {
  content: "\e96e";
}

.material-icons._6k_plus:before {
  content: "\e96f";
}

.material-icons._6mp:before {
  content: "\e970";
}

.material-icons._7k:before {
  content: "\e971";
}

.material-icons._7k_plus:before {
  content: "\e972";
}

.material-icons._7mp:before {
  content: "\e973";
}

.material-icons._8k:before {
  content: "\e974";
}

.material-icons._8k_plus:before {
  content: "\e975";
}

.material-icons._8mp:before {
  content: "\e976";
}

.material-icons._9k:before {
  content: "\e977";
}

.material-icons._9k_plus:before {
  content: "\e978";
}

.material-icons._9mp:before {
  content: "\e979";
}

.material-icons.ac_unit:before {
  content: "\eb3b";
}

.material-icons.access_alarm:before {
  content: "\e190";
}

.material-icons.access_alarms:before {
  content: "\e191";
}

.material-icons.access_time:before {
  content: "\e192";
}

.material-icons.accessibility:before {
  content: "\e84e";
}

.material-icons.accessibility_new:before {
  content: "\e92c";
}

.material-icons.accessible:before {
  content: "\e914";
}

.material-icons.accessible_forward:before {
  content: "\e934";
}

.material-icons.account_balance:before {
  content: "\e84f";
}

.material-icons.account_balance_wallet:before {
  content: "\e850";
}

.material-icons.account_box:before {
  content: "\e851";
}

.material-icons.account_circle:before {
  content: "\e853";
}

.material-icons.account_tree:before {
  content: "\e97a";
}

.material-icons.ad_units:before {
  content: "\ef39";
}

.material-icons.adb:before {
  content: "\e60e";
}

.material-icons.add:before {
  content: "\e145";
}

.material-icons.add_a_photo:before {
  content: "\e439";
}

.material-icons.add_alarm:before {
  content: "\e193";
}

.material-icons.add_alert:before {
  content: "\e003";
}

.material-icons.add_box:before {
  content: "\e146";
}

.material-icons.add_business:before {
  content: "\e729";
}

.material-icons.add_call:before {
  content: "\e0e8";
}

.material-icons.add_chart:before {
  content: "\e97b";
}

.material-icons.add_circle:before {
  content: "\e147";
}

.material-icons.add_circle_outline:before {
  content: "\e148";
}

.material-icons.add_comment:before {
  content: "\e266";
}

.material-icons.add_ic_call:before {
  content: "\e97c";
}

.material-icons.add_link:before {
  content: "\e178";
}

.material-icons.add_location:before {
  content: "\e567";
}

.material-icons.add_location_alt:before {
  content: "\ef3a";
}

.material-icons.add_moderator:before {
  content: "\e97d";
}

.material-icons.add_photo_alternate:before {
  content: "\e43e";
}

.material-icons.add_road:before {
  content: "\ef3b";
}

.material-icons.add_shopping_cart:before {
  content: "\e854";
}

.material-icons.add_task:before {
  content: "\f23a";
}

.material-icons.add_to_drive:before {
  content: "\e65c";
}

.material-icons.add_to_home_screen:before {
  content: "\e1fe";
}

.material-icons.add_to_photos:before {
  content: "\e39d";
}

.material-icons.add_to_queue:before {
  content: "\e05c";
}

.material-icons.addchart:before {
  content: "\ef3c";
}

.material-icons.adjust:before {
  content: "\e39e";
}

.material-icons.admin_panel_settings:before {
  content: "\ef3d";
}

.material-icons.agriculture:before {
  content: "\ea79";
}

.material-icons.airline_seat_flat:before {
  content: "\e630";
}

.material-icons.airline_seat_flat_angled:before {
  content: "\e631";
}

.material-icons.airline_seat_individual_suite:before {
  content: "\e632";
}

.material-icons.airline_seat_legroom_extra:before {
  content: "\e633";
}

.material-icons.airline_seat_legroom_normal:before {
  content: "\e634";
}

.material-icons.airline_seat_legroom_reduced:before {
  content: "\e635";
}

.material-icons.airline_seat_recline_extra:before {
  content: "\e636";
}

.material-icons.airline_seat_recline_normal:before {
  content: "\e637";
}

.material-icons.airplanemode_active:before {
  content: "\e195";
}

.material-icons.airplanemode_inactive:before {
  content: "\e194";
}

.material-icons.airplanemode_off:before {
  content: "\e194";
}

.material-icons.airplanemode_on:before {
  content: "\e195";
}

.material-icons.airplay:before {
  content: "\e055";
}

.material-icons.airport_shuttle:before {
  content: "\eb3c";
}

.material-icons.alarm:before {
  content: "\e855";
}

.material-icons.alarm_add:before {
  content: "\e856";
}

.material-icons.alarm_off:before {
  content: "\e857";
}

.material-icons.alarm_on:before {
  content: "\e858";
}

.material-icons.album:before {
  content: "\e019";
}

.material-icons.align_horizontal_center:before {
  content: "\e00f";
}

.material-icons.align_horizontal_left:before {
  content: "\e00d";
}

.material-icons.align_horizontal_right:before {
  content: "\e010";
}

.material-icons.align_vertical_bottom:before {
  content: "\e015";
}

.material-icons.align_vertical_center:before {
  content: "\e011";
}

.material-icons.align_vertical_top:before {
  content: "\e00c";
}

.material-icons.all_inbox:before {
  content: "\e97f";
}

.material-icons.all_inclusive:before {
  content: "\eb3d";
}

.material-icons.all_out:before {
  content: "\e90b";
}

.material-icons.alt_route:before {
  content: "\f184";
}

.material-icons.alternate_email:before {
  content: "\e0e6";
}

.material-icons.amp_stories:before {
  content: "\ea13";
}

.material-icons.analytics:before {
  content: "\ef3e";
}

.material-icons.anchor:before {
  content: "\f1cd";
}

.material-icons.android:before {
  content: "\e859";
}

.material-icons.animation:before {
  content: "\e71c";
}

.material-icons.announcement:before {
  content: "\e85a";
}

.material-icons.apartment:before {
  content: "\ea40";
}

.material-icons.api:before {
  content: "\f1b7";
}

.material-icons.app_blocking:before {
  content: "\ef3f";
}

.material-icons.app_registration:before {
  content: "\ef40";
}

.material-icons.app_settings_alt:before {
  content: "\ef41";
}

.material-icons.approval:before {
  content: "\e982";
}

.material-icons.apps:before {
  content: "\e5c3";
}

.material-icons.architecture:before {
  content: "\ea3b";
}

.material-icons.archive:before {
  content: "\e149";
}

.material-icons.arrow_back:before {
  content: "\e5c4";
}

.material-icons.arrow_back_ios:before {
  content: "\e5e0";
}

.material-icons.arrow_circle_down:before {
  content: "\f181";
}

.material-icons.arrow_circle_up:before {
  content: "\f182";
}

.material-icons.arrow_downward:before {
  content: "\e5db";
}

.material-icons.arrow_drop_down:before {
  content: "\e5c5";
}

.material-icons.arrow_drop_down_circle:before {
  content: "\e5c6";
}

.material-icons.arrow_drop_up:before {
  content: "\e5c7";
}

.material-icons.arrow_forward:before {
  content: "\e5c8";
}

.material-icons.arrow_forward_ios:before {
  content: "\e5e1";
}

.material-icons.arrow_left:before {
  content: "\e5de";
}

.material-icons.arrow_right:before {
  content: "\e5df";
}

.material-icons.arrow_right_alt:before {
  content: "\e941";
}

.material-icons.arrow_upward:before {
  content: "\e5d8";
}

.material-icons.art_track:before {
  content: "\e060";
}

.material-icons.article:before {
  content: "\ef42";
}

.material-icons.aspect_ratio:before {
  content: "\e85b";
}

.material-icons.assessment:before {
  content: "\e85c";
}

.material-icons.assignment:before {
  content: "\e85d";
}

.material-icons.assignment_ind:before {
  content: "\e85e";
}

.material-icons.assignment_late:before {
  content: "\e85f";
}

.material-icons.assignment_return:before {
  content: "\e860";
}

.material-icons.assignment_returned:before {
  content: "\e861";
}

.material-icons.assignment_turned_in:before {
  content: "\e862";
}

.material-icons.assistant:before {
  content: "\e39f";
}

.material-icons.assistant_direction:before {
  content: "\e988";
}

.material-icons.assistant_navigation:before {
  content: "\e989";
}

.material-icons.assistant_photo:before {
  content: "\e3a0";
}

.material-icons.atm:before {
  content: "\e573";
}

.material-icons.attach_email:before {
  content: "\ea5e";
}

.material-icons.attach_file:before {
  content: "\e226";
}

.material-icons.attach_money:before {
  content: "\e227";
}

.material-icons.attachment:before {
  content: "\e2bc";
}

.material-icons.attractions:before {
  content: "\ea52";
}

.material-icons.audiotrack:before {
  content: "\e3a1";
}

.material-icons.auto_awesome:before {
  content: "\e65f";
}

.material-icons.auto_awesome_mosaic:before {
  content: "\e660";
}

.material-icons.auto_awesome_motion:before {
  content: "\e661";
}

.material-icons.auto_delete:before {
  content: "\ea4c";
}

.material-icons.auto_fix_high:before {
  content: "\e663";
}

.material-icons.auto_fix_normal:before {
  content: "\e664";
}

.material-icons.auto_fix_off:before {
  content: "\e665";
}

.material-icons.auto_stories:before {
  content: "\e666";
}

.material-icons.autorenew:before {
  content: "\e863";
}

.material-icons.av_timer:before {
  content: "\e01b";
}

.material-icons.baby_changing_station:before {
  content: "\f19b";
}

.material-icons.backpack:before {
  content: "\f19c";
}

.material-icons.backspace:before {
  content: "\e14a";
}

.material-icons.backup:before {
  content: "\e864";
}

.material-icons.backup_table:before {
  content: "\ef43";
}

.material-icons.badge:before {
  content: "\ea67";
}

.material-icons.bakery_dining:before {
  content: "\ea53";
}

.material-icons.ballot:before {
  content: "\e172";
}

.material-icons.bar_chart:before {
  content: "\e26b";
}

.material-icons.batch_prediction:before {
  content: "\f0f5";
}

.material-icons.bathtub:before {
  content: "\ea41";
}

.material-icons.battery_alert:before {
  content: "\e19c";
}

.material-icons.battery_charging_full:before {
  content: "\e1a3";
}

.material-icons.battery_full:before {
  content: "\e1a4";
}

.material-icons.battery_std:before {
  content: "\e1a5";
}

.material-icons.battery_unknown:before {
  content: "\e1a6";
}

.material-icons.beach_access:before {
  content: "\eb3e";
}

.material-icons.bedtime:before {
  content: "\ef44";
}

.material-icons.beenhere:before {
  content: "\e52d";
}

.material-icons.bento:before {
  content: "\f1f4";
}

.material-icons.bike_scooter:before {
  content: "\ef45";
}

.material-icons.biotech:before {
  content: "\ea3a";
}

.material-icons.block:before {
  content: "\e14b";
}

.material-icons.block_flipped:before {
  content: "\ef46";
}

.material-icons.bluetooth:before {
  content: "\e1a7";
}

.material-icons.bluetooth_audio:before {
  content: "\e60f";
}

.material-icons.bluetooth_connected:before {
  content: "\e1a8";
}

.material-icons.bluetooth_disabled:before {
  content: "\e1a9";
}

.material-icons.bluetooth_searching:before {
  content: "\e1aa";
}

.material-icons.blur_circular:before {
  content: "\e3a2";
}

.material-icons.blur_linear:before {
  content: "\e3a3";
}

.material-icons.blur_off:before {
  content: "\e3a4";
}

.material-icons.blur_on:before {
  content: "\e3a5";
}

.material-icons.bolt:before {
  content: "\ea0b";
}

.material-icons.book:before {
  content: "\e865";
}

.material-icons.book_online:before {
  content: "\f217";
}

.material-icons.bookmark:before {
  content: "\e866";
}

.material-icons.bookmark_border:before {
  content: "\e867";
}

.material-icons.bookmark_outline:before {
  content: "\e867";
}

.material-icons.bookmarks:before {
  content: "\e98b";
}

.material-icons.border_all:before {
  content: "\e228";
}

.material-icons.border_bottom:before {
  content: "\e229";
}

.material-icons.border_clear:before {
  content: "\e22a";
}

.material-icons.border_color:before {
  content: "\e22b";
}

.material-icons.border_horizontal:before {
  content: "\e22c";
}

.material-icons.border_inner:before {
  content: "\e22d";
}

.material-icons.border_left:before {
  content: "\e22e";
}

.material-icons.border_outer:before {
  content: "\e22f";
}

.material-icons.border_right:before {
  content: "\e230";
}

.material-icons.border_style:before {
  content: "\e231";
}

.material-icons.border_top:before {
  content: "\e232";
}

.material-icons.border_vertical:before {
  content: "\e233";
}

.material-icons.branding_watermark:before {
  content: "\e06b";
}

.material-icons.breakfast_dining:before {
  content: "\ea54";
}

.material-icons.brightness_1:before {
  content: "\e3a6";
}

.material-icons.brightness_2:before {
  content: "\e3a7";
}

.material-icons.brightness_3:before {
  content: "\e3a8";
}

.material-icons.brightness_4:before {
  content: "\e3a9";
}

.material-icons.brightness_5:before {
  content: "\e3aa";
}

.material-icons.brightness_6:before {
  content: "\e3ab";
}

.material-icons.brightness_7:before {
  content: "\e3ac";
}

.material-icons.brightness_auto:before {
  content: "\e1ab";
}

.material-icons.brightness_high:before {
  content: "\e1ac";
}

.material-icons.brightness_low:before {
  content: "\e1ad";
}

.material-icons.brightness_medium:before {
  content: "\e1ae";
}

.material-icons.broken_image:before {
  content: "\e3ad";
}

.material-icons.browser_not_supported:before {
  content: "\ef47";
}

.material-icons.brunch_dining:before {
  content: "\ea73";
}

.material-icons.brush:before {
  content: "\e3ae";
}

.material-icons.bubble_chart:before {
  content: "\e6dd";
}

.material-icons.bug_report:before {
  content: "\e868";
}

.material-icons.build:before {
  content: "\e869";
}

.material-icons.build_circle:before {
  content: "\ef48";
}

.material-icons.burst_mode:before {
  content: "\e43c";
}

.material-icons.bus_alert:before {
  content: "\e98f";
}

.material-icons.business:before {
  content: "\e0af";
}

.material-icons.business_center:before {
  content: "\eb3f";
}

.material-icons.cached:before {
  content: "\e86a";
}

.material-icons.cake:before {
  content: "\e7e9";
}

.material-icons.calculate:before {
  content: "\ea5f";
}

.material-icons.calendar_today:before {
  content: "\e935";
}

.material-icons.calendar_view_day:before {
  content: "\e936";
}

.material-icons.call:before {
  content: "\e0b0";
}

.material-icons.call_end:before {
  content: "\e0b1";
}

.material-icons.call_made:before {
  content: "\e0b2";
}

.material-icons.call_merge:before {
  content: "\e0b3";
}

.material-icons.call_missed:before {
  content: "\e0b4";
}

.material-icons.call_missed_outgoing:before {
  content: "\e0e4";
}

.material-icons.call_received:before {
  content: "\e0b5";
}

.material-icons.call_split:before {
  content: "\e0b6";
}

.material-icons.call_to_action:before {
  content: "\e06c";
}

.material-icons.camera:before {
  content: "\e3af";
}

.material-icons.camera_alt:before {
  content: "\e3b0";
}

.material-icons.camera_enhance:before {
  content: "\e8fc";
}

.material-icons.camera_front:before {
  content: "\e3b1";
}

.material-icons.camera_rear:before {
  content: "\e3b2";
}

.material-icons.camera_roll:before {
  content: "\e3b3";
}

.material-icons.campaign:before {
  content: "\ef49";
}

.material-icons.cancel:before {
  content: "\e5c9";
}

.material-icons.cancel_presentation:before {
  content: "\e0e9";
}

.material-icons.cancel_schedule_send:before {
  content: "\ea39";
}

.material-icons.car_rental:before {
  content: "\ea55";
}

.material-icons.car_repair:before {
  content: "\ea56";
}

.material-icons.card_giftcard:before {
  content: "\e8f6";
}

.material-icons.card_membership:before {
  content: "\e8f7";
}

.material-icons.card_travel:before {
  content: "\e8f8";
}

.material-icons.carpenter:before {
  content: "\f1f8";
}

.material-icons.cases:before {
  content: "\e992";
}

.material-icons.casino:before {
  content: "\eb40";
}

.material-icons.cast:before {
  content: "\e307";
}

.material-icons.cast_connected:before {
  content: "\e308";
}

.material-icons.cast_for_education:before {
  content: "\efec";
}

.material-icons.category:before {
  content: "\e574";
}

.material-icons.celebration:before {
  content: "\ea65";
}

.material-icons.cell_wifi:before {
  content: "\e0ec";
}

.material-icons.center_focus_strong:before {
  content: "\e3b4";
}

.material-icons.center_focus_weak:before {
  content: "\e3b5";
}

.material-icons.change_history:before {
  content: "\e86b";
}

.material-icons.charging_station:before {
  content: "\f19d";
}

.material-icons.chat:before {
  content: "\e0b7";
}

.material-icons.chat_bubble:before {
  content: "\e0ca";
}

.material-icons.chat_bubble_outline:before {
  content: "\e0cb";
}

.material-icons.check:before {
  content: "\e5ca";
}

.material-icons.check_box:before {
  content: "\e834";
}

.material-icons.check_box_outline_blank:before {
  content: "\e835";
}

.material-icons.check_circle:before {
  content: "\e86c";
}

.material-icons.check_circle_outline:before {
  content: "\e92d";
}

.material-icons.checkroom:before {
  content: "\f19e";
}

.material-icons.chevron_left:before {
  content: "\e5cb";
}

.material-icons.chevron_right:before {
  content: "\e5cc";
}

.material-icons.child_care:before {
  content: "\eb41";
}

.material-icons.child_friendly:before {
  content: "\eb42";
}

.material-icons.chrome_reader_mode:before {
  content: "\e86d";
}

.material-icons.circle:before {
  content: "\ef4a";
}

.material-icons.circle_notifications:before {
  content: "\e994";
}

.material-icons.class:before {
  content: "\e86e";
}

.material-icons.clean_hands:before {
  content: "\f21f";
}

.material-icons.cleaning_services:before {
  content: "\f0ff";
}

.material-icons.clear:before {
  content: "\e14c";
}

.material-icons.clear_all:before {
  content: "\e0b8";
}

.material-icons.close:before {
  content: "\e5cd";
}

.material-icons.close_fullscreen:before {
  content: "\f1cf";
}

.material-icons.closed_caption:before {
  content: "\e01c";
}

.material-icons.closed_caption_disabled:before {
  content: "\f1dc";
}

.material-icons.closed_caption_off:before {
  content: "\e996";
}

.material-icons.cloud:before {
  content: "\e2bd";
}

.material-icons.cloud_circle:before {
  content: "\e2be";
}

.material-icons.cloud_done:before {
  content: "\e2bf";
}

.material-icons.cloud_download:before {
  content: "\e2c0";
}

.material-icons.cloud_off:before {
  content: "\e2c1";
}

.material-icons.cloud_queue:before {
  content: "\e2c2";
}

.material-icons.cloud_upload:before {
  content: "\e2c3";
}

.material-icons.code:before {
  content: "\e86f";
}

.material-icons.collections:before {
  content: "\e3b6";
}

.material-icons.collections_bookmark:before {
  content: "\e431";
}

.material-icons.color_lens:before {
  content: "\e3b7";
}

.material-icons.colorize:before {
  content: "\e3b8";
}

.material-icons.comment:before {
  content: "\e0b9";
}

.material-icons.comment_bank:before {
  content: "\ea4e";
}

.material-icons.commute:before {
  content: "\e940";
}

.material-icons.compare:before {
  content: "\e3b9";
}

.material-icons.compare_arrows:before {
  content: "\e915";
}

.material-icons.compass_calibration:before {
  content: "\e57c";
}

.material-icons.compress:before {
  content: "\e94d";
}

.material-icons.computer:before {
  content: "\e30a";
}

.material-icons.confirmation_num:before {
  content: "\e638";
}

.material-icons.confirmation_number:before {
  content: "\e638";
}

.material-icons.connect_without_contact:before {
  content: "\f223";
}

.material-icons.connected_tv:before {
  content: "\e998";
}

.material-icons.construction:before {
  content: "\ea3c";
}

.material-icons.contact_mail:before {
  content: "\e0d0";
}

.material-icons.contact_page:before {
  content: "\f22e";
}

.material-icons.contact_phone:before {
  content: "\e0cf";
}

.material-icons.contact_support:before {
  content: "\e94c";
}

.material-icons.contactless:before {
  content: "\ea71";
}

.material-icons.contacts:before {
  content: "\e0ba";
}

.material-icons.content_copy:before {
  content: "\e14d";
}

.material-icons.content_cut:before {
  content: "\e14e";
}

.material-icons.content_paste:before {
  content: "\e14f";
}

.material-icons.control_camera:before {
  content: "\e074";
}

.material-icons.control_point:before {
  content: "\e3ba";
}

.material-icons.control_point_duplicate:before {
  content: "\e3bb";
}

.material-icons.copyright:before {
  content: "\e90c";
}

.material-icons.coronavirus:before {
  content: "\f221";
}

.material-icons.corporate_fare:before {
  content: "\f1d0";
}

.material-icons.countertops:before {
  content: "\f1f7";
}

.material-icons.create:before {
  content: "\e150";
}

.material-icons.create_new_folder:before {
  content: "\e2cc";
}

.material-icons.credit_card:before {
  content: "\e870";
}

.material-icons.crop:before {
  content: "\e3be";
}

.material-icons.crop_16_9:before {
  content: "\e3bc";
}

.material-icons.crop_3_2:before {
  content: "\e3bd";
}

.material-icons.crop_5_4:before {
  content: "\e3bf";
}

.material-icons.crop_7_5:before {
  content: "\e3c0";
}

.material-icons.crop_din:before {
  content: "\e3c1";
}

.material-icons.crop_free:before {
  content: "\e3c2";
}

.material-icons.crop_landscape:before {
  content: "\e3c3";
}

.material-icons.crop_original:before {
  content: "\e3c4";
}

.material-icons.crop_portrait:before {
  content: "\e3c5";
}

.material-icons.crop_rotate:before {
  content: "\e437";
}

.material-icons.crop_square:before {
  content: "\e3c6";
}

.material-icons.dangerous:before {
  content: "\e99a";
}

.material-icons.dashboard:before {
  content: "\e871";
}

.material-icons.dashboard_customize:before {
  content: "\e99b";
}

.material-icons.data_usage:before {
  content: "\e1af";
}

.material-icons.date_range:before {
  content: "\e916";
}

.material-icons.deck:before {
  content: "\ea42";
}

.material-icons.dehaze:before {
  content: "\e3c7";
}

.material-icons.delete:before {
  content: "\e872";
}

.material-icons.delete_forever:before {
  content: "\e92b";
}

.material-icons.delete_outline:before {
  content: "\e92e";
}

.material-icons.delete_sweep:before {
  content: "\e16c";
}

.material-icons.delivery_dining:before {
  content: "\ea72";
}

.material-icons.departure_board:before {
  content: "\e576";
}

.material-icons.description:before {
  content: "\e873";
}

.material-icons.design_services:before {
  content: "\f10a";
}

.material-icons.desktop_access_disabled:before {
  content: "\e99d";
}

.material-icons.desktop_mac:before {
  content: "\e30b";
}

.material-icons.desktop_windows:before {
  content: "\e30c";
}

.material-icons.details:before {
  content: "\e3c8";
}

.material-icons.developer_board:before {
  content: "\e30d";
}

.material-icons.developer_mode:before {
  content: "\e1b0";
}

.material-icons.device_hub:before {
  content: "\e335";
}

.material-icons.device_thermostat:before {
  content: "\e1ff";
}

.material-icons.device_unknown:before {
  content: "\e339";
}

.material-icons.devices:before {
  content: "\e1b1";
}

.material-icons.devices_other:before {
  content: "\e337";
}

.material-icons.dialer_sip:before {
  content: "\e0bb";
}

.material-icons.dialpad:before {
  content: "\e0bc";
}

.material-icons.dinner_dining:before {
  content: "\ea57";
}

.material-icons.directions:before {
  content: "\e52e";
}

.material-icons.directions_bike:before {
  content: "\e52f";
}

.material-icons.directions_boat:before {
  content: "\e532";
}

.material-icons.directions_bus:before {
  content: "\e530";
}

.material-icons.directions_car:before {
  content: "\e531";
}

.material-icons.directions_ferry:before {
  content: "\e532";
}

.material-icons.directions_off:before {
  content: "\f10f";
}

.material-icons.directions_railway:before {
  content: "\e534";
}

.material-icons.directions_run:before {
  content: "\e566";
}

.material-icons.directions_subway:before {
  content: "\e533";
}

.material-icons.directions_train:before {
  content: "\e534";
}

.material-icons.directions_transit:before {
  content: "\e535";
}

.material-icons.directions_walk:before {
  content: "\e536";
}

.material-icons.dirty_lens:before {
  content: "\ef4b";
}

.material-icons.disabled_by_default:before {
  content: "\f230";
}

.material-icons.disc_full:before {
  content: "\e610";
}

.material-icons.dnd_forwardslash:before {
  content: "\e611";
}

.material-icons.dns:before {
  content: "\e875";
}

.material-icons.do_not_disturb:before {
  content: "\e612";
}

.material-icons.do_not_disturb_alt:before {
  content: "\e611";
}

.material-icons.do_not_disturb_off:before {
  content: "\e643";
}

.material-icons.do_not_disturb_on:before {
  content: "\e644";
}

.material-icons.do_not_step:before {
  content: "\f19f";
}

.material-icons.do_not_touch:before {
  content: "\f1b0";
}

.material-icons.dock:before {
  content: "\e30e";
}

.material-icons.domain:before {
  content: "\e7ee";
}

.material-icons.domain_disabled:before {
  content: "\e0ef";
}

.material-icons.domain_verification:before {
  content: "\ef4c";
}

.material-icons.done:before {
  content: "\e876";
}

.material-icons.done_all:before {
  content: "\e877";
}

.material-icons.done_outline:before {
  content: "\e92f";
}

.material-icons.donut_large:before {
  content: "\e917";
}

.material-icons.donut_small:before {
  content: "\e918";
}

.material-icons.double_arrow:before {
  content: "\ea50";
}

.material-icons.drafts:before {
  content: "\e151";
}

.material-icons.drag_handle:before {
  content: "\e25d";
}

.material-icons.drag_indicator:before {
  content: "\e945";
}

.material-icons.drive_eta:before {
  content: "\e613";
}

.material-icons.drive_file_move:before {
  content: "\e675";
}

.material-icons.drive_file_move_outline:before {
  content: "\e9a1";
}

.material-icons.drive_file_rename_outline:before {
  content: "\e9a2";
}

.material-icons.drive_folder_upload:before {
  content: "\e9a3";
}

.material-icons.dry:before {
  content: "\f1b3";
}

.material-icons.dry_cleaning:before {
  content: "\ea58";
}

.material-icons.duo:before {
  content: "\e9a5";
}

.material-icons.dvr:before {
  content: "\e1b2";
}

.material-icons.dynamic_feed:before {
  content: "\ea14";
}

.material-icons.dynamic_form:before {
  content: "\f1bf";
}

.material-icons.east:before {
  content: "\f1df";
}

.material-icons.eco:before {
  content: "\ea35";
}

.material-icons.edit:before {
  content: "\e3c9";
}

.material-icons.edit_attributes:before {
  content: "\e578";
}

.material-icons.edit_location:before {
  content: "\e568";
}

.material-icons.edit_off:before {
  content: "\e950";
}

.material-icons.edit_road:before {
  content: "\ef4d";
}

.material-icons.eject:before {
  content: "\e8fb";
}

.material-icons.elderly:before {
  content: "\f21a";
}

.material-icons.electric_bike:before {
  content: "\eb1b";
}

.material-icons.electric_car:before {
  content: "\eb1c";
}

.material-icons.electric_moped:before {
  content: "\eb1d";
}

.material-icons.electric_rickshaw:before {
  content: "\eb1e";
}

.material-icons.electric_scooter:before {
  content: "\eb1f";
}

.material-icons.electrical_services:before {
  content: "\f102";
}

.material-icons.elevator:before {
  content: "\f1a0";
}

.material-icons.email:before {
  content: "\e0be";
}

.material-icons.emoji_emotions:before {
  content: "\ea22";
}

.material-icons.emoji_events:before {
  content: "\ea23";
}

.material-icons.emoji_flags:before {
  content: "\ea1a";
}

.material-icons.emoji_food_beverage:before {
  content: "\ea1b";
}

.material-icons.emoji_nature:before {
  content: "\ea1c";
}

.material-icons.emoji_objects:before {
  content: "\ea24";
}

.material-icons.emoji_people:before {
  content: "\ea1d";
}

.material-icons.emoji_symbols:before {
  content: "\ea1e";
}

.material-icons.emoji_transportation:before {
  content: "\ea1f";
}

.material-icons.engineering:before {
  content: "\ea3d";
}

.material-icons.enhance_photo_translate:before {
  content: "\e8fc";
}

.material-icons.enhanced_encryption:before {
  content: "\e63f";
}

.material-icons.equalizer:before {
  content: "\e01d";
}

.material-icons.error:before {
  content: "\e000";
}

.material-icons.error_outline:before {
  content: "\e001";
}

.material-icons.escalator:before {
  content: "\f1a1";
}

.material-icons.escalator_warning:before {
  content: "\f1ac";
}

.material-icons.euro:before {
  content: "\ea15";
}

.material-icons.euro_symbol:before {
  content: "\e926";
}

.material-icons.ev_station:before {
  content: "\e56d";
}

.material-icons.event:before {
  content: "\e878";
}

.material-icons.event_available:before {
  content: "\e614";
}

.material-icons.event_busy:before {
  content: "\e615";
}

.material-icons.event_note:before {
  content: "\e616";
}

.material-icons.event_seat:before {
  content: "\e903";
}

.material-icons.exit_to_app:before {
  content: "\e879";
}

.material-icons.expand:before {
  content: "\e94f";
}

.material-icons.expand_less:before {
  content: "\e5ce";
}

.material-icons.expand_more:before {
  content: "\e5cf";
}

.material-icons.explicit:before {
  content: "\e01e";
}

.material-icons.explore:before {
  content: "\e87a";
}

.material-icons.explore_off:before {
  content: "\e9a8";
}

.material-icons.exposure:before {
  content: "\e3ca";
}

.material-icons.exposure_minus_1:before {
  content: "\e3cb";
}

.material-icons.exposure_minus_2:before {
  content: "\e3cc";
}

.material-icons.exposure_neg_1:before {
  content: "\e3cb";
}

.material-icons.exposure_neg_2:before {
  content: "\e3cc";
}

.material-icons.exposure_plus_1:before {
  content: "\e3cd";
}

.material-icons.exposure_plus_2:before {
  content: "\e3ce";
}

.material-icons.exposure_zero:before {
  content: "\e3cf";
}

.material-icons.extension:before {
  content: "\e87b";
}

.material-icons.face:before {
  content: "\e87c";
}

.material-icons.face_retouching_natural:before {
  content: "\ef4e";
}

.material-icons.facebook:before {
  content: "\f234";
}

.material-icons.fact_check:before {
  content: "\f0c5";
}

.material-icons.family_restroom:before {
  content: "\f1a2";
}

.material-icons.fast_forward:before {
  content: "\e01f";
}

.material-icons.fast_rewind:before {
  content: "\e020";
}

.material-icons.fastfood:before {
  content: "\e57a";
}

.material-icons.favorite:before {
  content: "\e87d";
}

.material-icons.favorite_border:before {
  content: "\e87e";
}

.material-icons.favorite_outline:before {
  content: "\e87e";
}

.material-icons.featured_play_list:before {
  content: "\e06d";
}

.material-icons.featured_video:before {
  content: "\e06e";
}

.material-icons.feedback:before {
  content: "\e87f";
}

.material-icons.fence:before {
  content: "\f1f6";
}

.material-icons.festival:before {
  content: "\ea68";
}

.material-icons.fiber_dvr:before {
  content: "\e05d";
}

.material-icons.fiber_manual_record:before {
  content: "\e061";
}

.material-icons.fiber_new:before {
  content: "\e05e";
}

.material-icons.fiber_pin:before {
  content: "\e06a";
}

.material-icons.fiber_smart_record:before {
  content: "\e062";
}

.material-icons.file_copy:before {
  content: "\e173";
}

.material-icons.file_download:before {
  content: "\e2c4";
}

.material-icons.file_download_done:before {
  content: "\e9aa";
}

.material-icons.file_present:before {
  content: "\ea0e";
}

.material-icons.file_upload:before {
  content: "\e2c6";
}

.material-icons.filter:before {
  content: "\e3d3";
}

.material-icons.filter_1:before {
  content: "\e3d0";
}

.material-icons.filter_2:before {
  content: "\e3d1";
}

.material-icons.filter_3:before {
  content: "\e3d2";
}

.material-icons.filter_4:before {
  content: "\e3d4";
}

.material-icons.filter_5:before {
  content: "\e3d5";
}

.material-icons.filter_6:before {
  content: "\e3d6";
}

.material-icons.filter_7:before {
  content: "\e3d7";
}

.material-icons.filter_8:before {
  content: "\e3d8";
}

.material-icons.filter_9:before {
  content: "\e3d9";
}

.material-icons.filter_9_plus:before {
  content: "\e3da";
}

.material-icons.filter_alt:before {
  content: "\ef4f";
}

.material-icons.filter_b_and_w:before {
  content: "\e3db";
}

.material-icons.filter_center_focus:before {
  content: "\e3dc";
}

.material-icons.filter_drama:before {
  content: "\e3dd";
}

.material-icons.filter_frames:before {
  content: "\e3de";
}

.material-icons.filter_hdr:before {
  content: "\e3df";
}

.material-icons.filter_list:before {
  content: "\e152";
}

.material-icons.filter_list_alt:before {
  content: "\e94e";
}

.material-icons.filter_none:before {
  content: "\e3e0";
}

.material-icons.filter_tilt_shift:before {
  content: "\e3e2";
}

.material-icons.filter_vintage:before {
  content: "\e3e3";
}

.material-icons.find_in_page:before {
  content: "\e880";
}

.material-icons.find_replace:before {
  content: "\e881";
}

.material-icons.fingerprint:before {
  content: "\e90d";
}

.material-icons.fire_extinguisher:before {
  content: "\f1d8";
}

.material-icons.fire_hydrant:before {
  content: "\f1a3";
}

.material-icons.fireplace:before {
  content: "\ea43";
}

.material-icons.first_page:before {
  content: "\e5dc";
}

.material-icons.fit_screen:before {
  content: "\ea10";
}

.material-icons.fitness_center:before {
  content: "\eb43";
}

.material-icons.flag:before {
  content: "\e153";
}

.material-icons.flaky:before {
  content: "\ef50";
}

.material-icons.flare:before {
  content: "\e3e4";
}

.material-icons.flash_auto:before {
  content: "\e3e5";
}

.material-icons.flash_off:before {
  content: "\e3e6";
}

.material-icons.flash_on:before {
  content: "\e3e7";
}

.material-icons.flight:before {
  content: "\e539";
}

.material-icons.flight_land:before {
  content: "\e904";
}

.material-icons.flight_takeoff:before {
  content: "\e905";
}

.material-icons.flip:before {
  content: "\e3e8";
}

.material-icons.flip_camera_android:before {
  content: "\ea37";
}

.material-icons.flip_camera_ios:before {
  content: "\ea38";
}

.material-icons.flip_to_back:before {
  content: "\e882";
}

.material-icons.flip_to_front:before {
  content: "\e883";
}

.material-icons.folder:before {
  content: "\e2c7";
}

.material-icons.folder_open:before {
  content: "\e2c8";
}

.material-icons.folder_shared:before {
  content: "\e2c9";
}

.material-icons.folder_special:before {
  content: "\e617";
}

.material-icons.follow_the_signs:before {
  content: "\f222";
}

.material-icons.font_download:before {
  content: "\e167";
}

.material-icons.food_bank:before {
  content: "\f1f2";
}

.material-icons.format_align_center:before {
  content: "\e234";
}

.material-icons.format_align_justify:before {
  content: "\e235";
}

.material-icons.format_align_left:before {
  content: "\e236";
}

.material-icons.format_align_right:before {
  content: "\e237";
}

.material-icons.format_bold:before {
  content: "\e238";
}

.material-icons.format_clear:before {
  content: "\e239";
}

.material-icons.format_color_fill:before {
  content: "\e23a";
}

.material-icons.format_color_reset:before {
  content: "\e23b";
}

.material-icons.format_color_text:before {
  content: "\e23c";
}

.material-icons.format_indent_decrease:before {
  content: "\e23d";
}

.material-icons.format_indent_increase:before {
  content: "\e23e";
}

.material-icons.format_italic:before {
  content: "\e23f";
}

.material-icons.format_line_spacing:before {
  content: "\e240";
}

.material-icons.format_list_bulleted:before {
  content: "\e241";
}

.material-icons.format_list_numbered:before {
  content: "\e242";
}

.material-icons.format_list_numbered_rtl:before {
  content: "\e267";
}

.material-icons.format_paint:before {
  content: "\e243";
}

.material-icons.format_quote:before {
  content: "\e244";
}

.material-icons.format_shapes:before {
  content: "\e25e";
}

.material-icons.format_size:before {
  content: "\e245";
}

.material-icons.format_strikethrough:before {
  content: "\e246";
}

.material-icons.format_textdirection_l_to_r:before {
  content: "\e247";
}

.material-icons.format_textdirection_r_to_l:before {
  content: "\e248";
}

.material-icons.format_underline:before {
  content: "\e249";
}

.material-icons.format_underlined:before {
  content: "\e249";
}

.material-icons.forum:before {
  content: "\e0bf";
}

.material-icons.forward:before {
  content: "\e154";
}

.material-icons.forward_10:before {
  content: "\e056";
}

.material-icons.forward_30:before {
  content: "\e057";
}

.material-icons.forward_5:before {
  content: "\e058";
}

.material-icons.forward_to_inbox:before {
  content: "\f187";
}

.material-icons.foundation:before {
  content: "\f200";
}

.material-icons.free_breakfast:before {
  content: "\eb44";
}

.material-icons.fullscreen:before {
  content: "\e5d0";
}

.material-icons.fullscreen_exit:before {
  content: "\e5d1";
}

.material-icons.functions:before {
  content: "\e24a";
}

.material-icons.g_translate:before {
  content: "\e927";
}

.material-icons.gamepad:before {
  content: "\e30f";
}

.material-icons.games:before {
  content: "\e021";
}

.material-icons.gavel:before {
  content: "\e90e";
}

.material-icons.gesture:before {
  content: "\e155";
}

.material-icons.get_app:before {
  content: "\e884";
}

.material-icons.gif:before {
  content: "\e908";
}

.material-icons.goat:before {
  content: "\ebff";
}

.material-icons.golf_course:before {
  content: "\eb45";
}

.material-icons.gps_fixed:before {
  content: "\e1b3";
}

.material-icons.gps_not_fixed:before {
  content: "\e1b4";
}

.material-icons.gps_off:before {
  content: "\e1b5";
}

.material-icons.grade:before {
  content: "\e885";
}

.material-icons.gradient:before {
  content: "\e3e9";
}

.material-icons.grading:before {
  content: "\ea4f";
}

.material-icons.grain:before {
  content: "\e3ea";
}

.material-icons.graphic_eq:before {
  content: "\e1b8";
}

.material-icons.grass:before {
  content: "\f205";
}

.material-icons.grid_off:before {
  content: "\e3eb";
}

.material-icons.grid_on:before {
  content: "\e3ec";
}

.material-icons.grid_view:before {
  content: "\e9b0";
}

.material-icons.group:before {
  content: "\e7ef";
}

.material-icons.group_add:before {
  content: "\e7f0";
}

.material-icons.group_work:before {
  content: "\e886";
}

.material-icons.groups:before {
  content: "\f233";
}

.material-icons.hail:before {
  content: "\e9b1";
}

.material-icons.handyman:before {
  content: "\f10b";
}

.material-icons.hardware:before {
  content: "\ea59";
}

.material-icons.hd:before {
  content: "\e052";
}

.material-icons.hdr_enhanced_select:before {
  content: "\ef51";
}

.material-icons.hdr_off:before {
  content: "\e3ed";
}

.material-icons.hdr_on:before {
  content: "\e3ee";
}

.material-icons.hdr_strong:before {
  content: "\e3f1";
}

.material-icons.hdr_weak:before {
  content: "\e3f2";
}

.material-icons.headset:before {
  content: "\e310";
}

.material-icons.headset_mic:before {
  content: "\e311";
}

.material-icons.headset_off:before {
  content: "\e33a";
}

.material-icons.healing:before {
  content: "\e3f3";
}

.material-icons.hearing:before {
  content: "\e023";
}

.material-icons.hearing_disabled:before {
  content: "\f104";
}

.material-icons.height:before {
  content: "\ea16";
}

.material-icons.help:before {
  content: "\e887";
}

.material-icons.help_center:before {
  content: "\f1c0";
}

.material-icons.help_outline:before {
  content: "\e8fd";
}

.material-icons.high_quality:before {
  content: "\e024";
}

.material-icons.highlight:before {
  content: "\e25f";
}

.material-icons.highlight_alt:before {
  content: "\ef52";
}

.material-icons.highlight_off:before {
  content: "\e888";
}

.material-icons.highlight_remove:before {
  content: "\e888";
}

.material-icons.history:before {
  content: "\e889";
}

.material-icons.history_edu:before {
  content: "\ea3e";
}

.material-icons.history_toggle_off:before {
  content: "\f17d";
}

.material-icons.home:before {
  content: "\e88a";
}

.material-icons.home_filled:before {
  content: "\e9b2";
}

.material-icons.home_repair_service:before {
  content: "\f100";
}

.material-icons.home_work:before {
  content: "\ea09";
}

.material-icons.horizontal_distribute:before {
  content: "\e014";
}

.material-icons.horizontal_rule:before {
  content: "\f108";
}

.material-icons.horizontal_split:before {
  content: "\e947";
}

.material-icons.hot_tub:before {
  content: "\eb46";
}

.material-icons.hotel:before {
  content: "\e53a";
}

.material-icons.hourglass_bottom:before {
  content: "\ea5c";
}

.material-icons.hourglass_disabled:before {
  content: "\ef53";
}

.material-icons.hourglass_empty:before {
  content: "\e88b";
}

.material-icons.hourglass_full:before {
  content: "\e88c";
}

.material-icons.hourglass_top:before {
  content: "\ea5b";
}

.material-icons.house:before {
  content: "\ea44";
}

.material-icons.house_siding:before {
  content: "\f202";
}

.material-icons.how_to_reg:before {
  content: "\e174";
}

.material-icons.how_to_vote:before {
  content: "\e175";
}

.material-icons.http:before {
  content: "\e902";
}

.material-icons.https:before {
  content: "\e88d";
}

.material-icons.hvac:before {
  content: "\f10e";
}

.material-icons.icecream:before {
  content: "\ea69";
}

.material-icons.image:before {
  content: "\e3f4";
}

.material-icons.image_aspect_ratio:before {
  content: "\e3f5";
}

.material-icons.image_not_supported:before {
  content: "\f116";
}

.material-icons.image_search:before {
  content: "\e43f";
}

.material-icons.imagesearch_roller:before {
  content: "\e9b4";
}

.material-icons.import_contacts:before {
  content: "\e0e0";
}

.material-icons.import_export:before {
  content: "\e0c3";
}

.material-icons.important_devices:before {
  content: "\e912";
}

.material-icons.inbox:before {
  content: "\e156";
}

.material-icons.indeterminate_check_box:before {
  content: "\e909";
}

.material-icons.info:before {
  content: "\e88e";
}

.material-icons.info_outline:before {
  content: "\e88f";
}

.material-icons.input:before {
  content: "\e890";
}

.material-icons.insert_chart:before {
  content: "\e24b";
}

.material-icons.insert_chart_outlined:before {
  content: "\e26a";
}

.material-icons.insert_comment:before {
  content: "\e24c";
}

.material-icons.insert_drive_file:before {
  content: "\e24d";
}

.material-icons.insert_emoticon:before {
  content: "\e24e";
}

.material-icons.insert_invitation:before {
  content: "\e24f";
}

.material-icons.insert_link:before {
  content: "\e250";
}

.material-icons.insert_photo:before {
  content: "\e251";
}

.material-icons.insights:before {
  content: "\f092";
}

.material-icons.integration_instructions:before {
  content: "\ef54";
}

.material-icons.inventory:before {
  content: "\e179";
}

.material-icons.invert_colors:before {
  content: "\e891";
}

.material-icons.invert_colors_off:before {
  content: "\e0c4";
}

.material-icons.invert_colors_on:before {
  content: "\e891";
}

.material-icons.ios_share:before {
  content: "\e6b8";
}

.material-icons.iso:before {
  content: "\e3f6";
}

.material-icons.keyboard:before {
  content: "\e312";
}

.material-icons.keyboard_arrow_down:before {
  content: "\e313";
}

.material-icons.keyboard_arrow_left:before {
  content: "\e314";
}

.material-icons.keyboard_arrow_right:before {
  content: "\e315";
}

.material-icons.keyboard_arrow_up:before {
  content: "\e316";
}

.material-icons.keyboard_backspace:before {
  content: "\e317";
}

.material-icons.keyboard_capslock:before {
  content: "\e318";
}

.material-icons.keyboard_control:before {
  content: "\e5d3";
}

.material-icons.keyboard_hide:before {
  content: "\e31a";
}

.material-icons.keyboard_return:before {
  content: "\e31b";
}

.material-icons.keyboard_tab:before {
  content: "\e31c";
}

.material-icons.keyboard_voice:before {
  content: "\e31d";
}

.material-icons.king_bed:before {
  content: "\ea45";
}

.material-icons.kitchen:before {
  content: "\eb47";
}

.material-icons.label:before {
  content: "\e892";
}

.material-icons.label_important:before {
  content: "\e937";
}

.material-icons.label_important_outline:before {
  content: "\e948";
}

.material-icons.label_off:before {
  content: "\e9b6";
}

.material-icons.label_outline:before {
  content: "\e893";
}

.material-icons.landscape:before {
  content: "\e3f7";
}

.material-icons.language:before {
  content: "\e894";
}

.material-icons.laptop:before {
  content: "\e31e";
}

.material-icons.laptop_chromebook:before {
  content: "\e31f";
}

.material-icons.laptop_mac:before {
  content: "\e320";
}

.material-icons.laptop_windows:before {
  content: "\e321";
}

.material-icons.last_page:before {
  content: "\e5dd";
}

.material-icons.launch:before {
  content: "\e895";
}

.material-icons.layers:before {
  content: "\e53b";
}

.material-icons.layers_clear:before {
  content: "\e53c";
}

.material-icons.leaderboard:before {
  content: "\f20c";
}

.material-icons.leak_add:before {
  content: "\e3f8";
}

.material-icons.leak_remove:before {
  content: "\e3f9";
}

.material-icons.leave_bags_at_home:before {
  content: "\f21b";
}

.material-icons.legend_toggle:before {
  content: "\f11b";
}

.material-icons.lens:before {
  content: "\e3fa";
}

.material-icons.library_add:before {
  content: "\e02e";
}

.material-icons.library_add_check:before {
  content: "\e9b7";
}

.material-icons.library_books:before {
  content: "\e02f";
}

.material-icons.library_music:before {
  content: "\e030";
}

.material-icons.lightbulb:before {
  content: "\e0f0";
}

.material-icons.lightbulb_outline:before {
  content: "\e90f";
}

.material-icons.line_style:before {
  content: "\e919";
}

.material-icons.line_weight:before {
  content: "\e91a";
}

.material-icons.linear_scale:before {
  content: "\e260";
}

.material-icons.link:before {
  content: "\e157";
}

.material-icons.link_off:before {
  content: "\e16f";
}

.material-icons.linked_camera:before {
  content: "\e438";
}

.material-icons.liquor:before {
  content: "\ea60";
}

.material-icons.list:before {
  content: "\e896";
}

.material-icons.list_alt:before {
  content: "\e0ee";
}

.material-icons.live_help:before {
  content: "\e0c6";
}

.material-icons.live_tv:before {
  content: "\e639";
}

.material-icons.local_activity:before {
  content: "\e53f";
}

.material-icons.local_airport:before {
  content: "\e53d";
}

.material-icons.local_atm:before {
  content: "\e53e";
}

.material-icons.local_attraction:before {
  content: "\e53f";
}

.material-icons.local_bar:before {
  content: "\e540";
}

.material-icons.local_cafe:before {
  content: "\e541";
}

.material-icons.local_car_wash:before {
  content: "\e542";
}

.material-icons.local_convenience_store:before {
  content: "\e543";
}

.material-icons.local_dining:before {
  content: "\e556";
}

.material-icons.local_drink:before {
  content: "\e544";
}

.material-icons.local_fire_department:before {
  content: "\ef55";
}

.material-icons.local_florist:before {
  content: "\e545";
}

.material-icons.local_gas_station:before {
  content: "\e546";
}

.material-icons.local_grocery_store:before {
  content: "\e547";
}

.material-icons.local_hospital:before {
  content: "\e548";
}

.material-icons.local_hotel:before {
  content: "\e549";
}

.material-icons.local_laundry_service:before {
  content: "\e54a";
}

.material-icons.local_library:before {
  content: "\e54b";
}

.material-icons.local_mall:before {
  content: "\e54c";
}

.material-icons.local_movies:before {
  content: "\e54d";
}

.material-icons.local_offer:before {
  content: "\e54e";
}

.material-icons.local_parking:before {
  content: "\e54f";
}

.material-icons.local_pharmacy:before {
  content: "\e550";
}

.material-icons.local_phone:before {
  content: "\e551";
}

.material-icons.local_pizza:before {
  content: "\e552";
}

.material-icons.local_play:before {
  content: "\e553";
}

.material-icons.local_police:before {
  content: "\ef56";
}

.material-icons.local_post_office:before {
  content: "\e554";
}

.material-icons.local_print_shop:before {
  content: "\e555";
}

.material-icons.local_printshop:before {
  content: "\e555";
}

.material-icons.local_restaurant:before {
  content: "\e556";
}

.material-icons.local_see:before {
  content: "\e557";
}

.material-icons.local_shipping:before {
  content: "\e558";
}

.material-icons.local_taxi:before {
  content: "\e559";
}

.material-icons.location_city:before {
  content: "\e7f1";
}

.material-icons.location_disabled:before {
  content: "\e1b6";
}

.material-icons.location_history:before {
  content: "\e55a";
}

.material-icons.location_off:before {
  content: "\e0c7";
}

.material-icons.location_on:before {
  content: "\e0c8";
}

.material-icons.location_pin:before {
  content: "\f1db";
}

.material-icons.location_searching:before {
  content: "\e1b7";
}

.material-icons.lock:before {
  content: "\e897";
}

.material-icons.lock_clock:before {
  content: "\ef57";
}

.material-icons.lock_open:before {
  content: "\e898";
}

.material-icons.lock_outline:before {
  content: "\e899";
}

.material-icons.login:before {
  content: "\ea77";
}

.material-icons.logout:before {
  content: "\e9ba";
}

.material-icons.looks:before {
  content: "\e3fc";
}

.material-icons.looks_3:before {
  content: "\e3fb";
}

.material-icons.looks_4:before {
  content: "\e3fd";
}

.material-icons.looks_5:before {
  content: "\e3fe";
}

.material-icons.looks_6:before {
  content: "\e3ff";
}

.material-icons.looks_one:before {
  content: "\e400";
}

.material-icons.looks_two:before {
  content: "\e401";
}

.material-icons.loop:before {
  content: "\e028";
}

.material-icons.loupe:before {
  content: "\e402";
}

.material-icons.low_priority:before {
  content: "\e16d";
}

.material-icons.loyalty:before {
  content: "\e89a";
}

.material-icons.luggage:before {
  content: "\f235";
}

.material-icons.lunch_dining:before {
  content: "\ea61";
}

.material-icons.mail:before {
  content: "\e158";
}

.material-icons.mail_outline:before {
  content: "\e0e1";
}

.material-icons.map:before {
  content: "\e55b";
}

.material-icons.maps_ugc:before {
  content: "\ef58";
}

.material-icons.margin:before {
  content: "\e9bb";
}

.material-icons.mark_as_unread:before {
  content: "\e9bc";
}

.material-icons.mark_chat_read:before {
  content: "\f18b";
}

.material-icons.mark_chat_unread:before {
  content: "\f189";
}

.material-icons.mark_email_read:before {
  content: "\f18c";
}

.material-icons.mark_email_unread:before {
  content: "\f18a";
}

.material-icons.markunread:before {
  content: "\e159";
}

.material-icons.markunread_mailbox:before {
  content: "\e89b";
}

.material-icons.masks:before {
  content: "\f218";
}

.material-icons.maximize:before {
  content: "\e930";
}

.material-icons.mediation:before {
  content: "\efa7";
}

.material-icons.medical_services:before {
  content: "\f109";
}

.material-icons.meeting_room:before {
  content: "\eb4f";
}

.material-icons.memory:before {
  content: "\e322";
}

.material-icons.menu:before {
  content: "\e5d2";
}

.material-icons.menu_book:before {
  content: "\ea19";
}

.material-icons.menu_open:before {
  content: "\e9bd";
}

.material-icons.merge_type:before {
  content: "\e252";
}

.material-icons.message:before {
  content: "\e0c9";
}

.material-icons.messenger:before {
  content: "\e0ca";
}

.material-icons.messenger_outline:before {
  content: "\e0cb";
}

.material-icons.mic:before {
  content: "\e029";
}

.material-icons.mic_external_off:before {
  content: "\ef59";
}

.material-icons.mic_external_on:before {
  content: "\ef5a";
}

.material-icons.mic_none:before {
  content: "\e02a";
}

.material-icons.mic_off:before {
  content: "\e02b";
}

.material-icons.microwave:before {
  content: "\f204";
}

.material-icons.military_tech:before {
  content: "\ea3f";
}

.material-icons.minimize:before {
  content: "\e931";
}

.material-icons.miscellaneous_services:before {
  content: "\f10c";
}

.material-icons.missed_video_call:before {
  content: "\e073";
}

.material-icons.mms:before {
  content: "\e618";
}

.material-icons.mobile_friendly:before {
  content: "\e200";
}

.material-icons.mobile_off:before {
  content: "\e201";
}

.material-icons.mobile_screen_share:before {
  content: "\e0e7";
}

.material-icons.mode_comment:before {
  content: "\e253";
}

.material-icons.mode_edit:before {
  content: "\e254";
}

.material-icons.model_training:before {
  content: "\f0cf";
}

.material-icons.monetization_on:before {
  content: "\e263";
}

.material-icons.money:before {
  content: "\e57d";
}

.material-icons.money_off:before {
  content: "\e25c";
}

.material-icons.monitor:before {
  content: "\ef5b";
}

.material-icons.monochrome_photos:before {
  content: "\e403";
}

.material-icons.mood:before {
  content: "\e7f2";
}

.material-icons.mood_bad:before {
  content: "\e7f3";
}

.material-icons.moped:before {
  content: "\eb28";
}

.material-icons.more:before {
  content: "\e619";
}

.material-icons.more_horiz:before {
  content: "\e5d3";
}

.material-icons.more_time:before {
  content: "\ea5d";
}

.material-icons.more_vert:before {
  content: "\e5d4";
}

.material-icons.motion_photos_off:before {
  content: "\e9c0";
}

.material-icons.motion_photos_on:before {
  content: "\e9c1";
}

.material-icons.motion_photos_pause:before {
  content: "\f227";
}

.material-icons.motion_photos_paused:before {
  content: "\e9c2";
}

.material-icons.motorcycle:before {
  content: "\e91b";
}

.material-icons.mouse:before {
  content: "\e323";
}

.material-icons.move_to_inbox:before {
  content: "\e168";
}

.material-icons.movie:before {
  content: "\e02c";
}

.material-icons.movie_creation:before {
  content: "\e404";
}

.material-icons.movie_filter:before {
  content: "\e43a";
}

.material-icons.mp:before {
  content: "\e9c3";
}

.material-icons.multiline_chart:before {
  content: "\e6df";
}

.material-icons.multiple_stop:before {
  content: "\f1b9";
}

.material-icons.multitrack_audio:before {
  content: "\e1b8";
}

.material-icons.museum:before {
  content: "\ea36";
}

.material-icons.music_note:before {
  content: "\e405";
}

.material-icons.music_off:before {
  content: "\e440";
}

.material-icons.music_video:before {
  content: "\e063";
}

.material-icons.my_library_add:before {
  content: "\e02e";
}

.material-icons.my_library_books:before {
  content: "\e02f";
}

.material-icons.my_library_music:before {
  content: "\e030";
}

.material-icons.my_location:before {
  content: "\e55c";
}

.material-icons.nat:before {
  content: "\ef5c";
}

.material-icons.nature:before {
  content: "\e406";
}

.material-icons.nature_people:before {
  content: "\e407";
}

.material-icons.navigate_before:before {
  content: "\e408";
}

.material-icons.navigate_next:before {
  content: "\e409";
}

.material-icons.navigation:before {
  content: "\e55d";
}

.material-icons.near_me:before {
  content: "\e569";
}

.material-icons.near_me_disabled:before {
  content: "\f1ef";
}

.material-icons.network_cell:before {
  content: "\e1b9";
}

.material-icons.network_check:before {
  content: "\e640";
}

.material-icons.network_locked:before {
  content: "\e61a";
}

.material-icons.network_wifi:before {
  content: "\e1ba";
}

.material-icons.new_releases:before {
  content: "\e031";
}

.material-icons.next_plan:before {
  content: "\ef5d";
}

.material-icons.next_week:before {
  content: "\e16a";
}

.material-icons.nfc:before {
  content: "\e1bb";
}

.material-icons.night_shelter:before {
  content: "\f1f1";
}

.material-icons.nightlife:before {
  content: "\ea62";
}

.material-icons.nightlight_round:before {
  content: "\ef5e";
}

.material-icons.nights_stay:before {
  content: "\ea46";
}

.material-icons.no_backpack:before {
  content: "\f237";
}

.material-icons.no_cell:before {
  content: "\f1a4";
}

.material-icons.no_drinks:before {
  content: "\f1a5";
}

.material-icons.no_encryption:before {
  content: "\e641";
}

.material-icons.no_flash:before {
  content: "\f1a6";
}

.material-icons.no_food:before {
  content: "\f1a7";
}

.material-icons.no_luggage:before {
  content: "\f23b";
}

.material-icons.no_meals:before {
  content: "\f1d6";
}

.material-icons.no_meals_ouline:before {
  content: "\f229";
}

.material-icons.no_meeting_room:before {
  content: "\eb4e";
}

.material-icons.no_photography:before {
  content: "\f1a8";
}

.material-icons.no_sim:before {
  content: "\e0cc";
}

.material-icons.no_stroller:before {
  content: "\f1af";
}

.material-icons.no_transfer:before {
  content: "\f1d5";
}

.material-icons.north:before {
  content: "\f1e0";
}

.material-icons.north_east:before {
  content: "\f1e1";
}

.material-icons.north_west:before {
  content: "\f1e2";
}

.material-icons.not_accessible:before {
  content: "\f0fe";
}

.material-icons.not_interested:before {
  content: "\e033";
}

.material-icons.not_listed_location:before {
  content: "\e575";
}

.material-icons.not_started:before {
  content: "\f0d1";
}

.material-icons.note:before {
  content: "\e06f";
}

.material-icons.note_add:before {
  content: "\e89c";
}

.material-icons.notes:before {
  content: "\e26c";
}

.material-icons.notification_important:before {
  content: "\e004";
}

.material-icons.notifications:before {
  content: "\e7f4";
}

.material-icons.notifications_active:before {
  content: "\e7f7";
}

.material-icons.notifications_none:before {
  content: "\e7f5";
}

.material-icons.notifications_off:before {
  content: "\e7f6";
}

.material-icons.notifications_on:before {
  content: "\e7f7";
}

.material-icons.notifications_paused:before {
  content: "\e7f8";
}

.material-icons.now_wallpaper:before {
  content: "\e1bc";
}

.material-icons.now_widgets:before {
  content: "\e1bd";
}

.material-icons.offline_bolt:before {
  content: "\e932";
}

.material-icons.offline_pin:before {
  content: "\e90a";
}

.material-icons.offline_share:before {
  content: "\e9c5";
}

.material-icons.ondemand_video:before {
  content: "\e63a";
}

.material-icons.online_prediction:before {
  content: "\f0eb";
}

.material-icons.opacity:before {
  content: "\e91c";
}

.material-icons.open_in_browser:before {
  content: "\e89d";
}

.material-icons.open_in_full:before {
  content: "\f1ce";
}

.material-icons.open_in_new:before {
  content: "\e89e";
}

.material-icons.open_with:before {
  content: "\e89f";
}

.material-icons.outbond:before {
  content: "\f228";
}

.material-icons.outbox:before {
  content: "\ef5f";
}

.material-icons.outdoor_grill:before {
  content: "\ea47";
}

.material-icons.outgoing_mail:before {
  content: "\f0d2";
}

.material-icons.outlet:before {
  content: "\f1d4";
}

.material-icons.outlined_flag:before {
  content: "\e16e";
}

.material-icons.padding:before {
  content: "\e9c8";
}

.material-icons.pages:before {
  content: "\e7f9";
}

.material-icons.pageview:before {
  content: "\e8a0";
}

.material-icons.palette:before {
  content: "\e40a";
}

.material-icons.pan_tool:before {
  content: "\e925";
}

.material-icons.panorama:before {
  content: "\e40b";
}

.material-icons.panorama_fish_eye:before {
  content: "\e40c";
}

.material-icons.panorama_fisheye:before {
  content: "\e40c";
}

.material-icons.panorama_horizontal:before {
  content: "\e40d";
}

.material-icons.panorama_horizontal_select:before {
  content: "\ef60";
}

.material-icons.panorama_photosphere:before {
  content: "\e9c9";
}

.material-icons.panorama_photosphere_select:before {
  content: "\e9ca";
}

.material-icons.panorama_vertical:before {
  content: "\e40e";
}

.material-icons.panorama_vertical_select:before {
  content: "\ef61";
}

.material-icons.panorama_wide_angle:before {
  content: "\e40f";
}

.material-icons.panorama_wide_angle_select:before {
  content: "\ef62";
}

.material-icons.park:before {
  content: "\ea63";
}

.material-icons.party_mode:before {
  content: "\e7fa";
}

.material-icons.pause:before {
  content: "\e034";
}

.material-icons.pause_circle_filled:before {
  content: "\e035";
}

.material-icons.pause_circle_outline:before {
  content: "\e036";
}

.material-icons.pause_presentation:before {
  content: "\e0ea";
}

.material-icons.payment:before {
  content: "\e8a1";
}

.material-icons.payments:before {
  content: "\ef63";
}

.material-icons.pedal_bike:before {
  content: "\eb29";
}

.material-icons.pending:before {
  content: "\ef64";
}

.material-icons.pending_actions:before {
  content: "\f1bb";
}

.material-icons.people:before {
  content: "\e7fb";
}

.material-icons.people_alt:before {
  content: "\ea21";
}

.material-icons.people_outline:before {
  content: "\e7fc";
}

.material-icons.perm_camera_mic:before {
  content: "\e8a2";
}

.material-icons.perm_contact_cal:before {
  content: "\e8a3";
}

.material-icons.perm_contact_calendar:before {
  content: "\e8a3";
}

.material-icons.perm_data_setting:before {
  content: "\e8a4";
}

.material-icons.perm_device_info:before {
  content: "\e8a5";
}

.material-icons.perm_device_information:before {
  content: "\e8a5";
}

.material-icons.perm_identity:before {
  content: "\e8a6";
}

.material-icons.perm_media:before {
  content: "\e8a7";
}

.material-icons.perm_phone_msg:before {
  content: "\e8a8";
}

.material-icons.perm_scan_wifi:before {
  content: "\e8a9";
}

.material-icons.person:before {
  content: "\e7fd";
}

.material-icons.person_add:before {
  content: "\e7fe";
}

.material-icons.person_add_alt:before {
  content: "\ea4d";
}

.material-icons.person_add_alt_1:before {
  content: "\ef65";
}

.material-icons.person_add_disabled:before {
  content: "\e9cb";
}

.material-icons.person_outline:before {
  content: "\e7ff";
}

.material-icons.person_pin:before {
  content: "\e55a";
}

.material-icons.person_pin_circle:before {
  content: "\e56a";
}

.material-icons.person_remove:before {
  content: "\ef66";
}

.material-icons.person_remove_alt_1:before {
  content: "\ef67";
}

.material-icons.person_search:before {
  content: "\f106";
}

.material-icons.personal_video:before {
  content: "\e63b";
}

.material-icons.pest_control:before {
  content: "\f0fa";
}

.material-icons.pest_control_rodent:before {
  content: "\f0fd";
}

.material-icons.pets:before {
  content: "\e91d";
}

.material-icons.phone:before {
  content: "\e0cd";
}

.material-icons.phone_android:before {
  content: "\e324";
}

.material-icons.phone_bluetooth_speaker:before {
  content: "\e61b";
}

.material-icons.phone_callback:before {
  content: "\e649";
}

.material-icons.phone_disabled:before {
  content: "\e9cc";
}

.material-icons.phone_enabled:before {
  content: "\e9cd";
}

.material-icons.phone_forwarded:before {
  content: "\e61c";
}

.material-icons.phone_in_talk:before {
  content: "\e61d";
}

.material-icons.phone_iphone:before {
  content: "\e325";
}

.material-icons.phone_locked:before {
  content: "\e61e";
}

.material-icons.phone_missed:before {
  content: "\e61f";
}

.material-icons.phone_paused:before {
  content: "\e620";
}

.material-icons.phonelink:before {
  content: "\e326";
}

.material-icons.phonelink_erase:before {
  content: "\e0db";
}

.material-icons.phonelink_lock:before {
  content: "\e0dc";
}

.material-icons.phonelink_off:before {
  content: "\e327";
}

.material-icons.phonelink_ring:before {
  content: "\e0dd";
}

.material-icons.phonelink_setup:before {
  content: "\e0de";
}

.material-icons.photo:before {
  content: "\e410";
}

.material-icons.photo_album:before {
  content: "\e411";
}

.material-icons.photo_camera:before {
  content: "\e412";
}

.material-icons.photo_camera_back:before {
  content: "\ef68";
}

.material-icons.photo_camera_front:before {
  content: "\ef69";
}

.material-icons.photo_filter:before {
  content: "\e43b";
}

.material-icons.photo_library:before {
  content: "\e413";
}

.material-icons.photo_size_select_actual:before {
  content: "\e432";
}

.material-icons.photo_size_select_large:before {
  content: "\e433";
}

.material-icons.photo_size_select_small:before {
  content: "\e434";
}

.material-icons.picture_as_pdf:before {
  content: "\e415";
}

.material-icons.picture_in_picture:before {
  content: "\e8aa";
}

.material-icons.picture_in_picture_alt:before {
  content: "\e911";
}

.material-icons.pie_chart:before {
  content: "\e6c4";
}

.material-icons.pie_chart_outlined:before {
  content: "\e6c5";
}

.material-icons.pin_drop:before {
  content: "\e55e";
}

.material-icons.pivot_table_chart:before {
  content: "\e9ce";
}

.material-icons.place:before {
  content: "\e55f";
}

.material-icons.plagiarism:before {
  content: "\ea5a";
}

.material-icons.play_arrow:before {
  content: "\e037";
}

.material-icons.play_circle_fill:before {
  content: "\e038";
}

.material-icons.play_circle_filled:before {
  content: "\e038";
}

.material-icons.play_circle_outline:before {
  content: "\e039";
}

.material-icons.play_disabled:before {
  content: "\ef6a";
}

.material-icons.play_for_work:before {
  content: "\e906";
}

.material-icons.playlist_add:before {
  content: "\e03b";
}

.material-icons.playlist_add_check:before {
  content: "\e065";
}

.material-icons.playlist_play:before {
  content: "\e05f";
}

.material-icons.plumbing:before {
  content: "\f107";
}

.material-icons.plus_one:before {
  content: "\e800";
}

.material-icons.point_of_sale:before {
  content: "\f17e";
}

.material-icons.policy:before {
  content: "\ea17";
}

.material-icons.poll:before {
  content: "\e801";
}

.material-icons.polymer:before {
  content: "\e8ab";
}

.material-icons.pool:before {
  content: "\eb48";
}

.material-icons.portable_wifi_off:before {
  content: "\e0ce";
}

.material-icons.portrait:before {
  content: "\e416";
}

.material-icons.post_add:before {
  content: "\ea20";
}

.material-icons.power:before {
  content: "\e63c";
}

.material-icons.power_input:before {
  content: "\e336";
}

.material-icons.power_off:before {
  content: "\e646";
}

.material-icons.power_settings_new:before {
  content: "\e8ac";
}

.material-icons.pregnant_woman:before {
  content: "\e91e";
}

.material-icons.present_to_all:before {
  content: "\e0df";
}

.material-icons.preview:before {
  content: "\f1c5";
}

.material-icons.print:before {
  content: "\e8ad";
}

.material-icons.print_disabled:before {
  content: "\e9cf";
}

.material-icons.priority_high:before {
  content: "\e645";
}

.material-icons.privacy_tip:before {
  content: "\f0dc";
}

.material-icons.psychology:before {
  content: "\ea4a";
}

.material-icons.public:before {
  content: "\e80b";
}

.material-icons.public_off:before {
  content: "\f1ca";
}

.material-icons.publish:before {
  content: "\e255";
}

.material-icons.published_with_changes:before {
  content: "\f232";
}

.material-icons.push_pin:before {
  content: "\f10d";
}

.material-icons.qr_code:before {
  content: "\ef6b";
}

.material-icons.qr_code_2:before {
  content: "\e00a";
}

.material-icons.qr_code_scanner:before {
  content: "\f206";
}

.material-icons.query_builder:before {
  content: "\e8ae";
}

.material-icons.question_answer:before {
  content: "\e8af";
}

.material-icons.queue:before {
  content: "\e03c";
}

.material-icons.queue_music:before {
  content: "\e03d";
}

.material-icons.queue_play_next:before {
  content: "\e066";
}

.material-icons.quick_contacts_dialer:before {
  content: "\e0cf";
}

.material-icons.quick_contacts_mail:before {
  content: "\e0d0";
}

.material-icons.quickreply:before {
  content: "\ef6c";
}

.material-icons.radio:before {
  content: "\e03e";
}

.material-icons.radio_button_checked:before {
  content: "\e837";
}

.material-icons.radio_button_off:before {
  content: "\e836";
}

.material-icons.radio_button_on:before {
  content: "\e837";
}

.material-icons.radio_button_unchecked:before {
  content: "\e836";
}

.material-icons.railway_alert:before {
  content: "\e9d1";
}

.material-icons.ramen_dining:before {
  content: "\ea64";
}

.material-icons.rate_review:before {
  content: "\e560";
}

.material-icons.read_more:before {
  content: "\ef6d";
}

.material-icons.receipt:before {
  content: "\e8b0";
}

.material-icons.receipt_long:before {
  content: "\ef6e";
}

.material-icons.recent_actors:before {
  content: "\e03f";
}

.material-icons.recommend:before {
  content: "\e9d2";
}

.material-icons.record_voice_over:before {
  content: "\e91f";
}

.material-icons.redeem:before {
  content: "\e8b1";
}

.material-icons.redo:before {
  content: "\e15a";
}

.material-icons.reduce_capacity:before {
  content: "\f21c";
}

.material-icons.refresh:before {
  content: "\e5d5";
}

.material-icons.remove:before {
  content: "\e15b";
}

.material-icons.remove_circle:before {
  content: "\e15c";
}

.material-icons.remove_circle_outline:before {
  content: "\e15d";
}

.material-icons.remove_done:before {
  content: "\e9d3";
}

.material-icons.remove_from_queue:before {
  content: "\e067";
}

.material-icons.remove_moderator:before {
  content: "\e9d4";
}

.material-icons.remove_red_eye:before {
  content: "\e417";
}

.material-icons.remove_shopping_cart:before {
  content: "\e928";
}

.material-icons.reorder:before {
  content: "\e8fe";
}

.material-icons.repeat:before {
  content: "\e040";
}

.material-icons.repeat_on:before {
  content: "\e9d6";
}

.material-icons.repeat_one:before {
  content: "\e041";
}

.material-icons.repeat_one_on:before {
  content: "\e9d7";
}

.material-icons.replay:before {
  content: "\e042";
}

.material-icons.replay_10:before {
  content: "\e059";
}

.material-icons.replay_30:before {
  content: "\e05a";
}

.material-icons.replay_5:before {
  content: "\e05b";
}

.material-icons.replay_circle_filled:before {
  content: "\e9d8";
}

.material-icons.reply:before {
  content: "\e15e";
}

.material-icons.reply_all:before {
  content: "\e15f";
}

.material-icons.report:before {
  content: "\e160";
}

.material-icons.report_off:before {
  content: "\e170";
}

.material-icons.report_problem:before {
  content: "\e8b2";
}

.material-icons.request_page:before {
  content: "\f22c";
}

.material-icons.request_quote:before {
  content: "\f1b6";
}

.material-icons.reset_tv:before {
  content: "\e9d9";
}

.material-icons.restaurant:before {
  content: "\e56c";
}

.material-icons.restaurant_menu:before {
  content: "\e561";
}

.material-icons.restore:before {
  content: "\e8b3";
}

.material-icons.restore_from_trash:before {
  content: "\e938";
}

.material-icons.restore_page:before {
  content: "\e929";
}

.material-icons.rice_bowl:before {
  content: "\f1f5";
}

.material-icons.ring_volume:before {
  content: "\e0d1";
}

.material-icons.roofing:before {
  content: "\f201";
}

.material-icons.room:before {
  content: "\e8b4";
}

.material-icons.room_preferences:before {
  content: "\f1b8";
}

.material-icons.room_service:before {
  content: "\eb49";
}

.material-icons.rotate_90_degrees_ccw:before {
  content: "\e418";
}

.material-icons.rotate_left:before {
  content: "\e419";
}

.material-icons.rotate_right:before {
  content: "\e41a";
}

.material-icons.rounded_corner:before {
  content: "\e920";
}

.material-icons.router:before {
  content: "\e328";
}

.material-icons.rowing:before {
  content: "\e921";
}

.material-icons.rss_feed:before {
  content: "\e0e5";
}

.material-icons.rtt:before {
  content: "\e9ad";
}

.material-icons.rule:before {
  content: "\f1c2";
}

.material-icons.rule_folder:before {
  content: "\f1c9";
}

.material-icons.run_circle:before {
  content: "\ef6f";
}

.material-icons.rv_hookup:before {
  content: "\e642";
}

.material-icons.sanitizer:before {
  content: "\f21d";
}

.material-icons.satellite:before {
  content: "\e562";
}

.material-icons.save:before {
  content: "\e161";
}

.material-icons.save_alt:before {
  content: "\e171";
}

.material-icons.saved_search:before {
  content: "\ea11";
}

.material-icons.scanner:before {
  content: "\e329";
}

.material-icons.scatter_plot:before {
  content: "\e268";
}

.material-icons.schedule:before {
  content: "\e8b5";
}

.material-icons.schedule_send:before {
  content: "\ea0a";
}

.material-icons.school:before {
  content: "\e80c";
}

.material-icons.science:before {
  content: "\ea4b";
}

.material-icons.score:before {
  content: "\e269";
}

.material-icons.screen_lock_landscape:before {
  content: "\e1be";
}

.material-icons.screen_lock_portrait:before {
  content: "\e1bf";
}

.material-icons.screen_lock_rotation:before {
  content: "\e1c0";
}

.material-icons.screen_rotation:before {
  content: "\e1c1";
}

.material-icons.screen_search_desktop:before {
  content: "\ef70";
}

.material-icons.screen_share:before {
  content: "\e0e2";
}

.material-icons.sd:before {
  content: "\e9dd";
}

.material-icons.sd_card:before {
  content: "\e623";
}

.material-icons.sd_storage:before {
  content: "\e1c2";
}

.material-icons.search:before {
  content: "\e8b6";
}

.material-icons.search_off:before {
  content: "\ea76";
}

.material-icons.security:before {
  content: "\e32a";
}

.material-icons.segment:before {
  content: "\e94b";
}

.material-icons.select_all:before {
  content: "\e162";
}

.material-icons.self_improvement:before {
  content: "\ea78";
}

.material-icons.send:before {
  content: "\e163";
}

.material-icons.send_and_archive:before {
  content: "\ea0c";
}

.material-icons.send_to_mobile:before {
  content: "\f05c";
}

.material-icons.sensor_door:before {
  content: "\f1b5";
}

.material-icons.sensor_window:before {
  content: "\f1b4";
}

.material-icons.sentiment_dissatisfied:before {
  content: "\e811";
}

.material-icons.sentiment_neutral:before {
  content: "\e812";
}

.material-icons.sentiment_satisfied:before {
  content: "\e813";
}

.material-icons.sentiment_satisfied_alt:before {
  content: "\e0ed";
}

.material-icons.sentiment_very_dissatisfied:before {
  content: "\e814";
}

.material-icons.sentiment_very_satisfied:before {
  content: "\e815";
}

.material-icons.set_meal:before {
  content: "\f1ea";
}

.material-icons.settings:before {
  content: "\e8b8";
}

.material-icons.settings_applications:before {
  content: "\e8b9";
}

.material-icons.settings_backup_restore:before {
  content: "\e8ba";
}

.material-icons.settings_bluetooth:before {
  content: "\e8bb";
}

.material-icons.settings_brightness:before {
  content: "\e8bd";
}

.material-icons.settings_cell:before {
  content: "\e8bc";
}

.material-icons.settings_display:before {
  content: "\e8bd";
}

.material-icons.settings_ethernet:before {
  content: "\e8be";
}

.material-icons.settings_input_antenna:before {
  content: "\e8bf";
}

.material-icons.settings_input_component:before {
  content: "\e8c0";
}

.material-icons.settings_input_composite:before {
  content: "\e8c1";
}

.material-icons.settings_input_hdmi:before {
  content: "\e8c2";
}

.material-icons.settings_input_svideo:before {
  content: "\e8c3";
}

.material-icons.settings_overscan:before {
  content: "\e8c4";
}

.material-icons.settings_phone:before {
  content: "\e8c5";
}

.material-icons.settings_power:before {
  content: "\e8c6";
}

.material-icons.settings_remote:before {
  content: "\e8c7";
}

.material-icons.settings_system_daydream:before {
  content: "\e1c3";
}

.material-icons.settings_voice:before {
  content: "\e8c8";
}

.material-icons.share:before {
  content: "\e80d";
}

.material-icons.shield:before {
  content: "\e9e0";
}

.material-icons.shop:before {
  content: "\e8c9";
}

.material-icons.shop_two:before {
  content: "\e8ca";
}

.material-icons.shopping_bag:before {
  content: "\f1cc";
}

.material-icons.shopping_basket:before {
  content: "\e8cb";
}

.material-icons.shopping_cart:before {
  content: "\e8cc";
}

.material-icons.short_text:before {
  content: "\e261";
}

.material-icons.show_chart:before {
  content: "\e6e1";
}

.material-icons.shuffle:before {
  content: "\e043";
}

.material-icons.shuffle_on:before {
  content: "\e9e1";
}

.material-icons.shutter_speed:before {
  content: "\e43d";
}

.material-icons.sick:before {
  content: "\f220";
}

.material-icons.signal_cellular_0_bar:before {
  content: "\f0a8";
}

.material-icons.signal_cellular_4_bar:before {
  content: "\e1c8";
}

.material-icons.signal_cellular_alt:before {
  content: "\e202";
}

.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.material-icons.signal_cellular_no_sim:before {
  content: "\e1ce";
}

.material-icons.signal_cellular_null:before {
  content: "\e1cf";
}

.material-icons.signal_cellular_off:before {
  content: "\e1d0";
}

.material-icons.signal_wifi_0_bar:before {
  content: "\f0b0";
}

.material-icons.signal_wifi_4_bar:before {
  content: "\e1d8";
}

.material-icons.signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}

.material-icons.signal_wifi_off:before {
  content: "\e1da";
}

.material-icons.sim_card:before {
  content: "\e32b";
}

.material-icons.sim_card_alert:before {
  content: "\e624";
}

.material-icons.single_bed:before {
  content: "\ea48";
}

.material-icons.skip_next:before {
  content: "\e044";
}

.material-icons.skip_previous:before {
  content: "\e045";
}

.material-icons.slideshow:before {
  content: "\e41b";
}

.material-icons.slow_motion_video:before {
  content: "\e068";
}

.material-icons.smart_button:before {
  content: "\f1c1";
}

.material-icons.smartphone:before {
  content: "\e32c";
}

.material-icons.smoke_free:before {
  content: "\eb4a";
}

.material-icons.smoking_rooms:before {
  content: "\eb4b";
}

.material-icons.sms:before {
  content: "\e625";
}

.material-icons.sms_failed:before {
  content: "\e626";
}

.material-icons.snippet_folder:before {
  content: "\f1c7";
}

.material-icons.snooze:before {
  content: "\e046";
}

.material-icons.soap:before {
  content: "\f1b2";
}

.material-icons.sort:before {
  content: "\e164";
}

.material-icons.sort_by_alpha:before {
  content: "\e053";
}

.material-icons.source:before {
  content: "\f1c4";
}

.material-icons.south:before {
  content: "\f1e3";
}

.material-icons.south_east:before {
  content: "\f1e4";
}

.material-icons.south_west:before {
  content: "\f1e5";
}

.material-icons.spa:before {
  content: "\eb4c";
}

.material-icons.space_bar:before {
  content: "\e256";
}

.material-icons.speaker:before {
  content: "\e32d";
}

.material-icons.speaker_group:before {
  content: "\e32e";
}

.material-icons.speaker_notes:before {
  content: "\e8cd";
}

.material-icons.speaker_notes_off:before {
  content: "\e92a";
}

.material-icons.speaker_phone:before {
  content: "\e0d2";
}

.material-icons.speed:before {
  content: "\e9e4";
}

.material-icons.spellcheck:before {
  content: "\e8ce";
}

.material-icons.sports:before {
  content: "\ea30";
}

.material-icons.sports_bar:before {
  content: "\f1f3";
}

.material-icons.sports_baseball:before {
  content: "\ea51";
}

.material-icons.sports_basketball:before {
  content: "\ea26";
}

.material-icons.sports_cricket:before {
  content: "\ea27";
}

.material-icons.sports_esports:before {
  content: "\ea28";
}

.material-icons.sports_football:before {
  content: "\ea29";
}

.material-icons.sports_golf:before {
  content: "\ea2a";
}

.material-icons.sports_handball:before {
  content: "\ea33";
}

.material-icons.sports_hockey:before {
  content: "\ea2b";
}

.material-icons.sports_kabaddi:before {
  content: "\ea34";
}

.material-icons.sports_mma:before {
  content: "\ea2c";
}

.material-icons.sports_motorsports:before {
  content: "\ea2d";
}

.material-icons.sports_rugby:before {
  content: "\ea2e";
}

.material-icons.sports_soccer:before {
  content: "\ea2f";
}

.material-icons.sports_tennis:before {
  content: "\ea32";
}

.material-icons.sports_volleyball:before {
  content: "\ea31";
}

.material-icons.square_foot:before {
  content: "\ea49";
}

.material-icons.stacked_bar_chart:before {
  content: "\e9e6";
}

.material-icons.stacked_line_chart:before {
  content: "\f22b";
}

.material-icons.stairs:before {
  content: "\f1a9";
}

.material-icons.star:before {
  content: "\e838";
}

.material-icons.star_border:before {
  content: "\e83a";
}

.material-icons.star_half:before {
  content: "\e839";
}

.material-icons.star_outline:before {
  content: "\f06f";
}

.material-icons.star_rate:before {
  content: "\f0ec";
}

.material-icons.stars:before {
  content: "\e8d0";
}

.material-icons.stay_current_landscape:before {
  content: "\e0d3";
}

.material-icons.stay_current_portrait:before {
  content: "\e0d4";
}

.material-icons.stay_primary_landscape:before {
  content: "\e0d5";
}

.material-icons.stay_primary_portrait:before {
  content: "\e0d6";
}

.material-icons.sticky_note_2:before {
  content: "\f1fc";
}

.material-icons.stop:before {
  content: "\e047";
}

.material-icons.stop_circle:before {
  content: "\ef71";
}

.material-icons.stop_screen_share:before {
  content: "\e0e3";
}

.material-icons.storage:before {
  content: "\e1db";
}

.material-icons.store:before {
  content: "\e8d1";
}

.material-icons.store_mall_directory:before {
  content: "\e563";
}

.material-icons.storefront:before {
  content: "\ea12";
}

.material-icons.straighten:before {
  content: "\e41c";
}

.material-icons.stream:before {
  content: "\e9e9";
}

.material-icons.streetview:before {
  content: "\e56e";
}

.material-icons.strikethrough_s:before {
  content: "\e257";
}

.material-icons.stroller:before {
  content: "\f1ae";
}

.material-icons.style:before {
  content: "\e41d";
}

.material-icons.subdirectory_arrow_left:before {
  content: "\e5d9";
}

.material-icons.subdirectory_arrow_right:before {
  content: "\e5da";
}

.material-icons.subject:before {
  content: "\e8d2";
}

.material-icons.subscript:before {
  content: "\f111";
}

.material-icons.subscriptions:before {
  content: "\e064";
}

.material-icons.subtitles:before {
  content: "\e048";
}

.material-icons.subtitles_off:before {
  content: "\ef72";
}

.material-icons.subway:before {
  content: "\e56f";
}

.material-icons.superscript:before {
  content: "\f112";
}

.material-icons.supervised_user_circle:before {
  content: "\e939";
}

.material-icons.supervisor_account:before {
  content: "\e8d3";
}

.material-icons.support:before {
  content: "\ef73";
}

.material-icons.support_agent:before {
  content: "\f0e2";
}

.material-icons.surround_sound:before {
  content: "\e049";
}

.material-icons.swap_calls:before {
  content: "\e0d7";
}

.material-icons.swap_horiz:before {
  content: "\e8d4";
}

.material-icons.swap_horizontal_circle:before {
  content: "\e933";
}

.material-icons.swap_vert:before {
  content: "\e8d5";
}

.material-icons.swap_vert_circle:before {
  content: "\e8d6";
}

.material-icons.swap_vertical_circle:before {
  content: "\e8d6";
}

.material-icons.swipe:before {
  content: "\e9ec";
}

.material-icons.switch_account:before {
  content: "\e9ed";
}

.material-icons.switch_camera:before {
  content: "\e41e";
}

.material-icons.switch_left:before {
  content: "\f1d1";
}

.material-icons.switch_right:before {
  content: "\f1d2";
}

.material-icons.switch_video:before {
  content: "\e41f";
}

.material-icons.sync:before {
  content: "\e627";
}

.material-icons.sync_alt:before {
  content: "\ea18";
}

.material-icons.sync_disabled:before {
  content: "\e628";
}

.material-icons.sync_problem:before {
  content: "\e629";
}

.material-icons.system_update:before {
  content: "\e62a";
}

.material-icons.system_update_alt:before {
  content: "\e8d7";
}

.material-icons.system_update_tv:before {
  content: "\e8d7";
}

.material-icons.tab:before {
  content: "\e8d8";
}

.material-icons.tab_unselected:before {
  content: "\e8d9";
}

.material-icons.table_chart:before {
  content: "\e265";
}

.material-icons.table_rows:before {
  content: "\f101";
}

.material-icons.table_view:before {
  content: "\f1be";
}

.material-icons.tablet:before {
  content: "\e32f";
}

.material-icons.tablet_android:before {
  content: "\e330";
}

.material-icons.tablet_mac:before {
  content: "\e331";
}

.material-icons.tag:before {
  content: "\e9ef";
}

.material-icons.tag_faces:before {
  content: "\e420";
}

.material-icons.takeout_dining:before {
  content: "\ea74";
}

.material-icons.tap_and_play:before {
  content: "\e62b";
}

.material-icons.tapas:before {
  content: "\f1e9";
}

.material-icons.taxi_alert:before {
  content: "\ef74";
}

.material-icons.terrain:before {
  content: "\e564";
}

.material-icons.text_fields:before {
  content: "\e262";
}

.material-icons.text_format:before {
  content: "\e165";
}

.material-icons.text_rotate_up:before {
  content: "\e93a";
}

.material-icons.text_rotate_vertical:before {
  content: "\e93b";
}

.material-icons.text_rotation_angledown:before {
  content: "\e93c";
}

.material-icons.text_rotation_angleup:before {
  content: "\e93d";
}

.material-icons.text_rotation_down:before {
  content: "\e93e";
}

.material-icons.text_rotation_none:before {
  content: "\e93f";
}

.material-icons.text_snippet:before {
  content: "\f1c6";
}

.material-icons.textsms:before {
  content: "\e0d8";
}

.material-icons.texture:before {
  content: "\e421";
}

.material-icons.theater_comedy:before {
  content: "\ea66";
}

.material-icons.theaters:before {
  content: "\e8da";
}

.material-icons.thumb_down:before {
  content: "\e8db";
}

.material-icons.thumb_down_alt:before {
  content: "\e816";
}

.material-icons.thumb_down_off_alt:before {
  content: "\e9f2";
}

.material-icons.thumb_up:before {
  content: "\e8dc";
}

.material-icons.thumb_up_alt:before {
  content: "\e817";
}

.material-icons.thumb_up_off_alt:before {
  content: "\e9f3";
}

.material-icons.thumbs_up_down:before {
  content: "\e8dd";
}

.material-icons.time_to_leave:before {
  content: "\e62c";
}

.material-icons.timelapse:before {
  content: "\e422";
}

.material-icons.timeline:before {
  content: "\e922";
}

.material-icons.timer:before {
  content: "\e425";
}

.material-icons.timer_10:before {
  content: "\e423";
}

.material-icons.timer_3:before {
  content: "\e424";
}

.material-icons.timer_off:before {
  content: "\e426";
}

.material-icons.title:before {
  content: "\e264";
}

.material-icons.toc:before {
  content: "\e8de";
}

.material-icons.today:before {
  content: "\e8df";
}

.material-icons.toggle_off:before {
  content: "\e9f5";
}

.material-icons.toggle_on:before {
  content: "\e9f6";
}

.material-icons.toll:before {
  content: "\e8e0";
}

.material-icons.tonality:before {
  content: "\e427";
}

.material-icons.topic:before {
  content: "\f1c8";
}

.material-icons.touch_app:before {
  content: "\e913";
}

.material-icons.tour:before {
  content: "\ef75";
}

.material-icons.toys:before {
  content: "\e332";
}

.material-icons.track_changes:before {
  content: "\e8e1";
}

.material-icons.traffic:before {
  content: "\e565";
}

.material-icons.train:before {
  content: "\e570";
}

.material-icons.tram:before {
  content: "\e571";
}

.material-icons.transfer_within_a_station:before {
  content: "\e572";
}

.material-icons.transform:before {
  content: "\e428";
}

.material-icons.transit_enterexit:before {
  content: "\e579";
}

.material-icons.translate:before {
  content: "\e8e2";
}

.material-icons.trending_down:before {
  content: "\e8e3";
}

.material-icons.trending_flat:before {
  content: "\e8e4";
}

.material-icons.trending_neutral:before {
  content: "\e8e4";
}

.material-icons.trending_up:before {
  content: "\e8e5";
}

.material-icons.trip_origin:before {
  content: "\e57b";
}

.material-icons.tty:before {
  content: "\f1aa";
}

.material-icons.tune:before {
  content: "\e429";
}

.material-icons.turned_in:before {
  content: "\e8e6";
}

.material-icons.turned_in_not:before {
  content: "\e8e7";
}

.material-icons.tv:before {
  content: "\e333";
}

.material-icons.tv_off:before {
  content: "\e647";
}

.material-icons.two_wheeler:before {
  content: "\e9f9";
}

.material-icons.umbrella:before {
  content: "\f1ad";
}

.material-icons.unarchive:before {
  content: "\e169";
}

.material-icons.undo:before {
  content: "\e166";
}

.material-icons.unfold_less:before {
  content: "\e5d6";
}

.material-icons.unfold_more:before {
  content: "\e5d7";
}

.material-icons.unpublished:before {
  content: "\f236";
}

.material-icons.unsubscribe:before {
  content: "\e0eb";
}

.material-icons.update:before {
  content: "\e923";
}

.material-icons.update_disabled:before {
  content: "\e075";
}

.material-icons.upgrade:before {
  content: "\f0fb";
}

.material-icons.upload_file:before {
  content: "\e9fc";
}

.material-icons.usb:before {
  content: "\e1e0";
}

.material-icons.verified:before {
  content: "\ef76";
}

.material-icons.verified_user:before {
  content: "\e8e8";
}

.material-icons.vertical_align_bottom:before {
  content: "\e258";
}

.material-icons.vertical_align_center:before {
  content: "\e259";
}

.material-icons.vertical_align_top:before {
  content: "\e25a";
}

.material-icons.vertical_distribute:before {
  content: "\e076";
}

.material-icons.vertical_split:before {
  content: "\e949";
}

.material-icons.vibration:before {
  content: "\e62d";
}

.material-icons.video_call:before {
  content: "\e070";
}

.material-icons.video_collection:before {
  content: "\e04a";
}

.material-icons.video_label:before {
  content: "\e071";
}

.material-icons.video_library:before {
  content: "\e04a";
}

.material-icons.video_settings:before {
  content: "\ea75";
}

.material-icons.videocam:before {
  content: "\e04b";
}

.material-icons.videocam_off:before {
  content: "\e04c";
}

.material-icons.videogame_asset:before {
  content: "\e338";
}

.material-icons.view_agenda:before {
  content: "\e8e9";
}

.material-icons.view_array:before {
  content: "\e8ea";
}

.material-icons.view_carousel:before {
  content: "\e8eb";
}

.material-icons.view_column:before {
  content: "\e8ec";
}

.material-icons.view_comfortable:before {
  content: "\e42a";
}

.material-icons.view_comfy:before {
  content: "\e42a";
}

.material-icons.view_compact:before {
  content: "\e42b";
}

.material-icons.view_day:before {
  content: "\e8ed";
}

.material-icons.view_headline:before {
  content: "\e8ee";
}

.material-icons.view_in_ar:before {
  content: "\e9fe";
}

.material-icons.view_list:before {
  content: "\e8ef";
}

.material-icons.view_module:before {
  content: "\e8f0";
}

.material-icons.view_quilt:before {
  content: "\e8f1";
}

.material-icons.view_sidebar:before {
  content: "\f114";
}

.material-icons.view_stream:before {
  content: "\e8f2";
}

.material-icons.view_week:before {
  content: "\e8f3";
}

.material-icons.vignette:before {
  content: "\e435";
}

.material-icons.visibility:before {
  content: "\e8f4";
}

.material-icons.visibility_off:before {
  content: "\e8f5";
}

.material-icons.voice_chat:before {
  content: "\e62e";
}

.material-icons.voice_over_off:before {
  content: "\e94a";
}

.material-icons.voicemail:before {
  content: "\e0d9";
}

.material-icons.volume_down:before {
  content: "\e04d";
}

.material-icons.volume_mute:before {
  content: "\e04e";
}

.material-icons.volume_off:before {
  content: "\e04f";
}

.material-icons.volume_up:before {
  content: "\e050";
}

.material-icons.volunteer_activism:before {
  content: "\ea70";
}

.material-icons.vpn_key:before {
  content: "\e0da";
}

.material-icons.vpn_lock:before {
  content: "\e62f";
}

.material-icons.wallet_giftcard:before {
  content: "\e8f6";
}

.material-icons.wallet_membership:before {
  content: "\e8f7";
}

.material-icons.wallet_travel:before {
  content: "\e8f8";
}

.material-icons.wallpaper:before {
  content: "\e1bc";
}

.material-icons.warning:before {
  content: "\e002";
}

.material-icons.wash:before {
  content: "\f1b1";
}

.material-icons.watch:before {
  content: "\e334";
}

.material-icons.watch_later:before {
  content: "\e924";
}

.material-icons.water_damage:before {
  content: "\f203";
}

.material-icons.waterfall_chart:before {
  content: "\ea00";
}

.material-icons.waves:before {
  content: "\e176";
}

.material-icons.wb_auto:before {
  content: "\e42c";
}

.material-icons.wb_cloudy:before {
  content: "\e42d";
}

.material-icons.wb_incandescent:before {
  content: "\e42e";
}

.material-icons.wb_iridescent:before {
  content: "\e436";
}

.material-icons.wb_shade:before {
  content: "\ea01";
}

.material-icons.wb_sunny:before {
  content: "\e430";
}

.material-icons.wb_twighlight:before {
  content: "\ea02";
}

.material-icons.wc:before {
  content: "\e63d";
}

.material-icons.web:before {
  content: "\e051";
}

.material-icons.web_asset:before {
  content: "\e069";
}

.material-icons.weekend:before {
  content: "\e16b";
}

.material-icons.west:before {
  content: "\f1e6";
}

.material-icons.whatshot:before {
  content: "\e80e";
}

.material-icons.wheelchair_pickup:before {
  content: "\f1ab";
}

.material-icons.where_to_vote:before {
  content: "\e177";
}

.material-icons.widgets:before {
  content: "\e1bd";
}

.material-icons.wifi:before {
  content: "\e63e";
}

.material-icons.wifi_calling:before {
  content: "\ef77";
}

.material-icons.wifi_lock:before {
  content: "\e1e1";
}

.material-icons.wifi_off:before {
  content: "\e648";
}

.material-icons.wifi_protected_setup:before {
  content: "\f0fc";
}

.material-icons.wifi_tethering:before {
  content: "\e1e2";
}

.material-icons.wine_bar:before {
  content: "\f1e8";
}

.material-icons.work:before {
  content: "\e8f9";
}

.material-icons.work_off:before {
  content: "\e942";
}

.material-icons.work_outline:before {
  content: "\e943";
}

.material-icons.workspaces_filled:before {
  content: "\ea0d";
}

.material-icons.workspaces_outline:before {
  content: "\ea0f";
}

.material-icons.wrap_text:before {
  content: "\e25b";
}

.material-icons.wrong_location:before {
  content: "\ef78";
}

.material-icons.wysiwyg:before {
  content: "\f1c3";
}

.material-icons.youtube_searched_for:before {
  content: "\e8fa";
}

.material-icons.zoom_in:before {
  content: "\e8ff";
}

.material-icons.zoom_out:before {
  content: "\e900";
}

.material-icons.zoom_out_map:before {
  content: "\e56b";
}

.material-icons {
  font-size: 1.5rem;
  /* Preferred icon size */
}

.material-icons + span {
  display: inline-block;
}

.small .material-icons, .quick-view .material-icons,
.btn-sm .material-icons,
.btn-group-sm > .btn .material-icons {
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-lg .material-icons, .btn-group-lg > .btn .material-icons {
  font-size: 1.875rem;
}

.pagination .material-icons, .product-comments__pagination ul .material-icons {
  font-size: 0.875rem;
}

.material-icons.md-18 {
  font-size: 18px;
  line-height: 1;
}

.material-icons.md-24 {
  font-size: 24px;
  line-height: 1;
}

.material-icons.md-36 {
  font-size: 36px;
  line-height: 1;
}

.material-icons.md-48 {
  font-size: 48px;
  line-height: 1;
}

/** LAYOUT **/
#full-width-nav {
  background: #e7e7e7;
}

.l-header {
  background-color: #fff;
}

.l-header .user-info {
  font-size: .875rem;
}

.l-header .user-info > a {
  position: relative;
  display: block;
  padding: .5rem;
  white-space: nowrap;
}

.l-header .shopping-cart {
  position: relative;
  display: block;
}

.l-header .shopping-cart > a {
  color: #68ae07;
}

.l-header .shopping-cart > a .cart-products-count {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .625rem;
  font-weight: 700;
  color: #fff;
  background: #68ae07;
  border: 2px solid #fff;
  border-radius: 50%;
}

.l-header .shopping-cart-ico {
  padding: .375rem .625rem .375rem .375rem;
}

@media (max-width: 991.98px) {
  .l-header .shopping-cart-ico svg {
    height: 28px;
  }
}

.l-header .shopping-cart-info {
  padding-left: .5rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000;
}

.l-header .shopping-cart-label {
  white-space: nowrap;
}

.header__up {
  align-content: center;
}

.header-top {
  flex-wrap: nowrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .header-top {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.header__search {
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header__right {
    grid-gap: .5rem;
    gap: .5rem;
  }
}

.header__right,
.header-nav__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-nav--checkout {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#blockreassurance-top {
  font-size: .875rem;
  background: #85df09;
}

#blockreassurance-top .blockreassurance {
  padding-top: 0;
}

#blockreassurance-top .blockreassurance-item {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

#blockreassurance-top .blockreassurance-title {
  font-size: 1em;
}

#blockreassurance-top .blockreassurance p {
  margin-bottom: 0;
  font-size: .75em;
}

.header__logo {
  padding-right: 1rem;
}

@media (max-width: 991.98px) {
  .header__logo {
    text-align: center;
  }
  .header__logo,
  .header__logo--checkout {
    max-width: 50%;
  }
  .header__search {
    flex: auto;
    order: 10;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .header__logo--checkout {
    margin: 0 auto;
  }
}

.header-top__col {
  flex-basis: 33.33%;
}

@media (max-width: 991.98px) {
  .header-top__col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .header-top__col.header__logo {
    flex-basis: 50%;
    justify-content: center;
    padding: 0;
  }
  .header-top__col #menu-icon i {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .header-top__col.header__logo, .header-top__col.header__right {
    flex-basis: 50%;
  }
  .header-top__col.header__left {
    flex-basis: 100%;
  }
}

.l-footer {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
  color: #000;
  background-color: #eef0ea;
}

@media (min-width: 992px) {
  .l-footer::before, .l-footer::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 252px;
    height: 482px;
    pointer-events: none;
    content: "";
    background-image: url(../resource/4bbc6b4ed3d01581487c.png);
    background-repeat: no-repeat;
  }
  .l-footer::before {
    bottom: -70px;
    left: -130px;
  }
  .l-footer::after {
    right: -125px;
    bottom: -100px;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
}

.l-footer .footer-before {
  background: #fff;
}

.l-footer .footer-container {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.l-footer .footer-container a {
  color: inherit;
}

.l-footer .footer-container a:hover {
  color: #68ae07;
}

.menu-top {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}

.menu-top a {
  color: #000;
}

.menu-top a:hover, .menu-top a:focus {
  color: #68ae07;
}

.menu__item-link--top {
  display: block;
  padding: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #483b33;
  text-transform: none;
}

@media (min-width: 992px) {
  .menu-top {
    flex-flow: row nowrap;
    align-items: center;
  }
  .menu__item-header {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .menu__item--top.menu__item--current > .menu__item-link--top,
  .menu__item--top.menu__item--current > .menu__item-header {
    position: relative;
  }
  .menu__item--top.menu__item--current > .menu__item-link--top::before,
  .menu__item--top.menu__item--current > .menu__item-header::before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 3;
    width: 50%;
    max-width: 57px;
    height: 2px;
    content: "";
    background: #68ae07;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .menu__item-link--top {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .menu__item-link--top.menu__item-link--hassubmenu {
    padding-right: 0;
  }
  .menu-sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
  }
  .menu-sub__content > ul {
    padding: 1rem;
    font-size: .875rem;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .menu__item--active .menu-sub {
    z-index: 2;
    opacity: 1;
  }
  .menu-sub__list--1 {
    display: flex;
    flex-wrap: wrap;
  }
  .menu__item--1 {
    flex: 0 0 280px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu__item-link--1 {
    color: #000;
    text-transform: uppercase;
  }
  .menu__item-link--1 .menu__item-link {
    color: #000;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu__item-link--top {
    font-size: .75rem;
  }
}

@media (max-width: 991.98px) {
  .menu-top {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .menu-sub {
    width: 100%;
    transition: all .3s ease-out;
  }
  .menu-sub__content {
    padding: 0;
  }
  .menu__item-link--top {
    padding: 0;
  }
  .top-menu-mobile {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .menu__item {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .menu__item--top:not(:first-child) {
    border-top: 0;
  }
  .menu__item--sub:last-child,
  .menu__item--sub:first-child:not(:last-child) {
    border-bottom: 0;
  }
  .menu__item-header {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
  }
  .menu__item-link--nosubmenu {
    display: block;
    padding: 0.5rem;
  }
  .menu-sub.show {
    background: #fff;
  }
  .menu__item--1 .menu__item-link--nosubmenu,
  .menu__item--1 .menu__item-header {
    margin-left: 10px;
  }
  .menu__item--2 .menu__item-link--nosubmenu,
  .menu__item--2 .menu__item-header {
    margin-left: 20px;
  }
  .menu__item--3 .menu__item-link--nosubmenu,
  .menu__item--3 .menu__item-header {
    margin-left: 30px;
  }
}

#mobile_top_menu_wrapper.modal .modal-header {
  border-bottom: 0;
}

#mobile_top_menu_wrapper.modal .modal-body {
  padding-top: 0;
}

.menu__collapseicon {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #483b33;
  text-align: center;
}

@media (min-width: 992px) {
  .menu__collapseicon {
    width: 1.5rem;
  }
}

/** PAGES **/
.product-description * {
  font-family: "Open Sans", Montserrat, sans-serif;
}

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

.product-variants-item {
  padding: 1rem;
  border: 1px solid #e7e7e7;
}

.product-variants-item .label {
  font-size: 1.125rem;
  font-weight: 700;
}

#category-products .products-title {
  padding: .5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  #category-products .product-miniature {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1500px) {
  #category-products .product-miniature {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  #category-products .product-title {
    font-size: .75rem;
  }
  #category-products .btn-add-to-cart {
    padding: .5rem;
    font-size: .625rem;
  }
}

#product h1 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 20px;
  font-family: "Open sans",sans-serif;
}

#product #product-description-short-1 {
  font-size: .875rem;
}

#product .product-quantity .bootstrap-touchspin {
  position: relative;
  height: 3.125rem;
}

#product .product-quantity .bootstrap-touchspin #quantity_wanted {
  max-width: 75px;
  height: 100%;
  padding-right: 2rem;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  height: 50%;
  margin: 0;
  border-left: 1px solid #ced4da;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn.input-group-prepend {
  top: 50%;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn .btn {
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  padding: 0;
}

#product .product-quantity .bootstrap-touchspin .input-group-btn .btn:hover, #product .product-quantity .bootstrap-touchspin .input-group-btn .btn:focus {
  background: #eef0ea;
}

#product .product__product-price {
  display: flex;
  flex-flow: column nowrap;
}

#product .product__product-price .current-price {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

#product .product__product-price .current-price-display,
#product .product__product-price .current-price-discount {
  font-size: 1.875rem;
}

#product .product__product-price .discount {
  padding: .125rem .5rem;
  font-size: .875rem;
}

#product .wishlist-button-add {
  padding: 0;
  margin-left: 0;
}

#product .product-tabs .nav-tabs {
  justify-content: flex-start;
  font-size: 1rem;
}

#product .product-tabs .nav-tabs .nav-link {
  margin: 0;
  color: #ced4da;
  border: 0;
}

#product .product-tabs .nav-tabs .nav-link:hover, #product .product-tabs .nav-tabs .nav-link.active {
  color: #000;
}

#product .blockreassurance_product {
  margin: 1.5rem 0;
}

#product .blockreassurance_product-line {
  display: flex;
  flex-flow: row nowrap;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
}

#product .blockreassurance_product .item-product {
  display: block;
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

#product .blockreassurance_product .item-product img,
#product .blockreassurance_product .item-product svg {
  width: auto;
  max-width: 2rem;
  height: auto;
}

#product .blockreassurance_product p,
#product .blockreassurance_product .block-title {
  margin: .9rem 0;
  line-height: 1;
}

#product .data-sheet > div {
  grid-gap: 1rem;
  gap: 1rem;
  padding: .25rem 0;
}

#product .data-sheet > div:nth-child(2n) {
  background: #eef0ea;
}

#product .data-sheet dt,
#product .data-sheet dd {
  padding: 0 .25rem;
}

#product .data-sheet dd {
  margin: 0;
  text-align: right;
}

@media (min-width: 1200px) {
  #product .with-thumbs {
    position: relative;
    margin-left: 110px;
  }
  #product .with-thumbs .product-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg) translate(50px, 5px);
            transform: rotate(90deg) translate(50px, 5px);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  #product .with-thumbs .product-thumbs .product-thumb {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #product .product-quantity .btn-add-to-cart {
    padding: .75rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
  }
  #product .product-tabs .nav-tabs {
    font-size: 1.5rem;
  }
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

sup {
  top: -.3em;
}

input[type="number"] {
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

#wrapper {
  padding-top: 2rem;
}

.page-header h1 {
  margin-bottom: 0;
}

.page-footer:empty {
  display: none;
}

.left-column > div,
.right-column > div {
  margin-bottom: 1rem;
}

/* HEADER */
/* FOOTER */
/* MISC */
ul {
  padding-left: 0;
  list-style: none;
}

h1,
.h1,
.products-section-title,
#custom-text h3,
#custom-text h4 {
  text-transform: none;
}

.quick-view {
  display: inline-block;
}

.form-group.form-group_forgot-password {
  margin-top: -0.5rem;
}

.btn {
  display: inline-flex;
  grid-gap: .25rem;
  gap: .25rem;
  align-items: center;
}

.btn i,
.btn .material-icons {
  font-size: 1em;
}

@media (min-width: 992px) {
  .btn-primary, .btn-outline-primary, .btn-secondary, .carousel a.btn, .btn-outline-secondary, .btn-default, .btn-outline-default {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.bootstrap-touchspin {
  border: 1px solid #ced4da;
}

.bootstrap-touchspin > input {
  max-width: 60px;
  font-weight: 700;
  text-align: center;
  border: none;
  box-shadow: none;
}

.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
}

.bootstrap-touchspin .input-group-btn {
  display: flex;
}

.bootstrap-touchspin .input-group-btn:first-child {
  margin-right: -1px;
}

.bootstrap-touchspin .input-group-btn:last-child {
  margin-left: -1px;
}

/* minimizing reflows and avoiding page jumps */
.rc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  transition: background 150ms;
}

.rc::after {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 2;
  content: "";
  border-color: #d4d4d4;
  border-right-color: transparent;
}

.rc--lazyload::after {
  display: none;
}

.rc > * {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc > a {
  display: block;
}

.ratio2_1 {
  padding-top: 50%;
}

.ratio1_2 {
  padding-top: 200%;
}

.ratio4_3 {
  padding-top: 75%;
}

.ratio16_9 {
  padding-top: 56.25%;
}

.ratio1_1 {
  padding-top: 100%;
}

.ratio3_2 {
  padding-top: 33.33333%;
}

/* collapse icons */
.icon-collapse, .link__showsummary .material-icons {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.icon-collapse[aria-expanded="true"], .link__showsummary .material-icons[aria-expanded="true"] {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

/* CHECKOUT STEP */
.order-checkout .card-body, .order-checkout .page-content,
.order-checkout .card-block, .order-checkout .left-column .search_filters, .left-column .order-checkout .search_filters, .order-checkout .address-body {
  padding-bottom: 0;
}

.step-edit[aria-expanded="true"] {
  display: none;
}

.step-title {
  margin-bottom: 0;
}

.-complete.-reachable .step-title .done {
  display: inline-block;
}

.-current .step-title .done {
  visibility: hidden;
}

.-current .card-header, .-current .page-header, .-current .address-header {
  background-color: #fff;
}

.accordion .card-body .card, .accordion .page-content .card, .accordion .card-block .card, .accordion .left-column .search_filters .card, .left-column .accordion .search_filters .card, .accordion .address-body .card, .accordion .card-body .page-wrapper, .accordion .page-content .page-wrapper, .accordion .card-block .page-wrapper, .accordion .left-column .search_filters .page-wrapper, .left-column .accordion .search_filters .page-wrapper, .accordion .address-body .page-wrapper,
.accordion .card-body .card-block,
.accordion .page-content .card-block,
.accordion .card-block .card-block,
.accordion .left-column .search_filters .card-block, .left-column .accordion .search_filters .card-block,
.accordion .address-body .card-block, .accordion .card-body .left-column .search_filters, .left-column .accordion .card-body .search_filters, .accordion .page-content .left-column .search_filters, .left-column .accordion .page-content .search_filters, .accordion .card-block .left-column .search_filters, .left-column .accordion .card-block .search_filters, .accordion .left-column .search_filters .search_filters, .left-column .accordion .search_filters .search_filters, .accordion .address-body .left-column .search_filters, .left-column .accordion .address-body .search_filters, .accordion .card-body .account-links .link-item, .account-links .accordion .card-body .link-item, .accordion .page-content .account-links .link-item, .account-links .accordion .page-content .link-item, .accordion .card-block .account-links .link-item, .account-links .accordion .card-block .link-item, .accordion .left-column .search_filters .account-links .link-item, .account-links .accordion .left-column .search_filters .link-item, .left-column .accordion .search_filters .account-links .link-item, .account-links .left-column .accordion .search_filters .link-item, .accordion .address-body .account-links .link-item, .account-links .accordion .address-body .link-item, .accordion .card-body .address, .accordion .page-content .address, .accordion .card-block .address, .accordion .left-column .search_filters .address, .left-column .accordion .search_filters .address, .accordion .address-body .address {
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: border .1s linear;
}

.accordion .card-body .card-header, .accordion .page-content .card-header, .accordion .card-block .card-header, .accordion .left-column .search_filters .card-header, .left-column .accordion .search_filters .card-header, .accordion .address-body .card-header, .accordion .card-body .page-header, .accordion .page-content .page-header, .accordion .card-block .page-header, .accordion .left-column .search_filters .page-header, .left-column .accordion .search_filters .page-header, .accordion .address-body .page-header, .accordion .card-body .address-header, .accordion .page-content .address-header, .accordion .card-block .address-header, .accordion .left-column .search_filters .address-header, .left-column .accordion .search_filters .address-header, .accordion .address-body .address-header {
  text-align: center;
}

.accordion .selected .card, .accordion .selected .page-wrapper,
.accordion .selected .card-block, .accordion .selected .left-column .search_filters, .left-column .accordion .selected .search_filters, .accordion .selected .account-links .link-item, .account-links .accordion .selected .link-item, .accordion .selected .address {
  border-color: #68ae07;
  border-width: 2px;
}

.nav-tabs-info {
  font-size: 1.1rem;
}

.nav-tabs-info .active {
  font-weight: bold;
}

.address-selector .card, .address-selector .page-wrapper,
.address-selector .card-block, .address-selector .left-column .search_filters, .left-column .address-selector .search_filters, .address-selector .account-links .link-item, .account-links .address-selector .link-item, .address-selector .address {
  transition: border .1s linear;
}

.address-selector .card-header, .address-selector .page-header, .address-selector .address-header,
.address-selector .card-body,
.address-selector .page-content,
.address-selector .card-block,
.address-selector .left-column .search_filters,
.left-column .address-selector .search_filters,
.address-selector .address-body {
  cursor: pointer;
}

.card-body_add-address {
  padding: 0.75rem 1.25rem;
}

.card-body_add-address .material-icons {
  opacity: .8;
}

.delivery-option {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #e7e7e7;
}

.carrier-extra-content:not(:empty) {
  margin-bottom: 2rem;
}

.carrier-extra-content:not(:empty):empty {
  display: none;
}

.carrier-name {
  font-weight: 700;
}

.carrier-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #68ae07;
}

.order-line:not(:last-child) {
  margin-bottom: 0.5rem;
}

.order-confirmation-table {
  padding: 1rem;
  border: 3px solid rgba(0, 0, 0, 0.125);
}

custom-file-label.selected::after {
  content: "" !important;
}

.nav-tabs .nav-link {
  font-weight: 700;
  color: #6c757d;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-width: 3px;
}

.tab-content {
  padding-top: 1rem;
}

.products-section-title, #custom-text h3,
#custom-text h4 {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .products-section-title, #custom-text h3,
  #custom-text h4 {
    font-size: 1.40625rem;
    line-height: 1.75;
  }
}

.page-home > * {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .modal-footer {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .modal-footer > .btn {
    width: 100%;
    margin: 0;
  }
  .modal-footer .btn:not(:last-child) {
    margin-top: 0.5rem;
  }
}

.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs .nav-link {
  white-space: nowrap;
}

.notifications-container ul {
  margin-bottom: 0;
}

.js-invalid-feedback-browser:empty {
  display: none;
}

.form-group label small, .form-group .label small,
.form-group label .small,
.form-group .label .small,
.form-group label .quick-view,
.form-group .label .quick-view,
.form-group .label small,
.form-group .label .small,
.form-group .label .quick-view {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .page-content form,
  .checkout-form form,
  .page-wrapper--order-confirmation form {
    width: 75%;
    max-width: 450px;
    margin: 0 auto;
  }
  .page-wrapper--order-detail form {
    margin: unset;
  }
}

.form-footer {
  margin-top: 1rem;
}

.badge.bright {
  color: #fff;
}

.all-product-link {
  display: flex;
  align-items: center;
}

#custom-text {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 1rem;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  padding-top: 1rem;
  border: 0 none;
}

#custom-text .card-body, #custom-text .page-content,
#custom-text .card-block, #custom-text .left-column .search_filters, .left-column #custom-text .search_filters, #custom-text .address-body {
  padding: 0;
}

#custom-text > p {
  flex: 1 0 250px;
  max-width: 100%;
  margin: 0;
}

#custom-text > p a {
  display: block;
  transition: box-shadow .2s;
}

#custom-text > p a:hover, #custom-text > p a:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#custom-text > p img {
  width: 100%;
}

#custom-text table {
  margin-right: -5px;
  margin-left: -5px;
}

#custom-text table td,
#custom-text table th {
  position: relative;
  padding: 5px;
}

#custom-text table p {
  margin: 0;
}

@media (min-width: 992px) {
  #custom-text table {
    margin-right: -10px;
    margin-left: -10px;
  }
  #custom-text table td,
  #custom-text table th {
    padding: 10px;
  }
}

#custom-text img {
  max-width: 100%;
  height: auto;
}

#custom-text h3,
#custom-text h4 {
  width: 100%;
}

@media (max-width: 991.98px) {
  .block_newsletter {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .block_newsletter-wrapper {
    padding: 0 20vw 3rem 3rem;
    margin: 0 -20vw -3rem -3rem;
    background: #f6f6f6;
    border-radius: 0 0 0 8rem;
  }
}

.block_newsletter-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .block_newsletter-title {
    font-size: 2.25rem;
  }
}

.block_newsletter #block-newsletter-label {
  font-size: 1rem;
  font-weight: 400;
}

.block_newsletter .input-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block_newsletter .input-group .form-control {
  background: #fff;
  border-color: #fff;
}

@media (min-width: 992px) {
  .block_newsletter .input-group .form-control {
    padding: .75rem;
  }
}

.block_newsletter .input-group .form-control:focus {
  border-bottom-color: #68ae07;
  box-shadow: none !important;
}

.block_newsletter .btn-primary {
  border-radius: .5rem;
}

.breadcrumb {
  padding: .5rem 0;
  background: none;
}

.contact-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: .25rem 1rem .25rem 0;
  font-size: .875rem;
}

.contact-link .small, .contact-link .quick-view {
  font-size: .75rem;
  font-weight: 400;
}

.contact-link a {
  color: #68ae07;
}

.contact-link > span,
.contact-link a:hover,
.contact-link a:focus {
  color: #483b33;
}

@media (min-width: 1200px) {
  .contact-link {
    padding-right: 2rem;
  }
}

.first-line-bold::first-line {
  font-weight: 700;
}

.wishlist-modal:not(.show) {
  visibility: hidden;
}

.wishlist-button-add {
  box-shadow: none !important;
}

.htmlbox {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.htmlbox > div {
  flex: 1 0 400px;
  max-width: 100%;
}

.htmlbox > div.text {
  padding: 0 2rem;
}

.htmlbox > div.text > * {
  display: block;
  max-width: 620px;
}

.htmlbox > div.text h2 {
  margin-bottom: 1em;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 700;
}

.htmlbox > div.text p {
  margin-bottom: 2em;
  line-height: 1.75;
}

.htmlbox > div.text .btn {
  padding: .75rem 2.5rem;
  margin: 1rem 0;
  font-size: 1rem;
  border-radius: 10px;
}

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

.homeinfo > .container > *:not(:last-child), .homeinfo > .l-wrapper > *:not(:last-child), main.homeinfo > .notifications-container > *:not(:last-child), .homeinfo > .l-wrapper--boxed > *:not(:last-child) {
  margin-bottom: 3rem;
}

.homecategories .ce-gallery-item img {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.homecategories .ce-gallery-item:hover img, .homecategories .ce-gallery-item:focus img {
  -webkit-transform: rotate(-4deg) scale(1.05);
          transform: rotate(-4deg) scale(1.05);
}

#phblogrecentposts .simpleblog__listing__post {
  margin-bottom: 2rem;
}

#phblogrecentposts .simpleblog__listing__post__wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin-bottom: 0;
  box-shadow: none;
}

#phblogrecentposts .simpleblog__listing__post__wrapper__content, #phblogrecentposts .simpleblog__listing__post__wrapper__footer {
  flex: 1 0 auto;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: 0;
}

#phblogrecentposts .simpleblog__listing__post__wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

#phblogrecentposts .simpleblog__listing__post--first .btn-primary {
  border-radius: 10px;
}

#phblogrecentposts .simpleblog__listing__post:not(.simpleblog__listing__post--first) .btn-primary {
  padding-right: 0;
  padding-left: 0;
  font-size: 1rem;
  color: #68ae07;
  background: none !important;
  border: 0 !important;
}

#phblogrecentposts .simpleblog__listing__post:not(.simpleblog__listing__post--first) .btn-primary:hover, #phblogrecentposts .simpleblog__listing__post:not(.simpleblog__listing__post--first) .btn-primary:focus {
  color: #4b7d05;
}

#phblogrecentposts .products-section-title, #phblogrecentposts #custom-text h3, #custom-text #phblogrecentposts h3,
#phblogrecentposts #custom-text h4, #custom-text #phblogrecentposts h4 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  text-align: left;
}

#phblogrecentposts .products-section-title::first-line, #phblogrecentposts #custom-text h3::first-line, #custom-text #phblogrecentposts h3::first-line,
#phblogrecentposts #custom-text h4::first-line, #custom-text #phblogrecentposts h4::first-line {
  font-weight: 700;
}

.wishlist-modal .modal-cancel {
  background: #483b33 !important;
}

.wishlist-modal .modal-cancel:hover, .wishlist-modal .modal-cancel:focus {
  background: #57473e !important;
}

.star_content div.star.star_on::after {
  color: #68ae07 !important;
}

@media (min-width: 992px) {
  .supercheckout-column-left {
    max-width: 600px !important;
    margin: 0 auto;
  }
}

.no-js img.lazyload {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}

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

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

.slick-active.lazyload,
.slick-current.lazyload,
.slick-current + .slick-slide.lazyload {
  display: block !important;
}

.slick-active .lazyload,
.slick-current .lazyload,
.slick-current + .slick-slide .lazyload {
  display: block !important;
}

/** COMPONENT **/
.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #f30;
  border: 2px #f30 solid;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
  display: flex;
  border: 15px #f30 solid;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  width: 24px;
  height: 24px;
  background-color: #f30;
}

.ps-alert-error .item p,
.ps-alert-success .item p {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background-color: #fff;
}

.ps-alert-success {
  padding: .25rem .25rem 2.75rem;
}

.ps-alert-success .item {
  background-color: #68ae07;
  border-color: #68ae07;
}

.ps-alert-success .item i {
  border-color: #68ae07;
}

.ps-alert-success .item i svg {
  background-color: #68ae07;
}

.social-sharing--product {
  margin: 1rem 0;
}

.modal .social-sharing--product {
  margin: 0;
}

.social-share-btn {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 .125rem;
  background-color: #68ae07;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: .5rem;
}

.social-share-btn:hover {
  background-color: #eef0ea;
}

.social-share-btn.facebook {
  background-image: url(../resource/19b4d5c20fade71a1dd2.svg);
}

.social-share-btn.twitter {
  background-image: url(../resource/783c00237a5316ba2916.svg);
}

.social-share-btn.linkedin {
  background-image: url(../resource/b2efa71e4ca1cd26b0f4.svg);
}

.social-share-btn.pinterest {
  background-image: url(../resource/c85e5b63c955171eedfa.svg);
}

.social-share-btn.rss {
  background-image: url(../resource/f298686a07856b40e5af.svg);
}

.social-share-btn.youtube {
  background-image: url(../resource/562b9b7416b99b635356.svg);
}

.social-share-btn.vimeo {
  background-image: url(../resource/cacf6291385c98b54049.svg);
}

.social-share-btn.instagram {
  background-image: url(../resource/09a17e99ebbace6d9e89.svg);
}

.social-share-btn--product {
  background-color: #fff;
  background-size: 80%;
  border-radius: 50%;
  transition: box-shadow .2s ease-in-out;
}

.social-share-btn--product:hover {
  background-color: #eef0ea;
}

.social-share-btn--product.facebook {
  background-image: url(../resource/e129513860973b9a7401.svg);
}

.social-share-btn--product.twitter {
  background-image: url(../resource/8660423192175ce2602f.svg);
}

.social-share-btn--product.googleplus {
  background-image: url(../resource/d3f64aeea9f11a8c1fd0.svg);
}

.social-share-btn--product.pinterest {
  background-image: url(../resource/941b0ca7348e2e0070bc.svg);
}

.social-share-btn--footer {
  background-size: 80%;
  border-radius: 50%;
  transition: background-color .2s;
}

.social-share-btn--footer:hover {
  background-color: #eef0ea;
}

.social-share-btn--footer.facebook {
  background-color: #3b5998;
}

.social-share-btn--footer.instagram {
  background-color: #f71e52;
}

.social-share-btn--footer.youtube {
  background-color: #cc1d1d;
}

.product-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-line-actions .input-group.bootstrap-touchspin {
  max-width: 130px;
}

.product-line-grid .product-line__title {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #000;
}

.product-line-grid .product-price {
  display: flex;
  align-items: center;
}

.product-line-grid .product-price .discount {
  font-size: 0.875rem;
  line-height: 1;
}

.product-line-grid .product-discount {
  margin-right: 0.5rem;
}

.product-line__img {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .product-line__img {
    width: 100px;
    height: auto;
  }
  .product-line-actions {
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .product-line-actions .product-price {
    margin: 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .product-line__img {
    width: 50px;
  }
  .product-line-actions .product-price {
    margin: 0 1rem;
  }
}

.cart__card-body {
  position: relative;
}

.cart__card-body .cart__card-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.15s linear;
}

.cart__card-body.is--loading .cart__card-loader {
  display: flex;
  opacity: 1;
}

.nav-tabs--center {
  justify-content: center;
}

@media (max-width: 991.98px) {
  .checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .checkout a {
    width: 100%;
  }
}

.product-line__body {
  padding-right: 0.25rem;
}

.total-value, .card-body--summary .cart-total {
  font-weight: 700;
  background-color: #d4d4d4;
}

.table__title-head {
  margin-bottom: 0;
  font-size: 1rem;
}

/* CART */
.promo-code {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.promo-code-alert {
  display: none;
}

.cancel-promo {
  text-align: center;
}

.card-body .separator, .page-content .separator, .card-block .separator, .left-column .search_filters .separator, .address-body .separator {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
}

.cart-total {
  font-weight: bold;
}

.card-body--summary .cart-total {
  padding: 0.25rem;
}

.card-body--summary .cart-total .label {
  margin-bottom: 0;
}

.card-body--summary.card-body, .card-body--summary.page-content,
.card-body--summary.card-block, .left-column .card-body--summary.search_filters, .card-body--summary.address-body {
  padding-bottom: 0;
}

.media-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.link__showsummary[aria-expanded="true"] .material-icons {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.cart-item:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.product-line-info {
  margin-bottom: 0.5rem;
}

.promo-code-button {
  text-align: center;
}

.promo-code-button .collapse-button[aria-expanded="true"] {
  display: none;
}

.promo-highlighted {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
}

.promo-discounts {
  font-weight: 700;
  color: #495057;
  text-align: center;
}

.promo-discounts .code {
  color: #68ae07;
}

.form__add-voucher {
  margin-bottom: 1rem;
}

.promo-code__content {
  padding: 1.25rem;
  background-color: #e6e6e6;
}

.promo-code .collapse-button {
  display: block;
  color: #68ae07;
  text-align: center;
}

.block-categories {
  color: #000;
}

.block-categories h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.125;
  text-transform: none;
}

.block-categories li a {
  color: inherit;
}

.block-categories li a:hover, .block-categories li a:focus {
  color: #68ae07;
}

.block-categories .category-sub-menu li li a {
  padding-left: 1rem;
}

.category-sub__item {
  display: block;
  width: 100%;
}

.category-sub__item--0 {
  padding: 0.25rem 0;
}

.category-sub__item:not(.category-sub__item--0):not(.category-sub__item--1) {
  padding-left: 0.25rem;
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .collapse-icons[aria-expanded="true"].remove {
  display: block;
}

.block-categories .collapse-icons[aria-expanded="true"].add {
  display: none;
}

.account-links > a {
  margin-bottom: 1rem;
}

.account-links .link-item {
  height: 100%;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.account-links .link-item i {
  margin: 0 auto 1rem;
  font-size: 3rem;
}

.address {
  height: 100%;
}

.address-header {
  background-color: transparent;
}

.address-footer {
  display: flex;
  justify-content: space-between;
}

.form--100 {
  width: 100%;
  min-width: 100%;
}

.footer__title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

@media (min-width: 992px) {
  .footer__title {
    padding-top: 2rem;
  }
}

.footer__title:visited, .footer__title:hover {
  color: #68ae07;
}

.footer__title--mobile {
  display: none;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.footer__title--mobile::after {
  position: absolute;
  right: 15px;
  font-family: "Material Icons";
  font-size: 1.5rem;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
  content: "\e313";
  transition: .3s transform ease-in-out;
}

.footer__title--mobile[data-toggle="collapse"][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  .footer__title {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .footer__title--desktop {
    display: none;
  }
  .footer__title--mobile {
    display: block;
    display: flex;
    align-items: center;
  }
}

.footer-before #custom-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-before #custom-text table {
  table-layout: fixed;
}

.footer-before #custom-text table td {
  padding: 0 .5rem;
  font-size: clamp(0.5rem, 2.75vw, 1rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.footer-before #custom-text table tr:nth-of-type(2) td {
  font-size: clamp(1rem, 5vw, 3.75rem);
}

.footer__copyright {
  font-size: 0.875rem;
  text-align: center;
}

.header__nav {
  align-items: center;
}

.header-nav__nav2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-mobile__user-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__top {
  position: static;
  display: flex;
  justify-content: space-between;
}

.copyright {
  margin-top: 4rem;
  font-size: .75rem;
  font-weight: 300;
}

.copyright a {
  font-weight: 600;
}

#homeslider {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
}

#carousel {
  width: 100%;
  max-width: 1920px;
}

#carousel .slick-arrow {
  box-shadow: none !important;
}

#carousel .slick-arrow:hover i, #carousel .slick-arrow:focus i {
  color: #68ae07;
}

.carousel a {
  display: block;
}

.carousel a:not(:first-child) {
  display: none;
}

.carousel a.btn {
  display: inline-block;
  padding: .5em 1.5em;
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 3vw, 1rem);
  font-weight: 600;
  border-radius: .75rem;
}

.slide-item {
  position: relative;
}

.slider-caption {
  position: absolute;
  top: 50%;
  right: clamp(70px, 10vw, 20rem);
  bottom: auto;
  left: clamp(70px, 10vw, 20rem);
  width: clamp(240px, 55%, 600px);
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  background: rgba(239, 241, 236, 0.77);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-caption .display-1 {
  font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: clamp(2rem, 5.75vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: #68ae07;
  text-transform: none;
}

.slider-caption h3 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.125;
}

.slider-caption p {
  margin-bottom: .5rem;
}

.slider-caption p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .slider-caption {
    padding: 2rem;
  }
}

.slick-slide:not(.slick-current) .img-carousel.lazyload {
  display: none !important;
}

.slick-slide figure {
  position: absolute;
  top: 0;
}

.modal.fade .modal-dialog__offcanvas {
  position: absolute;
  top: 0;
  width: 350px;
  max-width: 90%;
  height: 100%;
  margin: 0;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal.show .modal-dialog__offcanvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal-dialog__offcanvas .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0;
}

.modal-dialog__offcanvas .modal-header {
  border-radius: inherit;
}

.modal-dialog__offcanvas .modal-body {
  height: inherit;
  overflow-y: auto;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  align-items: stretch;
}

.product-miniature {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.product-miniature .comments_note {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

@media (min-width: 1200px) {
  .product-miniature,
  .layout-left-column .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-full-width .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1500px) {
  .product-miniature,
  .layout-left-column .product-miniature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .layout-full-width .product-miniature {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.slick-slide .product-miniature {
  max-width: 100%;
}

/* Product miniature */
.card-product.card, .card-product.page-wrapper,
.card-product.card-block, .left-column .card-product.search_filters, .account-links .card-product.link-item, .card-product.address {
  position: relative;
  height: 100%;
  background-color: transparent;
  border-width: 0;
}

.card-product.card:hover .highlighted-informations, .card-product.page-wrapper:hover .highlighted-informations, .card-product.card-block:hover .highlighted-informations, .left-column .card-product.search_filters:hover .highlighted-informations, .account-links .card-product.link-item:hover .highlighted-informations, .card-product.address:hover .highlighted-informations {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card-product.card .discount, .card-product.page-wrapper .discount, .card-product.card-block .discount, .left-column .card-product.search_filters .discount, .account-links .card-product.link-item .discount, .card-product.address .discount {
  display: none;
}

.card-img-top {
  overflow: hidden;
}

.card-img-top .product-thumbnail img {
  width: 100%;
}

.highlighted-informations {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.card-product:hover .highlighted-informations {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.quick-view {
  cursor: pointer;
}

.product-flags {
  position: absolute;
  top: 0;
  left: -0.25rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.page-content--product .product-flags {
  left: 0;
}

.product-flag {
  top: 0;
  padding: 0.25rem;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #483b33;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-flag.discount-product {
  background: #68ae07;
}

.color {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .product-title {
    font-size: .875rem;
  }
}

.product-title a {
  color: #000;
}

.product-title a:hover {
  color: #68ae07;
  border-bottom: 1px solid transparent;
}

.card-product:hover .product-title {
  color: #68ae07;
}

.card-product:hover .product-title a {
  color: #68ae07;
}

/* PRODUCT PAGE */
.product-img:not(:first-child) .rc {
  display: none;
}

.slick-initialized .product-img .rc {
  display: block;
}

.product-thumbs {
  width: 320px;
  height: 110px;
  margin: 0 auto;
}

.product-thumbs[data-count="2"] {
  width: 210px;
}

.product-thumbs .slick-slide > div {
  cursor: pointer;
}

.product-thumbs:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.product-thumb {
  width: 100px;
  height: 100px;
  margin: 5px;
  border: 2px solid transparent;
}

.product-thumb.slick-current {
  border: 2px solid #68ae07;
}

.btn-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: none;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.btn-zoom .material-icons {
  font-size: 3rem;
}

.images-container:hover .btn-zoom {
  display: block;
}

.label-color {
  margin-right: 0.5rem;
  line-height: 1;
}

.product-variants-item .color {
  width: 2rem;
  height: 2rem;
  border: 2px solid transparent;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border-color: #232323;
}

.product__product-price.has-discount .current-price {
  display: inline-block;
}

.price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #68ae07;
}

.price.current-price-discount {
  font-size: 1.125rem;
  font-weight: 700;
  color: #68ae07;
}

.regular-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #adb5bd;
  text-decoration: line-through;
}

.discount {
  display: inline-block;
  padding: 0.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #68ae07;
}

.btn-add-to-cart {
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  border-radius: 10px;
}

.btn-add-to-cart i {
  font-size: 1.25em !important;
}

.btn-add-to-cart .btn-add-to-cart__spinner {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
}

.btn-add-to-cart.is--loading .btn-add-to-cart__spinner {
  display: inline-block;
}

.btn-add-to-cart.is--loading .btn-add-to-cart__icon {
  display: none;
}

.product-tabs {
  padding: 0 !important;
  margin-bottom: 2rem;
  border: 0 !important;
}

.product-tabs .nav-tabs {
  font-size: 0.9rem;
}

.cart-content {
  padding: 1rem;
  background: #f0f0f0;
}

.pack-product-container {
  padding: 0 1rem;
  font-size: 0.875rem;
}

.mask {
  width: 55px;
}

.thumb-mask {
  padding: 1rem 0;
}

.pack-product__img {
  border: 1px solid #e7e7e7;
}

.pack-product-quantity {
  border-left: 1px solid #e7e7e7;
}

.pack-product-price {
  padding-right: 0.5rem;
}

.pack-product-quantity {
  padding-left: 1rem;
}

.modal-cart__image {
  max-width: 200px;
  height: auto;
  margin-right: 1rem;
}

.modal-cart__name {
  font-weight: 700;
  color: #68ae07;
}

.product-total {
  font-weight: 700;
}

.cart-content > p:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .modal-cart__image {
    max-width: 120px;
  }
  .blockcart-modal .divide-right {
    display: flex;
    justify-content: center;
  }
  .blockcart-modal .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    background: #fff;
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .blockcart-modal .modal-body {
    margin-bottom: 4.3125rem;
  }
}

@media (max-width: 575.98px) {
  .modal-cart__image {
    max-width: 70px;
  }
}

.products-selection {
  align-items: center;
  justify-content: space-between;
}

.pack-miniature-item {
  margin-bottom: 0.5rem;
}

.ratio1_1 {
  display: block;
}

.pack-product-name {
  flex-grow: 1;
  margin: 0 1.5rem;
}

.product-miniature {
  margin-bottom: 1rem;
}

.product-miniature .product-title {
  text-transform: uppercase;
}

.product__card-img {
  position: relative;
  padding: 0;
}

.product__card-img .product-thumbnail {
  background: rgba(0, 0, 0, 0);
}

.product__card-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.highlighted-informations {
  padding: 0.5rem;
  text-align: center;
}

.quantity__label {
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-add-to-cart .product-quantity {
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .product-add-to-cart .product-quantity {
    grid-gap: 2rem;
    gap: 2rem;
  }
}

.product-customization {
  margin-bottom: 1.5rem;
}

.product-discounts {
  margin-bottom: 1.5rem;
}

.product__quantity {
  margin-bottom: 0;
}

.sort-by-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.total__item-show {
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.variant-links {
  display: flex;
  justify-content: center;
}

.product__download {
  text-transform: uppercase;
}

.card--address {
  justify-content: center;
  height: 100%;
  text-align: center;
}

.invoice__address {
  margin-top: 1rem;
}

.invoice-address {
  justify-content: center;
  height: 100%;
  text-align: center;
}

.nav-tabs {
  justify-content: center;
}

.featured-products .products-section-title, .featured-products #custom-text h3, #custom-text .featured-products h3,
.featured-products #custom-text h4, #custom-text .featured-products h4 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.featured-products .products-slick {
  padding-bottom: 2rem;
}

.featured-products .products-slick .slick-arrow {
  top: auto;
  bottom: 0;
  height: auto;
  padding: 0;
  box-shadow: none !important;
}

.featured-products .products-slick .slick-arrow.slick-prev {
  left: calc(50% - 2rem);
}

.featured-products .products-slick .slick-arrow.slick-next {
  right: calc(50% - 2rem);
}

.product-tags {
  display: flex;
  flex-flow: row wrap;
  grid-gap: .5rem 1rem;
  gap: .5rem 1rem;
  line-height: 1.25;
}

.product-tags a {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .collpase--facet.collapse {
    display: block;
  }
  .facet__block:not(:last-child) {
    padding-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .facet__block:not(.show) {
    padding-bottom: 0;
  }
}

.facet__block:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.facet__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.66667rem;
}

.facet__title {
  margin-bottom: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-color.custom-control {
  padding-left: 0;
  margin-bottom: .25rem;
}

.custom-color .custom-control-label::before,
.custom-color .custom-control-label::after {
  display: none;
}

.custom-color .color {
  margin-right: .25rem;
  border: none;
}

.custom-color .color__label {
  display: inline-block;
  line-height: 1.25;
}

.custom-color.custom-control--active .color {
  border: 2px solid black;
}

.btn--clearfilter {
  margin-bottom: 1rem;
}

.active-filter__title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.active_filters {
  padding: 1rem 1rem 0.75rem;
  margin-bottom: 1.25rem;
  background-color: #dededd;
}

.active_filters__list-item {
  margin-bottom: 0.25rem;
}

.faceted-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1051;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.5);
}

.faceted-overlay .overlay__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faceted-overlay .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faceted-overlay .spinner {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-color: rgba(255, 255, 255, 0.05);
  border-style: solid;
  border-width: 2px;
  border-top-color: #fff;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * 2007-2019 PrestaShop.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2019 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
#search_filters .ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  cursor: pointer;
}

#search_filters .ui-widget-header {
  background: #555;
}

#search_filters .ui-slider .ui-slider-handle {
  top: -.45em;
  width: .4em;
  background: #fff;
  border: 1px solid #555;
}

#search_filters .ui-slider-horizontal {
  height: .4em;
}

/**
 * 2007-2019 PrestaShop.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2019 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
.search-widget {
  padding: .5rem 0;
  margin: 0;
}

@media (min-width: 992px) {
  .search-widget {
    max-width: 450px;
    padding: 0.5rem 1rem;
    margin-right: auto;
  }
}

.header-top .search-widget {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-top .search-widget__group {
  display: flex;
  width: 100%;
}

.header-top .search-widget__group .form-control {
  height: auto;
  min-height: 1rem;
  padding-right: .75rem;
  font-size: .875rem;
  background: #e7e7e7;
  border-color: #e7e7e7;
}

@media (min-width: 992px) {
  .header-top .search-widget__group .form-control {
    padding: .625rem 1rem;
  }
}

.header-top .search-widget__group .form-control::-webkit-input-placeholder {
  color: #000;
}

.header-top .search-widget__group .form-control:-ms-input-placeholder {
  color: #000;
}

.header-top .search-widget__group .form-control::placeholder {
  color: #000;
}

.header-top .search-widget__group .form-control:focus {
  border-bottom-color: #68ae07;
  outline: 0;
  box-shadow: none;
}

.header-top .search-widget__group .form-control:focus + .search-widget__btn {
  color: #fff;
  background: #68ae07;
}

.header-top .search-widget__btn {
  position: static;
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #000;
  background: #e7e7e7;
}

.header-top .search-widget-wrapper.active .search-widget {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search-widget__group {
  position: relative;
}

.search-widget__input-right {
  padding-right: 50px;
}

.search-widget__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.page-content .search-widget-switch {
  display: none;
}

@media (max-width: 991.98px) {
  .search-widget {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
}

.slick-arrow > i {
  line-height: 1;
  color: #fff;
  background: #d4d4d4;
  border-radius: 50%;
}

.slick-arrow:hover > i, .slick-arrow:focus > i {
  background: #68ae07;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slide figure {
  margin: 0;
}

.slick__arrow-outside .slick-prev {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.slick__arrow-outside .slick-next {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.slick__arrow-large .slick-arrow i {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: transparent;
}

@media (min-width: 992px) {
  .product-comment-modal .modal-dialog {
    max-width: 774px;
  }
}

.product-comment-modal .modal-footer {
  margin-right: -1rem;
  margin-left: -1rem;
}

.product-comment-modal .modal-body {
  padding-bottom: 0;
}

.modal--product-comment-posted-modal .modal-header,
.modal--report-comment-posted .modal-header {
  color: #68ae07;
}

.product-comment-post-error-message .modal-header {
  color: #f30;
}

.grade-stars,
.comments-note {
  display: flex;
}

.star {
  color: #f1ab00;
}

/** product list **/
.product-list-reviews .grade-stars {
  justify-content: center;
}

.product-list-reviews .star .material-icons {
  font-size: 1rem;
}

/** product page **/
.product-comments {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product-comments-additional-info {
  margin: 1rem 0;
}

.comments-note {
  margin-bottom: 0.5rem;
}

.comments-note .grade-stars {
  margin-left: 0.25rem;
}

.comments__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-comment-list-item {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}

.comment-infos .grade-stars {
  margin-bottom: 1rem;
}

.comment-infos .comment-date,
.comment-infos .comment-author {
  font-size: 0.875rem;
}

/* comment list */
.product-comments__pagination li:not(.disabled) span:not(.current) {
  cursor: pointer;
}

/* MODAL COMMENT */
/* radio input star ratig */
.starability-basic {
  position: relative;
  display: block;
  width: 150px;
  min-height: 60px;
  padding: 0;
  border: none;
  min-height: auto;
}

.starability-basic > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}

.starability-basic > input:checked ~ label, .starability-basic > input:checked ~ .label,
.starability-basic > input:focus ~ label,
.starability-basic > input:focus ~ .label {
  background-position: 0 0;
}

.starability-basic > input:checked + label, .starability-basic > input:checked + .label,
.starability-basic > input:focus + label,
.starability-basic > input:focus + .label {
  background-position: 0 -30px;
}

.starability-basic > input[disabled]:hover + label, .starability-basic > input[disabled]:hover + .label {
  cursor: default;
}

.starability-basic > input:not([disabled]):hover ~ label, .starability-basic > input:not([disabled]):hover ~ .label {
  background-position: 0 0;
}

.starability-basic > input:not([disabled]):hover + label, .starability-basic > input:not([disabled]):hover + .label {
  background-position: 0 -30px;
}

.starability-basic > input:not([disabled]):hover + label::before, .starability-basic > input:not([disabled]):hover + .label::before {
  opacity: 1;
}


.starability-basic > input:focus + label,
.starability-basic > input:focus + .label {
  outline: 1px dotted #999;
}

.starability-basic .starability-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  outline: 2px dotted #999;
  opacity: 0;
}

.starability-basic > .input-no-rate:focus ~ .starability-focus-ring {
  opacity: 1;
}

.starability-basic > label, .starability-basic > .label {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: .1em;
  color: transparent;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0 -30px;
}

.starability-basic > label::before, .starability-basic > .label::before {
  position: absolute;
  display: block;
  height: 30px;
  pointer-events: none;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=);
  background-position: 0 30px;
  opacity: 0;
}

.starability-basic > label:nth-of-type(5)::before, .starability-basic > .label:nth-of-type(5)::before {
  left: -120px;
  width: 120px;
}

.starability-basic > label:nth-of-type(4)::before, .starability-basic > .label:nth-of-type(4)::before {
  left: -90px;
  width: 90px;
}

.starability-basic > label:nth-of-type(3)::before, .starability-basic > .label:nth-of-type(3)::before {
  left: -60px;
  width: 60px;
}

.starability-basic > label:nth-of-type(2)::before, .starability-basic > .label:nth-of-type(2)::before {
  left: -30px;
  width: 30px;
}

.starability-basic > label:nth-of-type(1)::before, .starability-basic > .label:nth-of-type(1)::before {
  left: 0px;
  width: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .starability-basic > label, .starability-basic > .label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==);
    background-size: 30px auto;
  }
}

@media screen and (-ms-high-contrast: active) {
  .starability-basic {
    width: auto;
  }
  .starability-basic > input {
    position: static;
    margin-right: 0;
    opacity: 1;
  }
  .starability-basic .input-no-rate {
    display: none;
  }
  .starability-basic > label, .starability-basic > .label {
    display: inline;
    float: none;
    width: auto;
    height: auto;
    font-size: 1em;
    color: inherit;
    background: none;
  }
  .starability-basic > label::before, .starability-basic > .label::before, .starability-basic > label::after, .starability-basic > .label::after {
    display: none;
  }
}

.product-criterion {
  display: flex;
  justify-content: flex-end;
  justify-items: center;
  margin-bottom: 1rem;
}

.product-criterion__name {
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.product-criterion label, .product-criterion .label {
  margin-bottom: 0;
}

img[data-lazy] {
  display: none;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

@media (min-width: 992px) {
  .visible--mobile {
    display: none;
  }
}

.d--none {
  display: none;
}

.d--block {
  display: block;
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.d--flex-between {
  display: flex;
  justify-content: space-between;
}

.mb--0 {
  margin-bottom: 0;
}

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

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

.u-a-i-c {
  align-items: center;
}

.u-m-l-2 {
  margin-left: 0.5rem;
}

.u-link-body {
  color: #000;
}

.u-bor-bot {
  border-bottom: 1px solid #e7e7e7;
}

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

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

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

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

@media (min-width: 1500px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

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

