@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600&display=swap);
@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: #007398;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --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: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007398;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00394c;
  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: #6c757d;
  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;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1,
.products-section-title, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1, .products-section-title {
  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: 600;
  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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

@media (min-width: 576px) {
  .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1140px;
  }
}
@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1600px;
  }
}
.row, .products {
  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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-xs-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1680px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #f1f1f1;
}

.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: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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: #19c7ff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 115, 152, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #005672;
  border-color: #004c65;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005672;
  border-color: #004c65;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 136, 167, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004c65;
  border-color: #004358;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 136, 167, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007398;
  border-color: #007398;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 152, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007398;
  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: #007398;
  border-color: #007398;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 115, 152, 0.5);
}

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #007398;
  text-decoration: none;
}
.btn-link:hover {
  color: #00394c;
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007398;
}
.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: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.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.75rem;
}

.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: #fff;
  border-color: #007398;
  background-color: #007398;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 115, 152, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #19c7ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #4cd3ff;
  border-color: #4cd3ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007398;
  background-color: #007398;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 115, 152, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 115, 152, 0.5);
}

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

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 115, 152, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 115, 152, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 115, 152, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007398;
  border: 0;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #4cd3ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f1f1f1;
  border-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007398;
  border: 0;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #4cd3ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f1f1f1;
  border-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007398;
  border: 0;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #4cd3ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #f1f1f1;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f1f1f1;
}
.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: 2px solid #f1f1f1;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  border: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent #f1f1f1;
}
.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: #007398;
  background-color: #fff;
  border-color: transparent transparent #007398;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007398;
}

.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, .address, .account-links .link-item, .block-categories, .page-wrapper, .card-block, .left-column .search_filters {
  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, .address > hr, .account-links .link-item > hr, .block-categories > hr, .page-wrapper > hr, .card-block > hr, .left-column .search_filters > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .address > .list-group, .account-links .link-item > .list-group, .block-categories > .list-group, .page-wrapper > .list-group, .card-block > .list-group, .left-column .search_filters > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .address > .list-group:first-child, .account-links .link-item > .list-group:first-child, .block-categories > .list-group:first-child, .page-wrapper > .list-group:first-child, .card-block > .list-group:first-child, .left-column .search_filters > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child, .address > .list-group:last-child, .account-links .link-item > .list-group:last-child, .block-categories > .list-group:last-child, .page-wrapper > .list-group:last-child, .card-block > .list-group:last-child, .left-column .search_filters > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group, .card > .address-header + .list-group, .address > .card-header + .list-group, .address > .address-header + .list-group, .account-links .link-item > .card-header + .list-group, .account-links .link-item > .address-header + .list-group, .block-categories > .card-header + .list-group, .block-categories > .address-header + .list-group, .card > .page-header + .list-group, .address > .page-header + .list-group, .account-links .link-item > .page-header + .list-group, .block-categories > .page-header + .list-group, .page-wrapper > .card-header + .list-group, .page-wrapper > .address-header + .list-group, .page-wrapper > .page-header + .list-group, .card-block > .card-header + .list-group, .left-column .search_filters > .card-header + .list-group, .card-block > .address-header + .list-group, .left-column .search_filters > .address-header + .list-group, .card-block > .page-header + .list-group, .left-column .search_filters > .page-header + .list-group,
.card > .list-group + .card-footer,
.card > .list-group + .address-footer,
.address > .list-group + .card-footer,
.address > .list-group + .address-footer,
.account-links .link-item > .list-group + .card-footer,
.account-links .link-item > .list-group + .address-footer,
.block-categories > .list-group + .card-footer,
.block-categories > .list-group + .address-footer,
.card > .list-group + .page-footer,
.address > .list-group + .page-footer,
.account-links .link-item > .list-group + .page-footer,
.block-categories > .list-group + .page-footer,
.page-wrapper > .list-group + .card-footer,
.page-wrapper > .list-group + .address-footer,
.page-wrapper > .list-group + .page-footer,
.card-block > .list-group + .card-footer,
.left-column .search_filters > .list-group + .card-footer,
.card-block > .list-group + .address-footer,
.left-column .search_filters > .list-group + .address-footer,
.card-block > .list-group + .page-footer,
.left-column .search_filters > .list-group + .page-footer {
  border-top: 0;
}

.card-body, .address-body, .block-categories, .page-content, .card-block, .left-column .search_filters {
  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, .address-header, .page-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, .address-footer, .page-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 .address, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .block-categories, .card-deck .page-wrapper, .card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters {
  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 .address, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .block-categories, .card-deck .page-wrapper, .card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .accordion > .address, .account-links .accordion > .link-item, .accordion > .block-categories, .accordion > .page-wrapper, .accordion > .card-block, .left-column .accordion > .search_filters {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .accordion > .address:not(:last-of-type), .account-links .accordion > .link-item:not(:last-of-type), .accordion > .block-categories: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) {
  border-bottom: 0;
}
.accordion > .card > .card-header, .accordion > .card > .address-header, .accordion > .address > .card-header, .accordion > .address > .address-header, .account-links .accordion > .link-item > .card-header, .account-links .accordion > .link-item > .address-header, .accordion > .block-categories > .card-header, .accordion > .block-categories > .address-header, .accordion > .card > .page-header, .accordion > .address > .page-header, .account-links .accordion > .link-item > .page-header, .accordion > .block-categories > .page-header, .accordion > .page-wrapper > .card-header, .accordion > .page-wrapper > .address-header, .accordion > .page-wrapper > .page-header, .accordion > .card-block > .card-header, .left-column .accordion > .search_filters > .card-header, .accordion > .card-block > .address-header, .left-column .accordion > .search_filters > .address-header, .accordion > .card-block > .page-header, .left-column .accordion > .search_filters > .page-header {
  margin-bottom: -1px;
}

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

.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: #007398;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.page-link:hover, .product-comments__pagination li span:hover {
  z-index: 2;
  color: #00394c;
  text-decoration: none;
  background-color: #e9ecef;
  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(0, 115, 152, 0.25);
}

.page-item: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 .page-link, .product-comments__pagination li:first-child span {
  margin-left: 0;
}
.page-item.active .page-link, .page-item.active .product-comments__pagination li span, .product-comments__pagination li .page-item.active span, .product-comments__pagination li.active .page-link, .product-comments__pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.page-item.disabled .page-link, .page-item.disabled .product-comments__pagination li span, .product-comments__pagination li .page-item.disabled span, .product-comments__pagination li.disabled .page-link, .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, .pagination-sm .product-comments__pagination li span, .product-comments__pagination li .pagination-sm span, .product-comments__pagination ul .page-link, .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: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  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: #003c4f;
  background-color: #cce3ea;
  border-color: #b8d8e2;
}
.alert-primary hr {
  border-top-color: #a6cedb;
}
.alert-primary .alert-link {
  color: #00151c;
}

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

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.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: 1680px) {
  .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: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-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);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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 #f1f1f1;
}
.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 #f1f1f1;
}
.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: -moz-min-content;
    height: min-content;
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem 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: #212529;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border, .btn-add-to-cart .btn-add-to-cart__spinner, .rc:after {
  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: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    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: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .btn-add-to-cart .btn-add-to-cart__spinner, .rc:after,
.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: #007398 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .pack-product-quantity, .pack-product-container, .social-sharing {
  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: 1680px) {
  .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.8571428571%;
}

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

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

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

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

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

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

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

.flex-wrap, .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, .pack-product-quantity, .pack-product-container, .social-sharing--product {
  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: 1680px) {
  .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: 1680px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -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: 1680px) {
  .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: 1680px) {
  .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: #007398 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  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--boxed, .l-wrapper, main > .notifications-container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #f1f1f1;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #f1f1f1;
  }
}
/* HEADER */
/* MAIN */
/* FOOTER */
/*  my-accounts  */
/*  checkout page */
/* PRODUCT MINIATURE */
/* product title */
/* product miniature add to cart button */
/* Products Bestsellers swiper   */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  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. */
  font-feature-settings: "liga";
}

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

.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 **/
.l-header {
  background-color: #fff;
  margin-bottom: 1rem;
}

.header__up {
  align-content: center;
}

.header-top {
  flex-wrap: wrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header__right,
.header-nav__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__rightitem:not(:last-child) {
  margin-right: 0.5rem;
}

.header__logo--checkout {
  max-width: 200px;
}

.header__logo {
  max-width: 240px;
}

.header-nav--checkout {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .header__logo,
.header__logo--checkout {
    max-width: 50%;
  }

  .header__search {
    width: 100%;
    padding: 0;
    flex: auto;
    order: 10;
    margin-top: 10px;
  }

  .header__logo--checkout {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .header-top__col {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .header-top__col {
    width: 25%;
  }
}
.header-nav {
  background-color: #e9e9e9;
}

.header__rightitem .u-link-body, .header__rightitem .shopping-cart, .header__rightitem .wishlist a, .header__right #_desktop_wishlist .u-link-body, .header__right #_desktop_wishlist .shopping-cart, .header__right #_desktop_wishlist .wishlist a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header__rightitem .icon, .header__rightitem .material-icons, .header__right #_desktop_wishlist .icon, .header__right #_desktop_wishlist .material-icons {
  margin-right: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__rightitem .icon.fav-icon, .header__rightitem .material-icons.fav-icon, .header__right #_desktop_wishlist .icon.fav-icon, .header__right #_desktop_wishlist .material-icons.fav-icon {
  background-image: url(../img/favourites.png);
  width: 42px;
  height: 38px;
}
.header__rightitem .icon.user-icon, .header__rightitem .material-icons.user-icon, .header__right #_desktop_wishlist .icon.user-icon, .header__right #_desktop_wishlist .material-icons.user-icon {
  background-image: url(../img/user.png);
  width: 27px;
  height: 27px;
}
.header__rightitem .icon.cart-icon, .header__rightitem .material-icons.cart-icon, .header__right #_desktop_wishlist .icon.cart-icon, .header__right #_desktop_wishlist .material-icons.cart-icon {
  width: 37px;
  height: 32px;
}
.header__rightitem .icon.material-icons, .header__rightitem .material-icons.material-icons, .header__right #_desktop_wishlist .icon.material-icons, .header__right #_desktop_wishlist .material-icons.material-icons {
  font-size: 40px;
  margin-top: -6px;
}
.header__rightitem .text, .header__rightitem .wishlist a, .header__right #_desktop_wishlist .text, .header__right #_desktop_wishlist .wishlist a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #16222e;
  margin: 0;
}
@media (max-width: 1679.98px) {
  .header__rightitem .text, .header__rightitem .wishlist a, .header__right #_desktop_wishlist .text, .header__right #_desktop_wishlist .wishlist a {
    font-size: 12px;
  }
  .header__rightitem .text .material-icons, .header__rightitem .wishlist a .material-icons, .header__right #_desktop_wishlist .text .material-icons, .header__right #_desktop_wishlist .wishlist a .material-icons {
    font-size: 30px;
  }
  .header__rightitem .icon, .header__rightitem .material-icons, .header__right #_desktop_wishlist .icon, .header__right #_desktop_wishlist .material-icons {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1199.98px) {
  .header__rightitem .text, .header__rightitem .wishlist a, .header__right #_desktop_wishlist .text, .header__right #_desktop_wishlist .wishlist a {
    display: none;
  }
  .header__rightitem .icon, .header__rightitem .material-icons, .header__right #_desktop_wishlist .icon, .header__right #_desktop_wishlist .material-icons {
    width: 30px;
    height: 30px;
  }
  .header__rightitem:not(:last-child), .header__right #_desktop_wishlist:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .header__rightitem .icon, .header__rightitem .material-icons, .header__right #_desktop_wishlist .icon, .header__right #_desktop_wishlist .material-icons {
    height: 20px;
  }
  .header__rightitem:not(:last-child), .header__right #_desktop_wishlist:not(:last-child) {
    margin-right: 5px;
  }
}

#header .header-top {
  justify-content: unset;
}
#header .header-top .header__we-support {
  margin-left: auto;
  margin-right: 0;
}
#header .header-top .header__additional-info {
  margin-left: 60px;
}
#header .header-top .header__right {
  width: 30%;
  flex: 0 0 30%;
}
#header .header-top .header__right .cart-preview.active::after {
  color: #fff;
  min-width: 20px;
  min-height: 20px;
  width: unset;
  padding: 3px;
}
#header .header-top .header__right .wishlist_easy a {
  color: #000;
}
#header .header-top .header__right #_desktop_wishlist {
  display: block;
}
#header .header-top .header__right .material-icons {
  font-size: 29px;
  margin-top: 0;
  height: unset;
  color: #000;
}
#header .header-top .header__right .user-icon, #header .header-top .header__right .cart-icon {
  width: 27px;
  height: 34px;
  color: #000;
}
#header .header-top .header__right .wishlist_easy, #header .header-top .header__right .account, #header .header-top .header__right .shopping-cart, #header .header-top .header__right .user-info .u-link-body {
  border-bottom: 2px solid;
  border-bottom-color: #fff;
  transition: border-bottom-color 200ms ease-in-out;
}
#header .header-top .header__right .wishlist_easy:hover, #header .header-top .header__right .account:hover, #header .header-top .header__right .shopping-cart:hover, #header .header-top .header__right .user-info .u-link-body:hover {
  transition: border-bottom-color 200ms ease-in-out;
  border-bottom: 2px solid;
  border-bottom-color: #727272;
}
#header .header-top .header__search {
  flex: 0 0 35%;
  padding-right: 20px;
  padding-left: 20px;
}
#header .menu-category-header {
  background-color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
}
#header .menu-category-header .category-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#header .cart-preview.active {
  position: relative;
}
#header .cart-preview.active::after, #header .wishlist-count:not(:empty) {
  display: flex;
  content: attr(data-items);
  width: 20px;
  height: 20px;
  background: #007398;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 20px;
  pointer-events: none;
}
#header .account-box {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0px;
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -14px;
}
#header .account-box a {
  color: #000;
  font-weight: 600;
  text-transform: unset;
  transition: color 200ms ease-in-out;
}
#header .account-box a:hover {
  transition: color 200ms ease-in-out;
  color: #5f5f5f;
}
#header .account-box::after {
  content: "";
  display: flex;
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #e6e6e6 transparent;
}
#header .account-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
@media (max-width: 1080px) {
  #header .account-box {
    right: -90px;
  }
  #header .account-box::after {
    right: 105px;
  }
}
@media (max-width: 575.98px) {
  #header .account-box {
    right: -40px;
  }
  #header .account-box::after {
    right: 55px;
  }
}
#header .user-info:hover > .account-box, #header .account-box:hover {
  display: flex;
}
#header .user-info {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1679px) {
  #header .header-top .header__right .wishlist_easy {
    width: 36px;
  }
  #header .header-top .header__right .wishlist_easy a {
    width: 36px;
    overflow: hidden;
  }
  #header .header-top .header__right .wishlist_easy a .material-icons {
    height: unset;
  }
}
@media (max-width: 1679px) {
  #header .header-top .header__right {
    width: 20%;
    flex: 0 0 20%;
  }
  #header .header-top .header__right .user-info .icon {
    margin-right: 0;
  }
  #header .header-top .header__right .user-info .text {
    max-width: 80px;
    display: block;
    font-size: 14px;
    line-height: 15px;
  }
  #header .header-top .header__right .shopping-cart .text {
    display: none;
  }
  #header .header-top .header__additional-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  #header .header-top .header__search {
    flex: 0 0 38%;
  }
}
@media (max-width: 991px) {
  #header .header-top .header__logo {
    max-width: 40%;
  }
  #header .header-top .header__right {
    margin-top: 0.5rem;
    width: 100%;
    flex: 0 0 100%;
  }
  #header .header-top .header__additional-info {
    margin-right: 0;
  }
  #header .header-top .header__search {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  #header .header-top .header__right {
    margin-top: 0.5rem;
    width: 100%;
    flex: 0 0 100%;
  }
  #header .header-top .header__additional-info {
    margin-right: 0;
  }
}
.l-footer {
  background-color: #fff;
  margin-top: 1rem;
  padding-top: 1rem;
}

.menu {
  padding-bottom: 1rem;
}

.mm_menu_content_title {
  font-size: 16px;
}
.mm_menu_content_title i {
  font-size: 20px;
  margin-right: 8px;
}

.mm_tab_toggle_title .ets_mm_url {
  font-size: 16px;
}
.mm_tab_toggle_title .ets_mm_url img {
  font-size: 30px;
  width: 22px;
}

.menu-top {
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
}

.menu__item-link--top {
  color: #343a40;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem;
}

@media (min-width: 992px) {
  .menu__item-header {
    height: 100%;
  }

  .menu-sub {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.5s ease;
  }

  .menu-sub__content > ul {
    padding: 10px;
    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;
  }

  .menu__item--1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu__item-link--1 {
    text-transform: uppercase;
    color: #000;
  }
  .menu__item-link--1 .menu__item-link {
    color: #212529;
  }
}
@media (max-width: 991.98px) {
  .menu-top {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .menu-sub {
    width: 100%;
    transition: all 0.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-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
  }

  .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 {
    padding: 0.5rem;
    display: block;
  }

  .menu-sub.show {
    background: #f1f1f1;
  }

  .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 {
  width: 3rem;
  height: 1.5rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

/** PAGES **/
#module-askforaquote-QuotesCart hr {
  display: none;
}
#module-askforaquote-QuotesCart .cart-grid-body {
  padding-right: 15px;
}
#module-askforaquote-QuotesCart .card, #module-askforaquote-QuotesCart .address, #module-askforaquote-QuotesCart .account-links .link-item, .account-links #module-askforaquote-QuotesCart .link-item, #module-askforaquote-QuotesCart .block-categories, #module-askforaquote-QuotesCart .page-wrapper, #module-askforaquote-QuotesCart .card-block, #module-askforaquote-QuotesCart .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .search_filters {
  border: none;
}
#module-askforaquote-QuotesCart .card .card-block, #module-askforaquote-QuotesCart .card .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .card .search_filters, #module-askforaquote-QuotesCart .address .card-block, #module-askforaquote-QuotesCart .address .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .address .search_filters, #module-askforaquote-QuotesCart .account-links .link-item .card-block, #module-askforaquote-QuotesCart .account-links .link-item .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .account-links .link-item .search_filters, .account-links #module-askforaquote-QuotesCart .link-item .card-block, .account-links #module-askforaquote-QuotesCart .link-item .left-column .search_filters, .left-column .account-links #module-askforaquote-QuotesCart .link-item .search_filters, #module-askforaquote-QuotesCart .block-categories .card-block, #module-askforaquote-QuotesCart .block-categories .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .block-categories .search_filters, #module-askforaquote-QuotesCart .page-wrapper .card-block, #module-askforaquote-QuotesCart .page-wrapper .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .page-wrapper .search_filters, #module-askforaquote-QuotesCart .card-block .card-block, #module-askforaquote-QuotesCart .left-column .search_filters .card-block, .left-column #module-askforaquote-QuotesCart .search_filters .card-block, #module-askforaquote-QuotesCart .card-block .left-column .search_filters, .left-column #module-askforaquote-QuotesCart .card-block .search_filters, #module-askforaquote-QuotesCart .left-column .search_filters .search_filters, .left-column #module-askforaquote-QuotesCart .search_filters .search_filters {
  padding-bottom: 0.5rem;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  padding-top: 1rem;
  margin-top: 0.5rem;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid {
  display: flex;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-left {
  display: flex;
  justify-content: center;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info .label {
  color: #000;
  font-weight: 600;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info .product-price {
  color: #007398;
  font-weight: 500;
  font-size: 20px;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right {
  grid-template-columns: unset;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group {
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid rgba(211, 211, 211, 0.5);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  max-width: unset;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group input:focus {
  box-shadow: none;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group .cart_quantity_input {
  border: none;
  border-right: 1px solid rgba(211, 211, 211, 0.5);
  max-width: unset;
  width: unset;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group .quote-plus-button {
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .price {
  display: flex;
  align-items: center;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .text-xs-right {
  display: flex;
  align-items: center;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .product-row {
  width: 300px;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group-btn-vertical a:focus {
  box-shadow: none;
}
#module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group-btn-vertical a:hover {
  background-color: rgba(0, 0, 0, 0.034);
}
#module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
#module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions .btn-success {
  background-color: #29a646;
  border-color: #29a646;
}
@media (max-width: 1199.98px) {
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .row, #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .products {
    display: flex;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .quantity-price-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .quantity-price-col .product-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .quantity-price-col .product-row .price {
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .quantity-price-col .product-row .price .product-price {
    margin: 0.5rem 0;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group .quantity-block a {
    padding: 0.1rem 0.5rem;
    height: 2rem;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .input-group .quantity-block a .afq-lg {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item {
    width: 80%;
    margin: 1rem auto;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid {
    flex-direction: column;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right {
    display: flex;
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .row, #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .products {
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .row .text-xs-right, #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .products .text-xs-right {
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .row .quantity-price-col, #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .products .quantity-price-col {
    display: flex;
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions {
    display: flex;
    flex-direction: column;
  }
  #module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions .submit_quote {
    float: unset;
    margin: auto;
    padding: 0.5rem 4.25rem;
  }
}
@media (max-width: 576px) {
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item {
    width: 100%;
    margin: 1rem auto;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right {
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .row .text-xs-right, #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right > .products .text-xs-right {
    justify-content: center;
  }
  #module-askforaquote-QuotesCart #quotes-cart-wrapper-products #quotes-detail-content .cart-items .cart-item .product-line-grid .product-line-grid-right .quantity-price-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions .logo-td {
    display: none;
  }
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  padding: 0.375rem 0.5rem;
  width: 40%;
  margin: auto;
  margin-bottom: 1rem;
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer #legendPanel {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(211, 211, 211, 0.253);
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer .list-group-item {
  width: 100%;
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer .btn-info {
  padding: 0.5rem 0.725rem;
  margin: auto;
  color: #000;
  background-color: rgba(13, 202, 240, 0.4);
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer .btn-info:hover {
  background-color: rgba(13, 202, 240, 0.2);
}
#module-askforaquote-SubmitedQuotes .legendPanelContainer .btn-info:focus {
  box-shadow: none;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .activeQuote {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item {
  min-width: 200px;
  max-width: 400px;
  margin: auto;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  padding: 0.5rem 0.5rem;
  margin: 0px;
  flex-direction: column;
  justify-content: center;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .text-xs-right, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .text-xs-right {
  margin: auto;
  max-width: 100px;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .text-xs-right div, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .text-xs-right div {
  padding: 0rem 0.725rem;
  border: 1px solid rgba(211, 211, 211, 0.253);
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .text-xs-right i, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .text-xs-right i {
  font-size: 2em;
  line-height: unset;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .text-xs-right .show_quote_details_container, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .text-xs-right .show_quote_details_container {
  display: none;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .quote-desc, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .quote-desc {
  text-align: center;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .quote-desc .total, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .quote-desc .total {
  color: #007398;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .show_quote_details, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .show_quote_details {
  color: #000;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .quote-row .quote_name, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .quote-row .quote_name {
  font-weight: 700;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box {
  position: relative;
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  margin: 0;
  box-shadow: none;
  text-align: center;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .closeQuoteDetails, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .closeQuoteDetails {
  position: absolute;
  right: 0;
  float: unset;
  padding: 0.15rem 0.3rem;
  border: 1px solid rgba(211, 211, 211, 0.5);
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .quote_products_info .product-name a, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .quote_products_info .product-name a {
  color: #000;
  font-weight: 700;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .addClientBargain, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .addClientBargain {
  padding: 0.375rem 1.5rem;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box:first-child, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box:first-child {
  margin-top: 0.5rem;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list {
  text-align: left;
  border-top: 1px solid rgba(211, 211, 211, 0.253);
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list .offset-sm-1, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list .offset-sm-1 {
  margin-left: 0;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list .bargainBlock, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list .bargainBlock {
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list .bargainBlock p, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list .bargainBlock p {
  color: #000;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list .bargainBlock .bargain_price_container, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list .bargainBlock .bargain_price_container {
  text-align: center;
}
#module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .quote .box .bargains_list .bargainBlock .bargain_price_container .adminOffer, #module-askforaquote-SubmitedQuotes #block-quotes div#mobileQuotes .ajax_item .box .bargains_list .bargainBlock .bargain_price_container .adminOffer {
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

#desktopQuotes .customer_bargain {
  margin-left: 0;
}
#desktopQuotes .customer_bargain p {
  color: #000;
}
#desktopQuotes .bargains_list .row, #desktopQuotes .bargains_list .products {
  justify-content: center;
  margin: auto;
}
#desktopQuotes .bargains_list .bargain_price_container .adminOffer {
  justify-content: right;
}
#desktopQuotes .bargains_list .bargain_price_container .bargainSubmitForm {
  margin-right: 0;
  text-align: right;
}

.bargains_list strong {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid lightgray;
  padding-right: 1rem;
}
.bargains_list .row:not(:last-child) .bargainBlock, .bargains_list .products:not(:last-child) .bargainBlock {
  border-bottom: 1px solid rgba(211, 211, 211, 0.253);
}

.left-column .block-wishlist {
  display: none;
}
.left-column .btn-outline-secondary {
  border-color: #007398;
}
.left-column .btn-outline-secondary:hover {
  background-color: #0087b4;
  color: #fff;
}

.product-bottom-list-categoryinfo {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid gray;
}

body#category #category-description,
body#new-products #category-description,
body#prices-drop #category-description,
body#best-sales #category-description,
body#manufacturer #category-description,
body#search #category-description {
  transition: all 0.3s;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
body#category #category-description p,
body#new-products #category-description p,
body#prices-drop #category-description p,
body#best-sales #category-description p,
body#manufacturer #category-description p,
body#search #category-description p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
body#category #category-description.expand,
body#new-products #category-description.expand,
body#prices-drop #category-description.expand,
body#best-sales #category-description.expand,
body#manufacturer #category-description.expand,
body#search #category-description.expand {
  max-height: 100%;
  opacity: 1;
}
body#category section#products,
body#new-products section#products,
body#prices-drop section#products,
body#best-sales section#products,
body#manufacturer section#products,
body#search section#products {
  margin-bottom: 50px;
}
body#category section#products .products,
body#new-products section#products .products,
body#prices-drop section#products .products,
body#best-sales section#products .products,
body#manufacturer section#products .products,
body#search section#products .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
body#category .block-categories,
body#category .search_filters,
body#new-products .block-categories,
body#new-products .search_filters,
body#prices-drop .block-categories,
body#prices-drop .search_filters,
body#best-sales .block-categories,
body#best-sales .search_filters,
body#manufacturer .block-categories,
body#manufacturer .search_filters,
body#search .block-categories,
body#search .search_filters {
  padding-left: 0;
}
body#category .search_filters,
body#new-products .search_filters,
body#prices-drop .search_filters,
body#best-sales .search_filters,
body#manufacturer .search_filters,
body#search .search_filters {
  border: none;
}
body#category .search_filters .h6,
body#new-products .search_filters .h6,
body#prices-drop .search_filters .h6,
body#best-sales .search_filters .h6,
body#manufacturer .search_filters .h6,
body#search .search_filters .h6 {
  display: none;
}
body#category .search_filters .custom-control,
body#new-products .search_filters .custom-control,
body#prices-drop .search_filters .custom-control,
body#best-sales .search_filters .custom-control,
body#manufacturer .search_filters .custom-control,
body#search .search_filters .custom-control {
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}
body#category .search_filters .custom-control .custom-control-label:before,
body#new-products .search_filters .custom-control .custom-control-label:before,
body#prices-drop .search_filters .custom-control .custom-control-label:before,
body#best-sales .search_filters .custom-control .custom-control-label:before,
body#manufacturer .search_filters .custom-control .custom-control-label:before,
body#search .search_filters .custom-control .custom-control-label:before {
  left: -1.75rem;
}
body#category .search_filters .custom-control .custom-control-label:after,
body#new-products .search_filters .custom-control .custom-control-label:after,
body#prices-drop .search_filters .custom-control .custom-control-label:after,
body#best-sales .search_filters .custom-control .custom-control-label:after,
body#manufacturer .search_filters .custom-control .custom-control-label:after,
body#search .search_filters .custom-control .custom-control-label:after {
  left: -1.75rem;
}
body#category .search_filters .custom-control .custom-control-label .color__label,
body#new-products .search_filters .custom-control .custom-control-label .color__label,
body#prices-drop .search_filters .custom-control .custom-control-label .color__label,
body#best-sales .search_filters .custom-control .custom-control-label .color__label,
body#manufacturer .search_filters .custom-control .custom-control-label .color__label,
body#search .search_filters .custom-control .custom-control-label .color__label {
  font-size: 17px;
  line-height: 16px;
  color: #000000;
  font-weight: 400;
}
body#category .block-category,
body#new-products .block-category,
body#prices-drop .block-category,
body#best-sales .block-category,
body#manufacturer .block-category,
body#search .block-category {
  border: none;
  position: absolute;
  top: -2%;
  left: -33.8%;
}
body#category .block-category h1,
body#new-products .block-category h1,
body#prices-drop .block-category h1,
body#best-sales .block-category h1,
body#manufacturer .block-category h1,
body#search .block-category h1 {
  font-weight: 700;
  font-size: 26px;
  display: flex;
  text-transform: none;
}
body#category .block-category h1 svg,
body#new-products .block-category h1 svg,
body#prices-drop .block-category h1 svg,
body#best-sales .block-category h1 svg,
body#manufacturer .block-category h1 svg,
body#search .block-category h1 svg {
  width: 28px;
  margin-left: 10px;
}
body#category .block-category .category-cover,
body#new-products .block-category .category-cover,
body#prices-drop .block-category .category-cover,
body#best-sales .block-category .category-cover,
body#manufacturer .block-category .category-cover,
body#search .block-category .category-cover {
  display: none;
}
body#category .sort-by-row,
body#new-products .sort-by-row,
body#prices-drop .sort-by-row,
body#best-sales .sort-by-row,
body#manufacturer .sort-by-row,
body#search .sort-by-row {
  font-weight: 700;
}
body#category .product__quantity,
body#new-products .product__quantity,
body#prices-drop .product__quantity,
body#best-sales .product__quantity,
body#manufacturer .product__quantity,
body#search .product__quantity {
  display: none;
}
body#category #select-sort-order,
body#new-products #select-sort-order,
body#prices-drop #select-sort-order,
body#best-sales #select-sort-order,
body#manufacturer #select-sort-order,
body#search #select-sort-order {
  height: 37px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
}
body#category .category-sub__item.category-sub__item--0 > a,
body#new-products .category-sub__item.category-sub__item--0 > a,
body#prices-drop .category-sub__item.category-sub__item--0 > a,
body#best-sales .category-sub__item.category-sub__item--0 > a,
body#manufacturer .category-sub__item.category-sub__item--0 > a,
body#search .category-sub__item.category-sub__item--0 > a {
  font-weight: 700;
}
body#category li.category-sub__item,
body#new-products li.category-sub__item,
body#prices-drop li.category-sub__item,
body#best-sales li.category-sub__item,
body#manufacturer li.category-sub__item,
body#search li.category-sub__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body#category li.category-sub__item > :first-child,
body#new-products li.category-sub__item > :first-child,
body#prices-drop li.category-sub__item > :first-child,
body#best-sales li.category-sub__item > :first-child,
body#manufacturer li.category-sub__item > :first-child,
body#search li.category-sub__item > :first-child {
  flex: 1;
  margin-right: 30px;
}
body#category li.category-sub__item > .collapse-icons,
body#new-products li.category-sub__item > .collapse-icons,
body#prices-drop li.category-sub__item > .collapse-icons,
body#best-sales li.category-sub__item > .collapse-icons,
body#manufacturer li.category-sub__item > .collapse-icons,
body#search li.category-sub__item > .collapse-icons {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: -24px;
  align-self: center;
}
body#category li.category-sub__item.category-sub__item--1,
body#category li.category-sub__item.category-sub__item--2,
body#new-products li.category-sub__item.category-sub__item--1,
body#new-products li.category-sub__item.category-sub__item--2,
body#prices-drop li.category-sub__item.category-sub__item--1,
body#prices-drop li.category-sub__item.category-sub__item--2,
body#best-sales li.category-sub__item.category-sub__item--1,
body#best-sales li.category-sub__item.category-sub__item--2,
body#manufacturer li.category-sub__item.category-sub__item--1,
body#manufacturer li.category-sub__item.category-sub__item--2,
body#search li.category-sub__item.category-sub__item--1,
body#search li.category-sub__item.category-sub__item--2 {
  display: flex;
  flex-direction: row;
}
body#category li.category-sub__item.category-sub__item--1:not(:last-child),
body#category li.category-sub__item.category-sub__item--2:not(:last-child),
body#new-products li.category-sub__item.category-sub__item--1:not(:last-child),
body#new-products li.category-sub__item.category-sub__item--2:not(:last-child),
body#prices-drop li.category-sub__item.category-sub__item--1:not(:last-child),
body#prices-drop li.category-sub__item.category-sub__item--2:not(:last-child),
body#best-sales li.category-sub__item.category-sub__item--1:not(:last-child),
body#best-sales li.category-sub__item.category-sub__item--2:not(:last-child),
body#manufacturer li.category-sub__item.category-sub__item--1:not(:last-child),
body#manufacturer li.category-sub__item.category-sub__item--2:not(:last-child),
body#search li.category-sub__item.category-sub__item--1:not(:last-child),
body#search li.category-sub__item.category-sub__item--2:not(:last-child) {
  margin-bottom: 15px;
}
body#category .category-sub__item a.category-sub-link,
body#new-products .category-sub__item a.category-sub-link,
body#prices-drop .category-sub__item a.category-sub-link,
body#best-sales .category-sub__item a.category-sub-link,
body#manufacturer .category-sub__item a.category-sub-link,
body#search .category-sub__item a.category-sub-link {
  display: flex;
  width: 100%;
}
body#category .category-sub__item.category-sub__item--1,
body#new-products .category-sub__item.category-sub__item--1,
body#prices-drop .category-sub__item.category-sub__item--1,
body#best-sales .category-sub__item.category-sub__item--1,
body#manufacturer .category-sub__item.category-sub__item--1,
body#search .category-sub__item.category-sub__item--1 {
  position: relative;
}
body#category .category-sub__item.category-sub__item--1 > i.icon-sub-category,
body#new-products .category-sub__item.category-sub__item--1 > i.icon-sub-category,
body#prices-drop .category-sub__item.category-sub__item--1 > i.icon-sub-category,
body#best-sales .category-sub__item.category-sub__item--1 > i.icon-sub-category,
body#manufacturer .category-sub__item.category-sub__item--1 > i.icon-sub-category,
body#search .category-sub__item.category-sub__item--1 > i.icon-sub-category {
  position: absolute;
  left: -20px;
  top: 0;
}
body#category .category-sub__item.category-sub__item--1 > i.icon-collapse, body#category .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons, .link__showsummary body#category .category-sub__item.category-sub__item--1 > i.material-icons,
body#new-products .category-sub__item.category-sub__item--1 > i.icon-collapse,
body#new-products .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons,
.link__showsummary body#new-products .category-sub__item.category-sub__item--1 > i.material-icons,
body#prices-drop .category-sub__item.category-sub__item--1 > i.icon-collapse,
body#prices-drop .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons,
.link__showsummary body#prices-drop .category-sub__item.category-sub__item--1 > i.material-icons,
body#best-sales .category-sub__item.category-sub__item--1 > i.icon-collapse,
body#best-sales .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons,
.link__showsummary body#best-sales .category-sub__item.category-sub__item--1 > i.material-icons,
body#manufacturer .category-sub__item.category-sub__item--1 > i.icon-collapse,
body#manufacturer .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons,
.link__showsummary body#manufacturer .category-sub__item.category-sub__item--1 > i.material-icons,
body#search .category-sub__item.category-sub__item--1 > i.icon-collapse,
body#search .link__showsummary .category-sub__item.category-sub__item--1 > i.material-icons,
.link__showsummary body#search .category-sub__item.category-sub__item--1 > i.material-icons {
  position: absolute;
  top: 0;
  right: 0;
}
body#category ul.category-sub-menu ul,
body#new-products ul.category-sub-menu ul,
body#prices-drop ul.category-sub-menu ul,
body#best-sales ul.category-sub-menu ul,
body#manufacturer ul.category-sub-menu ul,
body#search ul.category-sub-menu ul {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
body#category ul.category-sub-menu ul,
body#new-products ul.category-sub-menu ul,
body#prices-drop ul.category-sub-menu ul,
body#best-sales ul.category-sub-menu ul,
body#manufacturer ul.category-sub-menu ul,
body#search ul.category-sub-menu ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
body#category .category-sub__item--0,
body#new-products .category-sub__item--0,
body#prices-drop .category-sub__item--0,
body#best-sales .category-sub__item--0,
body#manufacturer .category-sub__item--0,
body#search .category-sub__item--0 {
  border-bottom: none;
  padding: 5px 0;
}
body#category .block-categories,
body#new-products .block-categories,
body#prices-drop .block-categories,
body#best-sales .block-categories,
body#manufacturer .block-categories,
body#search .block-categories {
  border: none;
  border-bottom: 1px solid #e2e1e1;
  padding-top: 1.25rem;
  margin-right: 0.5rem;
  position: relative;
}
body#category .block-categories .icon-collapse[aria-expanded=true], .link__showsummary body#category .block-categories [aria-expanded=true].material-icons,
body#category .block-categories .link__showsummary [aria-expanded=true].material-icons,
body#new-products .block-categories .icon-collapse[aria-expanded=true],
.link__showsummary body#new-products .block-categories [aria-expanded=true].material-icons,
body#new-products .block-categories .link__showsummary [aria-expanded=true].material-icons,
body#prices-drop .block-categories .icon-collapse[aria-expanded=true],
.link__showsummary body#prices-drop .block-categories [aria-expanded=true].material-icons,
body#prices-drop .block-categories .link__showsummary [aria-expanded=true].material-icons,
body#best-sales .block-categories .icon-collapse[aria-expanded=true],
.link__showsummary body#best-sales .block-categories [aria-expanded=true].material-icons,
body#best-sales .block-categories .link__showsummary [aria-expanded=true].material-icons,
body#manufacturer .block-categories .icon-collapse[aria-expanded=true],
.link__showsummary body#manufacturer .block-categories [aria-expanded=true].material-icons,
body#manufacturer .block-categories .link__showsummary [aria-expanded=true].material-icons,
body#search .block-categories .icon-collapse[aria-expanded=true],
.link__showsummary body#search .block-categories [aria-expanded=true].material-icons,
body#search .block-categories .link__showsummary [aria-expanded=true].material-icons {
  transform: rotateZ(0deg);
}
body#category .block-categories .icon-collapse, body#category .block-categories .link__showsummary .material-icons, .link__showsummary body#category .block-categories .material-icons,
body#category .block-categories .add,
body#category .block-categories .remove,
body#new-products .block-categories .icon-collapse,
body#new-products .block-categories .link__showsummary .material-icons,
.link__showsummary body#new-products .block-categories .material-icons,
body#new-products .block-categories .add,
body#new-products .block-categories .remove,
body#prices-drop .block-categories .icon-collapse,
body#prices-drop .block-categories .link__showsummary .material-icons,
.link__showsummary body#prices-drop .block-categories .material-icons,
body#prices-drop .block-categories .add,
body#prices-drop .block-categories .remove,
body#best-sales .block-categories .icon-collapse,
body#best-sales .block-categories .link__showsummary .material-icons,
.link__showsummary body#best-sales .block-categories .material-icons,
body#best-sales .block-categories .add,
body#best-sales .block-categories .remove,
body#manufacturer .block-categories .icon-collapse,
body#manufacturer .block-categories .link__showsummary .material-icons,
.link__showsummary body#manufacturer .block-categories .material-icons,
body#manufacturer .block-categories .add,
body#manufacturer .block-categories .remove,
body#search .block-categories .icon-collapse,
body#search .block-categories .link__showsummary .material-icons,
.link__showsummary body#search .block-categories .material-icons,
body#search .block-categories .add,
body#search .block-categories .remove {
  background-color: #e2e1e1;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
}
body#category .block-categories .category-top-menu > li:first-child,
body#new-products .block-categories .category-top-menu > li:first-child,
body#prices-drop .block-categories .category-top-menu > li:first-child,
body#best-sales .block-categories .category-top-menu > li:first-child,
body#manufacturer .block-categories .category-top-menu > li:first-child,
body#search .block-categories .category-top-menu > li:first-child {
  border-bottom: 1px solid lightgray;
}
body#category .block-categories .category-top-menu > li:not(:first-child),
body#new-products .block-categories .category-top-menu > li:not(:first-child),
body#prices-drop .block-categories .category-top-menu > li:not(:first-child),
body#best-sales .block-categories .category-top-menu > li:not(:first-child),
body#manufacturer .block-categories .category-top-menu > li:not(:first-child),
body#search .block-categories .category-top-menu > li:not(:first-child) {
  margin-top: 15px;
}
body#category .block-categories .category-top-menu a,
body#new-products .block-categories .category-top-menu a,
body#prices-drop .block-categories .category-top-menu a,
body#best-sales .block-categories .category-top-menu a,
body#manufacturer .block-categories .category-top-menu a,
body#search .block-categories .category-top-menu a {
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 0.3rem;
}
body#category .block-categories .category-top-menu a:hover,
body#new-products .block-categories .category-top-menu a:hover,
body#prices-drop .block-categories .category-top-menu a:hover,
body#best-sales .block-categories .category-top-menu a:hover,
body#manufacturer .block-categories .category-top-menu a:hover,
body#search .block-categories .category-top-menu a:hover {
  transition: 100ms;
  color: #0087b4;
}
body#category .block-categories .category-top-menu .category-sub-menu a,
body#new-products .block-categories .category-top-menu .category-sub-menu a,
body#prices-drop .block-categories .category-top-menu .category-sub-menu a,
body#best-sales .block-categories .category-top-menu .category-sub-menu a,
body#manufacturer .block-categories .category-top-menu .category-sub-menu a,
body#search .block-categories .category-top-menu .category-sub-menu a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  border-bottom: none;
}
body#category .block-categories .category-top-menu .category-sub-menu .category-sub-menu a,
body#new-products .block-categories .category-top-menu .category-sub-menu .category-sub-menu a,
body#prices-drop .block-categories .category-top-menu .category-sub-menu .category-sub-menu a,
body#best-sales .block-categories .category-top-menu .category-sub-menu .category-sub-menu a,
body#manufacturer .block-categories .category-top-menu .category-sub-menu .category-sub-menu a,
body#search .block-categories .category-top-menu .category-sub-menu .category-sub-menu a {
  font-weight: 400;
  font-size: 18px;
}
body#category .search_filters .ui-slider-horizontal,
body#category .facet__block .ui-slider-horizontal,
body#new-products .search_filters .ui-slider-horizontal,
body#new-products .facet__block .ui-slider-horizontal,
body#prices-drop .search_filters .ui-slider-horizontal,
body#prices-drop .facet__block .ui-slider-horizontal,
body#best-sales .search_filters .ui-slider-horizontal,
body#best-sales .facet__block .ui-slider-horizontal,
body#manufacturer .search_filters .ui-slider-horizontal,
body#manufacturer .facet__block .ui-slider-horizontal,
body#search .search_filters .ui-slider-horizontal,
body#search .facet__block .ui-slider-horizontal {
  max-width: 80%;
}
body#category .facet__block,
body#new-products .facet__block,
body#prices-drop .facet__block,
body#best-sales .facet__block,
body#manufacturer .facet__block,
body#search .facet__block {
  margin-bottom: 2rem;
  margin-right: 1rem;
}
body#category .facet__title,
body#new-products .facet__title,
body#prices-drop .facet__title,
body#best-sales .facet__title,
body#manufacturer .facet__title,
body#search .facet__title {
  font-size: 20px;
}
body#category #search_filters .ui-slider .ui-slider-handle,
body#new-products #search_filters .ui-slider .ui-slider-handle,
body#prices-drop #search_filters .ui-slider .ui-slider-handle,
body#best-sales #search_filters .ui-slider .ui-slider-handle,
body#manufacturer #search_filters .ui-slider .ui-slider-handle,
body#search #search_filters .ui-slider .ui-slider-handle {
  top: -0.5em;
  width: 5px;
  height: 25px;
  background: #007398;
  border: 1px solid #007398;
}
body#category #search_filters .ui-widget-header,
body#new-products #search_filters .ui-widget-header,
body#prices-drop #search_filters .ui-widget-header,
body#best-sales #search_filters .ui-widget-header,
body#manufacturer #search_filters .ui-widget-header,
body#search #search_filters .ui-widget-header {
  background: #007398;
  border-color: #007398;
  height: 6px;
}
body#category .pagination li, body#category .product-comments__pagination ul li, .product-comments__pagination body#category ul li,
body#new-products .pagination li,
body#new-products .product-comments__pagination ul li,
.product-comments__pagination body#new-products ul li,
body#prices-drop .pagination li,
body#prices-drop .product-comments__pagination ul li,
.product-comments__pagination body#prices-drop ul li,
body#best-sales .pagination li,
body#best-sales .product-comments__pagination ul li,
.product-comments__pagination body#best-sales ul li,
body#manufacturer .pagination li,
body#manufacturer .product-comments__pagination ul li,
.product-comments__pagination body#manufacturer ul li,
body#search .pagination li,
body#search .product-comments__pagination ul li,
.product-comments__pagination body#search ul li {
  margin: 0 5px;
}
body#category .pagination li .material-icons, body#category .product-comments__pagination ul li .material-icons, .product-comments__pagination body#category ul li .material-icons,
body#new-products .pagination li .material-icons,
body#new-products .product-comments__pagination ul li .material-icons,
.product-comments__pagination body#new-products ul li .material-icons,
body#prices-drop .pagination li .material-icons,
body#prices-drop .product-comments__pagination ul li .material-icons,
.product-comments__pagination body#prices-drop ul li .material-icons,
body#best-sales .pagination li .material-icons,
body#best-sales .product-comments__pagination ul li .material-icons,
.product-comments__pagination body#best-sales ul li .material-icons,
body#manufacturer .pagination li .material-icons,
body#manufacturer .product-comments__pagination ul li .material-icons,
.product-comments__pagination body#manufacturer ul li .material-icons,
body#search .pagination li .material-icons,
body#search .product-comments__pagination ul li .material-icons,
.product-comments__pagination body#search ul li .material-icons {
  height: 20px;
  width: 20px;
}
body#category .products-selection .form-group label, body#category .products-selection .form-group .label, body#category .products-selection .form-group .custom-select,
body#new-products .products-selection .form-group label,
body#new-products .products-selection .form-group .label,
body#new-products .products-selection .form-group .custom-select,
body#prices-drop .products-selection .form-group label,
body#prices-drop .products-selection .form-group .label,
body#prices-drop .products-selection .form-group .custom-select,
body#best-sales .products-selection .form-group label,
body#best-sales .products-selection .form-group .label,
body#best-sales .products-selection .form-group .custom-select,
body#manufacturer .products-selection .form-group label,
body#manufacturer .products-selection .form-group .label,
body#manufacturer .products-selection .form-group .custom-select,
body#search .products-selection .form-group label,
body#search .products-selection .form-group .label,
body#search .products-selection .form-group .custom-select {
  font-size: 17px;
  text-transform: uppercase;
  color: #a1a1a1;
}
@media (max-width: 1679.98px) {
  body#category .block-category,
body#new-products .block-category,
body#prices-drop .block-category,
body#best-sales .block-category,
body#manufacturer .block-category,
body#search .block-category {
    top: -1.8%;
  }
  body#category section#products .products,
body#new-products section#products .products,
body#prices-drop section#products .products,
body#best-sales section#products .products,
body#manufacturer section#products .products,
body#search section#products .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  body#category .block-category,
body#new-products .block-category,
body#prices-drop .block-category,
body#best-sales .block-category,
body#manufacturer .block-category,
body#search .block-category {
    top: -1%;
    left: auto;
  }
  body#category .block-category h1,
body#new-products .block-category h1,
body#prices-drop .block-category h1,
body#best-sales .block-category h1,
body#manufacturer .block-category h1,
body#search .block-category h1 {
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body#category section#products .products,
body#new-products section#products .products,
body#prices-drop section#products .products,
body#best-sales section#products .products,
body#manufacturer section#products .products,
body#search section#products .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  body#category section#products .sort-by-row,
body#new-products section#products .sort-by-row,
body#prices-drop section#products .sort-by-row,
body#best-sales section#products .sort-by-row,
body#manufacturer section#products .sort-by-row,
body#search section#products .sort-by-row {
    display: flex;
    justify-content: space-between !important;
  }
}
@media (max-width: 767.98px) {
  body#category section#products .products,
body#new-products section#products .products,
body#prices-drop section#products .products,
body#best-sales section#products .products,
body#manufacturer section#products .products,
body#search section#products .products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
  }
}

/* Order confirmation */
#order-confirmation #content-hook_order_confirmation.bg-success {
  border-color: #28a745;
}
#order-confirmation #content-hook_order_confirmation.bg-danger {
  border-color: red;
}
#order-confirmation #content-hook_order_confirmation {
  color: #000;
  padding: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-color: #e9ecef;
  border-left-width: 6px;
  border-radius: 0.25rem;
}
#order-confirmation #content-hook_order_confirmation .card-body p, #order-confirmation #content-hook_order_confirmation .address-body p, #order-confirmation #content-hook_order_confirmation .block-categories p, #order-confirmation #content-hook_order_confirmation .page-content p, #order-confirmation #content-hook_order_confirmation .card-block p, #order-confirmation #content-hook_order_confirmation .left-column .search_filters p, .left-column #order-confirmation #content-hook_order_confirmation .search_filters p {
  margin-bottom: 0;
}
#order-confirmation .page-content {
  border: none;
  border-top: 1px solid lightgray;
}
#order-confirmation .page-content .order-confirmation-table {
  border: none;
  border-top: 1px solid lightgray;
  margin-top: 1rem;
}
#order-confirmation .page-content .order-confirmation-table .row h3, #order-confirmation .page-content .order-confirmation-table .products h3 {
  font-weight: 700;
}
#order-confirmation .page-content .order-confirmation-table .table {
  width: 50%;
  margin-left: 50%;
}
#order-confirmation .page-content .order-confirmation-table .table .total-value, #order-confirmation .page-content .order-confirmation-table .table .card-body--summary .cart-total, .card-body--summary #order-confirmation .page-content .order-confirmation-table .table .cart-total {
  background-color: transparent;
  border-top: 1px solid lightgray;
}
#order-confirmation .page-content .order-confirmation-table .order-line {
  text-align: center;
  align-items: center;
}
#order-confirmation .page-content .order-confirmation-table .order-line .details {
  font-size: 20px;
  font-weight: 600;
}
#order-confirmation .page-content .order-confirmation-table .order-line:not(:last-of-type) {
  border-bottom: 1px solid lightgray;
  padding-bottom: 0.5rem;
}
#order-confirmation .page-content #order-details {
  width: 50%;
  margin-left: 25%;
  text-align: center;
}
#order-confirmation .page-content #order-details .card-title {
  border-bottom: 1px solid lightgray;
}
#order-confirmation #content-hook_payment_return {
  border: none;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  text-align: center;
}
@media (max-width: 1679.98px) {
  #order-confirmation #content-hook_order_confirmation {
    width: 100%;
    left: 0;
  }
  #order-confirmation .page-content .order-confirmation-table .table {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  #order-confirmation .page-content #order-details {
    width: 100%;
    margin-left: 0;
  }
}

/* Order detail */
#order-detail .page-content .needs-validation {
  margin: auto;
  border: 1px solid lightgray;
  padding: 0.5rem;
}
#order-detail .page-content .needs-validation header {
  text-align: center;
}
#order-detail .page-content .needs-validation .form-footer {
  text-align: center;
}
#order-detail .page-content #order-infos {
  width: 75%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12.5%;
  border-top: 1px solid lightgray;
  padding-top: 1.5rem;
}
#order-detail .page-content #order-infos .row div:first-child, #order-detail .page-content #order-infos .products div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
#order-detail .page-content #order-infos .row div, #order-detail .page-content #order-infos .products div {
  text-align: center !important;
}
#order-detail .page-content .addresses {
  justify-content: center;
}
#order-detail .page-content .box > ul li {
  margin-bottom: 0.5rem;
}
#order-detail .page-content .box > ul li strong::after {
  content: ":";
}
@media (max-width: 991.98px) {
  #order-detail .page-content #order-infos {
    width: 100%;
    margin-left: 0;
  }
  #order-detail .page-content #order-infos .row div:first-child, #order-detail .page-content #order-infos .products div:first-child {
    margin-bottom: 1rem;
  }
}

body#product .swiper-section {
  width: 100%;
}
body#product #opinions .featured-products {
  display: none;
}
body#product .pstStockBar-1 .pst-bar-info {
  color: #d80101;
}
body#product .products-imagescover .rc::after {
  display: none;
}
body#product #send_friend_form {
  border: none;
}
body#product #send_friend_form .product {
  border: none;
}
body#product #send_friend_form #sendEmail {
  border: unset;
  padding: 10px 50px;
  font-weight: 700;
  color: #fff;
}
body#product #send_AAP_form {
  border: none;
}
body#product #send_AAP_form .product,
body#product #send_AAP_form .send_AAP_form_content_button {
  border: none;
}
body#product #send_AAP_form #sendAAPEmail {
  border: unset;
  padding: 10px 50px;
  font-weight: 700;
  color: #fff;
}

body#product .product-information.not-available .product-quantity-section #send_aap_button {
  display: block;
}

body#product .product-information .product-quantity-section #send_aap_button {
  display: none;
}

body#product .star_content .material-icons,
.product-miniature .star_content .material-icons,
.star_content .material-icons {
  height: 20px;
  width: 15px;
  display: flex;
  margin: 0 2px;
}

a#send_friend_button {
  display: flex;
}

.product-additional-info .star_content {
  margin-left: 6px;
}

.scroll_review,
.star_content,
a.review_filtre {
  display: flex;
}

body#product {
  background-color: #fff;
}
body#product .images-container {
  display: flex;
  flex-direction: column-reverse;
}
body#product .product-actions .product-additional-info {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: left;
  align-items: center;
  margin-left: 18.1%;
}
body#product .product-actions .product-additional-info .ask_offer {
  flex: 1 0 100%;
}
body#product .product-actions .product-additional-info .ask_offer .fly_to_quote_cart_button {
  width: 100%;
  background-color: white;
  color: #4b8506;
  border: 1px solid #4b8506;
  transition: background-color 200ms ease-in-out;
}
body#product .product-actions .product-additional-info .ask_offer .fly_to_quote_cart_button:hover {
  transition: background-color, color 200ms ease-in-out;
  background-color: rgba(76, 133, 6, 0.05);
}
body#product .product-actions .product-additional-info .ask_offer .fly_to_quote_cart_button:active {
  background-color: rgba(76, 133, 6, 0.15);
}
body#product .product-actions .product-additional-info .ask_offer .fly_to_quote_cart_button:focus {
  box-shadow: none;
}
body#product .product-actions .product-additional-info .social-sharing span::after {
  content: ":";
}
body#product .product-actions .product-additional-info .social-sharing .social-share-btn--product {
  transition: none;
  border-radius: none;
  box-shadow: none;
}
body#product .product-actions .product-additional-info .box_wishlist_product {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid lightgray;
}
body#product .product-actions .product-additional-info .box_wishlist_product .add_to_wishlist {
  text-decoration: none;
  color: #000;
}
body#product .product-actions .product-additional-info .box_wishlist_product .add_to_wishlist span {
  margin-right: 15px;
}
body#product .product-actions #product_review_block_extra {
  display: none;
}
body#product ol.breadcrumb {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 13px;
  padding: 0;
  margin: 1rem 0 1.25rem 0;
}
body#product ol.breadcrumb li span,
body#product ol.breadcrumb li a {
  color: #000;
}
body#product ol.breadcrumb li a span {
  font-weight: 400;
}
body#product ol.breadcrumb li > span {
  font-weight: 700;
}
body#product .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: ">";
}
body#product .product-rev-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
}
body#product .product-rev-section .img-thumbnail {
  border: none;
  box-shadow: none;
  max-width: 110px;
}
body#product .product-rev-section .product-index span {
  font-weight: 700;
}
body#product .product-rev-section .product-index {
  margin: 0 15px;
}
body#product .product-rev-section p.rev-text {
  margin-left: 0;
}
body#product .product-rev-section #product_review_block_extra {
  padding: 0;
  margin: 0;
}
body#product .product-rev-section .social-sharing.social-sharing--product,
body#product .product-rev-section .pstStockBar,
body#product .product-rev-section .shipping-amount-display,
body#product .product-rev-section .comments_advices,
body#product .product-rev-section .review_count_extra,
body#product .product-rev-section .product-additional-info #send_aap_button,
body#product .product-rev-section #send_friend_button {
  display: none !important;
}
body#product .product-rev-section .product-top-manufacturer {
  position: absolute;
  right: 0;
  bottom: 0;
}
body#product h1 {
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  font-weight: 700;
  text-transform: none;
}
body#product .current-price .current-price-display {
  font-size: 36px;
  line-height: 49px;
  font-weight: 700;
  color: #007398;
  text-transform: uppercase;
  margin-right: 5px;
}
body#product .current-price .tax-info {
  font-size: 23px;
  color: #959292;
  text-transform: lowercase;
}
body#product .discount {
  text-transform: uppercase;
  line-height: 49px;
  font-weight: 700;
  padding: 0px 10px;
}
body#product .product-discount .regular-price {
  font-size: 29px;
  line-height: 49px;
  font-weight: 700;
  color: #a7a7a7;
  text-transform: capitalize;
}
body#product .product-prices {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
body#product .product-prices .tax-shipping-delivery-label {
  display: none;
}
body#product .product-prices .product__product-price {
  display: flex;
  flex-direction: column;
  flex: 1.75;
}
body#product .product-prices .current-price {
  display: flex;
  align-items: center;
}
body#product .product-prices .pspc_displayProductPriceBlock {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
body#product .product-prices .pspc_displayProductPriceBlock .psproductcountdown {
  width: 100%;
  display: flex;
  border: 1px solid #959292;
  border-radius: 10px;
  margin: 0;
  padding: 1px;
  box-shadow: none;
  max-width: 100%;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-main {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-wrp {
  line-height: 1;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-count {
  background: #fff !important;
  color: #000;
  font-family: "Popins", sans-serif;
  font-size: 15px;
  line-height: normal;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  box-shadow: none;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-time {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-label {
  display: none;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-offer-ends {
  position: relative;
}
body#product .product-prices .pspc_displayProductPriceBlock .pspc-offer-ends::before {
  content: "Promocja";
  display: block;
  position: absolute;
  inset: 0;
  font-weight: 400;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
  left: 40px;
}
body#product .product_top_flags_wrp .product-flags {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: static;
}
body#product .product_top_flags_wrp .product-flags li {
  margin: 0 0 10px 0;
  width: auto;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 0.5rem;
}
body#product .product_top_flags_wrp .product-flags .discount {
  background-color: #d80101;
}
body#product .product-information {
  padding-top: 15px;
  border-top: 2px solid lightgray;
}
body#product .product-information .product-actions {
  margin-top: 25px;
}
body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
  right: -0.25em;
  display: block;
  bottom: 0;
  z-index: 99999;
  inset: 0;
  left: 43px;
  width: 4px;
}
body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after:last-of-type {
  display: none;
}
body#product .psproductcountdown .pspc-main .seconds > span.pspc-count:after {
  display: none;
}
body#product .product-quantity-section {
  margin-bottom: 30px;
}
body#product .product-quantity-section .product-additional-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
body#product .product-quantity-section #send_app_button,
body#product .product-quantity-section .btn-primary {
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 60px;
  font-family: "Popins", sans-serif;
}
body#product .product-quantity-section #send_app_button i.material-icons,
body#product .product-quantity-section .btn-primary i.material-icons {
  display: none;
}
body#product .product-quantity-section .social-sharing,
body#product .product-quantity-section .shipping-amount-display,
body#product .product-quantity-section #product_review_block_extra,
body#product .product-quantity-section #send_friend_button {
  display: none !important;
}
body#product .product-quantity-section .psb-dot {
  width: 7px;
  height: 17px;
}
body#product .product-quantity-section .pstStockBar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body#product .product-quantity-section .pstStockBar .psb-label {
  display: none;
}
body#product .product-quantity-section .pst-bar-info {
  margin-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
body#product .product-add-to-cart .add-to-cart {
  color: #fff;
  font-size: 20px;
  border: 1px solid #4b8506;
  background-color: #4b8506;
  font-family: "Nunito", sans-serif;
}
body#product .product-add-to-cart .add-to-cart i {
  display: none;
}
body#product .product-add-to-cart .add-to-cart:hover {
  background-color: #5ba008;
}
body#product .product-desc-short {
  margin-bottom: 40px;
}
body#product .product-desc-short a#specification {
  color: #000;
  transition: color 0.3s;
}
body#product .product-desc-short a#specification:hover {
  color: #007398;
}
body#product .product-desc-short svg {
  width: 15px;
  margin-right: 5px;
}
body#product .product-add-to-cart .bootstrap-touchspin {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #ced4da;
  padding: 7px;
  margin-top: 0;
}
body#product .product-add-to-cart input[type=number] {
  -moz-appearance: textfield;
}
body#product .product-add-to-cart input::-webkit-outer-spin-button,
body#product .product-add-to-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body#product .features-section {
  margin-bottom: 40px;
  display: flex;
}
body#product .features-section .features-section-inner {
  display: flex;
}
body#product .features-section .features-section-inner dt.name {
  font-weight: 400;
  font-size: 15px;
}
body#product .features-section .features-section-inner dd.value {
  color: #b1bcc1;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
body#product .features-section .split {
  margin: 0 20px;
}
body#product .features-section .free-shipping p.text > span {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
body#product .features-section .free-shipping p.text > span span.price {
  color: #b1bcc1;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
body#product .features-section .free-shipping .shipping-amount-display {
  margin-top: 0 !important;
}
body#product .features-section .free-shipping .shipping-amount-display span.line {
  display: none;
}
body#product .features-section .free-shipping .social-sharing,
body#product .features-section .free-shipping .pstStockBar,
body#product .features-section .free-shipping #send_aap_button,
body#product .features-section .free-shipping #product_review_block_extra,
body#product .features-section .free-shipping #send_friend_button {
  display: none !important;
}
body#product .social {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 12px;
}
body#product .social .product-additional-info #send_friend_button {
  display: none;
}
body#product .social svg {
  width: 24px;
  color: #919191;
  fill: #919191;
  margin-right: 10px;
  transition: color 0.3s, fill 0.3s;
}
body#product .social .split {
  margin: 0 15px;
}
body#product .social .actions-social {
  display: flex;
  align-items: center;
}
body#product .social .actions-social a {
  color: #000;
  transition: color 0.3s, fill 0.3s;
  display: flex;
  align-items: center;
}
body#product .social .actions-social a:hover {
  color: #007398;
}
body#product .social .actions-social a:hover svg {
  color: #007398;
  fill: #007398;
}
body#product .social .actions-social a p {
  margin: 0;
}
body#product .social .actions-social > div {
  display: flex;
}
body#product .social .social-sharing {
  margin: 0 !important;
}
body#product .social .social-sharing .social-share-btn--product,
body#product .social .product-additional-info #send_friend_button {
  box-shadow: none !important;
}
body#product .social .pst-bar-info,
body#product .social #send_aap_button,
body#product .social .shipping-amount-display,
body#product .social #product_review_block_extra,
body#product .social .pst-bar-wrp {
  display: none;
}
body#product .product-color-info {
  display: flex;
  margin-bottom: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
body#product .product-color-info svg {
  fill: #007398;
  width: 39px;
  color: #007398;
}
body#product .product-color-info p {
  font-size: 15px;
}
body#product .product-color-info .split {
  margin: 0 15px;
}
body#product .product-tabs {
  border: none;
}
body#product .product-tabs ul.nav {
  justify-content: flex-start;
  border: none;
  margin-bottom: 40px;
}
body#product .product-tabs ul.nav li.nav-item {
  position: relative;
}
body#product .product-tabs ul.nav a.nav-link {
  border: none;
  font-size: 31px;
  text-transform: uppercase;
  color: #000;
  padding: 5px;
  border-bottom: 4px solid #fff;
  margin: 5px 15px;
}
body#product .product-tabs ul.nav a.nav-link.active {
  border-color: #4b8506;
  padding: 5px;
  margin: 5px 15px;
}
body#product .product-tabs ul.nav a.nav-link:hover {
  padding: 5px;
  margin: 5px 15px;
  border-color: #f1f1f1;
}
body#product #product-details .product-features .data-sheet {
  display: flex;
}
body#product #product-details .product-features .data-sheet .name-value {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
  align-items: center;
}
body#product #product-details .product-features .data-sheet .name-value dt,
body#product #product-details .product-features .data-sheet .name-value dd {
  width: 50%;
}
body#product #product-details .product-features .data-sheet .name-value:nth-of-type(2n + 1) {
  background-color: #e9e9e9;
}
body#product #product-details .product-features .data-sheet .name-value .value {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
}
body#product #product-details .product-features .data-sheet .name-value .name {
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
}
body#product #reviews_section_click {
  padding-bottom: 20px;
}
body#product #opinions .producttags,
body#product #opinions .tags-header,
body#product #opinions .crea-banners2 {
  display: none;
}
body#product .footer-product-section #reviews_section_click,
body#product .footer-product-section .producttags,
body#product .footer-product-section .tags-header {
  display: none;
}
body#product .tags-product-section {
  margin-left: 30px;
}
body#product .tags-product-section .featured-products {
  display: none;
}
body#product .tags-product-section #reviews_section_click {
  display: none;
}
body#product .tags-product-section .tags-header {
  font-weight: 700;
  font-size: 31px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
body#product .tags-product-section .crea-banners2 {
  display: none;
}
body#product .tags-product-section .producttags.producttags li a {
  background-color: #e9e9e9;
  border-radius: 5px;
  padding: 10px 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000 !important;
  margin-left: 0;
  margin-right: 20px;
}
body#product .tags-product-section .producttags.producttags li a::before, body#product .tags-product-section .producttags.producttags li a::after {
  display: none;
}
body#product .specification {
  display: flex;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 50px;
  text-transform: uppercase;
}
body#product .specification .spec-header {
  font-weight: 700;
  font-size: 31px;
  margin-bottom: 30px;
}
body#product .specification .specification-inner {
  margin-right: 30px;
  flex: 1;
}
body#product .specification .tags-product-section {
  flex: 1;
}
body#product .product-add-to-cart .add {
  display: flex;
  justify-content: space-between;
}
body#product #_desktop_wishlist a.add_to_wishlist {
  height: 54px;
  width: 54px;
  position: relative !important;
  color: #000;
  fill: #050404;
  transition: background-color 0.3s;
  border: 1px solid #c3c3c4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 1.6rem;
}
body#product #_desktop_wishlist a.add_to_wishlist:hover {
  background-color: #ced4da;
}
body#product .rev-outer {
  display: flex;
}

.btn-zoom {
  pointer-events: none;
}

@media (max-width: 1679.98px) {
  body#product .product-prices {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 100px;
  }
  body#product .product-price {
    margin-bottom: 15px;
  }
  body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 40px;
  }
  body#product .product-rev-section .product-top-manufacturer {
    position: absolute;
    right: -20px;
    bottom: 0;
  }
  body#product .images-container {
    min-height: 380px;
  }
  body#product .product-add-to-cart .add-to-cart {
    font-size: 15px;
  }
  body#product .featured-products .add-to-cart {
    font-size: 15px;
  }
  body#product .social {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 40px;
  }
  body#product .product-prices {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 55px;
  }
  body#product .product-price {
    margin-bottom: 0px;
  }
  body#product .product-rev-section .product-top-manufacturer {
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  body#product .specification .specification-inner,
body#product .specification .tags-product-section {
    margin: 0;
  }
  body#product .images-container {
    min-height: 380px;
  }
  body#product .add-to-cart {
    font-size: 15px;
  }
  body#product .featured-products .add-to-cart {
    font-size: 15px;
  }
  body#product .social {
    flex-direction: row;
  }
  body#product .images-container .position-relative {
    max-width: 100%;
  }
  body#product .products-imagescover .rc {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    background: white;
    transition: background 150ms;
  }
  body#product .images-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 670px;
  }
  body#product .specification {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 36px;
  }
  body#product .images-container {
    min-height: 570px;
    width: 80%;
    margin: auto;
  }
  body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 33px;
  }
}
@media (max-width: 767.98px) {
  body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 28px;
  }
  body#product .images-container {
    min-height: 370px;
  }
  body#product .product-rev-section {
    height: 90px;
  }
  body#product .product-prices {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 98px;
  }
  body#product .product-price {
    margin-bottom: 15px;
  }
  body#product .add {
    width: 100%;
  }
  body#product .social {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  body#product .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 94%;
  }
  body#product .product-prices .psproductcountdown.pspc-show-colon .pspc-main .pspc-count::after {
    left: 68px;
  }
  body#product .images-container {
    min-height: 270px;
  }
  body#product .product-thumbs {
    display: none;
  }
  body#product .features-section {
    flex-direction: column;
  }
  body#product .features-section .split {
    display: none;
  }
  body#product .product-quantity-section .product-additional-info {
    flex-direction: column;
  }
  body#product .product-quantity-section .product-additional-info .split {
    display: none;
  }
  body#product .product-rev-section {
    flex-direction: column;
    height: 120px;
  }
  body#product .product-rev-section .split {
    display: none;
  }
  body#product .product-rev-section .product-index {
    margin: 0;
  }
  body#product .product-rev-section .product-top-manufacturer {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: auto;
  }
  body#product .social .actions-social {
    display: flex;
    flex-direction: column;
  }
  body#product .social .actions-social > div {
    margin-bottom: 10px;
    align-items: center;
  }
  body#product .social .actions-social p {
    margin: 0;
  }
  body#product .social .actions-social .split {
    display: none;
  }
}
.rating span.active_rating::before,
.rating > span.active_rating ~ span::before {
  content: " " !important;
  position: absolute;
  color: #ffc107 !important;
  left: 0;
  top: 9px;
  width: 23px;
  height: 20px;
  font-size: 1.6rem;
  line-height: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -10 511.987 511' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M510.652 185.902a27.158 27.158 0 00-23.425-18.71l-147.774-13.419-58.433-136.77C276.71 6.98 266.898.494 255.996.494s-20.715 6.487-25.023 16.534l-58.434 136.746-147.797 13.418A27.208 27.208 0 001.34 185.902c-3.371 10.368-.258 21.739 7.957 28.907l111.7 97.96-32.938 145.09c-2.41 10.668 1.73 21.696 10.582 28.094 4.757 3.438 10.324 5.188 15.937 5.188 4.84 0 9.64-1.305 13.95-3.883l127.468-76.184 127.422 76.184c9.324 5.61 21.078 5.097 29.91-1.305a27.223 27.223 0 0010.582-28.094l-32.937-145.09 111.699-97.94a27.224 27.224 0 007.98-28.927zm0 0' fill='%23ffc107'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.rating span svg {
  width: 19px;
}

.rating > span:hover::before,
.rating > span:hover ~ span::before {
  color: #ffc107 !important;
  top: 9px;
  height: 20px !important;
  font-size: 1.6rem;
  line-height: 1.3rem;
}

.rating > span.active_rating:hover::before {
  color: #ffc107 !important;
  top: 9px;
}

.open-ws-review-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-ws-review-form i {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#criterions_review_list li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

@media print {
  #header,
#footer,
.product-thumbs,
.product-accessories,
.social,
.breadcrumb,
.footer-product-section,
.featured-brands {
    display: none !important;
  }

  .product-img img {
    width: 70%;
    margin: auto;
  }

  .page-content--product .images-container .products-imagescover {
    width: 1000px !important;
  }
}
.product-thumbs .product-thumb {
  position: relative;
}
.product-thumbs .product-thumb::before {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='angle-double-right' class='prefix__svg-inline--fa prefix__fa-angle-double-right prefix__fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 42px;
}
.product-thumbs .product-thumb:hover::before {
  z-index: 1;
  opacity: 1;
}

#checkout {
  background-color: transparent;
}
#checkout .newsletter-container {
  display: none;
}
#checkout .order-checkout {
  position: relative;
}
#checkout .order-checkout .card, #checkout .order-checkout .address, #checkout .order-checkout .account-links .link-item, .account-links #checkout .order-checkout .link-item, #checkout .order-checkout .block-categories, #checkout .order-checkout .page-wrapper, #checkout .order-checkout .card-block, #checkout .order-checkout .left-column .search_filters, .left-column #checkout .order-checkout .search_filters {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  width: 100%;
  border: none;
  border: 1px solid rgba(211, 211, 211, 0.363);
  box-shadow: 0px 0px 4px -3px #000;
}
#checkout .order-checkout .card .card-body, #checkout .order-checkout .card .address-body, #checkout .order-checkout .address .card-body, #checkout .order-checkout .address .address-body, #checkout .order-checkout .account-links .link-item .card-body, #checkout .order-checkout .account-links .link-item .address-body, .account-links #checkout .order-checkout .link-item .card-body, .account-links #checkout .order-checkout .link-item .address-body, #checkout .order-checkout .card .block-categories, #checkout .order-checkout .address .block-categories, #checkout .order-checkout .account-links .link-item .block-categories, .account-links #checkout .order-checkout .link-item .block-categories, #checkout .order-checkout .block-categories .card-body, #checkout .order-checkout .block-categories .address-body, #checkout .order-checkout .block-categories .block-categories, #checkout .order-checkout .card .page-content, #checkout .order-checkout .address .page-content, #checkout .order-checkout .account-links .link-item .page-content, .account-links #checkout .order-checkout .link-item .page-content, #checkout .order-checkout .block-categories .page-content, #checkout .order-checkout .card .card-block, #checkout .order-checkout .card .left-column .search_filters, .left-column #checkout .order-checkout .card .search_filters, #checkout .order-checkout .address .card-block, #checkout .order-checkout .address .left-column .search_filters, .left-column #checkout .order-checkout .address .search_filters, #checkout .order-checkout .account-links .link-item .card-block, #checkout .order-checkout .account-links .link-item .left-column .search_filters, .left-column #checkout .order-checkout .account-links .link-item .search_filters, .account-links #checkout .order-checkout .link-item .card-block, .account-links #checkout .order-checkout .link-item .left-column .search_filters, .left-column .account-links #checkout .order-checkout .link-item .search_filters, #checkout .order-checkout .block-categories .card-block, #checkout .order-checkout .block-categories .left-column .search_filters, .left-column #checkout .order-checkout .block-categories .search_filters, #checkout .order-checkout .page-wrapper .card-body, #checkout .order-checkout .page-wrapper .address-body, #checkout .order-checkout .page-wrapper .block-categories, #checkout .order-checkout .page-wrapper .page-content, #checkout .order-checkout .page-wrapper .card-block, #checkout .order-checkout .page-wrapper .left-column .search_filters, .left-column #checkout .order-checkout .page-wrapper .search_filters, #checkout .order-checkout .card-block .card-body, #checkout .order-checkout .left-column .search_filters .card-body, .left-column #checkout .order-checkout .search_filters .card-body, #checkout .order-checkout .card-block .address-body, #checkout .order-checkout .left-column .search_filters .address-body, .left-column #checkout .order-checkout .search_filters .address-body, #checkout .order-checkout .card-block .block-categories, #checkout .order-checkout .left-column .search_filters .block-categories, .left-column #checkout .order-checkout .search_filters .block-categories, #checkout .order-checkout .card-block .page-content, #checkout .order-checkout .left-column .search_filters .page-content, .left-column #checkout .order-checkout .search_filters .page-content, #checkout .order-checkout .card-block .card-block, #checkout .order-checkout .left-column .search_filters .card-block, .left-column #checkout .order-checkout .search_filters .card-block, #checkout .order-checkout .card-block .left-column .search_filters, .left-column #checkout .order-checkout .card-block .search_filters, #checkout .order-checkout .left-column .search_filters .search_filters, .left-column #checkout .order-checkout .search_filters .search_filters {
  border-bottom: 1px solid lightgray;
}
#checkout .order-checkout .card .card-footer, #checkout .order-checkout .card .address-footer, #checkout .order-checkout .address .card-footer, #checkout .order-checkout .address .address-footer, #checkout .order-checkout .account-links .link-item .card-footer, #checkout .order-checkout .account-links .link-item .address-footer, .account-links #checkout .order-checkout .link-item .card-footer, .account-links #checkout .order-checkout .link-item .address-footer, #checkout .order-checkout .block-categories .card-footer, #checkout .order-checkout .block-categories .address-footer, #checkout .order-checkout .card .page-footer, #checkout .order-checkout .address .page-footer, #checkout .order-checkout .account-links .link-item .page-footer, .account-links #checkout .order-checkout .link-item .page-footer, #checkout .order-checkout .block-categories .page-footer, #checkout .order-checkout .page-wrapper .card-footer, #checkout .order-checkout .page-wrapper .address-footer, #checkout .order-checkout .page-wrapper .page-footer, #checkout .order-checkout .card-block .card-footer, #checkout .order-checkout .left-column .search_filters .card-footer, .left-column #checkout .order-checkout .search_filters .card-footer, #checkout .order-checkout .card-block .address-footer, #checkout .order-checkout .left-column .search_filters .address-footer, .left-column #checkout .order-checkout .search_filters .address-footer, #checkout .order-checkout .card-block .page-footer, #checkout .order-checkout .left-column .search_filters .page-footer, .left-column #checkout .order-checkout .search_filters .page-footer {
  background-color: transparent;
  border: none;
}
#checkout #header .header-nav {
  background-color: #fff;
}
#checkout #header .header-nav a.u-link-body {
  padding: 5px 10px 5px 10px;
  background-color: #007398;
  color: #fff;
}
#checkout #header .header-nav a.u-link-body:hover {
  background-color: #0087b4;
  color: #fff;
}
#checkout .checkout-process {
  /*    PERSONAL INFO STYLES                    */
  /*    Address INFO STYLES     */
  /*    delivery step STYLES     */
}
#checkout .checkout-process section {
  border: none;
}
#checkout .checkout-process section .btn {
  padding: 0.3rem 2rem;
}
#checkout .checkout-process section .btn-primary {
  background-color: #007398;
  border-color: #007398;
}
#checkout .checkout-process section .btn-primary:hover {
  background-color: #0087b4;
  border-color: #0087b4;
}
#checkout .checkout-process section .card-header, #checkout .checkout-process section .address-header, #checkout .checkout-process section .page-header {
  border-bottom: 1px solid lightgray;
  background-color: transparent;
  cursor: pointer;
}
#checkout .checkout-process section .step-title {
  position: relative;
  text-align: center;
  font-weight: 700;
}
#checkout .checkout-process section .step-title > i {
  position: absolute;
  left: 0;
}
#checkout .checkout-process section .step-title button {
  position: absolute;
  right: 0;
}
#checkout .checkout-process section .step-title .step-number::after {
  content: ".";
}
#checkout .checkout-process #checkout-personal-information-step .card-body, #checkout .checkout-process #checkout-personal-information-step .address-body, #checkout .checkout-process #checkout-personal-information-step .block-categories, #checkout .checkout-process #checkout-personal-information-step .page-content, #checkout .checkout-process #checkout-personal-information-step .card-block, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#checkout .checkout-process #checkout-personal-information-step .card-body .btn, #checkout .checkout-process #checkout-personal-information-step .address-body .btn, #checkout .checkout-process #checkout-personal-information-step .block-categories .btn, #checkout .checkout-process #checkout-personal-information-step .page-content .btn, #checkout .checkout-process #checkout-personal-information-step .card-block .btn, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters .btn, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters .btn {
  width: 120px;
}
#checkout .checkout-process #checkout-personal-information-step .card-body p, #checkout .checkout-process #checkout-personal-information-step .address-body p, #checkout .checkout-process #checkout-personal-information-step .block-categories p, #checkout .checkout-process #checkout-personal-information-step .page-content p, #checkout .checkout-process #checkout-personal-information-step .card-block p, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters p, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters p {
  font-weight: 500;
}
#checkout .checkout-process #checkout-personal-information-step .card-body p a, #checkout .checkout-process #checkout-personal-information-step .address-body p a, #checkout .checkout-process #checkout-personal-information-step .block-categories p a, #checkout .checkout-process #checkout-personal-information-step .page-content p a, #checkout .checkout-process #checkout-personal-information-step .card-block p a, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters p a, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters p a {
  font-weight: 500;
  color: #007398;
}
#checkout .checkout-process #checkout-personal-information-step .card-body p a:hover, #checkout .checkout-process #checkout-personal-information-step .address-body p a:hover, #checkout .checkout-process #checkout-personal-information-step .block-categories p a:hover, #checkout .checkout-process #checkout-personal-information-step .page-content p a:hover, #checkout .checkout-process #checkout-personal-information-step .card-block p a:hover, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters p a:hover, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters p a:hover {
  color: #0087b4;
}
#checkout .checkout-process #checkout-personal-information-step .card-body p small, #checkout .checkout-process #checkout-personal-information-step .address-body p small, #checkout .checkout-process #checkout-personal-information-step .block-categories p small, #checkout .checkout-process #checkout-personal-information-step .page-content p small, #checkout .checkout-process #checkout-personal-information-step .card-block p small, #checkout .checkout-process #checkout-personal-information-step .left-column .search_filters p small, .left-column #checkout .checkout-process #checkout-personal-information-step .search_filters p small {
  color: #7e7e7e;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body, #checkout .checkout-process #content-checkout-addresses-step .address-body, #checkout .checkout-process #content-checkout-addresses-step .block-categories, #checkout .checkout-process #content-checkout-addresses-step .page-content, #checkout .checkout-process #content-checkout-addresses-step .card-block, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body form, #checkout .checkout-process #content-checkout-addresses-step .address-body form, #checkout .checkout-process #content-checkout-addresses-step .block-categories form, #checkout .checkout-process #content-checkout-addresses-step .page-content form, #checkout .checkout-process #content-checkout-addresses-step .card-block form, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters form, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .address-body form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .page-content form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .card-block form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters form #invoice-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .card-body form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .address-body form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .page-content form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .card-block form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters form #delivery-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters form #delivery-address {
  width: 400px;
}
@media (max-width: 768px) {
  #checkout .checkout-process #content-checkout-addresses-step .card-body form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .address-body form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .page-content form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .card-block form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters form #invoice-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters form #invoice-address, #checkout .checkout-process #content-checkout-addresses-step .card-body form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .address-body form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .page-content form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .card-block form #delivery-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters form #delivery-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters form #delivery-address {
    width: 250px;
  }
}
#checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses {
  width: 100%;
  justify-content: center;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .card-body_add-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .card-body_add-address, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .card-body_add-address, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .card-body_add-address {
  color: #4b8506;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .address-item {
  min-height: 350px;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .address-item label, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .address-item .label, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .address-item label, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .address-item label, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .address-item .label, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .address-item .label, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .address-item .label {
  height: 100%;
}
@media (max-width: 991.98px) {
  #checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .address-item {
    min-height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #checkout .checkout-process #content-checkout-addresses-step .card-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #delivery-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #delivery-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .address-body #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .block-categories #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .page-content #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .card-block #invoice-addresses .address-item, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters #invoice-addresses .address-item, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters #invoice-addresses .address-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#checkout .checkout-process #content-checkout-addresses-step .card-body > p, #checkout .checkout-process #content-checkout-addresses-step .address-body > p, #checkout .checkout-process #content-checkout-addresses-step .block-categories > p, #checkout .checkout-process #content-checkout-addresses-step .page-content > p, #checkout .checkout-process #content-checkout-addresses-step .card-block > p, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters > p, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters > p {
  color: #7e7e7e;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body > p a.text-primary, #checkout .checkout-process #content-checkout-addresses-step .address-body > p a.text-primary, #checkout .checkout-process #content-checkout-addresses-step .block-categories > p a.text-primary, #checkout .checkout-process #content-checkout-addresses-step .page-content > p a.text-primary, #checkout .checkout-process #content-checkout-addresses-step .card-block > p a.text-primary, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters > p a.text-primary, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters > p a.text-primary {
  color: #007398 !important;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body > p a.text-primary::after, #checkout .checkout-process #content-checkout-addresses-step .address-body > p a.text-primary::after, #checkout .checkout-process #content-checkout-addresses-step .block-categories > p a.text-primary::after, #checkout .checkout-process #content-checkout-addresses-step .page-content > p a.text-primary::after, #checkout .checkout-process #content-checkout-addresses-step .card-block > p a.text-primary::after, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters > p a.text-primary::after, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters > p a.text-primary::after {
  content: "?";
}
#checkout .checkout-process #content-checkout-addresses-step .card-body > p a.text-primary:hover, #checkout .checkout-process #content-checkout-addresses-step .address-body > p a.text-primary:hover, #checkout .checkout-process #content-checkout-addresses-step .block-categories > p a.text-primary:hover, #checkout .checkout-process #content-checkout-addresses-step .page-content > p a.text-primary:hover, #checkout .checkout-process #content-checkout-addresses-step .card-block > p a.text-primary:hover, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters > p a.text-primary:hover, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters > p a.text-primary:hover {
  color: #0087b4;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body .required::after, #checkout .checkout-process #content-checkout-addresses-step .address-body .required::after, #checkout .checkout-process #content-checkout-addresses-step .block-categories .required::after, #checkout .checkout-process #content-checkout-addresses-step .page-content .required::after, #checkout .checkout-process #content-checkout-addresses-step .card-block .required::after, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters .required::after, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters .required::after {
  content: "*";
  color: red;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body .form-fields .custom-checkbox, #checkout .checkout-process #content-checkout-addresses-step .address-body .form-fields .custom-checkbox, #checkout .checkout-process #content-checkout-addresses-step .block-categories .form-fields .custom-checkbox, #checkout .checkout-process #content-checkout-addresses-step .page-content .form-fields .custom-checkbox, #checkout .checkout-process #content-checkout-addresses-step .card-block .form-fields .custom-checkbox, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters .form-fields .custom-checkbox, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters .form-fields .custom-checkbox {
  text-align: center;
}
#checkout .checkout-process #content-checkout-addresses-step .card-body .form-footer, #checkout .checkout-process #content-checkout-addresses-step .address-body .form-footer, #checkout .checkout-process #content-checkout-addresses-step .block-categories .form-footer, #checkout .checkout-process #content-checkout-addresses-step .page-content .form-footer, #checkout .checkout-process #content-checkout-addresses-step .card-block .form-footer, #checkout .checkout-process #content-checkout-addresses-step .left-column .search_filters .form-footer, .left-column #checkout .checkout-process #content-checkout-addresses-step .search_filters .form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form .form-fields .delivery-option, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form .form-fields .delivery-option, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form .form-fields .delivery-option, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form .form-fields .delivery-option, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form .form-fields .delivery-option, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form .form-fields .delivery-option, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form .form-fields .delivery-option {
  background-color: transparent;
  border-bottom: 1px solid lightgray;
}
#checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form .form-fields .delivery-option .carrier-price, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form .form-fields .delivery-option .carrier-price, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form .form-fields .delivery-option .carrier-price, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form .form-fields .delivery-option .carrier-price, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form .form-fields .delivery-option .carrier-price, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form .form-fields .delivery-option .carrier-price, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form .form-fields .delivery-option .carrier-price {
  color: #007398;
}
#checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form .form-fields .order-options #delivery, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form .form-fields .order-options #delivery, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form .form-fields .order-options #delivery, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form .form-fields .order-options #delivery, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form .form-fields .order-options #delivery, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form .form-fields .order-options #delivery, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form .form-fields .order-options #delivery {
  text-align: center;
}
#checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .card-body .delivery-options-list form .form-fields .order-options #delivery .label, #checkout .checkout-process #checkout-delivery-step .address-body .delivery-options-list form .form-fields .order-options #delivery .label, #checkout .checkout-process #checkout-delivery-step .block-categories .delivery-options-list form .form-fields .order-options #delivery .label, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .page-content .delivery-options-list form .form-fields .order-options #delivery .label, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form .form-fields .order-options #delivery label, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form .form-fields .order-options #delivery label, #checkout .checkout-process #checkout-delivery-step .card-block .delivery-options-list form .form-fields .order-options #delivery .label, #checkout .checkout-process #checkout-delivery-step .left-column .search_filters .delivery-options-list form .form-fields .order-options #delivery .label, .left-column #checkout .checkout-process #checkout-delivery-step .search_filters .delivery-options-list form .form-fields .order-options #delivery .label {
  color: #7e7e7e;
}
#checkout .checkout-process #content-checkout-payment-step .card-body, #checkout .checkout-process #content-checkout-payment-step .address-body, #checkout .checkout-process #content-checkout-payment-step .block-categories, #checkout .checkout-process #content-checkout-payment-step .page-content, #checkout .checkout-process #content-checkout-payment-step .card-block, #checkout .checkout-process #content-checkout-payment-step .left-column .search_filters, .left-column #checkout .checkout-process #content-checkout-payment-step .search_filters, #checkout .checkout-process #content-checkout-payment-step .payment-options {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4b8506;
  background-color: #4b8506;
}

#search #main {
  text-align: center;
}
#search #main h1 {
  font-weight: 600;
  color: #007398;
}
#search #main #products .page-not-found h4 {
  color: #4b8506;
}
#search #main #products .page-not-found p {
  color: #4b8506;
  margin-bottom: 2rem;
}
#search #main #products .product-bottom-list-categoryinfo {
  border-top: none;
}
@media (max-width: 991px) {
  #search #main h1 {
    margin-top: 2rem;
  }
}

#module-ets_wholesale-retailer .ets-ws-page-content {
  flex-direction: column;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-header {
  background-color: transparent;
  text-align: center;
  border-bottom: none;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-header h1 {
  font-weight: 600;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-content .myretailer-list {
  justify-content: center;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-content .myretailer-list .links {
  justify-content: center;
  padding-top: 2rem;
  border-top: 1px solid lightgray;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-content .myretailer-list .links .link-item {
  transition: 100ms;
  font-weight: 600;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-content .myretailer-list .links .link-item i {
  color: #007398;
}
#module-ets_wholesale-retailer .ets-ws-page-content .page-content .myretailer-list .links .link-item:hover {
  transition: 200ms;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
#module-ets_wholesale-retailer .page-footer a {
  margin-right: 10px;
  color: #000;
}
#module-ets_wholesale-retailer .page-footer a:hover {
  color: #007398;
}

#module-ets_wholesale-dashboard .ets_mp_item_tab,
#module-ets_wholesale-commissions .ets_mp_item_tab,
#module-ets_wholesale-withdraw .ets_mp_item_tab,
#module-ets_wholesale-voucher .ets_mp_item_tab,
#module-ets_wholesale-profile .ets_mp_item_tab {
  border: none;
}
#module-ets_wholesale-dashboard .ets_mp_item_tab i,
#module-ets_wholesale-commissions .ets_mp_item_tab i,
#module-ets_wholesale-withdraw .ets_mp_item_tab i,
#module-ets_wholesale-voucher .ets_mp_item_tab i,
#module-ets_wholesale-profile .ets_mp_item_tab i {
  margin-right: 10px;
}
#module-ets_wholesale-dashboard .ets_mp_item_tab a,
#module-ets_wholesale-commissions .ets_mp_item_tab a,
#module-ets_wholesale-withdraw .ets_mp_item_tab a,
#module-ets_wholesale-voucher .ets_mp_item_tab a,
#module-ets_wholesale-profile .ets_mp_item_tab a {
  font-weight: 600;
  font-size: 1em;
}
#module-ets_wholesale-dashboard .ets_mp_item_tab .active,
#module-ets_wholesale-commissions .ets_mp_item_tab .active,
#module-ets_wholesale-withdraw .ets_mp_item_tab .active,
#module-ets_wholesale-voucher .ets_mp_item_tab .active,
#module-ets_wholesale-profile .ets_mp_item_tab .active {
  background-color: #007398;
}
@media (min-width: 992px) {
  #module-ets_wholesale-dashboard .ets_mp_item_tab,
#module-ets_wholesale-commissions .ets_mp_item_tab,
#module-ets_wholesale-withdraw .ets_mp_item_tab,
#module-ets_wholesale-voucher .ets_mp_item_tab,
#module-ets_wholesale-profile .ets_mp_item_tab {
    padding-right: 20px;
    border-right: 1px solid lightgray;
    width: 90%;
    margin-left: 10%;
  }
}
#module-ets_wholesale-dashboard .ets_ws-dashboard-page .box-info {
  border-radius: 0;
}
#module-ets_wholesale-dashboard .ets_ws-dashboard-page .section-item {
  border-radius: 0;
}

#etsWsRetailerInfo {
  background-color: rgba(255, 255, 255, 0.4);
}
#etsWsRetailerInfo .popup-content {
  border: 1px solid lightgray;
}
#etsWsRetailerInfo .popup-content .popup-header {
  background-color: #fff;
}
#etsWsRetailerInfo .popup-content .popup-header .popup-close {
  margin-top: 0;
}
#etsWsRetailerInfo .popup-body .table-retailer-info {
  border: none;
}
#etsWsRetailerInfo .popup-body .table-retailer-info th, #etsWsRetailerInfo .popup-body .table-retailer-info tr, #etsWsRetailerInfo .popup-body .table-retailer-info td {
  border: none;
}
#etsWsRetailerInfo .popup-body .table-retailer-info th {
  border-bottom: 1px solid lightgray;
  background: #fff;
}
#etsWsRetailerInfo .popup-body .table-retailer-info tr:not(:last-child) {
  border-bottom: 1px solid lightgray;
}

#content-wrapper .panel.ets_ws-panel {
  border: none;
}

#module-ets_wholesale-voucher .ets_ws-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#module-ets_wholesale-voucher .ets_ws-form > p {
  background-color: rgba(0, 198, 233, 0.256);
  border: 1px solid #1cb3e6;
  border-left-width: 3px;
  padding: 1rem 0;
}
#module-ets_wholesale-voucher .ets_ws-form .form-group > label, #module-ets_wholesale-voucher .ets_ws-form .form-group > .label {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid lightgray;
}
#module-ets_wholesale-voucher .ets_ws-form .form-group .input-group {
  max-width: none;
}
#module-ets_wholesale-voucher .ets_ws-form .form-group .input-group .form-control {
  border-radius: 0;
}
#module-ets_wholesale-voucher .ets_ws-form .form-group .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
#module-ets_wholesale-voucher .ets_ws-form .btn-info {
  background-color: rgba(0, 198, 233, 0.556);
  color: #000;
}

#module-ets_wholesale-commissions .panel-heading .badge {
  position: absolute;
  padding: 0rem;
  top: 14px;
}

#module-ets_wholesale-withdraw .ets_ws-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-withdraw-form {
  width: 75%;
  margin: auto;
}
#module-ets_wholesale-withdraw .ets_ws-panel .fs-16 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 0.5rem;
  width: 75%;
  margin: 0 auto 1rem auto;
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw {
  border: none;
  background-color: transparent;
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-title {
  margin: 0 auto 1rem auto;
  padding-bottom: 1rem;
  width: 50%;
  border-bottom: 1px solid lightgray;
}
@media (min-width: 992px) {
  #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body {
    width: 70%;
    margin: auto;
  }
  #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .row > .col-md-8, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .products > .col-md-8, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .row > .col-md-8 .form-group, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .products > .col-md-8 .form-group, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .col-md-7 .form-group {
    width: 100%;
    margin: auto;
  }
  #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .row > .col-md-8 .form-group .col-md-7, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .products > .col-md-8 .form-group .col-md-7, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .col-md-7 .form-group .col-md-7 {
    flex: 0 0 100%;
    max-width: 60%;
  }
  #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .row > .col-md-8 .form-group .col-md-4, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .products > .col-md-8 .form-group .col-md-4, #module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .col-md-7 .form-group .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body > div {
  justify-content: center;
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .form-panel-body .form-payment-fields .form-control {
  margin-top: 3rem;
}
#module-ets_wholesale-withdraw .ets_ws-panel .ets_ws-box-content-withdraw .input-group-text {
  background-color: transparent;
  border: none;
}

.page-footer .account-link {
  margin-right: 10px;
  color: #000;
}
.page-footer .account-link:hover {
  color: #007398;
}

/* Contact  */
#contact #left-column {
  display: none;
}
#contact .contact-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact .contact-data .store-name {
  font-weight: 600;
  font-size: 1.2rem;
}
#contact .contact-data span {
  margin-bottom: 0.325rem;
}
@media (max-width: 991px) {
  #contact .contact-data {
    margin-top: 1rem;
  }
}
#contact .contact-form > form {
  margin: 0;
  max-width: none;
  text-align: center;
  width: auto;
}
#contact .contact-form > form h1 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#contact .contact-form > form .custom-file-label:after {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
#contact .btn {
  padding: 0.5rem 1rem;
}

body {
  background-color: #f1f1f1;
}

a {
  text-decoration: none;
}

sup {
  top: -0.3em;
}

.page-header h1 {
  margin-bottom: 0;
}

.page-footer:empty {
  display: none;
}

.left-column > div,
.right-column > div {
  margin-bottom: 1rem;
}

/* HEADER */
/* FOOTER */
.l-footer {
  background-color: #fff;
  margin-top: 1rem;
  padding-top: 1rem;
}

/* MISC */
ul {
  list-style: none;
  padding-left: 0;
}

h1, .h1, .products-section-title {
  text-transform: uppercase;
}

.quick-view {
  display: inline-block;
}

.form-group.form-group_forgot-password {
  margin-top: -0.5rem;
}

.bootstrap-touchspin {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ced4da;
}
.bootstrap-touchspin > input {
  max-width: 60px;
  border: none;
  box-shadow: none;
  text-align: center;
  font-weight: 700;
}
.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  color: #495057;
  background-color: #fff;
}
.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;
  overflow: hidden;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: background 150ms;
}
.rc:after {
  content: "";
  border-color: #f1f1f1;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 2;
  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.3333333333%;
}

/* collapse icons */
.icon-collapse, .link__showsummary .material-icons {
  transition: transform 0.4s ease;
}

.icon-collapse[aria-expanded=true], .link__showsummary [aria-expanded=true].material-icons {
  transform: rotateZ(180deg);
}

/* CHECKOUT STEP */
.order-checkout .card-body, .order-checkout .address-body, .order-checkout .block-categories, .order-checkout .page-content, .order-checkout .card-block, .order-checkout .left-column .search_filters, .left-column .order-checkout .search_filters {
  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 .address-header, .-current .page-header {
  background-color: #fff;
}

.accordion .card-body .card, .accordion .address-body .card, .accordion .card-body .address, .accordion .address-body .address, .accordion .card-body .account-links .link-item, .accordion .address-body .account-links .link-item, .account-links .accordion .card-body .link-item, .account-links .accordion .address-body .link-item, .accordion .block-categories .card, .accordion .block-categories .address, .accordion .block-categories .account-links .link-item, .account-links .accordion .block-categories .link-item, .accordion .card-body .block-categories, .accordion .address-body .block-categories, .accordion .block-categories .block-categories, .accordion .page-content .card, .accordion .page-content .address, .accordion .page-content .account-links .link-item, .account-links .accordion .page-content .link-item, .accordion .page-content .block-categories, .accordion .card-block .card, .accordion .left-column .search_filters .card, .left-column .accordion .search_filters .card, .accordion .card-block .address, .accordion .left-column .search_filters .address, .left-column .accordion .search_filters .address, .accordion .card-block .account-links .link-item, .accordion .left-column .search_filters .account-links .link-item, .left-column .accordion .search_filters .account-links .link-item, .account-links .accordion .card-block .link-item, .account-links .accordion .left-column .search_filters .link-item, .left-column .account-links .accordion .search_filters .link-item, .accordion .card-block .block-categories, .accordion .left-column .search_filters .block-categories, .left-column .accordion .search_filters .block-categories, .accordion .card-body .page-wrapper, .accordion .address-body .page-wrapper, .accordion .block-categories .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 .card-body .card-block, .accordion .card-body .left-column .search_filters, .left-column .accordion .card-body .search_filters, .accordion .address-body .card-block, .accordion .address-body .left-column .search_filters, .left-column .accordion .address-body .search_filters, .accordion .block-categories .card-block, .accordion .block-categories .left-column .search_filters, .left-column .accordion .block-categories .search_filters, .accordion .page-content .card-block, .accordion .page-content .left-column .search_filters, .left-column .accordion .page-content .search_filters, .accordion .card-block .card-block, .accordion .left-column .search_filters .card-block, .left-column .accordion .search_filters .card-block, .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 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: border 0.1s linear;
}
.accordion .card-body .card-header, .accordion .address-body .card-header, .accordion .card-body .address-header, .accordion .address-body .address-header, .accordion .block-categories .card-header, .accordion .block-categories .address-header, .accordion .page-content .card-header, .accordion .page-content .address-header, .accordion .card-block .card-header, .accordion .left-column .search_filters .card-header, .left-column .accordion .search_filters .card-header, .accordion .card-block .address-header, .accordion .left-column .search_filters .address-header, .left-column .accordion .search_filters .address-header, .accordion .card-body .page-header, .accordion .address-body .page-header, .accordion .block-categories .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 {
  text-align: center;
}
.accordion .selected .card, .accordion .selected .address, .accordion .selected .account-links .link-item, .account-links .accordion .selected .link-item, .accordion .selected .block-categories, .accordion .selected .page-wrapper, .accordion .selected .card-block, .accordion .selected .left-column .search_filters, .left-column .accordion .selected .search_filters {
  border-color: #28a745;
  border-width: 2px;
}

.nav-tabs-info {
  font-size: 1.1rem;
}
.nav-tabs-info .active {
  font-weight: bold;
}

.address-selector .card, .address-selector .address, .address-selector .account-links .link-item, .account-links .address-selector .link-item, .address-selector .block-categories, .address-selector .page-wrapper, .address-selector .card-block, .address-selector .left-column .search_filters, .left-column .address-selector .search_filters {
  transition: border 0.1s linear;
}
.address-selector .card-header, .address-selector .address-header, .address-selector .page-header,
.address-selector .card-body,
.address-selector .address-body,
.address-selector .block-categories,
.address-selector .page-content,
.address-selector .card-block,
.address-selector .left-column .search_filters,
.left-column .address-selector .search_filters {
  cursor: pointer;
}

.card-body_add-address {
  padding: 0.75rem 1.25rem;
}
.card-body_add-address .material-icons {
  opacity: 0.8;
}

.delivery-option {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
}

.carrier-extra-content:not(:empty) {
  margin-bottom: 2rem;
}
.carrier-extra-content:not(:empty):empty {
  display: none;
}

.carrier-name {
  font-weight: 700;
}

.carrier-price {
  font-weight: bold;
  font-size: 1.25rem;
  color: #007398;
}

.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 {
  color: #6c757d;
  font-weight: 700;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-width: 3px;
}

.tab-content {
  padding-top: 1rem;
}

.products-section-title {
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
  font-family: "Nunito";
  color: #000000;
  font-size: 36px;
  font-weight: 800;
}

.page-home > * {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .modal-footer {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .modal-footer > .btn {
    margin: 0;
    width: 100%;
  }
  .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 .quick-view,
.form-group .label .quick-view, .form-group .label small,
.form-group .label .small {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .page-content form,
.checkout-form form,
.page-wrapper--order-confirmation form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .page-wrapper--order-detail form {
    margin: unset;
  }
}
.form-footer {
  margin-top: 1rem;
}

.badge.bright {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-lg:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-md:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-sm:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper--boxed:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), main > .notifications-container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container) {
    max-width: 768px;
  }
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .container-lg:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-md:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-sm:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper--boxed:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), main > .notifications-container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container) {
    max-width: 912px;
  }
}
@media (min-width: 1680px) {
  .container-lg:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-md:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container-sm:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper--boxed:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), .l-wrapper:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container), main > .notifications-container:not(#header .container):not(#header .l-wrapper):not(#header .l-wrapper--boxed):not(#header main > .notifications-container) {
    max-width: 1280px;
  }
}
.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;
}

.page-content .kr_blog_post_area .blog_style_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-content .kr_blog_post_area .blog_style_column .blog_post {
  padding: 15px;
}
.page-content .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .blog_post {
  width: 49%;
}
.page-content .kr_blog_post_area .blog_post {
  position: relative;
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  color: #007398;
  transition: 200ms ease-in-out;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title:hover a {
  transition: 200ms ease-in-out;
  color: #0097c9;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
  border-bottom: 1px solid rgba(211, 211, 211, 0.253);
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta span, .page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta .post_meta_date, .page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
  font-weight: 500;
  color: #4b8506;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a {
  color: #5ba008;
  border-bottom: 1px solid white;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:hover {
  transition: 200ms ease-in-out;
  border-bottom-color: #5ba008;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
  padding-top: 0;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
  border: 1px solid #666666;
  padding: 0.375rem 0.5rem;
  transition: 200ms ease-in-out;
}
.page-content .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:hover {
  transition: 200ms ease-in-out;
  color: #5ba008;
  border-color: #5ba008;
}

#index .home-blog .page_subtitle {
  display: none;
}
#index .home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .post_title a {
  transition: 200ms ease-in-out;
}
#index .home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .post_title:hover a {
  transition: 200ms ease-in-out;
  color: #0097c9;
}
#index .home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .post_content {
  padding-top: 5px;
  margin-left: 5px;
}

#module-xipblog-single .page-content #blog_post {
  padding: 15px;
}

@media (max-width: 768px) {
  .page-content .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .blog_post {
    width: 100%;
  }
}
/** COMPONENT **/
.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #dc3545 solid;
  display: flex;
  background-color: #dc3545;
  margin-bottom: 1rem;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px #dc3545 solid;
  display: flex;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  background-color: #dc3545;
  width: 24px;
  height: 24px;
}
.ps-alert-error .item p,
.ps-alert-success .item p {
  background-color: #fff;
  margin: 0;
  padding: 1rem;
  width: 100%;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem;
}
.ps-alert-success .item {
  border-color: #28a745;
  background-color: #28a745;
}
.ps-alert-success .item i {
  border-color: #28a745;
}
.ps-alert-success .item i svg {
  background-color: #28a745;
}

.social-sharing--product {
  margin: 1rem 0;
}

.modal .social-sharing--product {
  margin: 0;
}

.social-share-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 0.5rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}
.social-share-btn.facebook {
  background-image: url(../img/facebook.svg);
}
.social-share-btn.twitter {
  background-image: url(../img/twitter.svg);
}
.social-share-btn.linkedin {
  background-image: url(../img/linkedin.svg);
}
.social-share-btn.pinterest {
  background-image: url(../img/pinterest.svg);
}
.social-share-btn.rss {
  background-image: url(../img/rss.svg);
}
.social-share-btn.youtube {
  background-image: url(../img/youtube.svg);
}
.social-share-btn.vimeo {
  background-image: url(../img/vimeo.svg);
}
.social-share-btn.instagram {
  background-image: url(../img/instagram.svg);
}

.social-share-btn--product {
  background-size: 80%;
  background-color: #fff;
  border-radius: 50%;
  transition: box-shadow 0.3s ease-in-out;
}
.social-share-btn--product.facebook {
  background-image: url(../img/facebook-gray.svg);
}
.social-share-btn--product.facebook:hover {
  background-image: url(../img/facebook-blue.svg);
}
.social-share-btn--product.twitter {
  background-image: url(../img/twitter-gray.svg);
}
.social-share-btn--product.twitter:hover {
  background-image: url(../img/twitter-blue.svg);
}
.social-share-btn--product.googleplus {
  background-image: url(../img/gplus-gray.svg);
}
.social-share-btn--product.googleplus:hover {
  background-image: url(../img/gplus-blue.svg);
}
.social-share-btn--product.pinterest {
  background-image: url(../img/pinterest-gray.svg);
}
.social-share-btn--product.pinterest:hover {
  background-image: url(../img/pinterest-blue.svg);
}

.social-share-btn--footer {
  transition: background-color 0.3s ease-in-out;
}
.social-share-btn--footer:hover {
  background-color: #007398;
}

#cart .cart-grid-body .card, #cart .cart-grid-body .address, #cart .cart-grid-body .account-links .link-item, .account-links #cart .cart-grid-body .link-item, #cart .cart-grid-body .block-categories, #cart .cart-grid-body .page-wrapper, #cart .cart-grid-body .card-block, #cart .cart-grid-body .left-column .search_filters, .left-column #cart .cart-grid-body .search_filters {
  border: none;
}
#cart .cart-grid-body .card .card-header, #cart .cart-grid-body .card .address-header, #cart .cart-grid-body .address .card-header, #cart .cart-grid-body .address .address-header, #cart .cart-grid-body .account-links .link-item .card-header, #cart .cart-grid-body .account-links .link-item .address-header, .account-links #cart .cart-grid-body .link-item .card-header, .account-links #cart .cart-grid-body .link-item .address-header, #cart .cart-grid-body .block-categories .card-header, #cart .cart-grid-body .block-categories .address-header, #cart .cart-grid-body .page-wrapper .card-header, #cart .cart-grid-body .page-wrapper .address-header, #cart .cart-grid-body .card-block .card-header, #cart .cart-grid-body .left-column .search_filters .card-header, .left-column #cart .cart-grid-body .search_filters .card-header, #cart .cart-grid-body .card-block .address-header, #cart .cart-grid-body .left-column .search_filters .address-header, .left-column #cart .cart-grid-body .search_filters .address-header, #cart .cart-grid-body .card .page-header, #cart .cart-grid-body .address .page-header, #cart .cart-grid-body .account-links .link-item .page-header, .account-links #cart .cart-grid-body .link-item .page-header, #cart .cart-grid-body .block-categories .page-header, #cart .cart-grid-body .page-wrapper .page-header, #cart .cart-grid-body .card-block .page-header, #cart .cart-grid-body .left-column .search_filters .page-header, .left-column #cart .cart-grid-body .search_filters .page-header {
  background-color: transparent;
  margin-top: 40px;
}
#cart .cart-grid-body .btn-outline-primary {
  transition: 500ms;
  color: #000;
  border-color: #000;
}
#cart .cart-grid-body .btn-outline-primary:hover {
  transition: 500ms;
  background-color: #0087b4;
  border-color: #0087b4;
  color: #fff;
}
#cart .cart-grid-right .card, #cart .cart-grid-right .address, #cart .cart-grid-right .account-links .link-item, .account-links #cart .cart-grid-right .link-item, #cart .cart-grid-right .block-categories, #cart .cart-grid-right .page-wrapper, #cart .cart-grid-right .card-block, #cart .cart-grid-right .left-column .search_filters, .left-column #cart .cart-grid-right .search_filters {
  margin-top: 40px;
  border: none;
}
#cart .cart-grid-right .card .card-footer, #cart .cart-grid-right .card .address-footer, #cart .cart-grid-right .address .card-footer, #cart .cart-grid-right .address .address-footer, #cart .cart-grid-right .account-links .link-item .card-footer, #cart .cart-grid-right .account-links .link-item .address-footer, .account-links #cart .cart-grid-right .link-item .card-footer, .account-links #cart .cart-grid-right .link-item .address-footer, #cart .cart-grid-right .block-categories .card-footer, #cart .cart-grid-right .block-categories .address-footer, #cart .cart-grid-right .page-wrapper .card-footer, #cart .cart-grid-right .page-wrapper .address-footer, #cart .cart-grid-right .card-block .card-footer, #cart .cart-grid-right .left-column .search_filters .card-footer, .left-column #cart .cart-grid-right .search_filters .card-footer, #cart .cart-grid-right .card-block .address-footer, #cart .cart-grid-right .left-column .search_filters .address-footer, .left-column #cart .cart-grid-right .search_filters .address-footer, #cart .cart-grid-right .card .page-footer, #cart .cart-grid-right .address .page-footer, #cart .cart-grid-right .account-links .link-item .page-footer, .account-links #cart .cart-grid-right .link-item .page-footer, #cart .cart-grid-right .block-categories .page-footer, #cart .cart-grid-right .page-wrapper .page-footer, #cart .cart-grid-right .card-block .page-footer, #cart .cart-grid-right .left-column .search_filters .page-footer, .left-column #cart .cart-grid-right .search_filters .page-footer {
  background-color: #fff;
}
#cart .cart-grid-right .card .card-footer .btn-primary, #cart .cart-grid-right .card .address-footer .btn-primary, #cart .cart-grid-right .address .card-footer .btn-primary, #cart .cart-grid-right .address .address-footer .btn-primary, #cart .cart-grid-right .account-links .link-item .card-footer .btn-primary, #cart .cart-grid-right .account-links .link-item .address-footer .btn-primary, .account-links #cart .cart-grid-right .link-item .card-footer .btn-primary, .account-links #cart .cart-grid-right .link-item .address-footer .btn-primary, #cart .cart-grid-right .block-categories .card-footer .btn-primary, #cart .cart-grid-right .block-categories .address-footer .btn-primary, #cart .cart-grid-right .page-wrapper .card-footer .btn-primary, #cart .cart-grid-right .page-wrapper .address-footer .btn-primary, #cart .cart-grid-right .card-block .card-footer .btn-primary, #cart .cart-grid-right .left-column .search_filters .card-footer .btn-primary, .left-column #cart .cart-grid-right .search_filters .card-footer .btn-primary, #cart .cart-grid-right .card-block .address-footer .btn-primary, #cart .cart-grid-right .left-column .search_filters .address-footer .btn-primary, .left-column #cart .cart-grid-right .search_filters .address-footer .btn-primary, #cart .cart-grid-right .card .page-footer .btn-primary, #cart .cart-grid-right .address .page-footer .btn-primary, #cart .cart-grid-right .account-links .link-item .page-footer .btn-primary, .account-links #cart .cart-grid-right .link-item .page-footer .btn-primary, #cart .cart-grid-right .block-categories .page-footer .btn-primary, #cart .cart-grid-right .page-wrapper .page-footer .btn-primary, #cart .cart-grid-right .card-block .page-footer .btn-primary, #cart .cart-grid-right .left-column .search_filters .page-footer .btn-primary, .left-column #cart .cart-grid-right .search_filters .page-footer .btn-primary {
  font-size: 15px;
  background-color: #007398;
  border-color: #007398;
}
#cart .cart-grid-right .card .card-footer .btn-primary:hover, #cart .cart-grid-right .card .address-footer .btn-primary:hover, #cart .cart-grid-right .address .card-footer .btn-primary:hover, #cart .cart-grid-right .address .address-footer .btn-primary:hover, #cart .cart-grid-right .account-links .link-item .card-footer .btn-primary:hover, #cart .cart-grid-right .account-links .link-item .address-footer .btn-primary:hover, .account-links #cart .cart-grid-right .link-item .card-footer .btn-primary:hover, .account-links #cart .cart-grid-right .link-item .address-footer .btn-primary:hover, #cart .cart-grid-right .block-categories .card-footer .btn-primary:hover, #cart .cart-grid-right .block-categories .address-footer .btn-primary:hover, #cart .cart-grid-right .page-wrapper .card-footer .btn-primary:hover, #cart .cart-grid-right .page-wrapper .address-footer .btn-primary:hover, #cart .cart-grid-right .card-block .card-footer .btn-primary:hover, #cart .cart-grid-right .left-column .search_filters .card-footer .btn-primary:hover, .left-column #cart .cart-grid-right .search_filters .card-footer .btn-primary:hover, #cart .cart-grid-right .card-block .address-footer .btn-primary:hover, #cart .cart-grid-right .left-column .search_filters .address-footer .btn-primary:hover, .left-column #cart .cart-grid-right .search_filters .address-footer .btn-primary:hover, #cart .cart-grid-right .card .page-footer .btn-primary:hover, #cart .cart-grid-right .address .page-footer .btn-primary:hover, #cart .cart-grid-right .account-links .link-item .page-footer .btn-primary:hover, .account-links #cart .cart-grid-right .link-item .page-footer .btn-primary:hover, #cart .cart-grid-right .block-categories .page-footer .btn-primary:hover, #cart .cart-grid-right .page-wrapper .page-footer .btn-primary:hover, #cart .cart-grid-right .card-block .page-footer .btn-primary:hover, #cart .cart-grid-right .left-column .search_filters .page-footer .btn-primary:hover, .left-column #cart .cart-grid-right .search_filters .page-footer .btn-primary:hover {
  background-color: #0087b4;
  border-color: #0087b4;
}
#cart .cart-grid-right .card .cart-summary-line, #cart .cart-grid-right .address .cart-summary-line, #cart .cart-grid-right .account-links .link-item .cart-summary-line, .account-links #cart .cart-grid-right .link-item .cart-summary-line, #cart .cart-grid-right .block-categories .cart-summary-line, #cart .cart-grid-right .page-wrapper .cart-summary-line, #cart .cart-grid-right .card-block .cart-summary-line, #cart .cart-grid-right .left-column .search_filters .cart-summary-line, .left-column #cart .cart-grid-right .search_filters .cart-summary-line {
  background-color: transparent;
}

.product-line-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-line-actions .bootstrap-touchspin {
  box-shadow: none;
}
.product-line-actions .bootstrap-touchspin .btn {
  padding: 0.375rem 0.5rem;
}
.product-line-actions .bootstrap-touchspin > input {
  max-width: 55px;
  padding: 0.375rem 0.25rem;
}
.product-line-actions .cart-line-product-actions .remove-from-cart, .product-line-actions .cart-line-product-actions .add_to_wishlist {
  transition: 200ms;
  color: #000;
}
.product-line-actions .cart-line-product-actions .remove-from-cart:hover, .product-line-actions .cart-line-product-actions .add_to_wishlist:hover {
  transition: 200ms;
  color: #0087b4;
}
.product-line-actions .cart-line-product-actions .remove-from-cart:hover span, .product-line-actions .cart-line-product-actions .add_to_wishlist:hover span {
  transition: 200ms;
  color: #0087b4;
}
.product-line-actions .input-group.bootstrap-touchspin {
  max-width: 130px;
}

.product-line-grid .product-line__title {
  margin-bottom: 0.75rem;
  display: inline-block;
  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;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-line-grid .product-discount .discount {
  background-color: #007398;
  padding: 4px 3px;
}
.product-line-grid .price.current-price-discount {
  color: #007398;
}

.product-line__img {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .product-line__img {
    width: 100px;
    height: auto;
  }

  .product-line-actions {
    justify-content: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 0.2fr;
    margin-top: 1rem;
  }
  .product-line-actions > div:first-child {
    justify-self: flex-start;
  }
  .product-line-actions div:nth-child(n+2) {
    justify-self: flex-end;
  }
  .product-line-actions span {
    justify-self: flex-end;
  }
  .product-line-actions .product-price {
    margin: 0 2rem;
  }

  .product-line__img {
    width: 50px;
  }

  .product-line-actions .product-price {
    margin: 0 1rem;
  }

  .checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .checkout a {
    width: 100%;
  }

  .cart-summary .card-footer, .cart-summary .address-footer, .cart-summary .page-footer {
    background-color: transparent;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .product-line-actions {
    grid-template-columns: 1fr 1fr 0.4fr !important;
  }
}
@media (max-width: 1199.98px) {
  .cart-grid-body {
    padding-right: 0;
  }

  .product-line-actions {
    justify-content: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 0.2fr;
  }
  .product-line-actions > div:first-child {
    justify-self: flex-start;
  }
  .product-line-actions div:nth-child(n+2) {
    justify-self: flex-end;
  }
  .product-line-actions span {
    justify-self: flex-end;
  }
  .product-line-actions .product-price {
    margin: 0 2rem;
  }

  .product-line__img {
    width: 50px;
    height: 50px;
  }

  .product-line-actions .product-price {
    margin: 0 1rem;
  }

  .checkout a {
    font-size: 15px;
    width: 100%;
  }
}
.cart__card-body {
  position: relative;
}
.cart__card-body .cart__card-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.15s linear;
  z-index: 3;
}
.cart__card-body.is--loading .cart__card-loader {
  display: flex;
  opacity: 1;
}

.nav-tabs--center {
  justify-content: center;
}

.product-line__body {
  padding-right: 0.25rem;
}

.total-value, .card-body--summary .cart-total {
  background-color: #f1f1f1;
  font-weight: 700;
}

.table__title-head {
  margin-bottom: 0;
  font-size: 1rem;
}

/* CART */
.promo-code {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.promo-code-alert {
  display: none;
}

.cancel-promo {
  text-align: center;
}

.card-body .separator, .address-body .separator, .block-categories .separator, .page-content .separator, .card-block .separator, .left-column .search_filters .separator {
  margin-left: -1.25rem;
  margin-right: -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.address-body, .card-body--summary.block-categories, .card-body--summary.page-content, .card-body--summary.card-block, .left-column .card-body--summary.search_filters {
  padding-bottom: 0;
}

.media-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.link__showsummary[aria-expanded=true] .material-icons {
  transform: rotateZ(180deg);
}

.cart-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.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 {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.promo-discounts {
  font-weight: 700;
  text-align: center;
  color: #495057;
}
.promo-discounts .code {
  color: #f39d72;
}

.form__add-voucher {
  margin-bottom: 1rem;
}

.promo-code__content {
  padding: 1.25rem;
  background-color: transparent;
}
.promo-code .collapse-button {
  text-align: center;
  display: block;
  color: #007398;
}

.block-categories a {
  color: #212529;
}

.category-sub__item {
  display: block;
  width: 100%;
}

.category-sub__item--0 {
  border-bottom: 1px solid #f1f1f1;
  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 {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
}
.account-links .link-item i {
  margin: 0 auto 1rem;
  font-size: 3rem;
}

.address {
  height: 100%;
}

.address-header {
  background-color: transparent;
}

.address-footer {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.form--100 {
  min-width: 100%;
  width: 100%;
}

.l-footer {
  color: #6c757d;
}

.footer-container {
  margin-top: 1rem;
}

.footer__title {
  color: #000;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer__title:visited, .footer__title:hover {
  color: #000;
}
.footer__title--mobile {
  display: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.footer__title--mobile:after {
  content: "";
  font-family: "Material Icons";
  font-feature-settings: "liga" 1;
  position: absolute;
  right: 15px;
  transition: 0.3s transform ease-in-out;
  font-size: 1.5rem;
}
.footer__title--mobile[data-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .footer__title--desktop {
    display: none;
  }
  .footer__title--mobile {
    display: block;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 0.875rem;
}

.header__nav {
  align-items: center;
}

.header-nav__nav2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-mobile__user-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top {
  display: flex;
  justify-content: space-between;
  position: static;
}

.carousel a {
  display: block;
}
.carousel a:not(:first-child) {
  display: none;
}

.slider-caption {
  position: absolute;
  top: 10%;
  left: 90px;
  margin-bottom: 0;
  color: #fff;
  max-width: 340px;
}

.slick-slide:not(.slick-current) .img-carousel.lazyload {
  display: none !important;
}

.slick-slide figure {
  position: absolute;
  top: 0;
}

.modal.fade .modal-dialog__offcanvas {
  width: 350px;
  height: 100%;
  margin: 0;
  max-width: 90%;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog__offcanvas {
  transform: translateX(0);
}

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  right: 0;
  transform: translateX(100%);
}

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  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 {
  overflow-y: auto;
  height: inherit;
}

.products {
  align-items: stretch;
}

.crea-hover-container {
  position: relative;
}
.crea-hover-container .crea-hidden {
  opacity: 0;
}
.crea-hover-container .crea-image-hover-2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: 200ms;
}

/* Product miniature*/
.card-product.card, .card-product.page-wrapper, .card-product.card-block, .left-column .card-product.search_filters, .card-product.block-categories, .account-links .card-product.link-item, .card-product.address {
  height: 100%;
  position: relative;
}
.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, .card-product.block-categories:hover .highlighted-informations, .account-links .card-product.link-item:hover .highlighted-informations, .card-product.address:hover .highlighted-informations {
  transform: translateY(0);
}
.card-product.card .discount, .card-product.page-wrapper .discount, .card-product.card-block .discount, .left-column .card-product.search_filters .discount, .card-product.block-categories .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;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.card-product:hover .highlighted-informations {
  transform: translateY(0);
}

.quick-view {
  cursor: pointer;
}

.product-flags {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-content--product .product-flags {
  left: 0;
}

.product-flag {
  top: 0;
  margin-top: 0.5rem;
  color: #fff;
  min-width: 80px;
  max-width: 160px;
  background: #007398;
  font-weight: 700;
  font-size: 11px;
  padding: 0.75rem;
  text-align: center;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-flag.out_of_stock {
  background: #dc3545;
}
.product-flag.on-sale {
  background: #4b8506;
}
.product-flag.discount-product {
  background: #f39d72;
}

.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

.product-title {
  position: relative;
  color: #495057;
  text-decoration: none;
  margin-left: 0.5rem;
  font-weight: 800;
  font-family: "Nunito";
  height: 48px;
}
.product-title a {
  color: #495057;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 48px;
  line-height: 24px;
  text-align: justify;
}
.product-title a:hover {
  color: #007398;
  border-bottom: 1px solid transparent;
}
.card-product:hover .product-title {
  color: #007398;
}
.card-product:hover .product-title a {
  color: #007398;
}

/* PRODUCT PAGE */
.product-information .blockreassurance_product {
  display: none;
}

.product-img:not(:first-child) .rc {
  display: none;
}

.slick-initialized .product-img .rc {
  display: block;
}

.product-thumbs {
  width: 100%;
  height: 100%;
  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 {
  margin: 5px;
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
}
.product-thumb.slick-current {
  border: 2px solid #007398;
}

.btn-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 1;
}
.btn-zoom .material-icons {
  font-size: 3rem;
}

.images-container:hover .btn-zoom {
  display: block;
}

.label-color {
  line-height: 1;
  margin-right: 0.5rem;
}

.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-weight: 700;
}
.price.current-price-discount {
  color: #cf1745;
  font-weight: 700;
}

.regular-price {
  color: #7a7a7a;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: line-through;
}

.new {
  background-color: #007398;
  color: #FFF;
}

.discount {
  color: #FFF;
  background-color: #cf1745;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
}

.btn-add-to-cart {
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.product-tabs .nav-tabs {
  font-size: 0.9rem;
}

.cart-content {
  padding: 1rem;
  background: #f8f9fa;
}

.pack-product-container {
  padding: 0 1rem;
  font-size: 0.875rem;
}

.mask {
  width: 55px;
}

.thumb-mask {
  padding: 1rem 0;
}

.pack-product__img {
  border: 1px solid #f1f1f1;
}

.pack-product-quantity {
  border-left: 1px solid #f1f1f1;
}

.pack-product-price {
  padding-right: 0.5rem;
}

.pack-product-quantity {
  padding-left: 1rem;
}

.modal-cart__image {
  margin-right: 1rem;
  max-width: 200px;
  height: auto;
}

.modal-cart__name {
  color: #007398;
  font-weight: 700;
}

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

  .product-thumbs {
    margin: 0 auto 10px auto;
  }

  .blockcart-modal .divide-right {
    display: flex;
    justify-content: center;
  }
  .blockcart-modal .modal-footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    justify-content: center;
    left: 0;
    width: 100%;
    box-shadow: 0px -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .blockcart-modal .modal-body {
    margin-bottom: 4.25rem;
  }
}
@media (max-width: 575.98px) {
  .modal-cart__image {
    max-width: 70px;
  }

  .page-content--product .images-container {
    margin: 0 auto 10px auto;
  }
}
.btn-add-to-cart .btn-add-to-cart__spinner {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  display: none;
}
.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;
}

.products-selection {
  justify-content: space-between;
  align-items: center;
}

.pack-miniature-item {
  margin-bottom: 0.5rem;
}

.ratio1_1 {
  display: block;
}

.pack-product-name {
  margin: 0 1.5rem;
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .products .product-miniature {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .products .product-miniature {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 767px) {
  .products .product-miniature {
    width: 60%;
    margin: auto;
  }
}

.product-miniature {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 15px;
}
.product-miniature .ets_ws_product_list {
  order: 1;
  align-items: flex-start;
  margin-top: 0;
}
.product-miniature .ets_ws_product_list .discounted_price {
  color: #000;
}
.product-miniature .ets_ws_product_list .discounted_price span {
  color: #007398;
}
.product-miniature .ets_ws_product_list .button-wholesale {
  width: 100%;
}
.product-miniature .ets_ws_product_list .ets-btn-wholesale {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.product-miniature .ets_ws_product_list .ets-btn-wholesale i {
  display: none;
}
.product-miniature > form {
  order: 2;
}
.product-miniature .comments_note .star_content {
  display: none;
}
.product-miniature .comments_note .star_label {
  display: none;
}
.product-miniature .product-thumbnail {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.product-miniature .product-thumbnail img {
  width: 100%;
}
.product-miniature .add_to_wishlist.wishlist-product-miniature {
  position: relative;
  border: solid 1px;
  background-color: #FFFFFF;
  border-color: #e4e4e4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.product-miniature .add_to_wishlist.wishlist-product-miniature:hover {
  transition: 200ms;
  box-shadow: 0px 0px 10px -2px rgba(68, 68, 68, 0.6);
}
.product-miniature .add_to_wishlist.wishlist-product-miniature .favorite_border {
  position: absolute;
  font-size: 30px;
  color: #007398;
  top: 5px;
  left: 4px;
}
.product-miniature .product-price-and-shipping {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 5px;
  min-height: 30px;
}
.product-miniature .product-price-and-shipping span {
  font-weight: 600;
  font-family: "Nunito";
}
.product-miniature .product-price-and-shipping .ask_offer {
  display: none;
}
.product-miniature .product-price-and-shipping .price-label {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 16px;
}
.product-miniature .product-price-and-shipping .price {
  height: 35px;
  margin-top: 1rem;
  color: #007398;
  font-size: 26px;
}
.product-miniature .product-price-and-shipping .regular-price {
  font-size: 1rem;
  line-height: 1.03rem;
}
.product-miniature form .btn {
  font-size: 1rem;
}
.product-miniature form .btn-primary {
  background-color: green;
  border-color: green;
}
.product-miniature form .btn-primary-disabled {
  background-color: lightgreen;
  border-color: lightgreen;
}

.product__card-img {
  position: relative;
}

.product__card-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.highlighted-informations {
  text-align: center;
  padding: 0.5rem;
}

.quantity__label {
  margin-bottom: 0;
  margin-top: 1rem;
}

.product-add-to-cart {
  border-top: 2px solid lightgray;
  padding-top: 20px;
}
.product-add-to-cart .product-quantity {
  flex-wrap: nowrap;
  margin-top: -1rem;
}
.product-add-to-cart .product-quantity:not(:has(.ets-btn-wholesale)) .add {
  margin-left: 1.1%;
  width: 81.9%;
}
@media (max-width: 1679px) {
  .product-add-to-cart .product-quantity:not(:has(.ets-btn-wholesale)) .add {
    width: 81.7%;
    margin-left: 0;
  }
}
.product-add-to-cart .product-quantity:has(.ets-btn-wholesale) {
  justify-content: space-between;
}
.product-add-to-cart .product-quantity .add {
  width: 40%;
}
.product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product {
  width: 40%;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product {
    margin-left: 0;
  }
}
.product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product i {
  display: none;
}
.product-add-to-cart .product-quantity label, .product-add-to-cart .product-quantity .label {
  display: none;
}
.product-add-to-cart #product-availability {
  display: none;
}
.product-add-to-cart .ets-ws-product-price-and-shipping {
  display: none;
}
.product-add-to-cart .qty {
  margin: 0 1rem;
  margin-top: 1rem;
}
@media (max-width: 1679px) {
  .product-add-to-cart .qty {
    margin: 0 0;
    margin-top: 1rem;
  }
}
.product-add-to-cart .qty .bootstrap-touchspin {
  border: none !important;
}
.product-add-to-cart .qty .bootstrap-touchspin .bootstrap-touchspin-down {
  border-right: 1px solid #d6d6d6;
  padding: 0 3px 0 0;
  font-weight: bold;
}
.product-add-to-cart .qty .bootstrap-touchspin #quantity_wanted {
  border: 1px solid #d6d6d6;
  padding: 0;
}
.product-add-to-cart .qty .bootstrap-touchspin .bootstrap-touchspin-up {
  border-left: 1px solid #d6d6d6;
  padding: 0 0 0 3px;
  font-weight: bold;
}
.product-add-to-cart .add {
  margin-top: 1rem;
}

.product-customization {
  margin-bottom: 1.5rem;
}

.product-discounts {
  margin-bottom: 1.5rem;
}
.product-discounts table {
  border: none;
}
.product-discounts table .thead-light th {
  color: #000;
}
.product-discounts table thead tr th {
  padding: 15px 0px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-discounts table tbody td {
  padding: 0.4rem;
}
.product-discounts table tbody td:first-child {
  display: flex;
  justify-content: center;
}
.product-discounts table tbody td:first-child:after {
  content: " szt.";
  white-space: pre;
}
.product-discounts table tbody td:nth-child(n+2) {
  font-weight: bold;
}
.product-discounts table th, .product-discounts table td {
  border: none;
}
.product-discounts .product-discounts-title {
  display: none;
}

.product__quantity {
  margin-bottom: 0;
}

.sort-by-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.total__item-show {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.variant-links {
  display: flex;
  justify-content: center;
}

.product__download {
  text-transform: uppercase;
}

.card--address {
  height: 100%;
  text-align: center;
  justify-content: center;
}

.invoice__address {
  margin-top: 1rem;
}

.invoice-address {
  height: 100%;
  text-align: center;
  justify-content: center;
}

.nav-tabs {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body#product .product-add-to-cart .qty {
    flex: 0 0 20%;
  }
  body#product .product-add-to-cart .add {
    flex: 0 0 80%;
  }
  body#product .product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product {
    flex: 0 0 80%;
    margin-left: 20%;
    margin-top: 0;
  }
  body#product .product-actions .product-additional-info {
    margin-left: 20%;
    justify-content: center;
  }
  body#product .product-actions .product-additional-info .box_wishlist_product {
    border: none;
    margin-top: 0.5rem;
  }
  body#product .product-actions .product-additional-info .social-sharing--product {
    margin: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  body#product .product-quantity {
    justify-content: center;
  }
  body#product .product-add-to-cart .add {
    flex: 0 0 100%;
  }
  body#product .product-add-to-cart .product-quantity a.btn.btn-primary.ets-btn-wholesale.ets-btn-wholesale-product {
    flex: 0 0 100%;
  }
  body#product .product-actions .product-additional-info {
    margin-left: 0;
    justify-content: center;
  }
}
.home-slider-section {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-slider-section {
    padding: 0;
    padding-top: 10px;
  }
}

.home-slider .slider-item {
  position: relative;
}
.home-slider .slider-item .slider-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .slider-item .slider-content {
  position: absolute;
  left: 6.5%;
  bottom: 10%;
}
.home-slider .slider-item .slider-content .slider-title {
  font-weight: 700;
  font-size: 54px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 50px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.home-slider .slider-item .slider-content .slider-cta {
  padding: 15px 50px;
  border-radius: 10px;
  min-width: 250px;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.home-slider .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.home-slider .swiper-pagination .slide-description {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.home-slider .swiper-pagination .slide-description p {
  margin: 0;
  line-height: 1.2;
}
.home-slider .swiper-pagination .slide-description.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  border-radius: 10px;
  height: 6px;
  background-color: #007398;
  z-index: 1;
}
.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  color: inherit;
}
.home-slider .swiper-button-prev svg,
.home-slider .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.home-slider .swiper-button-prev::after,
.home-slider .swiper-button-next::after {
  content: none;
}
.home-slider .swiper-button-prev {
  left: 30px;
}
.home-slider .swiper-button-next {
  right: 30px;
}
@media (max-width: 1679.98px) {
  .home-slider .slider-item .slider-content .slider-title {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .home-slider .slider-item .slider-content .slider-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-slider {
    margin-bottom: 20px;
  }
  .home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
    display: none;
  }
  .home-slider .slider-item .slider-content .slider-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .home-slider .slider-item .slider-content .slider-cta {
    width: 100%;
    padding: 5px;
    font-size: 18px;
  }
}

body .container .ets_mm_megamenu.bg_submenu:before, body .l-wrapper .ets_mm_megamenu.bg_submenu:before, body .l-wrapper--boxed .ets_mm_megamenu.bg_submenu:before, body main > .notifications-container .ets_mm_megamenu.bg_submenu:before {
  width: 106vw;
  left: -6vw !important;
}

.mm_tab_toggle_title {
  width: 100%;
}
.mm_tab_toggle_title a {
  color: #000;
}

@media (min-width: 1200px) {
  .mm_menus_li {
    position: relative;
  }

  .ets_mm_megamenu .mm_menus_li.menus-custom-item:not(:last-child):not(.categories-tab) .mm_menu_content_title::after {
    position: absolute;
    right: 0;
    height: 30px;
  }

  .ets_mm_megamenu .mm_menus_li:not(.menus-custom-item):not(:last-child):not(.categories-tab) .mm_menu_content_title::after {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .ets_mm_megamenu .categories-tab + .mm_menus_li {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .ets_mm_megamenu .mm_menus_li:not(:last-child):not(.categories-tab) .mm_menu_content_title {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .ets_mm_megamenu .mm_menus_li:not(:last-child):not(.categories-tab) .mm_menu_content_title::after {
    content: "";
    display: block;
    height: 20px;
    margin-left: 30px;
  }
  .ets_mm_megamenu .mm_menus_li .mm_tabs_li .mm_columns_contents_ul {
    padding: 20px 10px 0px 10px;
  }
  .ets_mm_megamenu .mm_menus_li .mm_tabs_li .mm_columns_contents_ul .mm_blocks_li .mm_block_type_category a {
    text-decoration: none;
  }
  .ets_mm_megamenu .mm_menus_li .mm_tabs_li .mm_columns_contents_ul .mm_blocks_li .mm_block_type_category a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .ets_mm_megamenu .mm_menus_li.categories-tab + .mm_menus_li {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .ets_mm_megamenu .mm_menus_li .mm_menu_content_title {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  .ets_mm_megamenu .mm_menus_li .mm_menu_content_title {
    padding: 20px 5px;
    font-size: 13px;
  }
  .ets_mm_megamenu .mm_menus_li .mm_menu_content_title::after {
    margin-left: 18px;
  }
}
.mm_arrow {
  display: none;
}

#header .ets_mm_megamenu {
  background-image: linear-gradient(180deg, white 0%, #f9f9f9 50%, #f4f4f4 100%);
}
#header .ets_mm_megamenu:before {
  background-color: rgba(255, 255, 255, 0.7);
}
#header .ets_mm_megamenu .ets_mm_megamenu_content .container, #header .ets_mm_megamenu .ets_mm_megamenu_content .l-wrapper, #header .ets_mm_megamenu .ets_mm_megamenu_content .l-wrapper--boxed, #header .ets_mm_megamenu .ets_mm_megamenu_content main > .notifications-container {
  background-image: linear-gradient(180deg, white 0%, #f9f9f9 50%, #f4f4f4 100%);
  background-color: transparent;
}
#header .ets_mm_megamenu .product-miniature .add_to_wishlist {
  display: none;
}
@media (max-width: 1199px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_bubble_text {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    padding: 0 5px;
    position: relative;
    right: 5px;
    text-transform: capitalize;
    top: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    vertical-align: 5px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.hover:hover .mm_columns_ul {
    opacity: 1;
    pointer-events: auto;
    -o-pointer-events: auto;
    -webkit-pointer-events: auto;
    visibility: visible;
    margin-top: 0;
    display: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li:hover {
    background-image: linear-gradient(180deg, white 0%, #f9f9f9 50%, #f4f4f4 100%) !important;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li {
    background-image: linear-gradient(180deg, white 0%, #f9f9f9 50%, #f4f4f4 100%);
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .ets_mm_url {
    background-image: linear-gradient(180deg, white 0%, #f9f9f9 50%, #f4f4f4 100%) !important;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul {
    background-color: #fff !important;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .ets_mm_url {
    background-image: none !important;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li .ets_mm_block span {
    border-bottom: 1px solid lightgray;
    color: #000;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li .ets_mm_block .ets_mm_block_content {
    font-weight: 500;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li .ets_mm_block .ets_mm_block_content a {
    font-weight: 500;
    color: #007398;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
    margin-left: 30%;
  }
}
@media (max-width: 1199px) and (max-width: 780px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container {
    margin-left: 15%;
  }
}
@media (max-width: 1199px) and (max-width: 590px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container {
    margin-left: 0%;
  }
}
@media (max-width: 1199px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .thumbnail {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-title {
    height: auto;
    margin-bottom: 0;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-title .product_combination {
    font-size: 12px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description p {
    margin-top: 4px;
    line-height: 17px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description span, #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description a, #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description p {
    text-align: center;
    border-bottom: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .price {
    color: #007398;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .regular-price {
    color: #bbb;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .discount-percentage {
    height: 23px;
  }
}
@media (max-width: 1199px) {
  #header .ets_mm_megamenu .mm_menus_ul .close_menu {
    background-color: #ff9000;
  }
}
@media (min-width: 1200px) {
  #header .ets_mm_megamenu .mm_menus_ul {
    background-color: transparent;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li {
    border-right: 1px solid #ececec;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li:last-child {
    border-right: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li:nth-child(3):hover .ets_mm_url .mm_menu_content_title {
    color: #eb6a14;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li:nth-child(n+4):hover .ets_mm_url .mm_menu_content_title {
    color: #007398;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li .mm_blocks_ul .ets_mm_block .h4 {
    color: #007398;
    border-bottom: 1px solid #ececec;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li .mm_blocks_ul .ets_mm_block .ets_mm_block_content a:hover {
    text-decoration: underline;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .ets_mm_url:nth-child(n+3) {
    background-color: transparent;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature {
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature:last-child {
    border-bottom: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 141px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .thumbnail {
    width: 150px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .ets_ws_product_list {
    display: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-title {
    height: auto;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-title a {
    color: #007398;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-title .product_combination {
    font-size: 12px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description p {
    margin-top: 4px;
    line-height: 17px;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description span, #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description a, #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description p {
    text-align: center;
    border-bottom: none;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .price {
    color: #007398;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .regular-price {
    position: initial;
    color: #bbb;
  }
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mm_menus_li_products_list .ets_mm_block_content .product-miniature .thumbnail-container .mm-product-description .product-price-and-shipping .discount-percentage {
    position: absolute;
    top: -5px;
    left: 99px;
    height: 23px;
  }
}

.top-banners {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  justify-content: space-between;
}
.top-banners .top-banners-item {
  position: relative;
}
.top-banners .top-banners-item .banner-image {
  width: 100%;
}
.top-banners .top-banners-item .banner-text {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 20px;
}
.top-banners .top-banners-item .banner-text .banner-title {
  color: #007398;
  margin: 0;
}
.top-banners .top-banners-item .banner-text .banner-subtitle {
  color: #6c757d;
  margin: 0;
}
@media (max-width: 1679.98px) {
  .top-banners .top-banners-item .banner-text {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .top-banners {
    padding-bottom: 0;
    flex-direction: row;
  }
  .top-banners .top-banners-item {
    width: 100%;
  }
  .top-banners .top-banners-item:not(:last-child) {
    margin-right: 10px;
  }
  .top-banners .top-banners-item .banner-text {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .top-banners {
    flex-direction: column;
  }
  .top-banners .top-banners-item {
    width: 100%;
  }
  .top-banners .top-banners-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .top-banners .top-banners-item .banner-text {
    font-size: 22px;
  }
}

.crea-banners4 .products-wrapper .banner {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
.crea-banners4 .products-wrapper .banner .header .link {
  background-color: transparent;
  color: transparent;
  margin-left: 0;
  border: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: background-color 500ms ease-in-out;
}
.crea-banners4 .products-wrapper .banner .header .link:hover {
  transition: background-color 500ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.15);
}
.crea-banners4 .products-wrapper .banner .header {
  bottom: unset;
  top: 0;
  height: 100%;
}
.crea-banners4 .products-wrapper .banner .text {
  bottom: 0;
  position: absolute;
}

@media (min-width: 992px) {
  .collpase--facet.collapse {
    display: block;
  }

  .facet__block:not(:last-child) {
    padding-bottom: 2rem;
    border: none;
    border-bottom: 1px solid #e2e1e1;
  }
}
@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;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}

.facet__title {
  margin-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.custom-color.custom-control {
  position: relative;
  padding-left: 0;
  margin-bottom: 0.25rem;
}
.custom-color.custom-control .custom-control-label {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}
.custom-color.custom-control .custom-control-label:hover .color {
  border: 2px solid black;
}
.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
  display: none;
}
.custom-color .color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border: none;
}
.custom-color .color__label {
  line-height: 1.25;
  display: inline-block;
}
.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 {
  margin-bottom: 1.25rem;
}
.active_filters .btn-light {
  background: #0087b4;
  color: #fff;
}

.active_filters__list-item {
  margin-bottom: 0.25rem;
}

.faceted-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 1051;
}

.faceted-overlay .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.faceted-overlay .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faceted-overlay .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    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: -0.45em;
  width: 0.4em;
  background: #fff;
  border: 1px solid #555;
}

#search_filters .ui-slider-horizontal {
  height: 0.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
 */
/*# sourceMappingURL=front.css.map*/
.search-widget {
  max-width: 560px;
  margin-right: 0px;
}

.search-widget__group {
  position: relative;
}

.search-widget__input-right {
  padding-right: 50px;
}

.search-widget__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 27%;
}

@media (max-width: 991.98px) {
  .search-widget {
    max-width: unset;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.slick-arrow > i {
  font-size: 2rem;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slide figure {
  margin: 0;
}

.slick__arrow-outside .slick-prev {
  transform: translateX(-50px);
}
.slick__arrow-outside .slick-next {
  transform: translateX(50px);
}

.slick__arrow-large .slick-arrow i {
  font-size: 3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: transparent;
  color: #fff;
}

@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: #28a745;
}

.product-comment-post-error-message .modal-header {
  color: #dc3545;
}

.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 {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
}

.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 {
  display: block;
  position: relative;
  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;
  outline: 2px dotted #999;
  pointer-events: none;
  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: 0.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 {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  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;
  pointer-events: none;
  opacity: 0;
}
.starability-basic > label:nth-of-type(5)::before, .starability-basic > .label:nth-of-type(5)::before {
  width: 120px;
  left: -120px;
}
.starability-basic > label:nth-of-type(4)::before, .starability-basic > .label:nth-of-type(4)::before {
  width: 90px;
  left: -90px;
}
.starability-basic > label:nth-of-type(3)::before, .starability-basic > .label:nth-of-type(3)::before {
  width: 60px;
  left: -60px;
}
.starability-basic > label:nth-of-type(2)::before, .starability-basic > .label:nth-of-type(2)::before {
  width: 30px;
  left: -30px;
}
.starability-basic > label:nth-of-type(1)::before, .starability-basic > .label:nth-of-type(1)::before {
  width: 0px;
  left: 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-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.product-criterion__name {
  width: auto;
  font-size: 1rem;
  margin-bottom: 0;
  margin-right: 0.25rem;
}
.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%;
  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: #212529;
}

.u-bor-bot {
  border-bottom: 1px solid #f1f1f1;
}

.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: 1679.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1680px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

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

/** SWIPER **/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

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

.sl-transition {
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/** CUSTOM **/
.main-button {
  background-color: #007398;
  color: #fff;
}
.main-button:hover {
  color: #fff;
  background-color: #00455c;
  text-decoration: none;
}

.breadcrumb {
  background-color: white;
  padding-left: 5px;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
  font-size: 17px;
  line-height: 28px;
}
.breadcrumb .breadcrumb-item.active {
  color: #000;
}
.breadcrumb .breadcrumb-item a span {
  color: #353535;
}
.breadcrumb .breadcrumb-item a span:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item::before {
  content: ">";
  color: #000;
  font-size: 17px;
  line-height: 28px;
}
.breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb-item .active:before {
  content: ">";
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.mm_menu_content_title .fa.fa-caret-down {
  order: 10;
  margin-left: 6px;
  display: none;
}
@media (min-width: 1200px) {
  .mm_menu_content_title .fa.fa-caret-down {
    display: inline;
  }
}

.mm_menus_ul {
  background-color: #fafafa;
}

@media (min-width: 1200px) {
  .menus-custom-item {
    text-align: center;
  }

  .mm_menus_li.mm_menus_li_tab.mm_sub_align_full.mm_has_sub.display_tabs_in_full_width.hover .ets_mm_url {
    display: flex;
    justify-content: center;
  }
}
.ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .ybc-menu-toggle, .ets_mm_megamenu_content .l-wrapper .ets_mm_megamenu_content_content .ybc-menu-toggle, .ets_mm_megamenu_content .l-wrapper--boxed .ets_mm_megamenu_content_content .ybc-menu-toggle, .ets_mm_megamenu_content main > .notifications-container .ets_mm_megamenu_content_content .ybc-menu-toggle {
  color: #000;
}
.ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .ybc-menu-toggle .ybc-menu-button-toggle_icon i, .ets_mm_megamenu_content .l-wrapper .ets_mm_megamenu_content_content .ybc-menu-toggle .ybc-menu-button-toggle_icon i, .ets_mm_megamenu_content .l-wrapper--boxed .ets_mm_megamenu_content_content .ybc-menu-toggle .ybc-menu-button-toggle_icon i, .ets_mm_megamenu_content main > .notifications-container .ets_mm_megamenu_content_content .ybc-menu-toggle .ybc-menu-button-toggle_icon i {
  background-color: #000;
}

body .container .ets_mm_megamenu.bg_submenu:before, body .l-wrapper .ets_mm_megamenu.bg_submenu:before, body .l-wrapper--boxed .ets_mm_megamenu.bg_submenu:before, body main > .notifications-container .ets_mm_megamenu.bg_submenu:before {
  width: 1000vw;
  left: -100vw !important;
}

.mm_menus_li .mm_menu_content_title {
  min-height: auto;
}

@media (max-width: 767px) {
  .transition_floating .close_menu *,
.mm_menus_ul .close_menu .pull-left,
.mm_menus_ul .close_menu .pull-right {
    color: #fff;
  }
  .transition_floating .close_menu * .mm_menus_back,
.mm_menus_ul .close_menu .pull-left .mm_menus_back,
.mm_menus_ul .close_menu .pull-right .mm_menus_back {
    color: #fff;
  }
  .transition_floating .close_menu * .mm_menus_back .icon-bar,
.mm_menus_ul .close_menu .pull-left .mm_menus_back .icon-bar,
.mm_menus_ul .close_menu .pull-right .mm_menus_back .icon-bar {
    color: #fff;
    background-color: #fff;
  }
}
.close_menu .icon-bar {
  background-color: #000;
  color: #000;
}

.header__right {
  display: flex;
  justify-content: space-evenly;
  font-size: 18px;
}
.header__right .shopping-cart {
  position: relative;
}
.header__right .shopping-cart .small, .header__right .shopping-cart .quick-view {
  font-size: 18px;
  display: none;
}
@media (min-width: 1680px) {
  .header__right .shopping-cart .small, .header__right .shopping-cart .quick-view {
    display: inline;
  }
}
.header__right .cart-preview.active {
  position: relative;
}
.header__right .cart-preview.active::after {
  display: flex;
  content: 2;
  width: 20px;
  height: 20px;
  background: #007398;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 20px;
  pointer-events: none;
}
.header__right #_desktop_wishlist {
  margin-right: 5px;
  display: none;
}
@media (min-width: 992px) {
  .header__right {
    width: 12%;
  }
}
@media (min-width: 1200px) {
  .header__right {
    width: 20%;
  }
}
@media (min-width: 1680px) {
  .header__right {
    width: 15%;
  }
}

.header__we-support {
  margin-right: 40px;
  display: none;
}
@media (min-width: 1200px) {
  .header__we-support {
    display: flex;
  }
}

.user-info {
  position: relative;
  margin-right: 15px;
}
.user-info.header__rightitem {
  margin: 10px 10px;
}
.user-info:hover > .account-box,
.user-info .account-box:hover {
  display: flex;
}
.user-info .text {
  text-align: center;
  display: none;
}
@media (min-width: 1680px) {
  .user-info .text {
    display: inline;
  }
}
@media (max-width: 992px) {
  .user-info .material-icons {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .header__search {
    order: 10;
    flex: auto;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .header__search .search-widget {
    max-width: 100%;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__additional-info {
    margin-right: 0.5rem;
  }
}
.account-box {
  display: none;
  position: absolute;
  background-color: #007398;
  padding: 20px;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -14px;
}
.account-box a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.account-box::after {
  content: "";
  display: flex;
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #007398 transparent;
}
.account-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
@media (max-width: 1080px) {
  .account-box {
    right: -90px;
  }
  .account-box::after {
    right: 105px;
  }
}
@media (max-width: 575.98px) {
  .account-box {
    right: -40px;
  }
  .account-box::after {
    right: 55px;
  }
}

/*

@media (min-width: 576px) {
  .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1140px;
  }
}
@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1600px;
  }
}

*/
.header__container .custom-flex {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .custom-flex .phone-number {
  margin-right: 10px;
  font-weight: 600;
}
.header__container .custom-flex .email-adress {
  font-weight: 600;
}

main {
  background-color: #fff;
  overflow-x: hidden;
}

/*img {
  width: 100%;
}*/
#content.page-home {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5px;
  grid-gap: 10px;
}
@media (min-width: 992px) {
  #content.page-home {
    grid-template-columns: minmax(0, 1fr) 270px;
  }
}
@media (min-width: 1200px) {
  #content.page-home {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
}
@media (min-width: 1680px) {
  #content.page-home {
    grid-template-columns: minmax(0, 1fr) 465px;
  }
}

#content.page-home > *:nth-child(n+3) {
  grid-column: 1/-1;
}

/*
@@ -0,0 +1,46 @@
.footer-container {
    background-color: rgb(0, 115, 151);
    padding: 60px 0 30px;

    #block_myaccount_infos {
        display: none;
    }

    .col-lg-3 {
        margin-bottom: 50px;
    }

    .block-contact.col-lg-3 {
        display: none;
    }

    .info-wrapper {
        .info-title {
            color: #fff;
            display: block;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .info-email {
            margin-top: 30px;
            margin-bottom: 40px;
        }

        .info-btn {
            background-color: #fff;
            color: #000;
            font-weight: 700;
            padding: 7px 40px;
        }
    }

    .footer__title {
        color: #fff;
        font-weight: 700;
    }

    a {
        color: #fff;
    }
}
*/
.l-footer {
  color: #fff;
  font-size: 15px;
}
.l-footer .cms-page-link,
.l-footer .account-list a,
.l-footer a {
  color: #fff;
  font-size: 15px;
}

.footer-container {
  background-color: #007397;
  padding: 60px 0 0px;
}

.footer__title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__title--mobile {
  display: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
  border-bottom: none;
}
.footer__title--mobile:after {
  content: "";
  font-family: "Material Icons";
  font-feature-settings: "liga" 1;
  position: absolute;
  right: 15px;
  transition: 0.3s transform ease-in-out;
  font-size: 1.5rem;
}
.footer__title--mobile[data-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .footer__title--desktop {
    display: none;
  }
  .footer__title--mobile {
    display: block;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 0.875rem;
}

.header__nav {
  align-items: center;
}

.header-nav__nav2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-mobile__user-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top {
  display: flex;
  justify-content: space-between;
  position: static;
}

.copyright-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: 11px;
}
.copyright-row .copyright {
  margin-bottom: -2px;
  margin-right: 10px;
}
.copyright-row .made-by .cre-footer-logo {
  max-width: 100px !important;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
}

.company-info {
  margin: auto;
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}

.banks-banner-row {
  display: flex;
  background-color: #fff;
  overflow-x: auto;
}
.banks-banner-row img {
  margin-right: auto;
  margin: 2rem auto;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .banks-banner-row img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banks-banner-row img {
    width: unset;
    margin-bottom: 0.7rem;
  }
}

.footer-container .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.footer-container .footer__title:hover {
  color: #fff;
}
.footer-container .cms-page-link,
.footer-container .email-info,
.footer-container .welcome-proposition,
.footer-container .account-list li a,
.footer-container .account-list .dropdown {
  text-decoration: underline;
  -webkit-text-decoration-color: #007397;
          text-decoration-color: #007397;
  transition: 200ms ease-in-out;
}
.footer-container .cms-page-link:hover,
.footer-container .email-info:hover,
.footer-container .welcome-proposition:hover,
.footer-container .account-list li a:hover,
.footer-container .account-list .dropdown:hover {
  transition: 200ms ease-in-out;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer-container .footer-cooperation {
  margin: 1rem auto;
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #fff;
}
.footer-container .footer-cooperation .crea-facebook-connector {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.footer-container .footer-hook-1 {
  justify-content: space-between;
}
.footer-container .footer-hook-1 .footer__title {
  line-height: 1.1rem;
  min-height: 30px;
}
.footer-container .footer-hook-1 .footer-cooperation {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-container .footer-hook-2 {
  text-align: center;
  justify-content: center;
}
.footer-container .footer-hook-2 .opening-hours {
  flex: 0 0 30%;
  min-width: 30%;
}
.footer-container .footer-hook-2 .opening-hours .footer__title {
  font-size: 17px;
}
.footer-container .footer-hook-2 .opening-hours .footer__title:hover {
  color: #fff;
}
.footer-container .footer-hook-2 .opening-hours .welcome-proposition {
  margin-top: 0.5rem;
  padding-top: 1rem;
}
.footer-container .footer-hook-2 .days-block .working-week, .footer-container .footer-hook-2 .days-block .weekend {
  margin-bottom: 0.25rem;
}
.footer-container .welcome-proposition,
.footer-container .email-info {
  color: #e0e0e0;
}

@media (max-width: 991px) {
  .footer-container .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .footer-container .footer__title--mobile {
    border-bottom: 1px solid transparent;
    transition: 200ms ease-in;
  }
  .footer-container .footer__title--mobile::after {
    right: unset;
    margin-left: 10px;
  }
  .footer-container .footer__title--mobile:not(.collapsed) {
    transition: 200ms ease-in;
    border-bottom-color: #fff;
    margin-bottom: 0.5rem;
  }
  .footer-container .footer-hook-1 {
    justify-content: center;
  }
  .footer-container .footer-hook-1 > div {
    margin-bottom: 1rem;
  }
  .footer-container .footer-hook-1 .footer__title--mobile {
    text-align: center;
  }
  .footer-container .footer-hook-1 ul {
    margin: 0 20%;
  }
  .footer-container .footer-hook-1 .block-contact {
    text-align: center;
  }
  .footer-container .footer-cooperation {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  .footer-container .footer-cooperation .footer__title--mobile {
    width: 50%;
    margin: 0 auto 0.5rem auto;
    letter-spacing: 0.7px;
  }
  .footer-container .footer-cooperation .footer__title--mobile::after {
    top: 30%;
    right: 25%;
  }
  .footer-container .footer-hook-2 .opening-hours .footer__title--mobile {
    font-size: 15px;
    letter-spacing: 0.7px;
    position: relative;
  }
  .footer-container .footer-hook-2 .opening-hours .footer__title--mobile:visited {
    color: #fff;
  }
  .footer-container .footer-hook-2 .opening-hours .footer__title--mobile::after {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .footer-container .block-contact .footer__title--mobile::after {
    top: 8px;
    right: 5px;
  }
  .footer-container .footer-cooperation .footer__title--mobile {
    width: 70%;
  }
  .footer-container .footer-cooperation .footer__title--mobile::after {
    right: 16%;
  }
  .footer-container .footer-hook-2 .opening-hours {
    flex: 0 0 50%;
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer-container {
    padding-top: 20px;
  }
  .footer-container .footer-hook-1 > div {
    flex: 0 0 60%;
    max-width: 100%;
  }
  .footer-container .footer-hook-1 > div ul, .footer-container .footer-hook-1 > div ul#footer_account_list {
    text-align: center;
  }
  .footer-container .footer-hook-1 > div ul li, .footer-container .footer-hook-1 > div ul#footer_account_list li {
    width: unset;
  }
  .footer-container .footer-hook-1 .block-contact .footer__title--mobile::after {
    top: unset;
    right: unset;
  }
  .footer-container .footer-hook-1 .footer_store_info {
    width: 80%;
    margin: auto;
  }
  .footer-container .footer-cooperation .footer__title--mobile {
    width: 60%;
  }
}
.mx-auto {
  margin: auto 0;
}

#footer #block-newsletter-label {
  display: none;
}
#footer .newsletter-title {
  font-size: 29px;
  font-weight: 800;
}
#footer .newsletter-promo {
  font-size: 19px;
  font-weight: 600;
}
#footer .block_newsletter {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 50px 0px;
  color: #000;
}
#footer .block_newsletter .btn-primary {
  background-color: #007398;
  border-color: #007398;
}
#footer .block_newsletter .btn-primary:disabled {
  background-color: #106885;
  border-color: #106885;
}
#footer .block_newsletter a {
  color: #007398;
}
#footer .block_newsletter .container.d-flex, #footer .block_newsletter .d-flex.l-wrapper, #footer .block_newsletter .d-flex.l-wrapper--boxed, #footer .block_newsletter main > .d-flex.notifications-container, #footer .block_newsletter .container.social-sharing, #footer .block_newsletter .l-wrapper.social-sharing, #footer .block_newsletter .l-wrapper--boxed.social-sharing, #footer .block_newsletter main > .notifications-container.social-sharing, #footer .block_newsletter .container.pack-product-container, #footer .block_newsletter .l-wrapper.pack-product-container, #footer .block_newsletter .l-wrapper--boxed.pack-product-container, #footer .block_newsletter main > .notifications-container.pack-product-container, #footer .block_newsletter .container.pack-product-quantity, #footer .block_newsletter .l-wrapper.pack-product-quantity, #footer .block_newsletter .l-wrapper--boxed.pack-product-quantity, #footer .block_newsletter main > .notifications-container.pack-product-quantity {
  flex-wrap: wrap;
}
#footer .block_newsletter .newsletter-consent {
  font-size: 12px;
}
#footer .block_newsletter .newsletter-consent a {
  font-size: 12px;
}
#footer .custom-control .custom-control-label {
  margin-top: 5px;
  padding-top: 4px;
}

.home-slider-section {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 0;
}
.home-slider-section .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.home-slider-section .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.home-slider-section .swiper .swiper-pagination-bullet-active {
  color: #fff;
  background-color: #007398;
}
.home-slider-section .swiper-button {
  transition: opacity 0.2s;
  opacity: 0;
}
.home-slider-section:hover .swiper-button {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .home-slider .swiper-pagination {
    display: none;
  }
}
.home-slider .swiper-pagination .slide-description.swiper-pagination-bullet-active::after {
  display: none;
}

.newtest-products,
.featured-products,
.product-accessories {
  position: relative;
}
.newtest-products .products-section-header .swiper-button-prev,
.newtest-products .products-section-header .swiper-button-next,
.featured-products .products-section-header .swiper-button-prev,
.featured-products .products-section-header .swiper-button-next,
.product-accessories .products-section-header .swiper-button-prev,
.product-accessories .products-section-header .swiper-button-next {
  border: 2px solid;
  background-color: #FFFFFF;
  width: 55px;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.16);
  transition: 300ms;
}
.newtest-products .products-section-header .swiper-button-prev:hover,
.newtest-products .products-section-header .swiper-button-next:hover,
.featured-products .products-section-header .swiper-button-prev:hover,
.featured-products .products-section-header .swiper-button-next:hover,
.product-accessories .products-section-header .swiper-button-prev:hover,
.product-accessories .products-section-header .swiper-button-next:hover {
  background-color: #f0efef;
  transition: 300ms;
}
.newtest-products .products-section-header .swiper-button-prev:after,
.newtest-products .products-section-header .swiper-button-next:after,
.featured-products .products-section-header .swiper-button-prev:after,
.featured-products .products-section-header .swiper-button-next:after,
.product-accessories .products-section-header .swiper-button-prev:after,
.product-accessories .products-section-header .swiper-button-next:after {
  display: none;
}

.home-slider .swiper-pagination .slide-description {
  position: relative;
  text-transform: none;
}
.home-slider .swiper-pagination .slide-description:not(:last-child):not(.swiper-pagination-bullet-active)::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  border-right: 1px solid #000;
}

.ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content .container, .ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content .l-wrapper, .ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content .l-wrapper--boxed, .ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content main > .notifications-container {
  padding: 0 15px;
}

.top-banners {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 72px;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .top-banners {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199px) {
  .top-banners {
    padding-bottom: 103px;
  }
}
@media (max-width: 991px) {
  .top-banners {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 5px;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .top-banners {
    padding-left: 0;
    flex-direction: column;
  }
}
.top-banners .top-banners-item {
  position: relative;
}
.top-banners .top-banners-item img {
  width: 100%;
}
.top-banners .top-banners-item .banner-text {
  display: none;
}

/*
<section class="top-banners">
      <a class="top-banners-item" href="{$item['link']}">
        <img class="banner-image" src="{$item['image']}" alt="{$item['block_title']}">
        <div class="banner-text">
          <p class="banner-title">{$item['block_title']}</p>
          <div class="banner-subtitle">{$item['block_subtitle']}</div>
        </div>
      </a>
  </section>

<div class="slider-additions">
      <div class="img-wrapper-top img-wrapper">
        <img src="https://dummyimage.com/870x530/000/fff" />
        <a href="{$slide.url}" class="slider-cta btn-primary slider-btn">Sprawdź nasze promocje</a>
        <p class="slider-title d-none">{$slide.title}</p>
        <p class="slider-title">
          STREFA 
          <span>NISKICH CEN
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
              stroke-linecap="round" stroke-linejoin="round">
              <path d="M9 18l6-6-6-6" />
            </svg>
          </span>
        </p>
      </div>
      <div class="img-wrapper-bottom img-wrapper">
        <img src="https://dummyimage.com/870x530/000/fff" />
        <p class="slider-title">ŚWIEŻUTKIE</p>
        <p class="slider-title d-none">{$slide.title}</p>
        <a href="{$slide.url}" class="slider-cta btn-primary slider-btn">NOWOŚCI
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round">
            <path d="M9 18l6-6-6-6" />
          </svg>
        </a>
      </div>
    </div>
*/
.products-header-wrapper {
  margin-top: 80px;
  margin-bottom: 50px;
}
.products-header-wrapper .products-header {
  display: flex;
}
.products-header-wrapper .products-header .header-icon {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .products-header-wrapper .products-header .header-icon {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .products-header-wrapper .products-header .header-icon {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 7px;
  }
}
.products-header-wrapper .products-header .header-icon img {
  width: 100%;
}
.products-header-wrapper .products-header .header-title {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .products-header-wrapper .products-header .header-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .products-header-wrapper .products-header .header-title {
    font-size: 24px;
  }
}

.products-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 41px;
}
.products-wrapper.products-aditional-info {
  grid-template-columns: repeat(3, 1fr);
}
.products-wrapper.products-aditional-info .banner {
  padding-top: 50.5%;
}
.products-wrapper .banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 157%;
  position: relative;
}
.products-wrapper .banner .header {
  width: 100%;
  bottom: 7%;
  position: absolute;
}
.products-wrapper .banner .header .text {
  color: #fff;
  margin: 0 1rem 1rem 1rem;
  font-size: 30px;
  line-height: 43px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 460px) and (min-height: 400px) {
  .products-wrapper .banner .header .text {
    font-size: 13px;
    line-height: 25px;
  }
}
@media (max-width: 576px) and (min-height: 461px) {
  .products-wrapper .banner .header .text {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .products-wrapper .banner .header .text {
    font-size: 25px;
    line-height: 34px;
  }
}
.products-wrapper .banner .header .link {
  background-color: #007398;
  color: #fff;
  padding: 0.725rem 4.5rem;
  margin-left: 5%;
  border: 1px solid #007398;
  transition: background-color 500ms ease-in-out;
}
.products-wrapper .banner .header .link:hover {
  transition: background-color 500ms ease-in-out;
  background-color: #01698b;
}
.products-wrapper .banner .header .link:active {
  transition: 50ms;
  background-color: #00698b;
}
@media (max-width: 576px) {
  .products-wrapper .banner .header .link {
    padding: 0.725rem 25%;
  }
}
@media (min-width: 400px) {
  .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-wrapper.products-aditional-info {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-wrapper.products-aditional-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1680px) {
  .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .products-wrapper.products-aditional-info {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ets_ws_product_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-blog .blog-header {
  display: flex;
  padding-bottom: 30px;
}
.home-blog .blog-header .page-heading {
  margin-left: 15px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 800;
}
.home-blog .blog-posts-wrapper {
  display: flex;
}
.home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .post_title a {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
.home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .post_content p {
  font-size: 17px;
  font-weight: 400;
}
.home-blog .blog-posts-wrapper .blog_post .blog_post_content_bottom .content_more {
  display: none;
}

@media (max-width: 575px) {
  .home-blog .blog-posts-wrapper {
    flex-direction: column;
  }
  .home-blog .blog-posts-wrapper .blog_post_content_bottom .post_content {
    display: none;
  }
}
body#product .ws_customers_imgs {
  display: none;
}
body#product #review_head {
  display: none;
}
body#product #reviews_section_wrap .score-chart-holder {
  padding: 0 12px 0 10px;
  margin-right: 12px;
  border-right: 2px solid lightgray;
}
body#product #reviews_section_wrap .score-chart-holder .score-chart-top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body#product #reviews_section_wrap .score-chart-holder .score-chart-top-container .review-header {
  padding: 24px 0 5px 0px;
}
body#product #reviews_section_wrap .score-chart-holder .score-chart-top-container .review-header:after {
  content: ":";
}
body#product #reviews_section_wrap .score-chart-holder .score-chart-top-container .score {
  margin: 0;
}
body#product #reviews_section_wrap .score-chart-holder .review_filtre_label {
  text-align: center;
}
body#product #reviews_section_wrap .score-chart-holder .rating-graph-container_17 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}
body#product #reviews_section_wrap .score-chart-holder .open-ws-review-form {
  background-color: #4b8506;
}
body#product #reviews_section_wrap .score-chart-holder .open-ws-review-form:hover {
  background-color: #5ba008;
}
body#product #reviews_section_wrap .score-chart-holder .open-ws-review-form i {
  color: #fff;
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review {
  border-bottom: 2px solid lightgray;
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review .sortby-container .label {
  margin-bottom: 0;
  border-right: 2px solid lightgray;
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review .sortby-container .label:after {
  content: ":";
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review .sortby-container #sortingOrder {
  background-color: white;
  margin-left: 16px;
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review .paging-container .paging-selected {
  background: linear-gradient(180deg, #ededed 0%, #acabab 60%, #a2a2a2 100%);
}
body#product #reviews_section_wrap #product_reviews_block_tab .nav-review .paging-container a {
  border: none;
  color: #007398;
  padding: 10px 0;
  margin: 6px 0 0 0;
  border-right: 2px solid lightgray;
  height: auto;
  text-decoration: none;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author .comment_grade_wrapp span:after {
  content: ":";
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author .comment_author_infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author .comment_author_infos .verified {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author .comment_author_infos .verified_icon {
  background-color: #4b8506;
  padding: 0px 6px;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_author .comment_author_infos .verified_icon .material-icons {
  color: #fff;
  vertical-align: middle;
  font-size: 11px;
  width: 8px;
  margin-top: -0.6px;
  margin-left: -2.5px;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_details p {
  color: #000000;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .comment_details .title_block {
  font-size: 20px;
  margin: 0;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .recommended i {
  color: #4b8506;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .helpful button span {
  border-color: #4b8506;
}
body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment .comment_wrapp .helpful button span:hover {
  transition: 200ms;
  background-color: #4b8506;
  color: #fff;
}

.ws_modal_review .ws_modal_backdrop {
  background: white;
}
.ws_modal_review .ws_modal_open .ws_modal_backdrop {
  opacity: 0.719;
}
.ws_modal_review .ws_modal_dialog {
  margin: 1% auto;
  border: 1px solid lightgray;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .title {
  text-align: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws_review_recommend {
  justify-content: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws_review_recommend .material-icons {
  color: #4b8506;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .form-group #criterions_review_list .criterion {
  justify-content: center;
  align-items: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .form-group #criterions_review_list .criterion .criterion__label {
  margin-bottom: 0;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .form-group #criterions_review_list .criterion .form-control-label::after {
  content: ":";
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .form-group sup.required {
  color: red;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload {
  text-align: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload .preview-image {
  margin: 0;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload .preview-image .preview-image, .ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload .preview-image .preview-info {
  background: rgba(255, 255, 255, 0.7);
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload .btn-primary {
  background-color: #4b8506;
  border-color: #4b8506;
}
.ws_modal_review .ws_modal_dialog .ws_modal_content .ws-file-upload .btn-primary:hover {
  background-color: #5ba008;
}
.ws_modal_review .ws_modal_dialog .ws_modal_product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_product .ws_modal_product_name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.ws_modal_review .ws_modal_dialog .ws_modal_product .required {
  direction: rtl;
}
.ws_modal_review .ws_modal_dialog .ws_modal_product .required sup {
  color: red;
}
.ws_modal_review .ws_modal_dialog .ws_modal_close:before, .ws_modal_review .ws_modal_dialog .ws_modal_close:after {
  background-color: #000;
}
.ws_modal_review .ws_modal_footer {
  text-align: center;
}
.ws_modal_review .ws_modal_footer #submitWsReview.btn-primary {
  background-color: #4b8506;
  border-color: #4b8506;
}
.ws_modal_review .ws_modal_footer #submitWsReview.btn-primary:hover {
  background-color: #5ba008;
}
.ws_modal_review .ws_modal_footer a {
  border: 1px solid #4b8506;
  color: #000;
  padding: 0.51rem 0.75rem;
  vertical-align: middle;
}
.ws_modal_review .ws_modal_footer a:hover {
  transition: 200ms;
  background-color: #5ba008;
  color: #fff;
}

.ws_modal_content #criterions_review_list .criterion__label {
  color: #fff;
}

@media (max-width: 991.98px) {
  #reviews_section_wrap #product_reviews_block_tab .helpful {
    display: none;
  }

  .ws_modal_review .ws_modal_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ws_modal_review .ws_modal_content .ws_modal_product, .ws_modal_review .ws_modal_content .ws_modal_form_content {
    max-width: 100%;
  }
  .ws_modal_review .ws_modal_footer {
    padding: 0;
    text-align: left;
  }
  .ws_modal_review .ws_modal_footer .ws_modal_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ws_modal_review .ws_modal_footer .ws_modal_buttons button, .ws_modal_review .ws_modal_footer .ws_modal_buttons a {
    text-align: center;
    padding: 0.5rem 0.75rem;
    width: 47%;
  }
  .ws_modal_review .ws_modal_footer .ws_modal_buttons a {
    height: 42px;
  }
}
@media (max-width: 1199px) {
  body#product #reviews_section_wrap .helpful {
    text-align: center;
  }
  body#product #reviews_section_wrap .helpful .report_btn {
    margin-left: 0;
  }
  body#product #reviews_section_wrap .score-chart-holder {
    border: none;
    margin: 0;
    padding: 0;
  }
  body#product #reviews_section_wrap .score-chart-holder .open-ws-review-form {
    width: 40%;
    margin: 0 30% 0 30%;
  }
}
@media (max-width: 992px) {
  body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment_wrapp {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment_wrapp .comment_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body#product #reviews_section_wrap #product_reviews_block_tab #ws_reviewList .comment_wrapp .comment_details .comment_details_content {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
  }
}
body#product .tab-content > .active#product-details {
  display: flex;
}
body#product #product-details {
  flex-direction: column-reverse;
}
body#product #product-details .product-quantities {
  display: none;
}
body#product #product-details .product-availability-date .label {
  font-weight: bold;
}
body#product #product-details .product-reference .label {
  font-weight: bold;
}
body#product #product-details .product-reference .label:after {
  content: ":";
}
body#product #product-details .product-features p {
  font-size: 25px;
}
body#product #product-details .product-features .data-sheet {
  flex-wrap: wrap;
  width: 50%;
}
body#product #product-details .product-features .data-sheet dt, body#product #product-details .product-features .data-sheet dd {
  width: 50%;
  margin: 0;
  text-transform: uppercase;
  padding: 7px 15px;
}
body#product #product-details .product-features .data-sheet dt {
  text-align: right;
  padding-right: 15px;
}
body#product #product-details .product-features .data-sheet dd {
  text-align: left;
  padding-left: 15px;
}
body#product #product-details .product-features .data-sheet dt.name {
  display: inline-block;
}
body#product #product-details .product-features .data-sheet dt.name:nth-child(2n+1) {
  clear: left;
  /* Wyczyść układ dla co drugiego elementu */
}
body#product #product-details .product-features .data-sheet dt.name:nth-child(4n+1) {
  background-color: #e9e9e9;
}
body#product #product-details .product-features .data-sheet dd.value:nth-child(4n+2) {
  background-color: #e9e9e9;
}

@media (max-width: 992px) {
  body#product #product-details {
    align-items: center;
  }
  body#product #product-details .product-features {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body#product #product-details .product-features .data-sheet {
    width: 100%;
  }
}
body#product .fancybox-opened .fancybox-skin {
  padding: 0 !important;
  box-shadow: none;
}
body#product .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-prev span {
  background-image: none;
  height: 38px;
  width: 38px;
  line-height: 30px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  background-color: white;
  border: 1px solid rgba(211, 211, 211, 0.719);
}
body#product .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-prev span:after {
  content: "‹";
  display: block;
  text-align: center;
}
body#product .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-next span {
  background-image: none;
  height: 38px;
  width: 38px;
  line-height: 30px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  background-color: white;
  border: 1px solid rgba(211, 211, 211, 0.719);
}
body#product .fancybox-opened .fancybox-skin .fancybox-outer .fancybox-next span:after {
  content: "›";
  display: block;
  text-align: center;
}
body#product .fancybox-opened .fancybox-skin .fancybox-close {
  background-image: none;
  top: 0;
  right: 0;
  margin: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  background-color: white;
  border: 1px solid rgba(211, 211, 211, 0.719);
}
body#product .fancybox-opened .fancybox-skin .fancybox-close:after {
  content: "×";
  display: block;
  text-align: center;
}
body#product .fancybox-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.submitReviewAfter {
  padding: 18px 18px 16px 18px;
  border: 1px solid lightblue;
  border-left-width: 3px;
  background-color: rgba(173, 216, 230, 0.5);
}
.submitReviewAfter .button {
  border: 1px solid #4b8506;
  background: #fff;
  padding: 0.5rem 1.5rem;
}
.submitReviewAfter .button:hover {
  transition: 200ms;
  background-color: #5ba008;
  color: #fff;
}

#my-account .page-header--my-account h1 {
  margin-top: 1rem;
  padding-left: 1rem;
  text-align: center;
  font-weight: 700;
}
#my-account .page-content--my-account {
  border-bottom: 1px solid lightgray;
  margin-bottom: 1rem;
}
#my-account .page-content--my-account .account-links {
  width: 70%;
  justify-content: center;
  margin: auto;
  padding: 2rem 0;
  border-top: 1px solid lightgray;
}
#my-account .page-content--my-account .account-links a:hover .link-item {
  transition: 400ms;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
#my-account .page-content--my-account .account-links .link-item {
  padding: 2rem 1rem 2rem 1rem;
  transition: 500ms;
  border: none;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #007398;
}
#my-account .page-content--my-account .account-links .link-item i {
  margin: 0 auto 0;
  padding-bottom: 51px;
  font-size: 2.5rem;
}
#my-account .page-footer--my-account {
  padding-top: 1rem;
}
#my-account .page-footer--my-account a {
  padding: 1rem;
  background-color: black;
  color: white;
  font-size: 1.05rem;
  transition: 500ms;
}
#my-account .page-footer--my-account a:hover {
  background-color: #007398;
}

/* Reviews */
#module-ws_productreviews-myreviews .page-content {
  border: none;
}
#module-ws_productreviews-myreviews .page-content table i {
  color: #007398;
}
#module-ws_productreviews-myreviews .page-content .actions button {
  background-color: transparent;
  border: none;
  color: #007398;
}
#module-ws_productreviews-myreviews .page-content .actions button:hover {
  color: #0087b4;
}

.page-wrapper {
  border: none;
}
.page-wrapper .page-header {
  border: none;
  text-align: center;
  background-color: #fff;
  margin-top: 1rem;
}
.page-wrapper .page-header h1 {
  font-weight: 700;
}
.page-wrapper .page-content .order:not(:last-of-type) {
  border-bottom: 1px solid lightgray;
  padding-bottom: 1rem;
}
.page-wrapper .page-content > h6 {
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .page-wrapper .page-content > h6 {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
  }
}
.page-wrapper .page-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.page-wrapper .page-content .table-bordered {
  border: none;
}
.page-wrapper .page-content .table-bordered th {
  border: none;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .page-wrapper .page-content .table-bordered th {
    text-align: center;
  }
}
.page-wrapper .page-content .table-bordered td {
  border: none;
}
.page-wrapper .page-content .table-bordered tr {
  border: none;
  border-top: 1px solid lightgray;
}
.page-wrapper .page-content .table-bordered tr th {
  vertical-align: top;
}
.page-wrapper .page-content .register-form > p {
  letter-spacing: 0.25px;
  font-size: 1.25rem;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 16px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-wrapper .page-content .register-form > p {
    width: 75%;
    max-width: 450px;
    margin: 0 auto 30px auto;
  }
}
.page-wrapper .page-content .register-form > p a {
  font-size: 1.25rem;
  transition: 200ms;
  color: #494949;
}
.page-wrapper .page-content .register-form > p a:hover {
  transition: 500ms;
  color: #007398;
}
.page-wrapper .page-content form .form-fields .required:after {
  content: "*";
  color: red;
}
.page-wrapper .page-content form .form-fields .input-group-btn .btn-light, .page-wrapper .page-content form .form-fields .input-group-btn .btn-primary {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.page-wrapper .page-content form .form-fields .input-group-btn .btn-light:hover, .page-wrapper .page-content form .form-fields .input-group-btn .btn-primary:hover {
  background-color: #0087b4;
}
.page-wrapper .page-content form .form-fields .btn-primary {
  color: #fff;
  background-color: #007398;
  border-color: #007398;
}
.page-wrapper .page-content form .form-fields .btn-primary:hover {
  background-color: #0087b4;
}
.page-wrapper .page-content form .form-footer .btn-primary {
  padding: 0.4rem 1.5rem;
  transition: 200ms;
  background-color: #007398;
  border-color: #007398;
}
.page-wrapper .page-content form .form-footer .btn-primary:hover {
  background-color: #0087b4;
  border-color: #0087b4;
}
.page-wrapper .login-form .forgot-password a, .page-wrapper .login-form .forgot-password .account-link,
.page-wrapper .page-footer .no-account a,
.page-wrapper .page-footer .no-account .account-link,
.page-wrapper .page-footer a,
.page-wrapper .page-footer .account-link {
  transition: 200ms;
  color: #000;
}
.page-wrapper .login-form .forgot-password a:hover, .page-wrapper .login-form .forgot-password .account-link:hover,
.page-wrapper .page-footer .no-account a:hover,
.page-wrapper .page-footer .no-account .account-link:hover,
.page-wrapper .page-footer a:hover,
.page-wrapper .page-footer .account-link:hover {
  transition: 500ms;
  color: #007398;
}
.page-wrapper .page-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}
.page-wrapper .page-footer a {
  margin-right: 20px;
}

.alert-info, .alert-danger, .alert-warning, .alert-success, .alert-warning, .thankyou-card-block {
  border-width: 1px;
  border-left-width: 6px;
  color: #000;
}

.alert-info {
  background-color: rgba(13, 202, 240, 0.1);
  border-color: #0dcaf0;
  border-left-color: #0dcaf0;
}

.alert-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
  border-left-color: #dc3545;
}

.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
  border-left-color: #ffc107;
}

.thankyou-card-block {
  background-color: rgba(41, 166, 70, 0.1);
  border-color: #4b8506;
}

.alert-success {
  background-color: rgba(41, 166, 70, 0.1);
  border-color: #29a646;
  border-left-color: #29a646;
}

#order-confirmation #content-hook_order_confirmation.bg-success {
  background-color: rgba(41, 166, 70, 0.1) !important;
}

.btn-success {
  background-color: rgba(41, 166, 70, 0.8);
}
.btn-success:hover {
  background-color: rgba(41, 166, 70, 0.7);
}

.btn-danger {
  background-color: rgba(220, 53, 69, 0.8);
}
.btn-danger:hover {
  background-color: rgba(220, 53, 69, 0.7);
}

#module-askforaquote-SubmitedQuotes .thankyou-card-block {
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  margin-bottom: 1rem;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation {
  border: none;
  padding: 1.25rem 0;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters {
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table {
  border: none;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line {
  padding-top: 0.725rem;
  padding-bottom: 0.725rem;
  border: 1px solid rgba(211, 211, 211, 0.253);
  box-shadow: 0px 0px 24px 0px rgba(206, 206, 206, 0.13);
  align-items: center;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line:not(:last-child), #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line:not(:last-child), .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line:not(:last-child) {
  margin-bottom: 1rem;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .details, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .details, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .details {
  text-align: center;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .details span, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .details span, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .details span {
  color: #000;
  font-weight: 600;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .details small, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .details small, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .details small {
  font-weight: 600;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .row, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .row, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .row, #module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .products, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .products, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .products {
  flex-direction: column;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .row div:not(:last-child), #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .row div:not(:last-child), .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .row div:not(:last-child), #module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .products div:not(:last-child), #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .products div:not(:last-child), .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .products div:not(:last-child) {
  margin-bottom: 0.5rem;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .row .product-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .row .product-price, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .row .product-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .products .product-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .products .product-price, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .products .product-price {
  color: #007398;
}
#module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .row .products-sum-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .row .products-sum-price, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .row .products-sum-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block .order-confirmation-table .order-line .qty .products .products-sum-price, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters .order-confirmation-table .order-line .qty .products .products-sum-price, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters .order-confirmation-table .order-line .qty .products .products-sum-price {
  color: #000;
  font-size: 800;
}
@media (min-width: 576px) and (max-width: 991px) {
  #module-askforaquote-SubmitedQuotes .page-order-confirmation {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 576px) {
  #module-askforaquote-SubmitedQuotes .page-order-confirmation .card-block #order-items, #module-askforaquote-SubmitedQuotes .page-order-confirmation .left-column .search_filters #order-items, .left-column #module-askforaquote-SubmitedQuotes .page-order-confirmation .search_filters #order-items {
    width: 85%;
    margin: auto;
  }
  #module-askforaquote-SubmitedQuotes .page-order-confirmation .order-confirmation-table .order-line {
    text-align: center;
  }
  #module-askforaquote-SubmitedQuotes .page-order-confirmation .order-confirmation-table .order-line .details {
    border-bottom: 1px solid rgba(211, 211, 211, 0.253);
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

#addWishlistEw .modal-dialog .modal-content .modal-header .modal-title, #createWishlistEw .modal-dialog .modal-content .modal-header .modal-title, #renameWishlistEw .modal-dialog .modal-content .modal-header .modal-title {
  color: #007398;
}
#addWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist, #createWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist, #renameWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist {
  background-color: #007398;
  color: #fff;
}
#addWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist:hover, #createWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist:hover, #renameWishlistEw .modal-dialog .modal-content .modal-footer .btn.create_new_wishlist:hover {
  background-color: #00455c;
}

.st-wishlist .wishlist_box .st-wishlist-close:hover .material-icons {
  transform: rotate(90deg);
  transition: 500ms;
}
.st-wishlist .wishlist_box .st-wishlist-title h4 {
  color: #007398;
}
.st-wishlist .wishlist_box .sidebar-wishlist .sidebar_list_favorite .wishlist_product .ets-btn-wholesale, .st-wishlist .wishlist_box .sidebar-wishlist .sidebar_list_favorite .wishlist_product .btn-add-to-cart {
  font-size: 1rem;
}
.st-wishlist .wishlist_box .sidebar-wishlist .sidebar_list_favorite .wishlist_product .remove_wishlist:hover .material-icons {
  transform: rotate(90deg);
  transition: 500ms;
}
.st-wishlist .add_wishlist_list {
  background-color: transparent;
  border-color: lightgray;
  color: #000;
}
.st-wishlist .add_wishlist_list:hover {
  background-color: #007398;
  color: #fff;
}
.st-wishlist .sidebar_list_favorite_bottom div .btn-primary {
  background-color: transparent;
  border-color: lightgray;
  color: #000;
}
.st-wishlist .sidebar_list_favorite_bottom div .btn-primary:hover {
  background-color: #007398;
  color: #fff;
}

#module-favoriteeasy-favorite .add_wishlist_list {
  background-color: transparent;
  border-color: lightgray;
  color: #000;
}
#module-favoriteeasy-favorite .add_wishlist_list:hover {
  background-color: #007398;
  color: #fff;
}
#module-favoriteeasy-favorite .page-favoriteeasy .justify-content-between .btn-primary, #module-favoriteeasy-favorite .page-favoriteeasy .pack-product-container .btn-primary {
  background-color: transparent;
  border-color: lightgray;
  color: #000;
}
#module-favoriteeasy-favorite .page-favoriteeasy .justify-content-between .btn-primary:hover, #module-favoriteeasy-favorite .page-favoriteeasy .pack-product-container .btn-primary:hover {
  background-color: #007398;
  color: #fff;
}
#module-favoriteeasy-favorite .page-favoriteeasy .remove_wishlist_page:hover .material-icons {
  transform: rotate(90deg);
  transition: 500ms;
}

.wishlist-count {
  color: #fff !important;
}

#cart main {
  overflow-x: unset;
}
#cart .cart-grid-right {
  position: relative;
}
#cart .cart-grid-right .card, #cart .cart-grid-right .page-wrapper, #cart .cart-grid-right .card-block, #cart .cart-grid-right .block-categories, #cart .cart-grid-right .account-links .link-item, .account-links #cart .cart-grid-right .link-item, #cart .cart-grid-right .address, #cart .cart-grid-right .left-column .search_filters, .left-column #cart .cart-grid-right .search_filters {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
  border: 1px solid rgba(211, 211, 211, 0.363);
  box-shadow: 0px 0px 4px -3px #000;
}
#cart .card .cart-wishlist, #cart .page-wrapper .cart-wishlist, #cart .card-block .cart-wishlist, #cart .block-categories .cart-wishlist, #cart .account-links .link-item .cart-wishlist, .account-links #cart .link-item .cart-wishlist, #cart .address .cart-wishlist, #cart .left-column .search_filters .cart-wishlist, .left-column #cart .search_filters .cart-wishlist {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#cart .card .cart-wishlist > div, #cart .page-wrapper .cart-wishlist > div, #cart .card-block .cart-wishlist > div, #cart .block-categories .cart-wishlist > div, #cart .account-links .link-item .cart-wishlist > div, .account-links #cart .link-item .cart-wishlist > div, #cart .address .cart-wishlist > div, #cart .left-column .search_filters .cart-wishlist > div, .left-column #cart .search_filters .cart-wishlist > div {
  flex: 0 0 24%;
  width: 24%;
}
#cart .card .cart-wishlist .product-line-grid, #cart .page-wrapper .cart-wishlist .product-line-grid, #cart .card-block .cart-wishlist .product-line-grid, #cart .block-categories .cart-wishlist .product-line-grid, #cart .account-links .link-item .cart-wishlist .product-line-grid, .account-links #cart .link-item .cart-wishlist .product-line-grid, #cart .address .cart-wishlist .product-line-grid, #cart .left-column .search_filters .cart-wishlist .product-line-grid, .left-column #cart .search_filters .cart-wishlist .product-line-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid rgba(211, 211, 211, 0.363);
  box-shadow: 0px 0px 4px -3px #000;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-left img, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .address .cart-wishlist .product-line-grid .product-line-grid-left img, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-left img, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-left img {
  width: 100%;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .address .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info .label {
  margin: 5px 10px 0.5rem 10px;
  color: #000;
  font-weight: 600;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .address .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-body .product-line-info.product-price {
  justify-content: center;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right {
  margin-top: auto;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .text-xs-right:hover .remove_wishlist .material-icons {
  transform: rotate(90deg);
  transition: 500ms;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .price_row, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .price_row, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .price_row, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .price_row {
  width: 100%;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row {
  display: flex;
  flex-direction: column;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty {
  width: 100%;
  margin-bottom: 0.5rem;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price {
  text-align: center;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .qty .current-price .price {
  color: #007398;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .out_of_stock {
  color: #fd3e3e;
  font-weight: 500;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .stock-info {
  font-weight: 500;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary {
  background-color: transparent;
  border-color: lightgray;
  color: #000;
  transition: 350ms;
}
#cart .card .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .page-wrapper .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .card-block .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .block-categories .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .account-links .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, .account-links #cart .link-item .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .address .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, #cart .left-column .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover, .left-column #cart .search_filters .cart-wishlist .product-line-grid .product-line-grid-right .qty_price_row .price .btn-primary:hover {
  background-color: #007398;
  color: #fff;
  transition: 350ms;
}

@media (max-width: 1199px) {
  #cart .card .cart-wishlist > div, #cart .page-wrapper .cart-wishlist > div, #cart .card-block .cart-wishlist > div, #cart .block-categories .cart-wishlist > div, #cart .account-links .link-item .cart-wishlist > div, .account-links #cart .link-item .cart-wishlist > div, #cart .address .cart-wishlist > div, #cart .left-column .search_filters .cart-wishlist > div, .left-column #cart .search_filters .cart-wishlist > div {
    flex: 0 0 31.5%;
    width: 31.5%;
  }
  #cart .card .cart-wishlist .product-line-grid-right, #cart .page-wrapper .cart-wishlist .product-line-grid-right, #cart .card-block .cart-wishlist .product-line-grid-right, #cart .block-categories .cart-wishlist .product-line-grid-right, #cart .account-links .link-item .cart-wishlist .product-line-grid-right, .account-links #cart .link-item .cart-wishlist .product-line-grid-right, #cart .address .cart-wishlist .product-line-grid-right, #cart .left-column .search_filters .cart-wishlist .product-line-grid-right, .left-column #cart .search_filters .cart-wishlist .product-line-grid-right {
    display: flex;
  }
  #cart .card .cart-wishlist .add-to-cart-button, #cart .page-wrapper .cart-wishlist .add-to-cart-button, #cart .card-block .cart-wishlist .add-to-cart-button, #cart .block-categories .cart-wishlist .add-to-cart-button, #cart .account-links .link-item .cart-wishlist .add-to-cart-button, .account-links #cart .link-item .cart-wishlist .add-to-cart-button, #cart .address .cart-wishlist .add-to-cart-button, #cart .left-column .search_filters .cart-wishlist .add-to-cart-button, .left-column #cart .search_filters .cart-wishlist .add-to-cart-button {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  #cart .card, #cart .page-wrapper, #cart .card-block, #cart .block-categories, #cart .account-links .link-item, .account-links #cart .link-item, #cart .address, #cart .left-column .search_filters, .left-column #cart .search_filters {
    margin-right: 0.9rem;
  }
  #cart .card .cart-wishlist > div, #cart .page-wrapper .cart-wishlist > div, #cart .card-block .cart-wishlist > div, #cart .block-categories .cart-wishlist > div, #cart .account-links .link-item .cart-wishlist > div, .account-links #cart .link-item .cart-wishlist > div, #cart .address .cart-wishlist > div, #cart .left-column .search_filters .cart-wishlist > div, .left-column #cart .search_filters .cart-wishlist > div {
    flex: 0 0 49%;
    width: 49%;
  }
}

/*# sourceMappingURL=theme.css.map*/