*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  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.333333%;
  max-width: 33.333333%;
}

.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.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  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: 80%;
  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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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: 80%;
  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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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) !important;
  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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%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 {
    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;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.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;
}

.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 > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  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: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  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, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.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: 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);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 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;
  }
}

.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;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Light.woff2') format('woff2'), url('../fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'), url('../fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@charset "UTF-8";

@font-face {
    font-family: "Icons";
    src: url("../fonts/icons.eot?v=2");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?v=2") format("woff"), url("../fonts/icons.ttf?v=2") format("truetype"), url("../fonts/icons.svg#icons?v=2") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "Icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-display: swap !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-display: swap !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\61";
}
.icon-arrow-left:before {
  content: "\62";
}
.icon-arrow-right:before {
  content: "\63";
}
.icon-arrow-up:before {
  content: "\64";
}
.icon-bag:before {
  content: "\65";
}
.icon-direction-down:before {
  content: "\66";
}
.icon-direction-left:before {
  content: "\67";
}
.icon-direction-right:before {
  content: "\68";
}
.icon-direction-up:before {
  content: "\69";
}
.icon-fb:before {
  content: "\6a";
}
.icon-heart:before {
  content: "\6b";
}
.icon-heart-line:before {
  content: "\6c";
}
.icon-inst:before {
  content: "\6d";
}
.icon-leaf:before {
  content: "\6e";
}
.icon-li:before {
  content: "\6f";
}
.icon-minus:before {
  content: "\70";
}
.icon-phone:before {
  content: "\71";
}
.icon-plus:before {
  content: "\72";
}
.icon-search:before {
  content: "\73";
}
.icon-star:before {
  content: "\74";
}
.icon-tw:before {
  content: "\75";
}
.icon-pi:before {
  content: "\76";
}
.icon-menu:before {
  content: "\77";
}
.icon-check:before {
  content: "\78";
}
.icon-close:before {
  content: "\79";
}
.icon-arrow-fwd:before {
  content: "\7a";
}
.icon-arrow-back:before {
  content: "\41";
}
.icon-yt:before {
  content: "\42";
}
.icon-mail:before {
  content: "\43";
}
.icon-user:before {
  content: "\44";
}
.icon-user2:before {
  content: "\45";
}
.icon-print:before {
  content: "\46";
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
: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(-1 * 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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@font-face{font-family:lg;src:url(../fonts/lg.woff2?io9a6k) format("woff2"),url(../fonts/lg.ttf?io9a6k) format("truetype"),url(../fonts/lg.woff?io9a6k) format("woff"),url(../fonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:'\e095'}.lg-prev{left:20px}.lg-prev:after{content:'\e094'}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:'\e070'}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:'\e90a'}.lg-toolbar .lg-download:after{content:'\e0f2'}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:'\e1ff'}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:rgba(30,30,30,.9);stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:'\e01d'}.lg-show-autoplay .lg-autoplay-button:after{content:'\e01a'}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);will-change:opacity,transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-icon.lg-zoom-in:after{content:'\e311'}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:'\e033'}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:'\e312'}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:'';display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:'\e80d'}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:'\e904'}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:'\e907'}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:'\e906'}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(../img/loading.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:'\e070'}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:'\e908'}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-rotate-left:after{content:'\e900'}.lg-rotate-right:after{content:'\e901'}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:'\e903'}.lg-flip-hor:after{content:'\e902'}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grab img.lg-object{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:'';display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(../img/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:'\e909'}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}
.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  align-items: center;
  display: flex;
}

.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu .header {
  display: flex;
}

.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}

/* .slinky-theme-default {
  background: #f6f7f8;
} */

.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #333;
  /* padding: 1em; */
}

/* .slinky-theme-default a:not(.back):hover {
  background: rgba(90, 200, 250, 0.25);
}

.slinky-theme-default a:not(.back):active {
  background: rgba(90, 200, 250, 0.5);
} */

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==)
    center no-repeat;
  background-size: 1em;
  content: "";
  height: 1em;
  opacity: 0.25;
  transition: 200ms;
  width: 1em;
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .back::before {
  padding: 1em;
  transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}


[v-cloak] > * {
    visibility: hidden;
}

/* GLOBAL */
html, body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #206199;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #20B8D0;
    text-decoration: none;
    outline: none;
}

strong {
    font-weight: 700;
    color: #206199;
}

a, button, .lang > div {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

button,
button:focus {
    border: 0;
    outline: none;
}

input[type=text], input[type=password] {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    color: #206199;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0;
}

h2, .h2 {
    font-size: 30px;
}

section h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

.page-content h2,
.page-content h3 {
    margin: 30px 0 10px 0;
}

h4, .h4 {
    font-size: 20px;
    font-weight: 700;
}

.section-title {
    text-align: center;
}

.req {
    color: #E9003F;
    margin-left: 8px;
}

.img_responsive, .imgresponsive {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.textbox, textarea {
    background: #ebedef;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.textbox:focus,
textarea:focus,
.select-list:focus {
    background: #fff;
    border-color: #7e8289;
    box-shadow: 0 0 10px rgba(49,56,68,0.2);
}

.page-content.single-post a[href^="mailto:"]:last-of-type {
    position: relative;
    display: block;
    font-weight: 700;
    padding: 12px 30px 11px 30px;
    margin: 0;
    text-align: center;
    border-radius: 30px;
    border: none;
    background: #206199;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    width: fit-content; 
    margin: 0 auto;
}

.page-content.single-post a[href^="mailto:"]:last-of-type:focus,
.page-content.single-post a[href^="mailto:"]:last-of-type:hover,
.page-content.single-post a[href^="mailto:"]:last-of-type:active 
{
    background: #20b8d0;
    color: #ffffff;
    outline: none;
}

.page-content.single-post a[href^="mailto:"]:last-of-type {
    background: #206199;
    color: #fff;
    min-width: 215px;
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 12px 30px 11px 30px;
    margin: 0;
    text-align: center;
    border-radius: 30px;
    border: none;
    background: #206199;
    color: #ffffff;
}

.btn:focus,
.btn:hover,
.btn:active {
    background: #20b8d0;
    color: #ffffff;
    outline: none;
}

.btn-primary {
    background: #206199;
    color: #fff;
    min-width: 215px;
}

.btn-primary::after {
    content: '';
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 10px;
    background: url(../img/arrow-white.svg) 50% 50% no-repeat;
    background-size: 15px auto;
    animation: move-back-arrow .5s forwards;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #5DB8CF;
    color: #fff;
}

.btn-primary:hover::after {
    animation: move-arrow .5s forwards;
}

@keyframes move-arrow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes move-back-arrow {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-secondary {
    background: #9C9D9D;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #206199;
}

.btn-action {
    background: #206199;
}

.btn-action-white {
    background: #fff;
    border-color: #206199;
    color: #000000;
}

    .btn-action:focus,
    .btn-action:active,
    .btn-action:hover,
    .btn-action-white:hover,
    .btn-action-white:focus,
    .btn-action-white:active {
        background: #5DB8CF;
        border-color: #5DB8CF;
        color: #fff;
    }

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-outline {
    border: 1px solid #D3D3D3;
    color: #444444;
    background: #ffffff;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
    background: #206199;
    color: #ffffff;
    border: 1px solid #206199;
}

.no-scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.center-img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-width: 100%;
}

svg path {
    transition: all .5s cubic-bezier(0.21, 1.17, 0.73, 1.21);
}

.dark-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.tablica-podaci {
    border-spacing: 0;
    border-collapse: collapse;
    border-width: 1px;
}

    .tablica-podaci tr td {
        padding: 8px 15px;
        border-top: 2px solid #fff;
        vertical-align: top;
    }

        .tablica-podaci tr td:first-child {
            background: #f2f2f2;
            color: #888888;
        }



/* CUSTOM CHECKBOXES */
label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    position: relative;
    font-weight: 400;
}

input[type=radio] + label:before {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ced4da;
    content: '';
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 10px;
}

input[type=radio]:checked + label:after {
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #206199;
    border-radius: 5px;
    content: ' ';
    text-align: center;
}




/* SELECTPICKER OVERRIDE */
.bootstrap-select .btn {
    text-transform: none;
    padding: 11px 16px;
    text-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

    .bootstrap-select .btn .filter-option {
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        letter-spacing: 0;
        padding-right: 10px;
        line-height: 23px;
    }

    .bootstrap-select .btn:hover,
    .bootstrap-select .btn:focus,
    .bootstrap-select .btn:hover .filter-option {
        color: #39434B;
    }

.bootstrap-select.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open > .dropdown-toggle.btn-default {
    background: #ddd;
    border-color: #ddd;
    color: #232323;
}

.bootstrap-select .dropdown-menu {
    border-radius: 5px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 400;
}

    .bootstrap-select .dropdown-menu > li > a {
        padding: 5px 15px;
    }

    .bootstrap-select .dropdown-menu > li:first-child > a {
        padding: 5px 15px;
    }

.dropdown-item {
    line-height: 1.2;
}

.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:active,
.bootstrap-select .dropdown-menu > li > a:focus {
    background: #D2EBF2;
    color: #16181b;
}

.bootstrap-select .dropdown-menu > li.selected a {
    background: none;
    color: #206199;
}




/* GD SELECT*/
.gd-select {
    position: relative;
}

.gd-selected {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.gd-selected button {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    padding: 0 30px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: 900;
    color: #206199;
}

        .gd-selected.is-expanded button::after,
        .gd-selected button::after {
            content: '+';
            position: absolute;
            right: 0;
            font-weight: 900;
            font-size: 30px;
            top: -3px;
            line-height: 1;
        }

    .gd-selected.is-expanded button::after {
        content: '-';
        font-size: 36px;
        top: -6px;
        right: 2px;
    }

.gd-search {
    padding: 16px 12px 2px 12px;
}

    .gd-search input {
        display: block;
        width: 100%;
        border: 1px solid #AEB1BB;
        padding: 4px 8px;
        font-style: italic;
        border-radius: 2px;
    }

.gd-dropdown {
    position: relative;
    width: 100%;
    max-height: 250px;
    overflow: auto;
}

    .gd-dropdown ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

        .gd-dropdown ul li {
            display: block;
            position: relative;
            padding: 4px 20px 4px 0;
            cursor: pointer;
        }

.gd-dropdown ul a,
.gd-dropdown ul em {
    position: relative;
    display: block;
    color: #6F6F6E;
    text-decoration: none;
    padding-left: 30px;
    font-weight: 600;
}

            .gd-dropdown ul a:hover {
                color: #20B8D0;
            }

    .gd-dropdown .disabled {
        cursor: default;
    }

        .gd-dropdown .disabled em {
            color: #999;
            font-style: normal;
        }

    .gd-dropdown .amount {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #959595;
    }

    .gd-dropdown .item-check {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 5px;
        border: 1px solid #DDE2EB;
        border-radius: 2px;
    }

.gd-dropdown .item-check::after {
    display: none;
    position: absolute;
    left: 3px;
    top: 1px;
    font-family: 'Icons';
    font-size: 12px;
    content: '\78';
    color: #206199;
}

.gd-dropdown .checked .item-check::after {
    display: block;
}

.gd-dropdown .checked .item-check::after {
    display: block;
}

/* RANGE SLIDER */
.noUi-horizontal {
    margin: 6px 6px 20px 6px;
    height: 2px;
}

.noUi-target {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
}

.noUi-origin {
    border-radius: 10px;
}

.noUi-background {
    background: #AEB1BB;
    box-shadow: none;
}

.noUi-base {
    background: #AEB1BB;
}

.noUi-connect {
    background: #AEB1BB;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    /*left: -8px;*/
    top: -7px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: auto;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -8px;
}

.noUi-origin {
    background: #AEB1BB;
}

.noUi-origin:first-of-type {
    background: #AEB1BB;
}

.noUi-handle {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    background: #206199;
}

.noUi-handle::before {
    display: none;
}

.noUi-handle::after {
    display: none;
}

/* WRAPPERS */
.mobile-visible,
.tablet-visible {
    display: none;
}

header {
    position: sticky;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 101;
    padding: 20px 0;
    box-shadow: 0 4px 4px rgba(0,0,0,.15);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.homepage header {
    position: relative;
}

.main-header {
    display: block;
    width: 100%;
    padding: 0 0 25px 0;
}

.topbar {
    background: #F2F2F2;
    padding: 12px 0;
    display: none;
}

    .topbar a {
        font-size: 14px;
        font-weight: 600;
    }

    .topbar ul li {
        display: inline-block;
        margin: 0 30px 0 0;
    }

        .topbar ul li:last-child {
            margin: 0;
        }

.right-side {
    position: relative;
    /*top: 5px;*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .right-side li {
        margin: 0 20px 0 0;
        color: #206199;
        display: inline-block;
    }

        .right-side li:last-child {
            margin: 0;
        }

    .right-side a {
        position: relative;
        width: 25px;
        height: 25px;
        display: block;
        top: -2px;
    }

    .right-side .insta {
        background: url(../img/insta-ico.svg) 50% 50% no-repeat;
        background-size: 25px auto;
    }

        .right-side .insta:hover {
            background: url(../img/insta-ico-hover.svg) 50% 50% no-repeat;
            background-size: 25px auto;
        }

    .right-side .fb {
        background: url(../img/facebook-ico.svg) 50% 50% no-repeat;
        background-size: 25px auto;
    }

        .right-side .fb:hover {
            background: url(../img/facebook-ico-hover.svg) 50% 50% no-repeat;
            background-size: 25px auto;
        }

header .logo {
    position: relative;
}

    header .logo img {
        width: 213px;
        height: 46px;
    }

.search {
    max-width: 540px;
    height: 50px;
    width: 100%;
    border-radius: 30px;
    background: #F5F5F5;
}

    .search ul {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .search ul li {
            display: table-cell;
            height: 50px;
            vertical-align: middle;
        }

    .search .search-field input {
        display: block;
        width: 100%;
        padding: 9px 15px 11px 15px;
        line-height: 20px;
        border: 0;
        background: none;
        font-style: italic;
    }

    .search .search-btn {
        width: 100%;
        height: 50px;
        width: 50px;
        text-align: center;
    }

        .search .search-btn a {
            position: relative;
            display: block;
            width: 100%;
            height: 50px;
            background: transparent;
            border-radius: 0 30px 30px 0;
        }

.search .search-btn a:hover,
.search .search-btn a:focus {
    background: #206199;
}

.search .search-btn a svg {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.search .search-btn a:hover svg path {
    fill: #fff;
    stroke: #ffffff;
}

.header-menu {
    position: relative;
    padding: 0;
    margin: 6px 0 0 0;
    list-style: none;
}

    .header-menu li {
        margin-left: 30px;
        display: inline-block;
    }

        .header-menu li:first-child {
            margin: 0;
        }

    .header-menu .tel-menu {
        border-right: 1px solid #F0ECF0;
        padding: 0 30px 0 0;
    }

    .header-menu .mobile-menu-trigger,
    .header-menu .menu-label {
        display: none;
    }

    .header-menu .tel-menu a {
        font-weight: 700;
        color: #206199;
        position: relative;
        padding: 0 0 0 45px;
    }

        .header-menu .tel-menu a::before {
            content: '';
            position: absolute;
            display: block;
            width: 30px;
            height: 30px;
            left: 0;
            top: -4px;
            background: url(../img/phone-ico.svg) 50% 50% no-repeat;
            background-size: 30px auto;
        }

    .header-menu li a {
        position: relative;
        display: block;
    }

.header-menu li a:hover {
    color: #5DB8CF;
}

    .header-menu .login-register a {
        display: inline-block;
        color: #ffffff;
        font-weight: 400;
        font-size: 15px;
    }

        .header-menu .login-register a:hover {
            color: #ffffff;
            opacity: .7;
        }

.cart-ico {
    position: relative;
    top: -3px;
}

.header-menu li a i {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    background: #9C9D9D;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
}

.header-menu .show-mini-bag {
    position: relative;
    top: 2px;
}

    .header-menu .show-mini-bag .cart-ico {
        width: 40px;
        height: 40px;
        background: url(../img/cart-ico.svg) 50% 50% no-repeat;
        background-size: 40px auto;
    }

    .header-menu .show-mini-bag i {
        right: -6px;
        top: -4px;
    }

.header-menu .user-menu-trigger {
    position: relative;
}

.header-menu .user-menu-trigger.logged-in::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background: #9C9D9D;
}

.user-menu,
.user-signin-dropdown {
    display: none;
    position: absolute;
    width: 200px;
    right: -87px;
    top: 40px;
    z-index: 1000;
    background: #fff;
    color: #222;
    margin: 0;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.10);
}

.login-register .user-menu {
    width: 140px;
    right: -58px;
    background: #206199;
}

.user-menu-title {
    position: relative;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #206199;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.user-menu ul {
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    text-align: left;
}

    .user-menu ul li {
        display: block;
        padding: 5px 0;
        margin: 0;
    }

.login-register .user-menu li {
    padding: 2px 0;
}

.basket-price-wrapper {
    position: absolute;
    top: -27px;
    right: -31px;
    font-size: 13px;
    line-height: 1;
    background: #e2e2e2;
    text-align: center;
    padding: 2px;
    border-radius: 20px;
    width: 90px;
}

.lang {
    position: relative;
    float: right;
    margin-top: 32px;
    margin-left: 30px;
}

    .lang > span {
        font-weight: 700;
        transition: 0.3s all ease;
        cursor: pointer;
    }

        .lang > span::after {
            margin-left: 8px;
            font: 10px 'Icons';
            content: 'a';
        }

        .lang > span:hover {
            color: #222;
        }

    .lang ul {
        display: none;
        position: absolute;
        left: -30px;
        top: 40px;
        z-index: 1000;
        background: #fff;
        margin: 0;
        padding: 10px 0;
        list-style: none;
        box-shadow: 0 20px 20px rgba(0,0,0,0.10);
        border: 1px solid #e9e9e9;
    }

        .lang ul li {
            display: block;
        }

            .lang ul li a {
                display: block;
                padding: 5px 30px;
                color: #222;
            }

            .lang ul li a {
                display: block;
                padding: 5px 30px;
                color: #222;
            }

                .lang ul li a:hover {
                    color: #20B8D0;
                }

.section {
    padding: 80px 0 0 0;
}

.section-title span {
    font-size: 35px;
    font-weight: 300;
}

.section-content {
    margin-top: 40px;
}

.section-bottom {
    margin-top: 40px;
    text-align: center;
}

.section-title span {
    font-size: 35px;
    font-weight: 300;
}

.section-content {
    margin-top: 40px;
}

.section-bottom {
    margin-top: 40px;
    text-align: center;
}



/* MAIN MENU */
.main-menu-wrapper {
    position: relative;
    z-index: 100;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.main-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    top: 46px;
    border-radius: 0 0 30px 30px;
    padding: 20px 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
    width: 280px;
}


.main-menu ul,
.fast-links-desktop {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-menu ul {
        max-height: 520px;
        overflow-y: auto;
    }

        .main-menu ul li a {
            padding: 3px 0;
            display: inline-block;
        }

    .main-menu li {
        padding: 0 25px;
    }

.fast-links-desktop li {
    padding: 0 20px;
    display: inline-block;
}

    .fast-links-desktop li:last-child {
        padding-right: 0;
    }

    .fast-links-desktop li:first-child {
        padding-left: 0;
    }

.fast-links-desktop a {
    font-weight: 600;
    color: #444444;
}

.fast-links-desktop a:hover {
    color: #206199;
}


.main-menu ul .mobile-nav-link {
    display: none;
}

.main-menu .sub-nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    width: 320px;
    right: -320px;
    top: 0;
    bottom: 0;
    background: #FAFAFA;
    border-radius: 0 20px 20px 0;
    padding: 30px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-menu .has-sub:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

.main-menu .sub-nav-col ul li {
    padding: 0 0 0 10px;
}

    .main-menu .sub-nav-col ul li a,
    .home-nav .third-level a {
        color: #444444;
        font-weight: 400;
    }

.main-categories .main-cat-link {
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    color: #206199;
}

    .main-categories .main-cat-link svg {
        position: relative;
        margin: 0 0 0 5px;
        display: inline-block;
        top: -1px;
    }

    .main-categories .main-cat-link path {
        stroke: #206199;
    }

.main-categories .main-cat-link:hover path {
    stroke: #5DB8CF;
}

.mobile-main-user-controls,
.mobile-main-menu-head,
.mobile-sign-in-up,
.user-links {
    display: none;
}

.path {
    padding: 25px 0;
}

.home-slider {
    position: relative;
    width: 100%;
    display: inline-block;
}


.cgmIzbornik .main-menu .backToBauer {
    position: relative;
    background-color: #1d658f;
    border-radius: 50px;
    margin-right: 25px;
    padding: 0 25px 0 25px;
    color: #ffffff !important;
    text-align: center;
    display: flex;
    align-items:center;
    width:fit-content;
    order: -1;
}


.cgmIzbornik .backToBauer::before {
    content: '';
    position: relative;
   /* top: 5px;*/
    left:-7px;
    padding: 0 0 0 5px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-right.svg) 50% 50% no-repeat;
    filter:grayscale(1) brightness(500%);
    background-size: 15px auto;
    transform:rotate(-180deg);
}

.cgm .home-slider {
    display: block;
    width: auto;
}

.cgm .home-slider img {
    border-radius: 0 0 20px 20px;
}

.home-slider a,
.home-slider picture,
.home-slider img {
    display: inline-block;
    border-radius: 0 0 0 20px;
    width: 100%;
}

.home-slider-bookmarks {
    position: relative;
    max-width: 950px;
    margin: 15px auto 10px auto;
}

.home-slider-bookmarks .swiper-pagination {
    position: relative;
    height: 100%;
}

.home-slider-bookmarks .swiper-pagination-bullet {
    color: #ffffff;
    width: 15px;
    height: 15px;
    background: #C5C6C6;
    margin: 0 15px 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home-slider-bookmarks .swiper-pagination-bullet:last-of-type {
    margin: 0;
}

.home-slider-bookmarks .swiper-pagination-bullet:hover,
.home-slider-bookmarks .swiper-pagination-bullet-active {
    background: #206199;
}

.home-slider-bookmarks .swiper-pagination-bullet::after {
    width: 15px;
    height: 15px;
    border: none;
    background: transparent;
}

.home-video-slider {
    position: relative;
}

.home-video-slider .swiper-slide {
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
}

.home-video-slider .swiper-slide > iframe,
.home-video-slider .swiper-slide > video {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100% !important;
    height: 100% !important;
}

.home-video-slider a,
.home-video-slider picture,
.home-video-slider img {
    display: inline-block;
    border-radius: 0 0 0 20px;
    width: 100%;
}

.home-video-slider-bookmarks {
    position: relative;
    max-width: 950px;
    margin: 15px auto 10px auto;
}

.home-video-slider-bookmarks .swiper-pagination {
    position: relative;
    height: 100%;
}

.home-video-slider-bookmarks .swiper-pagination-bullet {
    color: #ffffff;
    width: 15px;
    height: 15px;
    background: #C5C6C6;
    margin: 0 15px 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home-video-slider-bookmarks .swiper-pagination-bullet:last-of-type {
    margin: 0;
}

.home-video-slider-bookmarks .swiper-pagination-bullet:hover,
.home-video-slider-bookmarks .swiper-pagination-bullet-active {
    background: #206199;
}

.home-video-slider-bookmarks .swiper-pagination-bullet::after {
    width: 15px;
    height: 15px;
    border: none;
    background: transparent;
}

.znak-bg {
    position: absolute;
    top: 13%;
    left: -20%;
    z-index: 1;
}

.znak-bg-blog {
    position: absolute;
    bottom: 140px;
    right: 0;
    z-index: 1;
    width: 365px;
    height: 302px;
}

.blog-btn-desktop {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 3;
}

.home-wrapper {
    position: relative;
    width: 1510px;
    /*margin: 25px 0 0 0;*/
}

.home-nav-container {
    position: relative;
    width: 240px;
    z-index: 10;
    max-height: 660px;
    opacity: 1;
    padding: 25px 0 0 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

    .home-nav-container.fixed {
        position: fixed;
        left: 75px;
        top: 20px;
    }

    .home-nav-container.hidden {
        opacity: 0;
    }

.home-nav {
    max-height: 660px;
}

    .home-nav,
    .home-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .home-nav .home-nav-header {
            position: relative;
            text-transform: uppercase;
            font-weight: 700;
            color: #206199;
            padding: 0 0 0 30px;
            margin: 0 0 20px 0;
        }

.home-nav-header::before {
    content: '';
    width: 22px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/bauerfeind-sign.svg) 50% 50% no-repeat;
    background-size: 21px auto;
}

.home-nav > li.has-sub:hover::after,
.main-menu li.has-sub:hover::after {
    content: '';
    position: relative;
    top: 5px;
    float: right;
    padding: 0 0 0 5px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-right.svg) 50% 50% no-repeat;
    background-size: 15px auto;
}

.main-menu li.has-sub:hover::after {
    top: 8px;
}

.home-nav > li {
    padding: 0 20px 0 0;
}

.home-nav li,
.home-nav ul .yellow-link {
    margin: 4px 0;
}

.home-nav .yellow-link {
    margin: 4px 0 15px 0;
}

.home-nav .yellow-link a {
    color: #6F6F6E;
}

.home-nav .yellow-link a:hover {
    color: #5db8cf;
    text-shadow: none;
}

.home-nav a,
.main-menu a {
    font-weight: 700;
}

    .home-nav a:hover,
    .main-menu a:hover {
        color: #052557;
        text-shadow: 0 0 0.5px #052557;
    }

.home-nav .second-level {
    position: absolute;
    display: none;
    opacity: 0;
    z-index: 3;
    width: 320px;
    right: -320px;
    top: 0;
    bottom: 0;
    background: #FAFAFA;
    border-radius: 0 20px 20px 0;
    padding: 30px 40px;
    max-height: 850px;
    overflow-y: auto;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.home-nav .has-sub:hover > .second-level {
    opacity: 1;
    display: block;
}

.cgmHompage .home-nav-container{
    display:none;
}
.cgmHompage .home-wrapper{
    width:100%;
}

.cgmHompage .home-nav .has-sub:hover > .second-level {
    height: fit-content;
}

.home-nav .third-level {
    opacity: 1;
    padding-left: 15px;
}

    .home-nav .third-level li {
        padding-left: 3px;
    }

.home-nav .show-all {
    text-decoration: underline;
    font-weight: 600;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loyalty-wrapper {
    margin: 70px 0 100px 0;
    background: #F9FEFF;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 2;
}

    .loyalty-wrapper .loyalty-logo svg {
        width: 212px;
        height: 45px;
    }

.loyalty-txt {
    padding: 40px;
}

.loyalty-txt,
.loyalty-img-holder {
    width: 50%;
}

    .loyalty-img-holder img {
        width: 100%;
        border-radius: 0 20px 20px 0;
    }

.loyalty-wrapper ul {
    margin: 25px 0;
}

.wide-highlight {
    position: relative;
    padding: 100px 0;
}

    .wide-highlight .banner-content {
        position: absolute;
        top: 50%;
        left: 50px;
        max-width: 635px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .wide-highlight .banner-content img {
            width: 56px;
            height: 46px;
            margin: 0 0 20px 0;
        }

    .wide-highlight picture img {
        border-radius: 30px;
    }

    .wide-highlight .banner-txt {
        margin: 25px 0;
    }

.wide-highlight .banner-content h2 span {
    color: #6F6F6E;
}

/* HOME CATEGORIES */
.home-categories {
    position: relative;
    height: 820px;
    margin: 50px 0 80px 0;
}

.home-categories-content {
    max-width: 550px;
    padding: 80px 0 0 0;
    position: relative;
    z-index: 3;
}

.body-logo {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 0;
}

.home-categories-content h2 {
    margin: 20px 0 40px 0;
    font-size: 36px;
}

.home-categories-content h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.home-categories-content h3 span {
    color: #6F6F6E;
}

.body-parts-wrapper {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 2;
}

    .body-parts-wrapper img {
        max-width: 100%;
    }

.body-part-btn {
    position: absolute;
    z-index: 4;
    text-transform: uppercase;
    color: #ffffff;
    background: #206199;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.body-part-btn:hover {
    color: #ffffff;
    background: #9C9D9D;
}

    .body-part-btn::before {
        content: '';
        position: absolute;
        z-index: 3;
        display: block;
        width: 140px;
        height: 140px;
        border: 4px solid rgba(255,255,255,.6);
        border-radius: 100%;
        top: -10px;
        left: -10px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .body-part-btn::after {
        content: '';
        position: absolute;
        z-index: 3;
        display: block;
        width: 160px;
        height: 160px;
        border: 4px solid rgba(255,255,255,.6);
        border-radius: 100%;
        top: -20px;
        left: -20px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .body-part-btn span {
        position: relative;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .body-part-btn:hover::before,
    .body-part-btn:hover::after {
        border: 4px solid rgba(156, 157, 157, .6);
    }

    .body-part-btn.rame {
        left: 370px;
        top: 70px;
    }

    .body-part-btn.rucni-zglob {
        right: 60px;
        top: 170px;
    }

    .body-part-btn.lakat {
        right: 190px;
        top: 350px;
    }

    .body-part-btn.noge {
        bottom: 150px;
        right: 230px;
    }

    .body-part-btn.koljena {
        bottom: 130px;
        left: 290px;
    }

    .body-part-btn.stopala {
        bottom: 130px;
        left: 0;
    }

    .body-part-btn.leda {
        top: 240px;
        left: 310px;
    }

.cats-wrapper {
    max-width: 800px;
}

/* TABS */
.nav-tabs {
    padding: 0;
}

    .nav-tabs li,
    .blog-cats li {
        display: inline-block;
        margin: 0 10px;
    }

        .nav-tabs li:first-child,
        .blog-cats li:first-child {
            margin: 0 10px 0 0;
        }

        .nav-tabs li:last-child,
        .blog-cats li:last-child {
            margin: 0 0 0 10px;
        }

        .nav-tabs li a,
        .blog-cats ul li a {
            display: block;
            font-weight: 400;
            color: #206199;
            border-radius: 30px;
            padding: 10px 30px;
            font-size: 14px;
            font-weight: 400;
            border: 1px solid #D3D3D3;
        }


.nav-tabs > li > a.active,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.blog-cats ul li a.active,
.blog-cats ul li a:hover,
.blog-cats ul li a:focus {
    border: 1px solid #206199;
    color: #ffffff;
    background: #206199;
}


.product-description .nav-tabs li {
    min-width: 150px;
    margin: 0 15px;
}

    .product-description .nav-tabs li:first-child {
        margin: 0 15px 0 0;
    }

    .product-description .nav-tabs li:last-child {
        margin: 0 0 0 15px;
    }

    .product-description .nav-tabs li a {
        display: block;
        font-weight: 700;
        color: #141414;
        border-radius: 20px;
        padding: 25px 10px;
        font-size: 16px;
        border: none;
        background: transparent;
        text-align: center;
        border: none;
    }

.product-description .nav-tabs > li > a:hover,
.product-description .nav-tabs > li > a.active,
.product-description .nav-tabs > li > a.active:hover,
.product-description .nav-tabs > li > a.active:focus,
.product-description .nav-tabs .nav-link.active,
.product-description .nav-tabs .nav-item.show .nav-link {
    border: none;
    color: #ffffff;
    background: #206199;
}

.product-description .card {
    border-radius: 20px;
}


/* ACTIONS */
.actions .card .card-header a {
    margin-right: 0;
    font-size: 14px;
    font-weight: 600;
    color: #104864;
    border: none;
    border-radius: 100px;
    padding: 9px 30px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.actions .card .card-header a {
    text-transform: none;
    border-radius: 0;
}

.actions .nav-tabs {
    display: none;
}

.actions .tab-content {
    width: 78.5%;
}

.actions h2 {
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
}

.actions .card-body {
    padding: 10px 0 0 17px;
    position: relative;
}

.actions .nav-tabs .nav-link.active:after,
.actions .nav-tabs .nav-link:hover:after,
.actions .nav-tabs .nav-link:focus:after,
.actions .nav-tabs .nav-link:active:after {
    display: none;
}

.actions .nav-tabs > li {
    margin: 5px 0;
}

    .actions .nav-tabs > li a,
    .actions .nav-tabs > li > a.active,
    .actions .nav-tabs > li > a.active:hover,
    .actions .nav-tabs > li > a.active:focus,
    .actions .nav-tabs .nav-link.active,
    .actions .nav-tabs .nav-item.show .nav-link,
    .actions .nav-tabs .nav-link:hover,
    .actions .nav-tabs .nav-link:focus,
    .actions .nav-tabs .nav-link:active {
        border: 1px solid #F1F1F1;
    }

        .actions .nav-tabs > li > a.active,
        .actions .nav-tabs > li > a.active:hover,
        .actions .nav-tabs > li > a.active:focus,
        .actions .nav-tabs .nav-link.active,
        .actions .nav-tabs .nav-item.show .nav-link,
        .actions .nav-tabs .nav-link:hover,
        .actions .nav-tabs .nav-link:focus,
        .actions .nav-tabs .nav-link:active {
            background: #206199;
            color: #ffffff;
        }

    .actions .nav-tabs > li > a,
    .actions .nav-tabs .nav-link {
        border-radius: 30px;
        padding: 15px;
    }


/* PRODUCT GRID ITEM */
.product-grid {
    margin: 30px 0 0 0;
}

.prod-item {
    position: relative;
    /*padding: 0 0 50px 0;*/
    height: 100%;
}

    .prod-item > ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .prod-item .item-pic {
        position: relative;
        display: block;
        z-index: 1;
        padding: 30px 0;
        background: #FAFAFA;
    }

        .prod-item .item-pic a {
            display: block;
            height: 100%;
            color: #000000;
        }

        .prod-item .item-pic img {
            position: relative;
            display: block;
            z-index: 1;
            margin: 0 auto;
            mix-blend-mode: multiply;
        }

.add-to-basket-catalogue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #444444;
    background: #D2EBF2;
    padding: 12px 0;
    width: 100%;
    display: inline-block;
}

    .add-to-basket-catalogue.send-inquiry-catalogue {
        background: #F5F5F5;
    }

    .add-to-basket-catalogue::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 17px;
        height: 18px;
        top: 2px;
        margin: 0 10px 0 0;
        background: url(../img/cart-btn.svg) 50% 50% no-repeat;
        background-size: 17px auto;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .add-to-basket-catalogue:hover::before,
    .add-to-basket-catalogue:focus::before,
    .add-to-basket-catalogue:active::before,
    .added-to-basket-catalouge::before {
        background: url(../img/cart-btn-white.svg) 50% 50% no-repeat;
        background-size: 17px auto;
    }

    .add-to-basket-catalogue:hover,
    .add-to-basket-catalogue:focus,
    .add-to-basket-catalogue:active {
        background: #206199;
        color: #ffffff;
    }

.added-to-basket-catalouge,
.added-to-basket-catalouge:hover,
.added-to-basket-catalouge:focus,
.added-to-basket-catalouge:active {
    background: #20b8d0;
    color: #fff;
    min-width: 215px;
}

.send-inquiry-catalogue::before {
    top: 3px;
    background: url(../img/mail-ico-btn.svg) 50% 50% no-repeat;
    background-size: 17px auto;
}

.send-inquiry-catalogue:hover::before,
.send-inquiry-catalogue:focus::before,
.send-inquiry-catalogue:active::before {
    background: url(../img/mail-ico-btn-white.svg) 50% 50% no-repeat;
    background-size: 17px auto;
}


.prod-item .item-title {
    display: block;
    word-break: break-all;
    word-break: break-word;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.prod-item .item-title a { 
    color: #206199;
}

.prod-item .item-title a:hover,
.prod-item .item-title a:active,
.prod-item .item-title a:focus {
    color: #6F6F6E;
}

.item-category {
    font-size: 14px;
    text-transform: uppercase;
    color: #9c9d9d;
    line-height: 1.2;
}

.prod-item .item-price {
    display: block;
    font-size: 18px;
    font-weight: 900;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
}

    .prod-item .item-price span {
        display: inline-block;
    }


    .prod-item .item-price .price-now {
        color: #AF2418;
    }

.item-price .kom-price {
    width: 100%;
    display: inline-block;
    color: #7c7c7c;
}

.product-general .kom-price {
    color: #7c7c7c;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.kom-price-mobile {
    display: none;
}

.favorite-trigger {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background: url(../img/heart-empty.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .favorite-trigger:hover,
    .favorite-trigger.liked:hover {
        background: url(../img/heart-full.svg) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .favorite-trigger.liked {
        background: url(../img/heart-full.svg) 50% 50% no-repeat;
        background-size: 20px auto;
        animation-name: wishlist-ani;
        animation-duration: 1000ms;
    }

.product .favorite-trigger {
    top: 15px;
    right: 15px;
    background-size: 25px auto;
}

    .product .favorite-trigger,
    .product .favorite-trigger.liked:hover {
        background: url(../img/heart-empty.svg) 50% 50% no-repeat;
        background-size: 25px auto;
    }

        .product .favorite-trigger:hover,
        .product .favorite-trigger.liked {
            background: url(../img/heart-full.svg) 50% 50% no-repeat;
            background-size: 25px auto;
        }

@keyframes wishlist-ani {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}




.prod-item .favorite-trigger:hover {
    color: #20B8D0;
}

.prod-item .favorite-trigger.liked {
    color: #20B8D0;
}

    .prod-item .favorite-trigger.liked:hover {
        color: #A0A4B1;
    }



/* ITEM BADGES */

.prod-item .item-badges {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    margin: 0;
}

.item-badges {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .item-badges li {
        display: block;
        margin: 0 0 10px 0;
    }

        .item-badges li span {
            position: relative;
            display: block;
            width: 120px;
            height: 40px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            line-height: 40px;
            font-size: 13px;
            font-weight: 700;
            border-radius: 0 30px 30px 0;
        }

            .item-badges li span.badge-discount {
                background: #AF2418;
                width: 90px;
            }

            .item-badges li span.badge-new {
                background: #20b8d0;
                width: 90px;
            }

            .item-badges li span.best-seller {
                background: #206199;
            }



/* NEWSLETTER SIGNUP */
.newsletter-section {
    margin: 100px 0 0 0;
}

.newsletter-signup-inner {
    position: relative;
}

    .newsletter-signup-inner img {
        width: 533px;
        height: 346px;
    }

.newsletter-signup-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 0 0 55px;
}

    .newsletter-signup-content h2 {
        position: relative;
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }

.nl-benefits {
    position: relative;
    padding: 0;
    margin: 20px 0 20px 20px;
    color: #206199;
}

    .nl-benefits li {
        margin: 3px 0;
    }

.newsletter-form button {
    min-width: 150px;
}

.nl-email {
    max-width: 470px;
    margin: 0 10px 0 0;
}

    .nl-email.error {
        margin-bottom: 20px;
    }

.gdpr-accept {
    position: relative;
    margin-top: 15px;
    max-height: 100px;
    overflow: auto;
    color: #444444;
}

    .gdpr-accept a {
        color: #444444;
        text-decoration: underline;
    }

        .gdpr-accept a:hover {
            color: #DAA939;
        }

/* NEWSLETTER POPUP */
.popup_newsletter {
    position: fixed !important;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    box-shadow: 0 1px 15px rgb(0, 0, 0, .4);
    border-radius: 10px;
}

.modal-heading {
    position: relative;
    background: #efecf0;
    padding: 20px 40px;
}

.modal-body {
    padding: 40px;
}

.close-modal {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 40px;
    top: 0;
    z-index: 2;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    color: #7f7776;
}

    .close-modal span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#newsletter_popup {
    height: 550px;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
}

    #newsletter_popup .modal-heading {
        position: absolute;
        padding: 0;
        z-index: 10;
        right: 15px;
        top: 15px;
        background: transparent;
    }

.modal-half-wrapper {
    margin-top: 30px;
}

.modal-desc {
    margin-top: 15px;
}

.img-holder {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.img-modal {
    position: absolute;
    left: 0;
    max-width: 100%;
}

#banner_popup {
    background: none;
    opacity: 1;
    box-shadow: none;
}

    #banner_popup .modal-heading {
        background: none;
    }

        #banner_popup .modal-heading .icon-close {
            color: #fff;
            position: absolute;
            right: 10px;
            top: 50px;
            z-index: 9;
        }

    #banner_popup .modal-body {
        padding: 0;
        overflow: hidden;
        box-shadow: 0 1px 15px rgb(0 0 0 / 40%);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    #banner_popup .img-modal {
        position: static;
        max-width: 100%;
        height: auto;
    }

.popup_modal_right {
    position: absolute;
    right: 0;
}


/* BRANDS */
.brands-carousel {
    position: relative;
}

.brands .brands-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.brands-carousel .swiper-wrapper {
    padding: 0 0 20px 0;
}

.brands a {
    position: relative;
    display: block;
    text-align: center;
    height: 100px;
}

    .brands a img {
        display: inline-block;
        max-width: 130px;
        left: auto;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 0.9;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .brands a:hover img {
        opacity: 1;
    }


/* SEASONAL */
.seasonal {
    padding-top: 40px;
}

.product-carousel {
    padding: 30px 0 0 0;
    position: relative;
}


/* BENEFITS */
.benefits {
    padding: 25px 15px;
    margin: 80px 0;
    display: inline-block;
    width: 100%;
    background: #FAFAFA;
    border-radius: 20px;
}

.page-content .benefits {
    margin: 80px 0 0 0;
}

    .benefits ul {
        margin: 0;
        padding: 0 30px 0 0;
        list-style: none;
    }

        .benefits ul .benefit-icon img {
            width: 94px;
            height: 104px;
        }

    .benefits h3 {
        color: #206199;
        font-weight: 900;
    }

    .benefits ul {
        text-align: center;
        padding: 0 15px 0 0;
    }

        .benefits ul:last-of-type {
            padding: 0;
        }

    .benefits .benefit-icon {
        margin: 0 auto;
    }

    .benefits ul .benefit-text {
        margin: 10px 0 0 0;
        text-align: left;
        font-weight: 700;
        padding-left: 20px;
    }

        .benefits ul .benefit-text h3 {
            margin: 0;
        }

        .benefits ul .benefit-text span {
            display: block;
            color: #7E7E7E;
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            line-height: 1.4;
        }



/* NEWS */
.news-wrapper {
    margin: -20px;
}

.news-item {
    float: left;
    width: calc(25% - 40px);
    margin: 20px;
    border: 1px solid #EAEBEE;
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    background: #ffffff;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    color: #000000;
}

    .news-item:hover,
    .news-item:focus,
    .news-item:active {
        box-shadow: 0 15px 30px rgba(0,0,0,.2);
    }

    .news-item ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.news-date {
    position: relative;
    font-size: 12px;
    color: #A0A4B1;
    margin-bottom: 10px;
}

    .news-date span {
        position: absolute;
        right: 0;
        color: #F36523;
    }

.news-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.news-pic {
    margin-top: 10px;
}

.news-lead {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
}

.news-link {
    margin-top: 10px;
    font-weight: 700;
}



/* FOOTER */

.blue-footer {
    background: #206199;
    color: #ffffff;
    padding: 4%;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}

    .blue-footer a {
        color: #ffffff;
    }

.blue-footer a:hover {
    color: #5DB8CF;
}

.footer-col {
    width: 33.333333%;
}

    .footer-col svg {
        margin: 0 0 15px 0;
        width: 50px;
        height: 50px;
    }

.blue-footer-label {
    padding: 0 0 25px 0;
}

.footer-col-row {
    height: 180px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.53);
}

    .footer-col-row:last-of-type {
        border-bottom: none;
        padding: 45px 0 0 0;
    }

.footer-col.middle {
    width: 25%;
    padding: 0 5px;
    border-left: 1px solid rgba(245, 245, 245, 0.53);
    border-right: 1px solid rgba(245, 245, 245, 0.53);
}


footer {
    background: #f7f7f7;
    margin: 100px 0 0 0;
}

.footer-links-container {
    padding: 4% 6% 3% 6%;
}


footer .link-group {
    display: inline-block;
    width: 14%;
}

    footer .link-group .link-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer .link-group .link-list li {
            display: block;
            margin-top: 5px;
        }

footer .link-group a {
    color: #535353;
}

        footer .link-group a:hover {
            color: #20B8D0;
        }

footer .link-group-title {
    font-weight: 900;
    font-size: 20px;
    color: #206199;
}

.footer-logo {
    text-align: center;
    padding: 30px 0;
}

    .footer-logo img {
        width: 213px;
        height: 46px;
    }

.locations-list a {
    display: inline-block;
    width: 100%;
}

.locations-list-more {
    display: none;
}

footer .link-group .show-all-locations {
    color: #206199;
}

footer .cards {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    footer .cards li {
        display: inline-block;
        margin: 5px 10px 5px 0;
    }

        footer .cards li a {
            display: block;
        }

    footer .cards img {
        max-width: 75px;
        max-height: 40px;
    }

.footer-disclaimer {
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    margin: 20px auto;
}

    .footer-disclaimer a {
        font-weight: 700;
    }

footer .copy {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
}

    footer .social li {
        display: inline-block;
        margin-right: 15px;
    }

        footer .social li:last-child {
            margin: 0;
        }

footer .bg-circle {
    fill: #ECECED;
}

footer a:hover .bg-circle {
    fill: #5DB8CF;
}

footer .icon {
    fill: #206199;
}

footer .inst .icon {
    stroke: #206199;
}

footer .inst:hover .icon {
    stroke: #ffffff;
}

.footer-ico {
    fill: #20b8d0;
}

footer a:hover .icon {
    fill: #ffffff;
}

/* BREADCRUMBS */
.breadcrumbs {
    font-size: 14px;
}

    .breadcrumbs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .breadcrumbs ul li {
            display: inline-block;
            position: relative;
        }

            .breadcrumbs ul li:first-child::before {
                content: '';
                position: relative;
                display: inline-block;
                width: 22px;
                height: 18px;
                top: 4px;
                margin: 0 8px 0 0;
                background: url(../img/bauerfeind-sign.svg) 50% 50% no-repeat;
                background-size: 21px auto;
            }

            .breadcrumbs ul li:first-child a {
                font-weight: 700;
                color: #206199;
            }

            .breadcrumbs ul li::after {
                content: '/';
                padding: 0 4px 0 5px;
                color: #3e3e3e;
            }

            .breadcrumbs ul li:last-child::after {
                display: none;
            }

    .breadcrumbs a {
        color: #444444;
    }

        .breadcrumbs a:hover {
            color: #20B8D0;
            text-decoration: underline;
        }


.main {
    padding-bottom: 25px;
}

.nedostavljamo {
    color: red;
    font-size: 14px;
    margin: 5px 0 0 0;
}

/* PRODUCT LISTING */

.category-container {
    position: relative;
}

    .category-container h1 {
        margin-bottom: 10px;
        margin-top: 0;
        color: #ffffff;
        font-size: 42px;
    }

    .category-container .not-landing {
        color: #206199;
        margin: 0;
    }

.cat-banner-wrapper img {
    border-radius: 20px;
}

.cat-banner-content h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.cat-banner-content {
    position: absolute;
    color: #ffffff;
    z-index: 2;
    max-width: 635px;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.page-heading {
    margin-top: 20px;
}

.page-content {
    display: inline-block;
    width: 100%;
}

    .page-content.narrow .container {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

.content-block {
    margin-bottom: 35px;
}

.page-content article h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #006699;
}

.page-sidebar-wrapper {
    width: 16%;
    padding: 30px 30px 0 0;
}

.super-cat {
    position: relative;
    font-size: 18px;
    font-weight: 900;
    color: #206199;
    font-weight: 900;
    margin-bottom: 10px;
}


.menu-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu-left ul li {
        display: block;
    }

.menu-left ul li a {
    position: relative;
    display: block;
    color: #6F6F6E;
    padding-right: 50px;
}

            .menu-left ul li a:hover {
                color: #20B8D0;
            }

        .menu-left ul li span {
            position: absolute;
            right: 0;
            top: 18px;
            font-size: 80%;
            font-weight: 400;
            color: #8E929E;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.menu-left .active {
    color: #434343;
}

.menu-left > ul > li > a {
    padding: 6px 50px 6px 0;
    font-weight: 700;
}

.menu-left ul ul {
    padding: 0 0 20px 15px;
}

    .menu-left ul ul > li {
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .menu-left ul ul > li span {
            top: 0;
            transform: none;
            -webkit-transform: none;
        }

    .menu-left ul ul li a {
        font-weight: 400;
        color: #81838B;
    }

.menu-left > ul > li > a {
    padding: 6px 0;
    font-weight: 700;
}

.menu-left ul ul {
    padding: 0 0 20px 15px;
}

    .menu-left ul ul > li {
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .menu-left ul ul > li span {
            top: 0;
            -webkit-transform: none;
            transform: none;
        }

    .menu-left ul ul li a {
        font-weight: 400;
        color: #81838B;
    }

        .menu-left ul ul li a.active {
            font-weight: 700;
            color: #a6ce56;
        }

.page-main {
    width: 84%;
}

    .page-main h2.mobile-lead {
        display: none;
    }

    .page-main img {
        max-width:100%;
        height:auto;
    }

.filters {
    position: relative;
    margin: 40px 0 0 0;
}

    .filters .mobile-title {
        display: none;
    }

.filter {
    margin: 0 0 40px 0;
}

.range {
    padding: 18px 12px 14px 12px;
}

.range-slider {
    height: 10px;
    margin-top: 10px;
}

.slider-values {
    overflow: hidden;
    margin-top: 20px;
}

.filter .calc_value {
    float: right;
    width: 44%;
    padding: 4px 8px;
    font-size: 15px;
    border: 1px solid #ddd;
}

    .filter .calc_value:first-of-type {
        float: left;
    }

.toggle-filters {
    float: left;
    width: 245px;
    margin: 20px 10px 0 10px;
}

    .toggle-filters a {
        position: relative;
        display: block;
        background: #c4ed74;
        color: #000000;
        padding: 8px 15px;
        text-align: center;
        border-radius: 8px;
    }

        .toggle-filters a:hover {
            background: #a6ce56;
        }

.hidden-filters,
.mobile-triggers,
.filters-bottom,
.selected-filters-mobile,
.close-filters {
    display: none;
    clear: both;
}

.selected-filters-desktop {
    display: inline-block;
    width: 100%;
}

.selected-filters {
    position: relative;
    font-size: 13px;
}

    .selected-filters ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.selected-filters ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #fff;
    background: #206199;
    line-height: 30px;
    border-radius: 40px;
}

.selected-filters ul li ul li {
    padding: 0 30px 0 15px;
    margin: 0;
}

.selected-filters .icon-close {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    overflow: hidden;
    opacity: 0.7;
}

.selected-filters .icon-close:hover {
    color: #fff;
    opacity: 1;
}

.remove-all-filters {
    position: relative;
    color: #d90000;
    margin: 0 0 20px 0;
    display: inline-block;
}

    .remove-all-filters:hover {
        color: #5DB8CF;
    }

.grid-heading {
    position: relative;
    line-height: 40px;
    margin: 15px 0;
}

.grid-qty {
    font-size: 14px;
}

    .grid-qty span {
        font-weight: 700;
        color: #206199;
    }

.page-nav {
    text-align: center;
    color: #39434B;
}

.grid-heading .page-nav {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .page-nav ul li {
        display: inline-block;
        margin: 0 10px;
        line-height: 40px;
    }

        .page-nav ul li a {
            position: relative;
            top: 3px;
            color: #39434B;
            font-size: 18px;
            z-index: 10;
        }

            .page-nav ul li a:hover {
                color: #20B8D0;
            }

        .page-nav ul li span,
        .page-nav ul li input {
            display: inline-block;
            vertical-align: middle;
            height: 40px;
            border-radius: 5px;
        }

        .page-nav ul li input {
            margin-right: 10px;
            text-align: center;
            width: 40px;
            border: 1px solid #E0E1E6;
            background: none;
            color: #20B8D0;
            font-weight: 700;
        }


.sort-results span {
    display: inline-block;
}

.sort-results .bootstrap-select .btn .filter-option {
    text-align: right;
}

.sort-results .bootstrap-select .btn {
    padding: 5px 0;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
}

.sort-results .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 200px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.dropdown-toggle::after {
    width: 11px;
    height: 6px;
    border: none;
    background: url(../img/chevron-down.svg) 50% 50% no-repeat;
    background-size: 9px auto;
    margin: 1px 10px 0 0;
}

.product-grid .prod-item {
    width: 23.46%;
    margin: 0 2% 40px 0;
    height: auto;
}

    .product-grid .prod-item:nth-of-type(4n) {
        margin: 0 0 40px 0;
    }

.grid-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

    .grid-bottom .pagination {
        margin: 0;
    }



/* LANDING PAGES */
.collage-top {
    margin-bottom: 40px;
}

    .collage-top .large-img {
        float: left;
        width: 700px;
        overflow: hidden;
    }

.collage-top-inner {
    float: left;
    width: 320px;
    margin-left: 20px;
}

.collage-top .small-img {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

    .collage-top .small-img:first-of-type {
        margin-top: 0;
    }

.collage-top img {
    width: 100% !important;
}

/* PRODUCT PAGE */

.product-name {
    margin: 0 0 20px 0;
}

.available-anchor {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: -6px;
    text-decoration: underline;
}

    .available-anchor::before {
        content: '';
        position: relative;
        top: 8px;
        display: inline-block;
        width: 19px;
        height: 25px;
        margin: 0 15px 0 0;
        background: url(../img/check-store-ico.svg) 50% 50% no-repeat;
        background-size: 19px auto;
    }

.product-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0;
    display: inline-block;
}

    .product-price span {
        display: inline-block;
        vertical-align: baseline;
    }

    .product-price .price-before {
        display: inline-block;
        text-decoration: line-through;
        color: #A0A4B1;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
    }

    .product-price .price-rate {
        display: block;
        color: #A0A4B1;
        font-size: 16px;
        font-weight: 400;
    }

    .product-price .price-now {
        color: #AF2418;
    }

.product-price.price_wrap {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.eur-price {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #206199;
    font-weight: 600;
}

    .eur-price::before {
        content: '';
        position: relative;
        border-left: 1px solid #206199;
        margin: 0 15px;
        height: 100%;
        top: -3px;
    }

.product-info-sheet {
    margin: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.code-category {
    margin: 0 0 10px 0;
    font-size: 14px;
}

    .code-category .code,
    .code-category .prod-category {
        display: inline-block;
        text-transform: uppercase;
    }

.code-category a.prod-category:empty + .code {
    border: none;
    margin: 0;
    padding: 0;
}

.code-category .code {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #206199;
}

.full-info {
    font-weight: 700;
    text-decoration: underline;
}

.product-info {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .product-info li {
        display: table-cell;
        vertical-align: top;
        padding-top: 12px;
    }

        .product-info li:first-child {
            text-align: left;
        }

    .product-info:first-of-type {
        border-top: 0;
    }

        .product-info:first-of-type li {
            padding: 0 5px 0 0;
        }

    .product-info:last-of-type li {
        padding: 10px 5px 0 0;
    }

    .product-info .availability span {
        position: relative;
        margin-right: 5px;
    }

    .product-info .availability .icon-check {
        top: 3px;
    }

    .product-info .available {
        color: #20B8D0;
    }

    .product-info .not-available {
        color: #A0A4B1;
    }

    .product-info .coming-soon {
        color: #E98400;
    }

/* PRODUCT QUANTITY STEPPER */
.change_qty {
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 40px;
    height: 40px;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
}

.basket .change_qty {
    max-width: 130px;
    height: 40px;
}

    .basket .change_qty li .action-handle span {
        top: -1px;
    }

    .basket .change_qty li {
        font-size: 14px;
        height: 40px;
    }

.change_qty li {
    float: left;
    display: block;
    width: 33.333%;
}

.change_qty .prod_qty {
    width: 33.333%;
    height: 60px;
    font-weight: 300;
    font-size: 18px;
}

.change_qty li .action-handle {
    display: block;
    height: 40px;
    text-align: center;
}

.basket .change_qty li .action-handle.sub {
    border-radius: 30px 0 0 30px;
}

.basket .change_qty li .action-handle.add {
    border-radius: 0 30px 30px 0;
}

.change_qty li .action-handle span {
    position: relative;
    top: 1px;
}

.change_qty li .action-handle:hover {
    text-decoration: none;
    color: #fff;
    background: #D2EBF2;
}

.change_qty li input {
    display: block;
    color: #232323;
    width: 100%;
    border: 0;
    background: none;
    height: 40px;
    line-height: 40px;
    padding: 0 0 2px 0;
    text-align: center;
}


.product-set-qty .change_qty {
    max-width: 200px;
    line-height: 60px;
    margin-right: 20px;
    height: 60px;
}

    .product-set-qty .change_qty .prod_qty {
        height: 60px;
    }

    .product-set-qty .change_qty li {
        text-align: center;
    }

        .product-set-qty .change_qty li input {
            height: 60px;
            line-height: 60px;
        }

        .product-set-qty .change_qty li .action-handle {
            position: relative;
            height: 60px;
            font-size: 12px;
            top: -1px;
        }

            .product-set-qty .change_qty li .action-handle.sub {
                border-radius: 30px 0 0 30px;
                left: -1px;
            }

            .product-set-qty .change_qty li .action-handle.add {
                border-radius: 0 30px 30px 0;
                right: -1px;
            }

.change_qty .minus-ico,
.change_qty .plus-ico {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

    .change_qty .minus-ico::before,
    .change_qty .plus-ico::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
    }

    .change_qty .minus-ico::before {
        background: url(../img/minus.svg) 50% 50% no-repeat;
        background-size: 9px auto;
    }

    .change_qty .plus-ico::before {
        background: url(../img/plus.svg) 50% 50% no-repeat;
        background-size: 9px auto;
    }

.product-add {
    margin: 20px 0 40px 0;
}

    .product-add .btn {
        width: 100%;
        line-height: 64px;
        padding: 0 10px;
        height: 60px;
        font-weight: 400;
        text-transform: uppercase;
    }

.product-set-qty + .btn {
    margin-left: 30px;
}

.product-add .btn-action::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 17px;
    height: 18px;
    top: 2px;
    margin: 0 10px 0 0;
    background: url(../img/cart-btn-white.svg) 50% 50% no-repeat;
    background-size: 17px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-add .btn-action.no-stock,
.product-add .btn-action.no-stock:hover {
    background: #ececec;
    color: #000000;
}

.product-add .btn-action.no-stock {
    margin: 10px 0;
}

    .product-add .btn-action.no-stock::before {
        display: none;
    }

.product-add .btn-primary::before {
    top: 2px;
}

.product-add .send-inquiry-btn {
    position: relative;
    margin: 0 0 10px 0;
}

.product-add .send-inquiry-btn::before {
    top: 4px;
    background: url(../img/mail-ico-btn-white.svg) 50% 50% no-repeat;
    background-size: 17px auto;
}

.prod-features {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #053E7C;
}

    .prod-features li {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px 0;
    }

        .prod-features li:last-child {
            margin: 0;
        }

    .prod-features .free-delivery::before {
        content: '';
        margin: 0 15px 0 0;
        position: relative;
        top: 2px;
        width: 26px;
        height: 14px;
        display: inline-block;
        background: url(../img/free-delivery-ico.svg) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .prod-features .returns::before {
        content: '';
        margin: 0 15px 0 0;
        position: relative;
        top: 6px;
        width: 26px;
        height: 23px;
        display: inline-block;
        background: url(../img/returns-ico.svg) 50% 50% no-repeat;
        background-size: 26px auto;
    }


.product-pills {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .product-pills li {
        display: inline-block;
        background: #EFF1F6;
        color: #A0A4B1;
        border-radius: 4px;
        line-height: 20px;
        padding: 5px 12px;
        white-space: nowrap;
        margin-right: 5px;
        font-size: 13px;
        font-weight: 700;
    }

        .product-pills li img {
            position: relative;
            top: -2px;
            margin-right: 5px;
        }

.product-benefits {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 20px;
}

    .product-benefits img {
        float: left;
        width: 30px;
    }

.product .product-pic {
    position: relative;
    width: 50%;
    padding: 0 30px 0 150px;
}

.product .product-pic-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .product .product-pic-inner picture,
    .product .product-pic-inner img {
        display: block;
        margin: 0 auto;
        mix-blend-mode: multiply;
    }

.product .product-pic-carousel {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    float: right;
}

    .product .product-pic-carousel a {
        background: #FAFAFA;
    }

.product .product-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    padding: 0 0 40px 0
}

    .product .product-thumbs .swiper-container {
        height: 100%;
    }

    .product .product-thumbs .swiper-button-prev,
    .product .product-thumbs .swiper-button-next {
        top: auto;
        bottom: -10px;
    }

    .product .product-thumbs .swiper-button-prev {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 10px;
    }

    .product .product-thumbs .swiper-button-next {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 10px;
    }

    .product .product-thumbs .swiper-container::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        display: block;
        z-index: 2;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    }

    .product .product-thumbs .swiper-slide {
        height: auto;
    }

.product-thumbs img {
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.product-thumbs picture,
.product-thumbs img {
    width: 135px;
    height: 135px;
    display: inline-block;
    cursor: pointer;
    mix-blend-mode: multiply;
}

.product-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #206199;
}

.product .item-badges {
    position: absolute;
    top: 20px;
    z-index: 2;
}

.product .product-general {
    width: 50%;
    padding-left: 30px;
}

.out-of-stock {
    background: #f5f5f5;
}

    .out-of-stock.discount {
        background: none;
        border: 1px solid #d8dae0;
    }

        .out-of-stock.discount .prod-availability {
            text-transform: none;
        }

.prod-discounted-price {
    font-weight: 700;
    font-size: 26px;
    margin: 10px 0;
}

/*start custom image*/

.product-share {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
}

    .product-share .share-label {
        display: block;
        float: left;
        position: relative;
        top: 6px;
        margin: 0 15px 0 0;
        color: #000000;
    }

    .product-share .addthis_toolbox {
        display: inline-block;
    }

    .product-share ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .product-share ul li {
            display: inline-block;
            margin-right: 5px;
            font-size: 18px;
        }

    .product-share .print-page {
        line-height: 34px;
    }

        .product-share .print-page:hover {
            color: #20B8D0;
        }

    .product-share .custom_images {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .product-share a {
        display: inline-block;
        position: relative;
        width: 35px !important;
        height: 35px !important;
        background: #fff;
        border: 1px solid #D4D4D4;
        border-radius: 100%;
        box-shadow: none;
        text-align: center;
        margin-bottom: 0 !important;
        margin: 0 5px 0 0;
    }

    .product-share .print-page {
        margin: 0;
    }

    .product-share.blog .print-page-wrapper {
        margin: 15px 0 0 0;
    }

    .product-share a:hover {
        background: #D2EBF2;
        border: 1px solid #D2EBF2;
    }

    .product-share .custom_images a span,
    .product-share .print-page .print-ico {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

    .product-share .fb-ico {
        background: url(../img/fb-prod-ico.svg) 50% 50% no-repeat;
        background-size: 7px auto;
    }

    .product-share .mail-ico {
        background: url(../img/mail-ico.svg) 50% 50% no-repeat;
        background-size: 14px auto;
    }

    .product-share .viber-ico {
        background: url(../img/viber-ico.svg) 50% 50% no-repeat;
        background-size: 14px auto;
    }

    .product-share .whatsapp-ico {
        background: url(../img/whatsapp-ico.svg) 50% 50% no-repeat;
        background-size: 17px auto;
    }

    .product-share .print-ico {
        background: url(../img/print-ico.svg) 50% 50% no-repeat;
        background-size: 17px auto;
    }
/*end custom image*/


.product-description {
    max-width: 1170px;
    margin: 50px auto 0 auto;
    border-radius: 20px;
    box-shadow: 0 4px 5px rgba(0,0,0,.05);
    border: 1px solid #F5F5F5;
}

    .product-description img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
    }

    .product-description .card-body {
        padding: 30px;
    }

.product-characteristic {
    display: table;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #EFF1F6;
}

    .product-characteristic li {
        display: table-cell;
        padding: 12px 15px;
    }

        .product-characteristic li:first-of-type {
            width: 200px;
            background: #EFF1F6;
            font-weight: 700;
        }


/* PRODUCT SHEET */
.product-sheet {
    margin: 0 auto;
}

.product-sheet-title {
    text-align: center;
    font-size: 70px;
    line-height: 75px;
    font-weight: 300;
    margin-top: 60px;
}

.product-sheet-lead {
    text-align: center;
    font-size: 20px;
    color: #BABFCF;
    font-weight: 700;
    margin-top: 20px;
}

.product-sheet-emphasized {
    text-align: center;
    font-size: 16px;
    color: #20B8D0;
    font-weight: 700;
}

.product-sheet-movie {
    padding: 60px 0;
}

.product-sheet-text {
    margin: 20px 0;
}

.product-sheet-bottom {
    text-align: center;
    margin-top: 40px;
}



/* KOSARICA */
.basket header {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e0e1e6;
}

.basket header ul {
    list-style-type: none;
    padding: 0;
    margin: 14px 0 0 0;
    font-size: 14px;
    display: block;
    float: right;
}

.basket header ul li {
    display: inline-block;
    margin: 0 5px;
}

.basket header ul li a {
    font-weight: 700;
    color: #535353;
}

.basket header ul li a:hover,
.basket header ul li a:focus,
.basket header ul li a:active {
    color: #20B8D0;
}

.basket header .logo {
    margin-top: 17px;
}

.section-head {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.basket-btns-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.basket-btns.mobile-hide {
    margin-top: 0;
}

.btn-basket-back svg {
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.btn-basket-back path {
    fill: #206199;
    stroke: #206199;
}

.btn-basket-back:hover path {
    fill: #20B8D0;
    stroke: #20B8D0;
}

.btn-basket-order {
    float: right;
}

.btn-cont-helper {
    margin-top: 25px;
}

.basket-products {
    margin-top: 50px;
}

    .basket-products .heading {
        display: table;
        width: 100%;
        border-bottom: 3px solid #E0E1E6;
        font-weight: 700;
    }

        .basket-products .heading div {
            display: table-cell;
            padding-bottom: 10px;
        }

    .basket-products .remove-wrap {
        width: 60px;
        text-align: right;
    }

    .basket-products .item {
        border-bottom: 1px solid #E0E1E6;
        padding: 20px 0;
    }

    .basket-products .basket-row {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .basket-products .basket-row > div {
            display: table-cell;
            vertical-align: middle;
        }

    .basket-products .mobile-title {
        display: none;
    }

    .basket-products .img-title-wrapper > div {
        display: table;
        width: 100%;
    }

    .basket-products .product-img {
        display: table-cell;
        width: 60px;
        vertical-align: middle;
    }

        .basket-products .product-img img {
            width: 60px;
        }

    .basket-products .product-title {
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
        padding-right: 40px;
        line-height: 1.2;
    }

        .basket-products .product-title ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .basket-products .cijena-kom-wrapper {
        width: 480px;
    }

        .basket-products .cijena-kom-wrapper > div {
            display: table;
            width: 100%;
        }

    .basket-products .cijena-wrapper,
    .basket-products .kom-ukupno {
        display: table-cell;
        width: 140px;
        text-align: right;
        vertical-align: middle;
        line-height: 22px;
    }

    .basket-products .kom-wrapper {
        display: table-cell;
        width: 200px;
        vertical-align: middle;
        padding: 0 35px;
        text-align: center;
    }

        .basket-products .kom-wrapper .change_qty li .handle {
            background: #f2f2f2;
        }

            .basket-products .kom-wrapper .change_qty li .handle:hover {
                background: #2A2B2C;
                border-color: #2A2B2C;
            }

    .basket-products .cijena-wrapper .cijena-sada {
        color: #F36523;
    }

    .basket-products .cijena-wrapper .cijena-prije {
        display: block;
        font-size: 13px;
        color: #81838B;
        text-decoration: line-through;
    }

    .basket-products .remove-wrap .remove {
        font-size: 10px;
        color: #E9003F;
    }

    .basket-products .product-title ul a {
        color: #000000;
    }

        .basket-products .product-title ul a:hover,
        .basket-products .product-title ul a:focus,
        .basket-products .product-title ul a:active {
            color: #20B8D0;
        }

.total-sum-wrapper {
    text-align: right;
    padding-top: 15px;
}

    .total-sum-wrapper ul {
        display: table;
        width: 100%;
        max-width: 540px;
        margin: 5px 0 0 auto;
        padding: 0;
        list-style: none;
    }

        .total-sum-wrapper ul li {
            display: table-cell;
            vertical-align: top;
            text-align: right;
        }

            .total-sum-wrapper ul li:first-of-type {
                width: 60%;
            }

    .total-sum-wrapper .min-saving {
        color: #F36523;
    }

    .total-sum-wrapper .total-sum {
        font-size: 20px;
        margin: 20px 0;
    }

    .total-sum-wrapper ul.total-sum:first-child {
        margin-top: 5px;
    }

.basket .promo-code-enter {
    width: 100%;
    margin-top: 20px;
}

    .basket .promo-code-enter ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        .basket .promo-code-enter ul li {
            display: inline-block;
        }

        .basket .promo-code-enter ul .promo-input input {
            font-size: 15px;
            padding: 10px 20px;
        }

    .basket .promo-code-enter .btn {
        padding: 8px 10px;
    }

    .basket .promo-code-enter input {
        margin-top: 0;
    }

    .basket .promo-code-enter .btn {
        margin-left: 10px;
        font-size: 15px;
        min-width: 160px;
    }

.basket .order-overview .headings {
    display: table;
    margin: 0 0 0 auto;
}

    .basket .order-overview .headings > div {
        display: table-cell;
    }

    .basket .order-overview .headings .selected-quantity {
        padding-right: 0;
    }

.basket .order-overview .headings {
    width: 50%;
    margin-right: 0;
}

.order-overview .cijena-kom-wrapper {
    width: 50%;
}

.order-overview .selected-pdv,
.order-overview .selected-pdv-rate {
    vertical-align: middle;
    display: table-cell;
}

.order-overview .selected-quantity {
    width: 20%;
    text-align: center;
}

.order-overview .selected-price-per-piece,
.order-overview .selected-pdv,
.order-overview .selected-price-total {
    width: 20%;
}

.order-overview .selected-pdv-rate {
    width: 20%;
    text-align: center;
}

.order-overview .selected-pdv {
    text-align: right;
}

.podaci-uplata {
    margin-top: 40px;
}

    .podaci-uplata ul {
        margin: -1px 0 0 0;
        padding: 0;
        list-style: none;
        display: table;
        width: 100%;
        max-width: 640px;
        border: 1px solid #d5d5d5;
    }

        .podaci-uplata ul li {
            display: table-cell;
            vertical-align: top;
            padding: 8px 16px;
        }

            .podaci-uplata ul li:first-child {
                width: 160px;
                background: #eaeaea;
            }

.steps {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}

    .steps li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
    }

        .steps li.active {
            font-weight: 700;
        }

        .steps li .step-wrapper .circle {
            width: 40px;
            height: 40px;
            display: inline-block;
            border-radius: 50%;
            background: #eaeaea;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
        }

.steps li.active .step-wrapper .circle {
    background: #206199;
    color: #fff;
}

.signins-wrapper h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
}

.single-signin-wrapper {
    position: relative;
}

.half-col {
    float: left;
    width: 47%;
    margin-left: 40px;
}

.signins-wrapper .half-col {
    width: 50%;
    float: left;
    padding-left: 60px;
    margin-left: 0;
}

    .signins-wrapper .half-col:first-of-type {
        padding-left: 0;
        padding-right: 60px;
    }


.signins-wrapper .item {
    position: relative;
    float: left;
    width: 33.3333%;
    border-left: 1px solid #d5d5d5;
    padding: 0 60px 80px 60px;
}

    .signins-wrapper .item:first-of-type {
        border-left: 0;
        padding-left: 0;
    }

    .signins-wrapper .item.last {
        padding-right: 0;
    }

.basket-login .btn-holder {
    margin: 10px 0 20px 0;
}

.inner-signin {
    height: 100%;
}

.prijava .btn-holder {
    position: relative;
    left: 0;
    margin-top: 30px;
}

.form-control {
    padding: 14px 15px;
    height: auto;
    margin-top: 0;
    border-radius: 60px;
    border: none;
    background: #F5F5F5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .form-control:focus {
        border-color: #184193;
        box-shadow: 0 0 5px rgba(24, 65, 147, 0.75);
    }

.radio-wrapper {
    display: inline-block;
    margin-left: 40px;
}

.full-width {
    display: block;
}

.form-group,
.form-check {
    margin-bottom: 15px;
}

.company-data,
.shipping-form {
    display: none;
}

.shipping-form {
    padding-top: 25px;
}

.autocomplete-items {
    padding: 7px 0;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

    .autocomplete-items > div {
        cursor: pointer;
        padding: 3px 10px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .autocomplete-items > div:hover {
            background: #f1f2f3;
        }

.note_span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.form-check {
    padding-left: 0;
}

.form-group {
    position: relative;
}

    .form-group label {
        position: absolute;
        color: #797979;
        left: 16px;
        top: 13px;
        z-index: 2;
        font-weight: 400;
        pointer-events: none;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .form-group input {
        position: relative;
    }

    .form-group.focused label {
        font-size: 10px;
        top: 4px;
    }

        .form-group.focused label .req {
            margin-left: 5px;
        }

    .form-group.focused input {
        padding-top: 20px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .form-group.focused label.not-floating {
        position: relative;
        top: auto;
        left: auto;
        font-size: 16px;
    }

.form-error-message,
.error-message {
    color: #ee2121;
    margin: 0 0 10px 0;
    display: inline-block;
}

.radio-wrapper {
    margin-left: 0;
    width: 100%;
}

.panel-group .panel-default > .panel-heading {
    background: none;
}

.panel-group .panel-heading label {
    display: block;
    width: 100%;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel-body {
    background: #f5f5f5;
    padding: 15px 20px 20px 20px;
    border-radius: 4px;
    margin-top: 12px;
}

.delivery-types {
    margin-top: 30px;
}

.vrste-dostave,
.terms-conditions {
    margin-top: 30px;
}

.kartice .bootstrap-select {
    margin-top: 5px;
}

.delivery {
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery li {
    margin-top: 10px;
}

.delivery li:first-of-type {
    margin-top: 0;
}

.delivery li .delivery-price {
    background: #ECECED;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-top: 12px;
}

.btn-naruci {
    margin-top: 30px;
}

.total-price {
    padding: 12px 20px;
    background: #206199;
    border-radius: 4px;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.total-price strong {
    color: #ffffff;
}

.btn-naruci-note {
    margin-top: 30px;
}

    .btn-naruci-note > div {
        margin-top: 15px;
        color: #8E9395;
    }

.purchase-details-item {
    margin-top: 25px;
}

    .purchase-details-item:first-child {
        margin-top: 0;
    }

    .purchase-details-item h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .purchase-details-item textarea {
        margin-top: 10px;
    }

.detalji-kupovine {
    width: 50%;
    margin-top: 40px;
    padding-bottom: 20px;
}

.new-customer-registration-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-customer-registration-wrapper ul li {
    padding: 0 0 10px 40px;
    position: relative;
}

.new-customer-registration-wrapper ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: #206199;
}

.thank-you-wrapper {
    margin-top: 50px;
}


/* VIEWED ITEMS TABLE */
.wishlist-tabs {
    margin: 0 0 60px 0;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.viewed-items .btn {
    padding: 12px 25px;
    font-size: 14px;
}


.wishlist-tabs .nav-link {
    border-radius: 0;
    font-weight: 400;
    padding: 10px 35px;
    border-radius: 20px;
    background: #f5f5f5;
}

.wishlist-tabs .nav-link.active,
.wishlist-tabs .show > .nav-link {
    background: #206199;
    color: #ffffff;
}

.wishlist-tabs .nav-item {
    margin: 0 0 0 35px;
    display: inline-block;
}

    .wishlist-tabs .nav-item:first-child {
        margin: 0;
    }

.nav-link {
    background: #ffffff;
}

.viewed-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #DBDBDB;
}

    .viewed-item:first-of-type {
        border-top: 0;
    }

    .viewed-item > div {
        display: table-cell;
        vertical-align: middle;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .viewed-item .item-info a {
        font-size: 18px;
    }

    .viewed-item .item-fav {
        width: 60px;
        padding-right: 30px;
    }

        .viewed-item .item-fav .favorite-trigger {
            position: relative;
            display: block;
            top: auto;
            right: auto;
        }

    .viewed-item .item-pic {
        width: 120px;
        padding-right: 20px;
    }

    .viewed-item .item-info span {
        display: block;
        font-weight: 700;
        color: #232323;
        line-height: 1.2;
    }

    .viewed-item .item-price {
        width: 280px;
        text-align: right;
        font-weight: 400;
        padding-right: 40px;
        font-size: 18px;
    }

    .viewed-item .item-cart-action {
        width: 230px;
        text-align: right;
    }

        .viewed-item .item-cart-action .prod-qty {
            display: none;
        }

        .viewed-item .item-cart-action span {
            display: block;
            text-align: right;
            font-size: 14px;
        }

    .viewed-item .item-action {
        width: 24px;
        font-size: 12px;
    }

        .viewed-item .item-action a {
            display: inline-block;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            position: relative;
            top: 2px;
            color: #ff3552;
        }

            .viewed-item .item-action a:hover {
                color: #00c0f3;
            }

.viewed-items .page-nav {
    margin-top: 40px;
}

.viewed-items .nav-tabs {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.viewed-items .favorite-trigger {
    right: 0;
}



/* COOKIES */
.cookies {
    position: fixed;
    width: 100%;
    max-width: 480px;
    font-size: 14px;
    right: 0;
    bottom: 0;
    background: #206199;
    padding: 20px;
    color: #fff;
    z-index: 12000;
    line-height: 1.4;
    border-top-left-radius: 30px;
    box-shadow: 0 -2px 30px rgba(0, 0, 0, .2);
}

.cookies-button {
    margin-top: 20px;
}

.cookies > a {
    text-decoration: underline;
    color: #fff;
}

    .cookies > a:hover {
        opacity: 0.6;
    }

.cookies .btn {
    padding: 5px 20px;
    font-size: 14px;
}

.cookies .btn:hover {
    background: #5db8cf;
}
/* SUGGEST BOX */
.suggest-box {
    display: none;
    background: #ffffff;
    text-align: left;
    position: absolute;
    top: 135px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 540px;
    z-index: 101;
    -webkit-transition: visibility 0s linear 300ms, opacity 300ms ease;
    -moz-transition: visibility 0s linear 300ms, opacity 300ms ease;
    -o-transition: visibility 0s linear 300ms, opacity 300ms ease;
    transition: visibility 0s linear 300ms, opacity 300ms ease;
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

    .suggest-box.show {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .suggest-box .collection {
        padding: 20px 20px 15px 20px;
    }

    .suggest-box .collection-title {
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #808080;
    }

        .suggest-box .collection-title:first-child {
            margin-top: 0;
        }

        .suggest-box .collection-title .icon-close {
            display: none;
        }

    .suggest-box .product-list-small {
        border-left: 1px solid #eeeaec;
        margin: 0 -10px 0 -1px;
        width: 59.2%;
        padding: 20px;
    }

    .suggest-box .buttons {
        background: #f5f5f5;
        margin: 0;
        padding: 15px 0;
        border-top: 1px solid #eeeaec;
        text-align: center;
        border-radius: 0 0 20px 20px;
    }

        .suggest-box .buttons .btn {
            width: 200px;
            margin: 0 auto;
            font-size: 13px;
        }

            .suggest-box .buttons .btn:hover {
                color: #ffffff;
                text-decoration: none;
            }

            .suggest-box .buttons .btn span {
                font-size: 14px;
            }

    .suggest-box ul {
        padding: 0;
        list-style-type: none;
        margin: 0;
    }

.search.opened .ca-box {
    left: 55px;
    right: auto;
    width: 315px;
}

.suggest-box .results {
    background: #fff;
    border-radius: 20px;
}

    .suggest-box .results:before,
    .suggest-box .results:after {
        content: " ";
        display: table;
    }

    .suggest-box .results:after {
        clear: both;
    }

.suggest-box .collection,
.suggest-box .product-list-small {
    float: left;
    width: 50%;
}

.suggest-box .collection {
    border-right: 1px solid #eeeaec;
}

    .suggest-box .collection ul {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .suggest-box .collection a {
        display: block;
        text-decoration: none;
        padding: 4px 0;
        font-weight: 700;
        color: #000;
        border: 1px solid transparent;
    }

.suggest-box .results a:hover,
.suggest-box .results a.active,
.suggest-box .results a:active,
.suggest-box .results a:focus,
.suggest-box .product-list-small a.spc:hover,
.suggest-box .product-list-small a.spc:focus,
.suggest-box .product-list-small a.spc:active {
    color: #20B8D0;
}

.suggest-box .product-list-small a.spc {
    display: table;
    border: 1px solid transparent;
    width: 100%;
    color: #232323;
}

    .suggest-box .product-list-small a.spc p {
        margin: 0.3em 0 0 0;
        font-size: 12px;
    }

    .suggest-box .product-list-small a.spc .img {
        display: table-cell;
        width: 60px;
        text-align: center;
        vertical-align: middle;
        padding: 7px 0;
    }

        .suggest-box .product-list-small a.spc .img img {
            max-width: 50px;
            max-height: 50px;
        }

    .suggest-box .product-list-small a.spc .spc-info {
        display: table-cell;
        padding: 7px 0;
        vertical-align: middle;
        line-height: 18px;
    }

        .suggest-box .product-list-small a.spc .spc-info span {
            display: block;
        }

        .suggest-box .product-list-small a.spc .spc-info .name {
            font-size: 14px;
        }

.suggest-box .product-list-small .title {
    margin: 0;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    line-height: 18px;
}


.suggest-box .grupa-opis {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #65655f;
}

.suggest-box .results a:hover .grupa-opis,
.suggest-box .results a.active .grupa-opis,
.suggest-box .results a:active .grupa-opis,
.suggest-box .results a:focus .grupa-opis {
    color: #000000;
}

.search .suggest-box ul,
.search .suggest-box ul li {
    display: block;
    height: auto;
}

/* contact form*/

.contact-form {
    margin-top: 30px;
}

    .contact-form h3.success_mail {
        color: #20B8D0;
    }

    .contact-form h3.error_mail {
        color: #E9003F;
    }

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.featured .swiper-wrapper,
.actions .swiper-wrapper,
.related-products .swiper-wrapper {
    padding: 0 0 20px 0;
}

.featured h2 {
    margin: 0 60px 0 0;
}

.featured .tab-content {
    padding: 20px 0 0 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.swiper-scrollbar-drag {
    background: #206199;
}


.sucess_color {
    color: #20B8D0;
    font-weight: 700;
}


/* DOSTUPNOST  */
.table th, .table td {
    border-top: none;
    vertical-align: middle;
}

.table .item:first-of-type td {
    border-top: none;
}

.table .item td {
    border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.table thead th {
    border-bottom: none;
    background: #d2ebf2;
    vertical-align: middle;
}

.availability-table .dostupno,
.availability-table .na-upit {
    text-align: center;
}

.availability-table .circle {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
}

    .availability-table .circle.green {
        background: #15b575;
    }

    .availability-table .circle.orange {
        background: #ff9d49;
    }

.availability-table a {
    color: #000000;
}

.availability-table .table > thead > tr > th,
.availability-table .table > tbody > tr > th,
.availability-table .table > tfoot > tr > th,
.availability-table .table > thead > tr > td,
.availability-table .table > tbody > tr > td,
.availability-table .table > tfoot > tr > td {
    padding: 10px;
}

.price-rate-tooltip-wrapper {
    position: relative;
    /*margin: 10px 0 0 0;*/
    display: inline-block;
    width: 100%;
}

.price-rate-tooltip {
    background: #20B8D0;
    font-size: 14px;
    color: #ffffff;
    width: 50%;
    text-align: center;
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
}

.price-rate-tooltip-wrapper .price-rate {
    color: #11131E;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.price-rate-tooltip-wrapper .price-rate-info {
    position: relative;
    display: block;
    float: left;
    top: 1px;
    width: 21px;
    height: 21px;
    background: url(../img/info-ico.svg) 50% 50% no-repeat;
    background-size: 21px auto;
    cursor: pointer;
    /*margin: 0 0 0 10px;*/
}

.tooltip-inner {
    background: #20B8D0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #20B8D0;
}


/* PRINT PAGE */
body.print {
    font-size: 12px;
}

.print .container {
    max-width: 720px;
}

.print header {
    background: none;
}

.print .page-content {
    margin-top: 0;
}

.print .path {
    margin-bottom: 30px;
    font-size: 10px;
    line-height: 18px;
    padding-top: 0;
}

.print .product-pic {
    width: 100%;
}

.print .product .product-general {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}

.print .product-pic-inner {
    width: 100%;
}

    .print .product-pic-inner img {
        margin-left: auto;
        margin-right: auto;
    }

.print .product-name,
.print .product-price {
    font-size: 20px;
    line-height: 28px;
}

.print .product-price {
    margin-top: 30px;
}

.print .prod-availability {
    font-size: 12px;
    line-height: 18px;
}

.print .out-of-stock {
    max-width: 100% !important;
    border: 1px solid #ccc;
    margin-bottom: 0 !important;
    margin-top: -1px;
    padding: 0 15px 15px 15px !important;
}

.print .product-info-sheet {
    overflow: hidden;
}

.print .product-info {
    float: left;
    width: 48%;
    margin-left: 4%;
}

    .print .product-info:first-of-type {
        margin-top: 0;
        border-top: 1px solid #E3E6EC;
    }

        .print .product-info:first-of-type li {
            padding-top: 8px;
        }

    .print .product-info:nth-child(2n+1) {
        margin-left: 0;
    }

    .print .product-info li {
        text-align: left;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .print .product-info li:first-of-type {
            width: 50%;
        }

.print .product-description {
    margin-top: 20px;
}

.print .half-col {
    margin-left: 0;
}

.print .product-characteristic {
    margin: 2px 0 0 0;
}

    .print .product-characteristic li {
        padding: 8px 10px;
    }

.print footer {
    margin-top: 30px;
    border-top: 2px solid #ccc;
    text-align: center;
    line-height: 18px;
    padding: 0 0 20px 0;
}

    .print footer .container div {
        margin-top: 20px;
    }

    .print footer .container ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .print footer .container ul li {
            display: inline-block;
            margin-left: 30px;
        }

            .print footer .container ul li:first-of-type {
                margin-left: 0;
            }

.seasonal .section-title {
    padding: 0 20px;
}

.discounted-label {
    color: #11131E;
    font-size: 15px;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    width: 40px;
    height: 40px;
    background: #206199;
    border-radius: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-gallery .swiper-button-prev,
.post-gallery .swiper-button-next {
    margin: 5px 0 0 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/chevron-right-white.svg) 50% 50% no-repeat;
    background-size: 7px auto;
}

.swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #20B8D0;
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-next {
    right: -10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -1px;
}

.swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: transparent;
    margin: 0;
}

    .swiper-pagination-bullet::after {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 50%;
        top: 50%;
        background: #fff;
        border: 1px solid #000;
        border-radius: 50%;
        content: '';
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all .5s cubic-bezier(0.21, 1.17, 0.73, 1.21);
        opacity: 0.3;
    }

    .swiper-pagination-bullet:hover::after {
        opacity: 1;
    }


/* nova paginacija */

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    list-style-type: none;
}


    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        padding: 0;
        text-decoration: none;
        color: #484848;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 2px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        margin: 0 3px;
        font-size: 14px;
        display: block;
        font-weight: 600;
    }

.page-link:hover {
    color: #253450;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.25);
}

.next-page a, .prev-page a {
    display: block;
    background: url(../img/arrow-right-gray.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    width: 35px;
    height: 35px;
    padding: 0;
}

.prev-page a,
.first-page a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.pagination > li.nav-dots > span {
    border: 1px solid transparent;
}

.page-item .page-link:hover,
.page-item .page-link:active,
.page-item .page-link:focus,
.page-item.active .page-link {
    border: 1px solid #E5E6EA;
    color: #206199;
}


.pagination-mobile {
    display: none;
}

.show-all-in-cat {
    display: none;
}

/* ORDER HISTORY */
.orderHistory {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}

.orderHistoryCols {
    display: table;
    margin: 0;
    padding: 12px 20px;
    list-style: none;
    width: 100%;
}

    .orderHistoryCols li {
        display: table-cell;
        vertical-align: middle;
    }

    .orderHistoryCols .orderID {
        width: 18%;
    }

    .orderHistoryCols .orderTime {
        width: 16%;
    }

    .orderHistoryCols .orderStatus {
        width: 20%;
    }

    .orderHistoryCols .orderTotal {
        text-align: right;
        width: 20%;
    }

.orderItem {
    margin-top: 8px;
}

.orderItemHeading {
    background: #ECECED;
    border-radius: 5px;
    cursor: pointer;
}

    .orderItemHeading .orderHistoryCols .orderID {
        font-size: 28px;
        font-weight: 100;
        line-height: 28px;
    }

    .orderItemHeading .orderHistoryCols i {
        display: none;
    }

.orderItemBody {
    display: none;
    padding: 40px 20px 30px 20px;
}

.orderItemRecord {
    display: table;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #EFECF0;
    font-weight: 100;
    color: #000;
}

    .orderItemRecord:first-child {
        border-top: 1px solid #EFECF0;
    }

    .orderItemRecord li {
        display: table-cell;
        vertical-align: middle;
    }

    .orderItemRecord .orderItemRecordID {
        width: 22%;
    }

    .orderItemRecord .orderItemRecordQty {
        width: 5%;
        text-align: right;
    }

    .orderItemRecord .orderItemRecordPrice {
        width: 20%;
        text-align: right;
    }

.orderBtns {
    text-align: right;
    margin-top: 20px;
}

/* PAGER */
.pager-wrapper {
    text-align: center;
}

.pager {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .pager > li {
        display: inline-block;
    }

        .pager > li a {
            display: inline-block;
            width: 45px;
            text-align: center;
            padding: 11px 0;
            background: none;
            border: 0;
            border-radius: 0;
        }

    .pager li > a:hover,
    .pager li > a:focus {
        background: none;
    }

    .pager > li a span {
        position: relative;
        top: 2px;
    }



/* BLOG */
.home-blog {
    position: relative;
}

    .home-blog .section-title {
        position: relative;
        text-align: left;
        z-index: 2;
    }

.blog-cats ul {
    margin: 0;
    padding: 16px 0 0 0;
    list-style: none;
}

.blog-cats-mobile {
    display: none;
}

.blog-entries {
    position: relative;
    margin: 20px 0 0 0;
    z-index: 2;
}

.blog-item a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.blog-item-pic {
    opacity: 1;
    width: 100%;
    display: inline-block;
    position: relative;
    background: #FAFAFA;
    border-radius: 10px;
}

    .blog-item-pic img {
        width: 100%;
        border-radius: 10px;
    }

    .blog-item-pic::after {
        content: '';
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #123367;
        opacity: 0;
        border-radius: 10px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .blog-item-pic:hover::after {
        opacity: .3;
    }

.blog-item-featured {
    width: 43.5%;
}

.blog-item {
    width: 26.4%;
}

.blog-entries.list .blog-item {
    width: 22.7%;
    margin: 0 3% 3% 0;
}

    .blog-entries.list .blog-item:nth-of-type(4n) {
        margin: 0 0 3% 0;
    }

.blog-item img {
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: multiply;
}

.blog-item ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
}

    .blog-item ul li {
        display: block;
    }

.blog-item-first {
    width: calc(50% - 40px);
}

.article-title h3 {
    margin: 25px 0 15px 0;
    font-size: 22px;
    font-weight: 900;
    color: #206199;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.article-title:hover h3 {
    color: #20b8d0;
}

.article-short-desc {
    padding: 0 15px 0 0;
}

.buttons-bottom,
.buttons-bottom-mobile {
    margin-top: 30px;
}


/* END BLOG */


/* POGLEDANI PROIZVODI */
.recently-viewed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    text-align: center;
}

.recently-viewed > .btn,
.recently-viewed > .btn:focus {
    position: relative;
    z-index: 600;
    background: #206199;
    border-radius: 20px 20px 0 0;
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    bottom: -1px;
}

    .recently-viewed.opened > .btn {
        background: #fff;
        color: #444;
    }

.recently-viewed-inner {
    display: none;
    position: relative;
    background: #fff;
    box-shadow: 0 -60px 120px rgba(0,0,0,.5);
    z-index: 500;
    text-align: left;
    padding: 30px 0 20px 0;
    overflow: hidden;
}

.recently-viewed .swiper-container {
    padding: 0 0 20px 0;
}

.nav-up {
    top: -155px;
}

.nav-down {
    top: 0;
}

.homepage header.nav-up {
    top: auto;
}

.send-inq-btn-katalog {
    border-radius: 5px;
    padding: 5px 10px 7px 10px;
    font-size: 15px;
    font-weight: 400;
    background: #ECECED;
    display: block;
    margin: 5px 0 0 0;
}

.send-inq-btn-katalog:hover,
.send-inq-btn-katalog:focus {
    background: #dcdcdc;
    color: #206199;
}

.icon-heart:before {
    color: #E41E26;
}

.select-css {
    width: 100%;
    border: 1px solid #CDCDCD;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/chevron-down.svg) 95% 50% no-repeat;
    background-size: 10px auto;
}

.recently-viewed .prod-item .item-price .price-before {
    font-size: 14px
}


.invalid_attr {
    color: cornflowerblue !important;
}

.prod-item.catalogue-banner {
    padding: 0;
    border: none;
}

.grid-comm a {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.no-products {
    display: inline-block;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
}

.lg-backdrop {
    background: #f1f1f1;
}

.error-content-wrapper {
    text-align: center;
    padding: 50px 0 0 0;
}

    .error-content-wrapper .btn {
        margin: 30px 0 0 0;
    }

.pass-reset-inner {
    text-align: center;
    padding: 80px 0 0 0;
    max-width: 500px;
    margin: 0 auto;
}

    .pass-reset-inner h2 {
        font-weight: 400;
        font-size: 21px;
        color: #121212;
    }

    .pass-reset-inner form {
        margin: 50px 0 0 0;
    }

    .pass-reset-inner .btn {
        width: 100%;
        margin: 20px 0 0 0;
    }

.forgot-pass {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

.btn-holder {
    margin: 20px 0 0 0;
}

.delivery-type {
    margin: 20px 0 0 0;
}

.pregled-kupovine-wrapper,
.podaci-wrapper,
.podaci-edit {
    position: relative;
    display: inline-block;
    width: 100%;
}

.podaci-wrapper::after,
.pregled-kupovine-wrapper::after,
.podaci-edit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}

.pregled-kupovine-wrapper .table thead th {
    background: #206199;
    color: #ffffff;
}

.gd-logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
}

.icon-eye-open,
.icon-eye-close {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.icon-eye-open {
    background: url(../img/eye-open.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.icon-eye-close {
    background: url(../img/eye-closed.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.input-group-append .btn {
    border-color: #dedede;
    padding: 0;
    width: 54px;
    background: #dedede;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: none;
}

.input-group {
    z-index: 1;
}


.basket-attributes {
    font-size: 11px;
    text-transform: uppercase;
}
/*prikaz pakiranja/velicine proizvoda na stranii*/
.package-wrapper {
    margin: 10px 0 0 0;
}

    .package-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 10px 0 0 0;
        display: inline-block;
        width: 100%;
    }

        .package-wrapper ul li {
            display: block;
            float: left;
            margin: 0 10px 10px 0;
        }

.package-wrapper ul li.active a,
.package-wrapper ul li a:hover,
.package-wrapper ul li a:active,
.package-wrapper ul li a:focus {
    background: #206199;
    color: #ffffff;
}

            .package-wrapper ul li a {
                display: block;
                color: #121212;
                width: auto;
                border-radius: 7px;
                text-align: center;
                background: #ffffff;
                padding: 5px 10px;
                font-size: 13px;
                font-weight: 400;
                border: 1px solid #D4D4D4;
                text-transform: uppercase;
            }

                .package-wrapper ul li a.mod_inactive {
                    display: block;
                    color: darkgray;
                    width: auto;
                    text-align: center;
                    background: #E0E0E0;
                    padding: 5px 10px;
                    font-size: 13px;
                    font-weight: 400;
                    border: 1px solid #D4D4D4;
                    text-transform: uppercase;
                }

                    .package-wrapper ul li a.mod_inactive:hover {
                        background: #E0E0E0;
                    }

    .package-wrapper + .product-add {
        margin: 10px 0 20px 0;
    }

.nijanse + .package-wrapper {
    margin: 20px 0 0 0;
}

.true_size {
    background: #20B8D0;
    color: white;
    border-radius: 7px;
    padding: 30px;
    display: flex;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.true_size svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}

.true_size svg path {
    fill: #fff;
}

.true_size p {
    margin-bottom: 0;
}



/*prikaz boja proizvoda na stranii*/
.product-colours {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

    .product-colours > li {
        display: inline-block;
        margin-bottom: 5px;
    }

        .product-colours > li a {
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid transparent;
            border: 2px solid transparent;
            border-radius: 100%;
            padding: 2px;
            overflow: hidden;
            line-height: 0;
        }


            .product-colours > li a[disabled] {
                opacity: 0.3;
                cursor: default;
            }

            .product-colours > li a span {
                display: inline-block;
            }


            .product-colours > li a:first-of-type:hover {
                border-color: #2092ca;
            }

            .product-colours > li a[disabled]:first-of-type:hover {
                border-color: transparent;
            }

            .product-colours > li a img {
                width: 22px;
                height: 22px;
                border-radius: 100%;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid #ccc;
            }

        .product-colours > li.active a:first-of-type {
            border-color: #2092ca;
        }

    .product-colours img {
        border-radius: 100%;
    }

.about-us-section {
    margin: 80px 0 0 0;
}

.about-us-content {
    background: #206199;
    color: #ffffff;
    padding: 0 100px;
    font-size: 18px;
}

.about-btns {
    margin: 30px 0 0 0;
}

    .about-btns .btn-outline {
        margin: 0 0 0 20px;
    }

.nice-scrollbar {
    scrollbar-width: thin;
    scrollbar-base-color: #F0F0F0;
    scrollbar-face-color: #206199;
    scrollbar-3dlight-color: #c1c1c1;
    scrollbar-highlight-color: #c1c1c1;
    scrollbar-track-color: #F0F0F0;
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1;
    scrollbar-dark-shadow-color: #206199;
}

    .nice-scrollbar::-webkit-scrollbar {
        width: 6px;
        background-color: #F0F0F0;
        border-radius: 4px;
    }

    .nice-scrollbar::-webkit-scrollbar-thumb {
        background-color: #206199;
        border-radius: 4px;
    }

    .nice-scrollbar::-webkit-scrollbar-track {
        background-color: #F0F0F0;
        border-radius: 4px;
    }


/* custom checkbox */
.inp-cbx {
    display: none;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    transform: scale(1);
    vertical-align: top;
    margin: 4px 0 0 0;
    border: 1px solid #797979;
    background: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .cbx span:first-child svg {
        position: absolute;
        top: 2px;
        left: 1px;
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
        -webkit-transition: all 0.3s ease;
        -webkit-transition-delay: 0.1s;
        -webkit-transform: translate3d(0, 0, 0);
        transition: all 0.3s ease;
        transition-delay: 0.1s;
        transform: translate3d(0, 0, 0);
    }

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #206199;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 12px;
    width: 93%;
}

.cbx:hover span:first-child {
    border-color: #206199;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #206199;
    border-color: #206199;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:first-child:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

/* end custom checkbox */


/*.gray {
    color: #797979;
}*/

.free-delivery-wrapper {
    margin: 15px 0 0 0;
    background: #206199;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
}

.free-delivery-content {
    position: relative;
    padding: 17px 17px 17px 60px;
    display: inline-block;
}

    .free-delivery-content::before {
        content: '';
        width: 52px;
        height: 52px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background: url(../img/dostava-ico.svg) 50% 50% no-repeat;
        background-size: 51px auto;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.free-delivery-wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.free-delivery-wrapper a:hover {
    color: #20b8d0;
}

.main-filters .btn-outline {
    font-weight: 400;
    max-width: 200px;
    width: 100%;
    padding: 7px 20px;
    margin: 0 20px 0 0;
    font-size: 14px;
}

/* review */

.rate-this-product {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .rate-this-product li {
        display: inline-block;
        font-size: 30px;
        height: 33px;
    }

        .rate-this-product li button,
        .item-rating span {
            color: #E8E8E8;
            background: transparent;
            padding: 1px 6px;
            -webkit-background-clip: text;
        }

            .rate-this-product li button:hover,
            .rate-this-product li button.active,
            .item-rating span.full {
                background: transparent;
                -webkit-background-clip: text;
                color: #E5A126;
            }

.item-rating span {
    display: inline-block;
    margin: 0 2px;
    font-size: 17px;
    margin-bottom: 10px;
    color: #dfdfdf;
}

.rate-this-product-message {
    color: #E5A126;
    margin-top: 20px;
    text-align: center;
}

.product-ratings {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.product-rating-item {
    padding: 20px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}

    .product-rating-item .item-rating span {
        padding: 1px 2px;
    }

        .product-rating-item .item-rating span:first-of-type {
            margin: 0 2px 0 0;
            padding: 1px 2px 1px 0;
        }

    .product-rating-item .item-rating-head {
        position: relative;
    }


        .product-rating-item .item-rating-head ul {
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .product-rating-item .item-rating-head ul li {
                display: inline-block;
            }

                .product-rating-item .item-rating-head ul li:first-of-type {
                    color: #8E9395;
                    padding: 10px 5px 5px 0;
                }

        .product-rating-item .item-rating-head .rating-date {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 13px;
            color: #f79e1b;
        }

    .product-rating-item .item-rating {
        position: relative;
        top: 3px;
    }


.product-page-quick {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

    .product-page-quick li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .product-page-quick .item-rating span {
        padding: 0;
        margin: 0;
    }

    .product-page-quick .item-rating {
        position: relative;
        top: 2px;
    }

.product-description .btn {
    width: 275px;
    display: block;
    margin: 30px auto;
}

.reviews-link {
    color: #206199;
}

    .reviews-link a {
        font-weight: 700;
        color: #206199;
    }

        .reviews-link a:hover {
            color: #20B8D0;
        }

.product-description .tab-content h2 {
    text-align: center;
}

.lg-next,
.lg-prev {
    background-color: #206199;
    border-radius: 100%;
    color: #ffffff;
    height: 42px;
    width: 42px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .lg-next:hover,
    .lg-prev:hover {
        background-color: #20B8D0;
    }

.lg-toolbar {
    background: #d8d8d8;
}

    .lg-toolbar .lg-icon:hover {
        color: #206199;
    }

.lg-counter {
    color: #444444;
}

.loyalty-club-wrapper {
    background: #ECECED;
    border-radius: 10px;
    padding: 12px 25px;
    position: relative;
    color: #206199;
    font-weight: 600;
}

.loyalty-club-wrapper strong {
    color: #505050;
    font-weight: 900;
}

.loyalty-club-accept {
    width: 100%;
}

.loyalty-club-wrapper a {
    text-decoration: underline;
}

.loyalty-club-wrapper .cbx span:first-child {
    border: 1px solid #D4D4D4;
    margin: 3px 0 0 0;
}

.modal-body {
    padding: 2rem;
}

    .modal-body .logo {
        margin: 0 0 30px 0;
    }

        .modal-body .logo img {
            width: 165px;
            height: 36px;
        }

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.not-loggedin .logo {
    margin: 0 0 20px 0;
    display: inline-block;
}

    .not-loggedin .logo img {
        margin: 0 auto;
        display: block;
    }

.not-loggedin,
.send-inquiry {
    text-align: center;
}

.review-register {
    margin: 20px 0 0 0;
}

.modal-header {
    display: block;
    text-align: center;
}

textarea.form-control {
    border-radius: 20px;
    min-height: 200px;
    padding: 20px 15px;
}

.single-post .post-img,
.single-post .post-img img {
    width: 100%;
}

.single-post h1 {
    margin: 0 0 25px 0;
    text-align: center;
}

.post-section {
    margin: 0 0 80px 0;
}

    .post-section h2 {
        margin: 0 0 15px 0;
    }

.post-section a {
    color: #206199;
    font-weight: 700;
    text-decoration: underline;
}

.post-section .btn-download,
.post-section .btn {
    color: #ffffff;
    text-decoration: none;
    background: #206199;
}

.post-section .btn-download:hover,
.post-section .btn-download:focus,
.post-section .btn-download:active,
.post-section .btn:hover,
.post-section .btn:focus,
.post-section .btn:active {
    background: #5DB8CF;
}

.date-comments {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.single-post .main-img-right .post-content,
.single-post .img-right .post-content {
    padding: 0 90px 0 0;
}

.single-post .img-left .post-content {
    padding: 0 0 0 90px;
}

.post-content {
    line-height: 1.8;
}

.blog-comments {
    margin: 0 0 0 20px;
}

    .blog-comments a {
        font-weight: 600;
        text-decoration: underline;
    }

.comments-wrapper {
    max-width: 960px;
    padding: 80px 0 0 0;
}

.comments-intro {
    margin: 40px 0 25px 0;
}

.comments-wrapper textarea.form-control {
    min-height: 100px;
}

.no-comments {
    padding: 60px 0 0 0;
}

.related-articles {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 80px 0 0 0;
}

    .related-articles h2 {
        margin: 0 0 40px 0;
    }

    .related-articles .swiper-button-prev,
    .related-articles .swiper-button-next {
        top: 100px;
    }

    .related-articles .swiper-button-prev {
        left: auto;
        right: 60px;
    }

    .related-articles .swiper-button-next {
        right: 0;
    }

.post-gallery img {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    max-width: 100%;
    height: auto !important;
}

.post-section img {
    border-radius: 10px;
    max-width: 100%;
    height: auto !important;
}

.post-gallery {
    position: relative;
}

    .post-gallery .swiper-container {
        padding: 10px;
    }

    .post-gallery a {
        width: 100%;
    }

.post-narrow {
    max-width: 940px;
    margin: 0 auto 80px auto;
}

    .post-narrow picture {
        display: inline-block;
        width: 100%;
    }

    .post-narrow img {
        margin: 30px 0;
        width: 100%;
        max-width: 100% !important;
        height: auto !important;
    }

.post-img-big img {
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 10px;
}


/* BACK TO TOP */
.top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 88;
    border-radius: 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(19, 62, 143, 0.88) url(../img/chevron-right-white.svg) no-repeat 50% 50%;
    background-size: 9px auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .top.is-visible,
    .top.fade-out,
    .no-touch .top:hover {
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

    .top.is-visible {
        visibility: visible;
        opacity: 1;
    }

    .top.fade-out {
        opacity: 0.5;
    }

.top.fade-out:hover,
.no-touch .top:hover {
    background-color: rgba(19, 62, 143, 1);
    opacity: 1;
}

/* end back to top */


.stores-wrapper h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
}

.accordion-locations .card-header,
.accordion-faq .card-header {
    padding: 0;
}

.store-item {
    margin: 0 0 30px 0;
}

    .store-item:last-of-type {
        margin: 0;
    }

.accordion-locations .card,
.accordion-locations .card-header,
.accordion-faq .card-header,
.accordion-faq .card {
    border-radius: 20px;
    border: none;
}

.accordion-locations .card {
    margin: 0 0 10px 0;
}

.accordion-locations h3 {
    font-size: 18px;
}

.accordion-locations .card-body,
.accordion-faq .card-body {
    padding: 40px;
}

.accordion-locations button,
.accordion-faq button {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 20px 40px;
    background: transparent;
}

.store-info {
    width: 25%;
}

    .store-info ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 20px 0;
        width: 45%;
    }

.store-photos {
    width: 62%;
}

    .store-photos img {
        border-radius: 10px;
        width: 48%;
    }

        .store-photos img:last-of-type {
            margin: 0 0 0 3%;
        }

.link-location {
    display: block;
    margin: 10px 0 20px 0;
    font-weight: 700;
    text-decoration: underline;
}

.city-name {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #052557;
    padding: 0 0 0 60px;
}

.accordion-locations .collapsed .city-name::before,
.address-list .city-name::before {
    background: #206199 url(../img/pin-accordion.svg) 50% 50% no-repeat;
}

.city-name::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #206199 url(../img/pin-accordion.svg) 50% 50% no-repeat;
    background-size: 18px auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.num-store {
    position: relative;
    display: inline-block;
    top: -1px;
    color: #444444;
}

    .num-store::before {
        content: '';
        position: relative;
        top: -3px;
        width: 5px;
        height: 5px;
        margin: 0 10px;
        display: inline-block;
        border-radius: 100%;
        background: #444444;
    }


.accordion-locations .num-store::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 9px;
    height: 11px;
    margin: 0 0 0 15px;
    top: 1px;
    background: url(../img/chevron-right-blue.svg) 50% 50% no-repeat;
    background-size: 7px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.accordion-locations .collapsed .num-store::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.search-city {
    text-align: center;
    margin: 0 0 40px 0;
}

.chosen-location {
    background: #F5F5F5;
    border-radius: 10px;
    margin: 0 0 70px 0;
}

    .chosen-location ul {
        list-style-type: none;
        padding: 40px 30px;
        margin: 0;
    }

.map-canvas {
    max-width: 1220px;
    width: 100%;
    height: 630px;
    background: #cccccc;
    border-radius: 0 10px 10px 0;
}

.location-select-wrapper {
    margin: 20px 0 0 0;
}

    .location-select-wrapper .btn {
        background: #F5F5F5;
        border-radius: 60px;
        border: none;
    }

    .location-select-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: 400px;
        width: 100%;
    }

    .location-select-wrapper .bootstrap-select .btn .filter-option,
    .location-select-wrapper .bootstrap-select .dropdown-menu {
        font-size: 16px;
    }

.city-name-search {
    display: inline-block;
    font-size: 28px;
    color: #206199;
}

.search-city span {
    font-size: 18px;
    color: #444444;
}

.address-list li {
    padding: 0 0 30px 50px;
}

    .address-list li:last-child {
        padding: 0 0 0 50px;
    }

.address-list .city-name::before {
    left: -60px;
    top: 60%;
}

.address-list .city-name {
    padding: 0;
}

.loyalty-intro-wrapper {
    background: #D2EBF2;
    border-radius: 20px;
    padding: 70px 40px;
}

.loyalty-intro {
    max-width: 60%;
    padding: 0 70px 0 0;
}

.loyalty-intro-wrapper img {
    max-width: 40%;
}

.loyalty-content {
    margin: 0 0 20px 0;
}

.loyalty-main-content {
    max-width: 730px;
    margin: 40px auto;
}

.accordion-faq button {
    font-size: 24px;
    font-weight: 700;
    color: #052557;
    padding: 20px 40px 20px 110px;
}

.accordion-faq button::before {
    content: '-';
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    background: #206199;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}

    .accordion-faq button.collapsed::before {
        content: '+';
    }

.accordion-faq .card {
    margin: 0 0 30px 0;
}

.alert {
    padding: 10px 15px;
    border-radius: 10px;
    display: block;
    margin: 0 0 10px 0;
}

.alert-primary {
    background: #206199;
    color: #ffffff;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
}

.alert-wrapper {
    display: block;
    text-align: center;
}

.alert-info {
    background: #d2ebf2;
    display: inline-block;
    margin: 0 0 50px 0;
}

.no-products-basket {
    display: inline-block;
    width: 100%;
}

    .no-products-basket .basket-btns {
        margin: 50px 0 0 0;
    }

.basket .page-heading {
    margin-top: 50px;
}

.no-products-basket .btn-basket-back path {
    stroke: #ffffff;
    fill: #ffffff;
}

.basket-btns {
    margin: 0 0 30px 0;
    width: 100%;
}

.login-3rd-party {
    margin: 20px 0 0 0;
}

    .login-3rd-party a:first-of-type {
        margin: 0 10px 10px 0;
    }

    .login-3rd-party a {
        padding: 6px 20px;
    }

        .login-3rd-party a svg {
            width: 15px;
            height: 15px;
        }

    .login-3rd-party span {
        position: relative;
        font-size: 13px;
        margin: 0 0 0 5px;
        top: 1px;
    }

.btn-naruci-note .error-note {
    color: #2e2e2e;
    position: fixed;
    background: #ECECED;
    left: 0;
    padding: 10px 15px;
    bottom: 0;
    font-size: 13px;
    max-width: 450px;
    border-radius: 0 15px 0 0;
}

.half-cols-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .half-cols-wrapper::before,
    .pregled-kupovine-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        width: 1px;
        height: 100%;
        z-index: 1;
        background: #DBDBDB;
    }

.spinner-border {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    border: 3px solid #ffffff;
    border-right-color: transparent;
    border-radius: 100%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 5px;
}

.detalji-kupovine-pregled {
    float: left;
    width: 50%;
    padding: 0 40px 40px 0;
}

.pregled-kupovine .basket-list {
    width: 50%;
    float: right;
    padding: 0 0 0 40px;
    font-size: 14px;
}

.pregled-kupovine .btn-basket-order,
.delivery-payment .btn-basket-back {
    margin: 30px 0 0 0;
}

.delivery-payment .payment {
    margin: 0 0 30px 0;
}

.pregled-kupovine-wrapper .price-sum,
.pregled-kupovine-wrapper .kom-ukupno {
    text-align: right;
}

.pregled-kupovine-wrapper .kom-wrapper {
    text-align: center;
}

.pregled-kupovine-wrapper h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.price-availability-wrapper {
    margin: 0 0 20px 0;
}

.product-price-eur {
    position: relative;
}

.product-price-span {
    color: #206199;
}

.lowest-price {
    font-size: 13px;
    position: static;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 160%;
    color: #7c7c7c;
}

    .lowest-price span,
    .lowest-price-catalogue span {
        color: #121212;
    }

.lowest-price-catalogue {
    font-size: 11px;
    color: #7c7c7c;
    font-weight: 400;
    line-height: 1.2;
}

.sale-or-stock-last {
    font-size: 13px;
    color: #7c7c7c;
    margin: 10px 0 0 0;
    width: 100%;
    font-weight: 700;
}

.blog-list h1 {
    text-align: center;
}

.contact-page img {
    margin: 0 0 30px 0;
}

.contact-content {
    line-height: 1.8;
}

    .contact-content .social-label {
        display: none;
    }

    .contact-content .right-side a {
        width: 35px;
        height: 35px;
        top: auto;
    }

    .contact-content .btn {
        color: #ffffff;
        text-decoration: none;
        margin: 30px 0 0 0;
    }

    .contact-content .right-side .insta {
        background: url(../img/insta-ico.svg) 50% 50% no-repeat;
        background-size: 35px auto;
    }

        .contact-content .right-side .insta:hover {
            background: url(../img/insta-ico-hover.svg) 50% 50% no-repeat;
            background-size: 35px auto;
        }

    .contact-content .right-side .fb {
        background: url(../img/facebook-ico.svg) 50% 50% no-repeat;
        background-size: 35px auto;
    }

        .contact-content .right-side .fb:hover {
            background: url(../img/facebook-ico-hover.svg) 50% 50% no-repeat;
            background-size: 35px auto;
        }

.contact-right-side,
.contact-left-side {
    width: 46%;
}

.contact-page .post-section h2 {
    font-size: 25px;
}

.related-products {
    padding: 90px 0 0 0;
}

    .related-products h2 {
        text-align: center;
        margin: 0 0 60px 0;
    }

.prijava,
.podaci-wrapper {
    padding: 0 0 40px 0;
}

.lg-next,
.lg-prev {
    font-size: 18px;
}

.blog-cats-mobile select {
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #206199 50%), linear-gradient(135deg, #206199 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 18px) calc(1em + 1px), calc(100% - 13px) calc(1em + 1px), calc(100% - .4em) .4em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.newsletter-form {
    position: relative;
    align-items: flex-start;
}

.nl-error {
    position: absolute;
    top: 80%;
    display: none;
    font-size: 12px;
    color: #af2418;
    padding-top: 5px;
    text-align: left;
}

#newsletter_popup .nl-error {
    padding-top: 15px;
}

.nl-error-show {
    display: block;
}

.error ~ .nl-error {
    display: block;
}

.nl-info {
    position: absolute;
    top: 80%;
    display: none;
    font-size: 12px;
    color: green;
    padding-top: 5px;
    text-align: left;
}

#newsletter_popup .nl-info {
    padding-top: 15px;
}

#newsletter_popup .gdpr-accept {
    margin-top: 25px;
}

.nl-info-show {
    display: block;
}

.gdpr-accept.error span:last-child,
.gdpr-accept.error span:last-child a {
    color: #af2418
}

.gdpr-accept.error span:first-child {
    border: 1px solid #af2418;
}

#user_email.error {
    border: 1px solid #af2418;
}

#newsletterForm button[type="submit"] {
    padding: 13px 30px 13px 30px;
}

.loyalty-status {
    background: #206199;
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 20px;
    margin: 0 0 30px 0;
    max-width: 510px;
}

.loyalty-num {
    background: #20b8d0;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 0 30px;
}

.tecaj_konverzije {
    text-align: center;
    font-size: 23px;
    padding: 25px 15px;
}

    .tecaj_konverzije span {
        font-weight: 700;
        color: #206199;
    }

.foo-certifikati {
    padding-bottom: 50px;
}

.foo-certifikati ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.foo-certifikati ul li {
    list-style-type: none;
    height: 95px;
    width: 95px;
    margin-right: 15px;
}

.foo-certifikati ul li.fc-custom {
    width: auto;
    height: auto;
}

.foo-certifikati ul li.fc-custom a {
    display: block;
}

.foo-certifikati ul li.fc-custom img {
    max-height: 95px;
}

.foo-certifikati ul li:last-child {   
    margin-right:0;
}

.intro_msg {
    text-align: center;
    background-color: #C5C6C6;
    color: #000;
    position: fixed;
    bottom: 0;
    padding: 5px;
    padding: 8px;
    width: 100%;
    z-index: 555;
}

.intro_msg a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.basket .loyalty-club-wrapper {
    margin: 20px 0 0 0;
}

.product-share-mobile,
.product-name-mobile {
    display: none;
}

.kupnja-upit h2 {
    margin: 30px 0;
}

.doc-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.doc-list li {
    padding: 10px 0;
}

.doc-list a {
    position: relative;
    display: block;
    padding: 0 0 0 35px;
}

.doc-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    width: 20px;
    height: 25px;
    background: url(../img/pdf-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.p-90-60-30{
    padding:90px 0;
}

.p-60-30 {
    padding: 60px 0;
}

.cgmPage .page-sidebar-wrapper {
    padding: 30px 60px 0 0;
}

.cgmPage .page-main.cgmPageMain,
.cgmPage .page-main > .page-main {
    padding: 30px 0 0 0;
}

.cgmPage .page-main h1 {
    margin: 0 0 30px 0;
}

.cgmPage .page-main h2 {
    margin: 0 0 30px 0;
}

.cgmPage .page-main h3 {
    margin: 0 0 20px 0;
}

.cgmPage .page-main h4, .cgmPage .page-main h5, .cgmPage .page-main h6 {
    margin: 0 0 15px 0;
}

.cgmPage > .page-main:not(.blog-list) {
    padding: 30px 0 0 0;
}


.cgm {
    overflow-x: hidden;
}

.cgmSwiper {
    overflow: hidden;
}

.cgmSwiper .swiper-button-prev,
.cgmSwiper .swiper-button-next{
    top:55%;
    background:transparent;
}

.cgmSwiper .swiper-button-prev{
    left:0;
}


.cgmSwiper .swiper-button-prev:after,
.cgmSwiper .swiper-button-next:after {
    background: url(../img/arrow-white.svg) 50% 50% no-repeat;
    background-size: 25px auto;
}

.cgmSlider .swiper-pagination{
    bottom:-30px;
}

.cgm .secIcons {
    background-image: url(../img/cgm/Mod1-bckground.jpg);
    background-size:cover;
    background-position:right top;
    text-align:center;
    border-radius:20px;
}

.cgm .iconCard{
    margin-bottom:30px;
}

.cgm .iconTxt {
    color: #206199;
    font-size: 21px;
    margin-top: 10px;
    line-height: 1.2;
}

.cgm .mobileDecor {
    min-height: 616px;
    background-image: url(../img/cgm/Mod2-bckground-02.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    background-size: contain;
}

.cgm .person{
    padding: 60px 0 0 0;
}


.cgm .person .mobilePhone {
    position: relative;
    left: calc(100% - 250px);
    bottom: -170px;
}

.cgm .person .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cgm .person .intro h2{
    margin-bottom:30px;

}

.cgm .person .intro a img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.cgm .sensor {
    background: #c1e7fa;
    background-image: url(../img/cgm/sensor_bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
    border-radius: 20px;
    overflow:hidden;
}

.cgm .sensor img{
    position:relative;
    left:-15px;
}

.senzorIntro {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.senzorIntro h2{
    margin-bottom:30px;

}

.anchor-price {
    display: block;
    width: 100%;
    font-weight: 400;
}



@media screen and (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}


@media screen and (min-width: 1459px) {
    .container {
        max-width: 1780px;
    }
}

@media screen and (min-width: 1921px) {
    .home-wrapper {
        margin: 25px 0 0 0;
    }

    .home-slider a,
    .home-slider picture,
    .home-slider img {
        border-radius: 20px;
    }
}




@media screen and (min-width: 768px) {
    .remove-all-filters-mob {
        display: none;
    }

    .actions .nav-tabs {
        display: flex;
        flex-flow: column nowrap;
        width: 22.5%;
        border: none;
    }

    .product-description .nav-tabs {
        display: flex;
        background: #F5F5F5;
        border-radius: 20px;
        margin: 0;
    }

    .actions .nav-tabs .nav-link {
        white-space: nowrap;
        text-transform: none;
    }

    .actions .card,
    .product-description .card {
        border: none;
    }

    .actions .card .card-header,
    .product-description .card-header {
        display: none;
    }

    .actions .card .collapse,
    .product-description .card .collapse {
        display: block;
    }
}

@media screen and (max-width: 1760px) {
    .home-wrapper {
        width: 80%;
    }

    .wide-highlight .banner-content img {
        display: none;
    }

    section h2,
    .home-categories-content h2 {
        font-size: 30px;
    }

    .loyalty-txt h2 {
        font-size: 22px;
    }

    .wide-highlight .banner-txt {
        margin: 15px 0;
    }

    .body-parts-wrapper {
        right: 0;
    }

    .home-categories-content {
        max-width: 360px;
    }

    .loyalty-txt {
        padding: 30px;
        width: 40%;
    }

    .loyalty-img-holder {
        width: 60%;
    }

    .loyalty-wrapper .loyalty-logo img {
        width: 150px;
        height: 33px;
    }
}


@media screen and (max-width: 1459px) {
    .page-sidebar-wrapper {
        width: 20%;
    }

    .page-main {
        width: 80%;
    }

    .product-grid .prod-item:nth-of-type(4n + 4) {
        margin: 0 2% 40px 0;
    }

    .product-grid .prod-item:nth-of-type(3n) {
        margin: 0 0 40px 0;
    }

    .product-grid .prod-item {
        width: 32%;
    }

    .search {
        width: 430px;
    }

    .main-menu .sub-nav-col ul li {
        padding: 4px 0 0 0;
    }

    .news-wrapper {
        margin: -15px;
    }

    .news-item {
        width: calc(25% - 30px);
        margin: 15px;
    }

    .news-title {
        font-size: 16px;
    }

    .collage-top .large-img {
        width: 560px;
    }

    .collage-top-inner {
        width: 252px;
    }

    .half-col {
        width: 545px;
    }

    .signins-wrapper .item {
        padding: 0 40px 80px 40px;
    }

    .signins-wrapper .btn-holder {
        left: 40px;
    }

    .prijava .btn-holder {
        left: 0;
    }

    footer .link-group {
        width: 33.3333333%;
        margin: 0 0 20px 0;
    }

    .product .product-general {
        padding: 0;
    }

    .product .product-pic {
        padding: 0 30px 0 120px;
    }

    .product-thumbs picture, .product-thumbs img {
        width: 100px;
        height: 100px;
    }

    .available-anchor {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px 0;
        top: auto;
    }

    .product .product-thumbs .swiper-button-prev {
        left: 0;
    }

    .product .product-thumbs .swiper-button-next {
        right: 0;
    }

    .lowest-price {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        color: #7c7c7c;
    }

    .product-price-eur {
        margin-bottom: 20px;
    }

   
}



@media all and (min-width:1200px) {
    .cgmIzbornik .main-cat-link {
        display: none;
    }

    .cgmIzbornik .main-menu {
        display: flex;
        position: absolute;
        top: -20px;
        width: auto;
        box-shadow: none;
        background-color: transparent;
    }

    .cgmIzbornik .main-menu ul {
        display: flex;
    }

    .cgmIzbornik .main-menu ul li a {
        color: #444444;
        font-weight: 600;
    }

    .cgmIzbornik .main-menu ul li {
        padding: 0 13px 0 0;
    }

    .cgmIzbornik .main-menu ul li:hover a {
        color: #206199;
    }

    .cgmIzbornik .main-menu li.has-sub:hover::after {
        display: none;
    }

    .cgmIzbornik .main-menu .has-sub:hover .sub-nav {
        opacity: 0;
        visibility: hidden;
    }

    .cgmIzbornik .main-menu .backToBauer{
        font-size:14px;
        margin-right:15px;
    }

    .cgmIzbornik .right-side{
        top:5px;
    }

    .right-side li {
        margin: 0 10px 0 0;
    }
}

@media all and (min-width:1340px) {
    .cgmIzbornik .main-menu ul li a {
        font-size: 16px;
    }

    .cgmIzbornik .main-menu ul li {
        padding: 0 25px 0 0;
    }
}



@media screen and (max-width: 1199px) {
    .header-menu .menu-label {
        display: block;
        font-size: 8px;
        position: absolute;
        top: -7px;
        text-transform: uppercase;
        font-weight: 700;
        left: -3px;
        color: #206199;
    }

    .home-slider {
        width: 100%;
    }

    .home-slider a,
    .home-slider picture,
    .home-slider img {
        border-radius: 20px;
    }

    .wide-highlight {
        padding: 60px 0;
    }

    .main-menu ul .mobile-nav-link {
        display: block;
    }

    .cat-banner-wrapper {
        margin: 0 0 20px 0;
    }

    .cat-banner-wrapper picture {
        display: none;
    }

    .cat-banner-content {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
    }

    .cat-banner-content h2 {
        color: #121212;
    }

    .category-container h1 {
        color: #206199;
        font-size: 35px;
    }

    .loyalty-wrapper {
        margin: 30px 0 60px 0;
    }

    .item-badges li {
        margin: 0 0 5px 0;
    }

    .item-badges li span {
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .item-badges li span.badge-discount {
        width: 50px;
    }

    .item-badges li span.badge-new {
        width: 60px;
    }

    .benefits {
        margin: 60px 0;
    }

    .newsletter-section,
    footer {
        margin: 60px 0 0 0;
    }

    .footer-logo img {
        width: 175px;
        height: 38px;
    }

    .main-header {
        padding: 0;
    }

    .znak-bg,
    .desktop-menu,
    .home-nav-container,
    .header-menu li.tel-menu span {
        display: none!important;
    }

    .header-menu li {
        margin-left: 20px;
    }

    .home-wrapper {
        margin: 15px 0 0 0;
    }

    .header-menu .tel-menu {
        position: relative;
        top: -12px;
        padding: 0;
    }

    .header-menu .tel-menu a {
        padding: 0 0 0 30px;
    }

    .header-menu .tel-menu a::before {
        background: url(../img/phone-ico.svg) 50% 50% no-repeat;
        background-size: 26px auto;
    }

    .cgmHeader{
        height:fit-content;
        padding:15px 0;
    }

    .cgmHompage .index-wrapper {
        flex-direction: column;
    }

    .cgmHompage .home-wrapper {
        width: 100%;
    }

    .cgmHompage .home-nav-container {
        display: block !important;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .cgmHompage .home-nav {
        width: fit-content;
    }

    .cgmHompage .home-nav .home-nav-header {
        cursor: pointer;
        position: relative;
        margin:0;
    }

    .cgmHompage .home-nav ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 35px;
        left: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        width: calc(320px - 30px);
        background-color: #fff;
        border-radius: 8px;
        padding: 25px 15px;
        display: none;
    }

    .cgmHompage .home-nav ul li {
        margin: 4px 15px 10px 0;
    }
    .cgmHompage .home-nav .second-level,
    .cgmHompage .home-nav .has-sub:hover > .second-level {
        display: none !important;
    }

    .cgmHompage .home-nav ul li a {
       font-size:17px;
    }

    .cgmIzbornik .main-menu{

        height:90% !important;
    }

    .cgmIzbornik .main-menu .backToBauer {
        position: absolute;
        bottom: 0px;
        padding:7px 25px;
    }

    .home-wrapper {
        width: 100%;
    }

    .show-all-in-cat,
    .header-menu .mobile-menu-trigger {
        display: block;
    }

    .header-menu .mobile-menu-trigger {
        position: relative;
        width: 30px;
        height: 30px;
        background: url(../img/mobile-menu-ico.svg) 50% 50% no-repeat;
        background-size: 25px auto;
        cursor:pointer;
    }

    .main-menu ul li a {
        padding: 0;
        display: flex;
    }

    .main-menu a:hover,
    .main-menu a:active,
    .main-menu a:focus {
        color: #0067af;
    }

    header {
        border-bottom: 1px solid #e0e0e0;
    }

    .desktop-visible {
        display: none;
    }

    .tablet-visible {
        display: block;
    }


    .wide-highlight .banner-content {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        margin: 20px 0 0 0;
        -webkit-transform: none;
        transform: none;
    }

    .suggest-box {
        width: 70%;
        left: 15%;
        right: 15%;
    }

    .user-menu-trigger {
        display: none;
    }

    .slinky-theme-default .back::before {
        padding: 1em 1em 1em 0;
        margin: 0 10px 0 0;
    }

    .main-menu-wrapper {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-top: 0;
        background: rgba(0, 0, 0, 0.83);
        z-index: 10000;
        -webkit-transition: none;
        transition: none;
    }

    .sub-nav-col .cat-name,
    .main-menu a {
        font-weight: 400;
    }

    .slinky-menu .header,
    .main-menu .sub-nav-col .header {
        padding: 0 15px 10px 15px;
    }

    .slinky-theme-default .next::after,
    .slinky-theme-default .back::before {
        background: url(../img/arrow-right.svg) 50% 50% no-repeat;
        background-size: 14px auto;
    }

    .slinky-theme-default .back::before {
        position: absolute;
        margin: 0;
        left: 0;
        top: 2px;
    }

    .main-menu-wrapper .container {
        width: 400px;
        position: relative;
        height: 100%;
        margin-right: 0;
        background: #fff;
        padding: 0 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .show-all-in-cat {
        display: block;
        font-weight: 700;
    }

    .main-menu {
        position: relative;
        background: #ffffff;
        top: auto;
        padding: 0;
        margin: 0;
        display: block;
        min-height: 80% !important;
        max-height: 100% !important;
        height: auto !important;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }

    .main-menu li.has-sub:hover::after {
        display: none;
    }

    .slinky-theme-default .title {
        padding: 0.5em;
        font-weight: 700;
        color: #0067af;
    }

    .main-menu > ul > li:first-of-type a.back {
        text-decoration: none;
    }

    .main-menu > ul {
        padding: 0;
        position: relative;
        max-height: 82vh;
        overflow: initial;
    }

    .main-menu > ul > li {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        font-size: 16px;
        left: 0;
    }

    .main-menu > ul > li:first-of-type {
        margin-top: 0;
    }

    .main-menu > ul > li > a {
        font-weight: 400;
        padding: 0;
        display: flex;
    }

    .main-menu > ul > li.opened .sub-nav {
        display: inline-block;
    }

    .main-menu .sub-nav {
        /* display: initial; */
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        background: none;
        border-bottom: 0;
        box-shadow: none;
        font-size: 15px;
        right: initial;
        margin: 0;
        width: 100%;
        padding: 0;
        max-height: 100%;
        overflow-y: initial;
        overflow-x: initial;
        visibility: visible;
        opacity: 1;
        border-radius: 0;
        bottom: auto;
        -webkit-transition: none;
        transition: none;
    }

    .sub-nav:before, .sub-nav:after {
        display: none;
    }

    .main-menu ul li,
    .main-menu .sub-nav-col ul li {
        float: none;
        padding: 10px 0;
        font-size: 16px;
        margin: 0;
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }

    .main-menu ul li:last-child {
        border-bottom: none;
    }

    .sub-nav-inner {
        width: 100%;
    }

    .sub-nav-col {
        float: none;
        /* width: 100%; */
        width: 350px;
        padding: 20px 0 0 20px;
        position: initial;
    }

    .sub-nav .active {
        text-decoration: none;
    }

    .sub-nav-col .cat-name {
        margin-top: 0;
    }

    .mobile-main-menu-head {
        display: block;
        padding: 10px 0;
        border-bottom: 2px solid #e4e4e4;
        margin: 0 0 10px 0;
        background: #ffffff;
    }

    .mobile-main-menu-head ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-weight: 700;
    }

    .mobile-main-menu-head ul li {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-menu-close {
        position: relative;
        width: 30px;
    }

    .mobile-menu-close a {
        position: relative;
        top: 4px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #39434B;
        opacity: 0.6;
    }

    .mobile-menu-close a:hover {
        color: #0067af;
        opacity: 1;
    }

    .home-categories .cat-link {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .home-categories .cat-icon img {
        height: 48px;
    }

    .section {
        padding-top: 60px;
    }

    .section-content,
    .section-bottom {
        margin-top: 30px;
    }

    .news-item {
        width: 210px;
        padding: 15px;
    }

    .news-date span {
        position: relative;
        display: block;
    }

    .main-menu-wrapper.sticky {
        top: 0;
        box-shadow: none;
    }

    .nav-up {
        top: -95px;
    }


    .seasonal {
        padding-top: 30px;
    }

    .prod-item ul,
    .prod-item ul li {
        display: block;
    }

    .prod-item .item-price {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .prod-item .item-price span {
        display: inline-block;
    }

    .prod-item .item-price .price-before {
        margin-left: 15px;
    }

    .prod-item .actions-overlay {
        padding: 0 20px;
    }

    .prod-item .actions-overlay .btn {
        margin-top: 10px;
    }

    .collage-top .large-img {
        width: 625px;
    }

    .collage-top-inner {
        width: 285px;
    }

    .product .product-thumbs button {
        width: 80px;
        height: 80px;
        margin-left: 10px;
    }

    .product-name {
        font-size: 30px;
    }

    .product-characteristic {
        font-size: 14px;
    }

    .product-characteristic li:first-child {
        width: 160px;
    }

    .product .item-badges li {
        margin-top: 4px;
    }

    .half-col {
        width: 445px;
    }

    .product-sheet-title {
        font-size: 50px;
        line-height: 55px;
        margin-top: 45px;
    }

    .product-sheet-lead {
        font-size: 18px;
        margin-top: 15px;
    }

    .product-sheet-movie {
        padding: 40px 0;
    }

    .product-sheet-text {
        margin: 15px 0;
    }

    .product-sheet-bottom {
        margin-top: 30px;
    }

    .basket header {
        border-bottom: 0;
    }

    .basket-products .remove-wrap {
        width: 40px;
    }

    .basket-products .product-title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .basket-products .cijena-kom-wrapper {
        width: 420px;
    }

    .basket-products .cijena-wrapper,
    .basket-products .kom-ukupno {
        width: 110px;
    }

    .signins-wrapper .half-col {
        padding-left: 40px;
    }

    .actions .tab-content {
        width: 74.5%;
    }

    .viewed-items .nav-tabs {
        margin-bottom: 10px;
    }

    .viewed-item .item-fav {
        width: 54px;
        font-size: 24px;
    }

    .viewed-item .item-info {
        padding-right: 20px;
    }

    .viewed-item .item-price {
        width: 140px;
        padding-right: 40px;
    }

    .viewed-item .item-cart-action {
        width: 170px;
        padding-right: 20px;
        text-align: center;
    }

    .viewed-item .item-cart-action .move-to-cart {
        line-height: 20px;
        margin-left: 0;
    }

    .viewed-item .item-action {
        width: 24px;
    }

    .benefits ul .benefit-icon img {
        width: 80px;
        height: 89px;
    }

    .benefits h3 {
        font-size: 18px;
    }

    .benefits ul .benefit-text span {
        font-size: 16px;
    }

    .newsletter-signup-content h2 {
        font-size: 30px;
    }

    .newsletter-signup-inner img {
        width: 370px;
        height: 240px;
    }

    .featured .tab-content {
        margin: 0 -15px;
    }

    .blue-footer {
        font-size: 16px;
    }

    .blue-footer-label {
        padding: 0 0 15px 0;
    }

    .page-sidebar-wrapper {
        width: 30%;
    }

    .page-main {
        width: 100%;
    }

    .product-share .share-label {
        display: none;
    }

    .single-post .main-img-right .post-content,
    .single-post .img-right .post-content,
    .single-post .img-left .post-content {
        width: 70%;
    }

    .store-photos {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .store-info {
        width: 100%;  
    }

    .blog-entries.list .blog-item {
        width: 31.3%;
    }

    .blog-entries.list .blog-item:nth-of-type(3n) {
        margin: 0 0 3% 0;
    }

    .blog-entries.list .blog-item:nth-of-type(4n) {
        margin: 0 3% 3% 0;
    }

    .loyalty-status {
        font-size: 18px;
    }

    .kom-price-mobile {
        display: block;
    }

    .kom-price-desktop {
        display: none;
    }

    .lowest-price {
        position: relative;
        width: 100%;
        bottom: auto;
    }

    .product-price-eur {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .product-price {
        margin: 20px 0 0 0;
    }

    .cgm .home-slider img {
        border-radius: 20px;
    }

 
}


@media screen and (max-width: 991px) {

    #newsletter_popup {
        height: auto;
        overflow-y: auto;
        width: 70%;
    }

    .img-holder,
    .img-modal,
    .popup_modal_right {
        position: static;
    }

    header .logo img {
        width: 195px;
        height: 42px;
    }

    .main-header {
        padding: 0;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .home-categories-content {
        max-width: 100%;
        padding: 0;
    }

    .body-logo {
        display: none;
    }

    .home-categories {
        height: auto;
    }

    .body-parts-wrapper {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .lang {
        margin-top: 24px;
    }

    .basket-price-wrapper {
        top: 27px;
        right: -33px;
    }

    .nav-up {
        top: -145px;
    }

    .search {
        position: relative;
        width: 275px;
    }

    .suggest-box {
        width: 170%;
        left: -90px;
        right: 0;
        top: 66px;
    }

    .home-categories .container {
        padding-top: 20px;
    }

    .home-categories .cat-link {
        width: 25%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-item {
        width: calc(50% - 30px);
    }

    .news-date span {
        position: absolute;
        display: inline-block;
    }

    .collage-top .large-img {
        width: 100%;
    }

    .collage-top-inner {
        width: 100%;
        margin-left: 0;
    }

    .collage-top .small-img {
        width: 345px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .collage-top .small-img:first-of-type {
        margin-top: 20px;
        margin-left: 0;
    }

    .product .product-pic {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .product .product-pic-inner {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .product .product-general {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .product-benefits,
    .product-info {
        max-width: 100%;
    }

    .half-col {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .signins-wrapper .item {
        width: 100%;
        padding: 40px 0;
        border-left: 0;
        border-top: 1px solid #d5d5d5;
    }

    .signins-wrapper .item:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

    .signins-wrapper .item.last {
        padding-bottom: 0;
    }

    .signins-wrapper .btn-holder {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 25px;
    }

    .signins-wrapper .item:first-of-type .btn-holder {
        left: auto;
    }

    .signins-wrapper .half-col {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #d5d5d5;
        padding-left: 0;
    }

    .signins-wrapper .half-col:first-of-type {
        border-top: 0;
        border-right: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .steps li .step-title {
        display: none !important;
    }

    .steps li:last-of-type {
        margin-right: 0;
        padding-right: 0;
    }

    .steps li:last-of-type::after {
        display: none;
    }

    .detalji-kupovine {
        width: 100%;
    }

    .viewed-item {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 6px 0 16px 0;
    }

    .viewed-item > div {
        display: block;
        padding-top: 8px;
        padding-bottom: 0;
    }

    .viewed-item .item-fav {
        float: left;
        width: 16px;
        height: 60px;
        line-height: 60px;
        padding-right: 0;
        font-size: 16px;
    }

    .viewed-item .item-pic {
        float: left;
        width: 90px;
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 10px;
    }

    .viewed-item .item-info {
        padding-right: 50px;
        padding-top: 10px;
    }

    .viewed-item .item-info i {
        display: none;
    }

    .viewed-item .item-price {
        width: auto;
        padding-right: 0;
        margin-top: 8px;
        text-align: left;
        padding-left: 110px;
    }

    .viewed-item .item-cart-action {
        display: block;
        width: 100%;
        padding-top: 12px;
        padding-right: 0;
        padding-left: 145px;
        text-align: left;
    }

    .viewed-item .item-action {
        position: absolute;
        right: 8px;
        top: 4px;
        font-size: 10px;
    }

    .viewed-items .tab-pane {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .viewed-items .nav-tabs > li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .viewed-items .page-nav {
        margin-top: 20px;
    }

    .teasers a {
        width: 50%;
    }

    .actions {
        padding: 40px 0 10px 0;
    }

    .footer-disclaimer {
        margin-top: 20px;
    }

    .footer-links-wrapper .link-group {
        display: block;
        float: left;
        width: 45%;
    }

    footer .link-group {
        margin: 0 0 20px 0;
        font-size: 15px;
    }

    .body-part-btn {
        width: 90px;
        height: 90px;
        font-size: 15px;
    }

    .body-part-btn::before {
        width: 110px;
        height: 110px;
    }

    .body-part-btn::after {
        display: none;
    }

    .body-part-btn.rame {
        left: 42%;
        top: 9%;
    }

    .body-part-btn.leda {
        left: 31%;
        top: 30%;
    }

    .body-part-btn.rucni-zglob {
        right: 13%;
        top: 20%;
    }

    .body-part-btn.lakat {
        right: 20%;
        top: 41%;
    }

    .body-part-btn.koljena {
        bottom: 36%;
        left: 54%;
    }

    .body-part-btn.noge {
        bottom: 13%;
        right: 36%;
    }

    .body-part-btn.stopala {
        bottom: 16%;
    }

    section h2,
    .home-categories-content h2 {
        font-size: 25px;
    }

    .featured h2 {
        margin: 0;
    }

    .featured .nav-tabs {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .featured .tab-content {
        padding: 20px 0 0 0;
    }

    .featured .swiper-container-horizontal > .swiper-scrollbar {
        width: 95%;
        margin: 0 auto;
    }

    .nav-tabs > li > a:hover {
        background: transparent;
        color: #206199;
        border: 1px solid #D3D3D3;
    }

    .benefits ul .benefit-icon img {
        width: 60px;
        height: 67px;
    }

    .benefits h3 {
        font-size: 16px;
    }

    .benefits ul .benefit-text {
        padding: 0;
        text-align: center;
    }

    .newsletter-signup-content {
        padding: 20px 0 0 0;
    }

    footer .link-group-title {
        font-size: 18px;
    }

    .footer-links-container {
        padding: 4%;
    }

    .footer-col svg {
        width: 40px;
        height: 40px;
    }

    .footer-col-row {
        height: 150px;
    }

    .blue-footer {
        font-size: 15px;
    }

    .loyalty-img-holder,
    .loyalty-txt {
        width: 100%;
    }

    .loyalty-wrapper {
        background: #f2fdff;
        border-radius: 0 0 20px 20px;
    }

    .loyalty-img-holder img {
        border-radius: 20px 20px 0 0;
    }

    .blog-item-featured {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .blog-item {
        width: 48%;
    }

    .page-sidebar-wrapper {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        padding: 0;
    }

    .page-main {
        width: 100%;
    }

    .filter .gd-selected {
        padding-top: 6px;
    }

    .toggle-filters a {
        padding-top: 11px;
    }

    .filters {
        width: 100%;
        max-width: 410px;
        height: 100%;
        margin-top: 0;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .filters .mobile-title,
    .close-sidebar {
        display: block;
    }

    .close-sidebar {
        position: absolute;
        right: 30px;
        top: 36px;
    }

    .filters .mobile-title {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }

    .grid-heading {
        margin-top: 20px;
    }

    .grid-bottom {
        margin-top: 40px;
    }

    .grid-heading .page-nav,
    .menu-left,
    .page-sidebar {
        display: none;
    }

    .filter {
        margin: 0 0 20px 0;
    }

    .filters-mobile-title {
        background: #206199;
        color: #fff;
        padding: 12px 20px 10px 20px;
    }

    .filters-inner {
        padding: 0 20px;
    }

    .close-filters {
        display: block;
        position: absolute;
        right: 20px;
        top: 13px;
        color: #ffffff;
    }

    .mobile-triggers {
        margin-top: 30px;
        display: block;
        overflow: hidden;
        line-height: 30px;
    }

    .mobile-triggers a {
        float: left;
        width: 48%;
        text-align: center;
        margin-left: 4%;
        min-width: auto;
    }

    .mobile-triggers a:first-of-type {
        margin-left: 0;
    }

    .menu-left {
        padding: 10px 10px 0 10px;
    }

    .menu-left > ul > li > a {
        padding: 3px 0;
    }

    .cgmPage .category-page-wrapper{
        flex-direction:column;
    }

    .cgmPage .page-main .mobile-triggers {
        margin: 15px 0;
    }

    .cgmPage .page-sidebar-wrapper {
        padding: 0px 0px 0 0;
    }


    .cgmPage .cgmPageMain .mobile-triggers {
        margin: 20px 0 20px 0;
    }

    .cgmPage .mobile-triggers a:nth-child(2){
        display:none;
    }


    .cgmPage .page-main.cgmPageMain,
    .cgmPage .page-main > .page-main {
        padding: 0;
    }


    .product-share {
        margin: 10px 0 0 0;
    }

    .product-description .nav-tabs li {
        min-width: 110px;
        margin: 0 5px;
    }

    .product-description .nav-tabs li a {
        padding: 15px 10px;
    }

    .product-description .nav-tabs li:first-child {
        margin: 0 5px 0 0;
    }

    .product-description .nav-tabs li:last-child {
        margin: 0 0 0 5px;
    }

    .signins-wrapper {
        margin: 0 0 40px 0;
    }

    .steps {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 35px;
    }

    .podaci-wrapper::after,
    .pregled-kupovine-wrapper::after,
    .podaci-edit::after {
        display: none;
    }

    .forgot-pass,
    .basket-btns-wrapper {
        margin: 0;
    }

    .pass-reset-inner {
        padding: 50px 0 0 0;
    }

    .half-cols-wrapper::before,
    .pregled-kupovine-wrapper::before {
        display: none;
    }

    .pregled-kupovine .basket-list,
    .detalji-kupovine-pregled {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .pregled-kupovine-wrapper .ukupno {
        font-size: 18px;
    }

    .pregled-kupovine .btn-basket-order {
        margin: 30px 0 0 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 250px;
        margin: 0 auto;
        border-radius: 30px 30px 0 0;
    }

    .purchase-details-item {
        font-size: 14px;
    }

    .single-post .main-img-right .post-content,
    .single-post .img-right .post-content,
    .single-post .img-left .post-content {
        width: 100%;
        padding: 0;
    }

    .single-post .post-img,
    .single-post .post-img img {
        margin: 0 0 20px 0;
    }

    .post-narrow {
        margin: 0 auto 40px auto;
    }

    .post-section {
        margin: 0 0 40px 0;
    }

    .viewed-item .item-cart-action span {
        text-align: left;
    }

    .item-badges li span.badge-discount {
        width: 50px;
    }

    .accordion-locations button {
        padding: 20px;
    }

    .accordion-faq button {
        padding: 20px 20px 20px 90px;
    }

    .city-name,
    .accordion-faq button {
        font-size: 20px;
    }

    .accordion-faq button::before {
        left: 20px;
    }

    .related-products {
        padding: 60px 0 0 0;
    }

    .related-products h2 {
        margin: 0 0 40px 0;
    }

    .blog-entries.list .blog-item {
        width: 48.3%;
    }

    .blog-entries.list .blog-item:nth-of-type(3n) {
        margin: 0 3% 3% 0;
    }
    .blog-entries.list .blog-item:nth-of-type(2n +2) {
        margin: 0 0 3% 0;
    }

    .loyalty-status {
        max-width: 100%;
    }

    .product .product-thumbs {
        height: 94%;
    }

    .available-anchor {
        margin: 10px 0;
    }

    .product-share-mobile,
    .product-name-mobile {
        display: block;
    }

    .product-name-mobile {
        margin: 0 0 20px 0;
    }

    .product-share-desktop,
    .product-name-desktop {
        display: none;
    }

    .p-90-60-30{
        padding:60px 0;
    }

    .cgm .iconTxt {
        font-size: 18px;
    }

    .cgm .person{
        padding:30px 0 0 0;
    }

    .cgm .person .mobilePhone {
        position: relative;
        left: calc(100% - 250px);
        bottom: -270px;
        height: 370px;
    }

    .cgm .mobileDecor{
        background-position: right bottom;
    }

    .cgmPage .menu-left {
      margin:0 0 20px 0;
      padding:0;
    }

    .cgmPage .menu-left ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .cgmPage .menu-left ul li {
        margin: 4px 15px 10px 0;
    }

    .cgmPage .menu-left ul li a {
        background-color: #206199;
        color: #ffffff;
        border-radius: 50px;
        padding: 5px 15px;
        font-weight: normal;
        font-size:15px;
    }

    .cgmPage .menu-left ul li a:hover {
        background-color: #20b8d0;
    }


}


@media only screen and (max-width: 767px) {

    #newsletter_popup {
        width: 100%;
    }

    header {
        padding: 5px 0;
        height: 110px;
    }

    .basket header {
        height: auto;
        padding: 20px 0;
    }

    .search {
        position: absolute;
        width: 98%;
        max-width: 100%;
        top: 60px;
        left: 0;
        right: 0;
        height: auto;
        margin: 0 auto;
    }

    header .logo img {
        width: 165px;
        height: 36px;
    }


    .basket-price-wrapper {
        top: 23px;
        width: 80px;
        right: -31px;
    }

    .nav-up {
        top: -115px;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-visible {
        display: block;
    }

    header .lang {
        position: relative;
        float: right;
        margin-top: 18px;
        margin-left: 15px;
    }

    .search ul li {
        height: 32px;
    }

    .search .search-btn {
        height: 32px;
        width: 40px;
        font-size: 16px;
    }

    .search .search-btn a {
        height: 40px;
    }

    .search .search-btn a:hover,
    .search .search-btn a:focus {
        background: transparent;
    }

    .search .search-btn a span {
        position: relative;
        top: 5px;
    }

    .search .search-btn a svg {
        width: 15px;
        height: 15px;
        margin-top: 13px;
    }

    .suggest-box {
        width: 100%;
        left: 0;
        top: 45px;
    }

    .suggest-box .collection {
        display: none;
        padding: 10px 15px 10px 15px;
    }

    .suggest-box .collection, .suggest-box .product-list-small {
        width: 100%;
    }

    .suggest-box .collection ul,
    .suggest-box .collection-title {
        font-size: 12px;
        position: relative;
    }

    .suggest-box .collection-title .icon-close {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        right: 0;
        top: 0;
        font-size: 8px;
        cursor: pointer;
    }

    .suggest-box .collection ul {
        display: none;
    }

    .suggest-box .product-list-small {
        padding: 15px;
    }

    .suggest-box .results {
        height: 400px;
        overflow-y: scroll;
    }

    .suggest-box .buttons {
        padding: 10px 0;
    }

    .suggest-box .buttons .btn {
        padding: 10px 0;
    }

    .suggest-box .product-list-small a.spc .spc-info {
        line-height: 16px;
    }

    .suggest-box .product-list-small a.spc .spc-info .name {
        font-size: 13px;
    }

    .main-menu-wrapper .container {
        width: 100%;
        max-width: 360px;
    }

    .mobile-main-user-controls ul {
        padding: 20px;
    }

    .home-slider-wrapper {
        padding-top: 0;
    }

    .home-slider-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .section {
        padding-top: 30px;
    }

    .section-title span {
        font-size: 22px;
    }

    .section-content {
        margin-top: 20px;
    }

    .section-bottom {
        margin-top: 20px;
    }

    .prod-item .item-price .price-before {
        display: block;
        margin-left: 0;
    }

    footer {
        text-align: center;
        font-size: 14px;
    }

    .product-grid .prod-item {
        width: 49%;
        margin: 0 2% 30px 0;
    }

    .product-grid .prod-item:nth-of-type(3n) {
        margin: 0 2% 30px 0;
    }

    .product-grid .prod-item:nth-of-type(2n) {
        margin: 0 0 30px 0;
    }

    .grid-heading .page-nav {
        display: none;
    }

    .collage-top {
        margin-bottom: 30px;
    }

    .collage-top .small-img {
        width: 48.5%;
        margin-left: 3%;
    }

    .collage-top .small-img:first-of-type {
        margin-left: 0;
    }

    .product .product-pic-inner {
        margin-bottom: 0;
    }

    .product .product-pic-carousel {
        padding-bottom: 0;
    }

    .product .product-general {
        margin-top: 0;
    }

    .product-name {
        font-size: 22px;
    }

    .product .item-badges li span.badge-discount {
        font-size: 12px;
    }

    .product-share ul li {
        font-size: 14px;
    }

    .product-share ul a {
        width: 32px;
        height: 32px;
    }

    .product-share ul a span {
        line-height: 32px;
        top: 1px;
    }

    .product-share i {
        display: none;
    }

    .product-pills li {
        font-size: 11px;
        padding: 3px 8px;
    }

    .product-price {
        font-size: 22px;
        margin-top: 0;
    }

    .product-benefits {
        padding: 10px 12px;
    }

    .product-add {
        margin: 30px 0;
    }

    .product-add .btn-favorites span {
        font-size: 18px;
        margin-right: 6px;
    }

    .product-info-sheet {
        margin-top: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .product-info {
        display: block;
        padding: 10px 0;
    }

    .product-info:first-of-type {
        margin-top: 25px;
        border-top: 1px solid #E3E6EC;
    }

    .product-info:last-of-type {
        border-bottom: 1px solid #E3E6EC;
    }

    .product-info li {
        display: block;
        text-align: left;
        padding: 0;
    }


    .product-characteristic {
        font-size: 13px;
    }

    .product-characteristic li {
        padding: 8px 12px;
    }

    .product-characteristic li:first-child {
        width: 120px;
    }

    .product-set-qty .change_qty {
        max-width: 120px;
        line-height: 53px;
        margin-right: 15px;
        height: 50px;
    }

    .product-set-qty .change_qty .prod_qty {
        height: 50px;
    }

    .product-set-qty .change_qty li input {
        height: 50px;
        line-height: 53px;
        padding: 0;
    }

    .product-set-qty .change_qty li .action-handle {
        height: 50px;
        font-size: 10px;
    }

    .product-add .btn {
        height: 50px;
        line-height: 53px;
    }

    .product-set-qty + .btn {
        margin-left: 10px;
    }

    .product-add .send-inquiry-btn {
        margin: 0;
    }

    .product-sheet-title {
        font-size: 35px;
        line-height: 40px;
        margin-top: 30px;
    }

    .product-sheet-lead {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-sheet-movie {
        padding: 30px 0;
    }

    .product-sheet-emphasized {
        font-size: 14px;
    }

    .product-sheet-text {
        margin: 10px 0;
    }

    .product-sheet-bottom {
        margin-top: 20px;
    }

    .mobile-hide {
        display: none;
    }

    .basket header {
        margin-bottom: 25px;
    }

    .basket header .logo {
        width: 140px;
        margin-top: 18px;
    }

    .basket header ul {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .basket .section-head {
        margin-bottom: 25px;
    }

    .basket-products {
        margin-top: 0;
        border-top: 1px solid #E0E1E6;
    }

    .basket-products .item {
        position: relative;
        padding: 10px 0;
        font-size: 13px;
        line-height: 18px;
    }

    .basket-products .heading {
        display: none;
    }

    .basket-products .mobile-title {
        display: table-cell;
        vertical-align: middle;
        width: 70px;
    }

    .basket-products .basket-row,
    .basket-products .basket-row > div {
        display: block;
    }

    .basket-products .product-title {
        padding-left: 15px;
        padding-right: 25px;
    }

    .basket-products .cijena-kom-wrapper {
        width: 100%;
        padding-left: 75px;
    }

    .basket-products .cijena-kom-wrapper > div {
        display: block;
    }

    .basket-products .cijena-wrapper,
    .basket-products .kom-ukupno {
        display: table;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .basket-products .kom-wrapper {
        display: table;
        width: 100%;
        padding-left: 0;
        text-align: left;
        margin-top: 10px;
    }

    .basket-products .price-single,
    .basket-products .version_add,
    .basket-products .price-sum {
        display: table-cell;
        vertical-align: middle;
    }

    .basket-products .cijena-wrapper .cijena-prije {
        display: inline-block;
        font-size: 11px;
        margin-left: 10px;
    }

    .basket-products .remove-wrap {
        position: absolute;
        right: -10px;
        top: 4px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .basket-products .change_qty {
        max-width: 120px;
        line-height: 30px;
    }

    .basket-products .change_qty li .action-handle,
    .basket-products .change_qty .prod_qty {
        height: 30px;
    }

    .basket-products .change_qty li input {
        height: 30px;
        line-height: 30px;
    }

    .basket-btns {
        margin-top: 25px;
    }

    .basket .total-sum-wrapper .total-sum {
        font-size: 18px;
    }

    .basket .promo-code-enter ul .promo-input input {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .steps {
        margin-bottom: 25px;
    }

    .steps li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .steps li .step-wrapper .circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-right: 0;
    }

    .signins-wrapper {
        padding-top: 0;
    }

    .signins-wrapper h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .signins-wrapper .item {
        padding: 25px 0 30px 0;
    }

    .signins-wrapper .btn-holder {
        margin-top: 15px;
    }

    .signins-wrapper .half-col {
        padding-top: 25px;
    }

    .signins-wrapper .half-col:first-of-type {
        padding-bottom: 25px;
    }

    .form-control,
    .form-group label,
    .modal-body,
    .cbx span:last-child,
    .form-group.focused input,
    .delivery li .delivery-price,
    .panel-group .panel-body,
    .article-short-desc,
    .radio-wrapper,
    .wishlist-tabs .nav-link,
    .viewed-item .item-info a {
        font-size: 14px;
    }

    .article-title h3 {
        font-size: 20px;
    }

    .form-group.focused input {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .form-group.focused label {
        top: 7px;
    }

    .vrste-dostave,
    .terms-conditions,
    .btn-naruci-note,
    .btn-naruci {
        margin-top: 20px;
    }

    .signins-wrapper .panel:first-of-type .panel-heading,
    .signins-wrapper .panel:last-of-type .panel-heading,
    .signins-wrapper .panel-group .panel,
    .signins-wrapper .panel-group .panel:first-of-type,
    .signins-wrapper .panel-group .panel:last-of-type {
        border-radius: 4px;
        box-shadow: none;
    }

    .signins-wrapper .panel-group .panel + .panel {
        margin-top: 10px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .purchase-details-item {
        margin-top: 15px;
    }

    .panel-group .panel-body {
        padding: 15px;
    }

    .delivery li {
        padding: 8px 15px;
    }

    .detalji-kupovine {
        margin-top: 30px;
    }

    .all-letters-item {
        display: block;
    }

    .all-letters-item-letter {
        display: block;
        width: 100%;
        font-size: 20px;
        padding-top: 20px;
        text-align: left;
    }

    .all-letters-item-lists {
        display: block;
        vertical-align: top;
        padding-top: 10px;
    }

    .all-letters-item-lists > div {
        border-left: 0;
        padding-left: 0;
    }

    .letter-brands li {
        float: left;
        width: 50%;
        padding-right: 20px;
    }

    .podaci-uplata {
        margin-top: 25px;
    }

    .viewed-item {
        font-size: 13px;
        line-height: 1.2;
    }

    .viewed-item .item-pic {
        width: 70px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .viewed-item .item-pic img {
        max-width: 100%;
    }

    .viewed-item .item-info {
        padding-right: 30px;
        padding-left: 110px;
    }

    .viewed-item .item-cart-action {
        padding-left: 110px;
    }

    .viewed-items .tab-pane {
        padding-top: 0;
        padding-bottom: 0;
    }

    .content-block {
        margin-bottom: 20px;
    }

    .category-desc {
        margin-bottom: 20px;
    }

    .cookies {
        padding: 15px 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .cookies-button {
        margin-top: 15px;
    }


    /* ORDER HISTORY */
    .orderHistory {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0;
    }

    .orderHistory > .orderHistoryCols {
        display: none;
    }

    .orderHistoryCols {
        display: block;
        padding: 12px 12px;
        overflow: hidden;
    }

    .orderHistoryCols li {
        display: table;
        float: left;
        width: 80%;
    }

    .orderHistoryCols .orderID {
        width: 20%;
        margin-bottom: 42px;
    }

    .orderHistoryCols .orderTime {
        width: 80%;
    }

    .orderHistoryCols .orderTime br {
        display: none;
    }

    .orderHistoryCols .orderStatus {
        width: 80%;
    }

    .orderHistoryCols .orderTotal {
        text-align: left;
        width: 80%;
    }

    .orderItemHeading .orderHistoryCols i {
        float: left;
        display: block;
        width: 110px;
        font-style: normal;
    }

    .orderItemHeading .orderHistoryCols span {
        float: left;
        text-align: left;
    }

    .orderItemHeading .orderHistoryCols .orderID {
        font-size: 22px;
        line-height: 22px;
    }

    .orderItemBody {
        padding: 20px 12px;
    }

    .orderItemRecord {
        display: block;
        overflow: hidden;
    }

    .orderItemRecord li {
        position: relative;
        display: block;
        float: right;
        width: calc(100% - 110px);
    }

    .orderItemRecord .orderItemRecordID {
        width: 110px;
        margin-bottom: 30px;
        float: left;
    }

    .orderItemRecord .orderItemRecordQty {
        text-align: left;
        width: calc(100% - 110px);
    }

    .orderItemRecord .orderItemRecordPrice {
        text-align: left;
        width: calc(100% - 110px);
    }

    .orderBtns .btn {
        font-size: 12px;
        padding: 13px 24px;
    }


    .pager {
        text-align: center;
    }

    .blog-cats-mobile {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .blog-cats-mobile select {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 5px 10px;
    }

    .blog-cats ul {
        display: none !important;
    }

    .druga_adresa {
        padding: 20px 0;
    }

    .single-signin-wrapper {
        width: 100%;
    }

    .single-signin-wrapper::after,
    .podaci::after,
    .body-part-btn::before {
        display: none;
    }

    .body-part-btn {
        width: 70px;
        height: 70px;
        font-size: 11px;
    }

    .nav-tabs li a,
    .blog-cats ul li a {
        padding: 10px 20px;
    }

    .nav-tabs li:first-child,
    .blog-cats li:first-child {
        margin: 0 3px 0 0;
    }

    .nav-tabs li:last-child,
    .blog-cats li:last-child {
        margin: 0 0 0 3px;
    }

    .nav-tabs li,
    .blog-cats li {
        margin: 0 3px;
    }

    .newsletter-form button {
        min-width: 130px;
        font-size: 14px;
    }

    .add-to-basket-catalogue {
        font-size: 14px;
    }

    .footer-links-container {
        padding: 4%;
    }

    .footer-col,
    .footer-col.middle {
        width: 100%;
        border: none;
    }

    .footer-col.middle {
        padding: 5px 0 30px 0;
    }

    .footer-col-row {
        height: auto;
        border: none;
    }

    .footer-col-row:last-of-type {
        padding: 15px 0 0 0;
    }

    .loyalty-txt {
        padding: 20px;
    }

    .prod-item .item-price,
    .prod-item .item-title {
        font-size: 16px;
    }

    .item-category {
        font-size: 13px;
    }

    .product-thumbs picture,
    .product-thumbs img {
        width: 90px;
        height: 90px;
    }

    .product .product-pic {
        padding: 0 0 0 110px;
    }

    .product-description {
        margin-top: 30px;
        border: none;
        box-shadow: none;
    }

    .product-description .nav-tabs {
        margin-bottom: 15px;
    }

    .product-description .nav-tabs {
        display: none;
    }

    .product-description .tab-pane {
        display: block !important;
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible;
        margin: 5px 0 0 0;
        border: none;
    }

    .product-description .tab-content {
        width: 100%;
    }

    .card-header {
        border: none;
        background: #206199;
        border-radius: 20px;
    }

    .accordion-locations .card-header {
        background: rgba(0, 0, 0, 0.03);
    }

    .link-location {
        margin: 10px 0;
    }

    .store-info ul {
        margin: 0 0 10px 0;
    }

    .city-name::before {
        width: 40px;
        height: 40px;
        background: #206199 url(../img/pin-accordion.svg) 50% 50% no-repeat;
        background-size: 15px auto;
    }

    .card-header:first-child {
        border-radius: 20px;
    }

    .card-header a {
        color: #ffffff;
        font-weight: 700;
        width: 100%;
        display: inline-block;
    }

    .product-description .card-body {
        padding: 1.25rem;
        box-shadow: 0 4px 5px rgba(0,0,0,.05);
        border: 1px solid #F5F5F5;
        border-radius: 20px;
        margin: 0 0 10px 0;
    }

    .product-description .card-body .table thead th {
        background: #206199;
        color: #ffffff;
    }

    .product-rating-item .item-rating-head .rating-date {
        right: auto;
        left: 0;
        top: -10px;
        font-size: 12px;
    }

    .product-add .send-inquiry-btn {
        max-width: 100%;
    }

    .product-add .send-inquiry-btn::before {
        top: 3px;
    }

    .basket .change_qty,
    .basket .change_qty .skladiste-stock {
        height: 30px;
        text-align: center;
    }

    .basket .change_qty li {
        height: 30px;
    }

    .basket .change_qty li {
        font-size: 13px;
    }

    .contact-right-side,
    .contact-left-side {
        width: 100%;
    }

    .contact-right-side {
        margin: 30px 0 0 0;
    }

    .related-products h2 {
        font-size: 24px;
    }

    .related-products {
        margin: 0 -15px;
    }

    .related-products .swiper-scrollbar {
        margin: 0 auto;
        width: 93%;
    }

    .delivery-payment .payment {
        margin: 0 0 20px 0;
    }

    .del_reminder,
    .total-price {
        font-size: 14px;
    }

    .delivery li:first-of-type {
        padding: 0;
    }

    .loyalty-intro-wrapper img {
        max-width: 100%;
    }

    .loyalty-intro {
        max-width: 100%;
        padding: 30px 0 0 0;
    }

    .loyalty-intro-wrapper {
        padding: 30px;
    }

    .home-categories {
        margin: 30px 0 60px 0;
    }

    .table_pravila_privatnosti {
        line-height: 1.4;
    }

    .homepage header {
        z-index: 99999;
    }



    .cgm .person .mobilePhone {
        position: relative;
        left: 0;
        bottom: -270px;
        height: 350px;
    }

    .cgm .sensor img{
        max-width:80%;
    }
}


@media only screen and (max-width: 639px) {
    .collage-top .small-img,
    .collage-top .small-img:first-of-type {
        margin-top: 15px;
    }

    .basket header ul {
        font-size: 11px;
        margin-top: 2px;
        line-height: 15px;
    }

    .basket header ul li {
        display: block;
        margin: 0;
        text-align: right;
    }

    .tablica-podaci,
    .tablica-podaci tr {
        display: block;
    }

    .tablica-podaci tr {
        margin-top: 15px;
    }

    .tablica-podaci tr:first-of-type {
        margin-top: 0;
    }

    .tablica-podaci tr td {
        display: block;
        border: 1px solid #f2f2f2;
    }

    .basket .promo-code-enter ul {
        width: 100%;
    }

    .cgm .mobileDecor {
        min-height: 450px;
    }

    .cgm .person .mobilePhone {
        bottom: -202px;
        height: 250px;
    }

    .cgmPage .mobile-triggers a{
        width:100%;
        margin-left:0;
    }

    .cgmPage .mobile-triggers a:nth-child(2) {
        margin-top: 15px;
    }

    .cgmPageMain iframe{
        width:100%;
    }
   

}

@media only screen and (max-width: 575px) {

    .post-content iframe {
        width: 100% !important;
    }

    .free-delivery-content::before {
        width: 45px;
        height: 45px;
        background: url(../img/dostava-ico.svg) 50% 50% no-repeat;
        background-size: 44px auto;
    }

    .path {
        padding: 15px 0;
    }

    .btn {
        font-size: 14px;
    }

    .item-badges li span.badge-discount {
        width: 40px;
    }

    .item-badges li span {
        width: 90px;
    }

    .item-badges li span.badge-new {
        width: 50px;
    }

    .item-badges li span {
        font-size: 10px;
    }

    .category-container h1 {
        font-size: 30px;
    }

    section h2,
    .newsletter-signup-content h2,
    .featured h2,
    .loyalty-txt h2 {
        font-size: 25px;
    }

    .loyalty-wrapper .loyalty-logo img {
        width: 130px;
        height: auto;
    }

    .wide-highlight picture img {
        border-radius: 15px;
    }

    .collage-top .small-img {
        width: 100%;
        margin-left: 0;
    }

    .podaci-uplata ul,
    .podaci-uplata ul li {
        display: block;
    }

    .podaci-uplata ul li:first-child {
        width: 100%;
    }

    .pagination {
        width: 100%;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .pagination .prev-page,
    .pagination .next-page {
        position: relative;
        top: 22px;
    }

    .filters {
        max-width: 100%;
    }

    .featured .nav-tabs > li > a,
    .featured .nav-tabs .nav-link {
        line-height: 1;
        padding: 9px 10px;
    }

    .benefits ul {
        text-align: left;
        padding: 0 0 15px 0;
    }

    .benefits .benefit-icon {
        margin: 0 15px 0 0;
    }

    .benefits ul .benefit-text span {
        margin: 0;
    }

    .benefits ul .benefit-text {
        width: 70%;
    }

    .newsletter-signup-inner img {
        width: 100%;
        height: auto;
    }

    footer .link-group {
        width: 100%;
    }

    footer .link-group:last-of-type {
        margin: 0;
    }

    .footer-links-container,
    .blue-footer {
        padding: 8% 4%;
    }

    .benefits ul .benefit-text {
        text-align: left;
    }

    .article-title h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .footer-logo img {
        width: 135px;
        height: 29px;
    }

    .mobile-triggers a {
        padding: 7px 10px;
    }

    .mobile-triggers {
        margin: 20px 0 0 0;
    }

    .grid-heading {
        margin-top: 10px;
    }

    .prod-item > ul {
        margin: 10px 0 0 0;
    }

    .loyalty-club-wrapper {
        padding: 12px 15px;
    }

    .loyalty-club-wrapper .cbx span:last-child {
        padding-left: 5px;
        width: 88%;
        font-size: 14px;
        line-height: 1.4;
    }

    .loyalty-club-wrapper img {
        width: 60px;
    }

    .product .favorite-trigger {
        top: 5px;
        right: 5px;
        background-size: 20px auto;
    }

    .code-category {
        font-size: 13px;
    }

    .product-description .tab-content h2,
    h1 {
        font-size: 25px;
    }

    .product-description .tab-content h2 {
        margin: 0;
    }

    .product-description .btn {
        margin: 30px auto 10px auto;
    }

    .signins-wrapper h2 {
        font-size: 20px;
    }

    .basket-login .basket-btns {
        text-align: center;
    }

    .forgot-pass {
        margin: 0;
    }

    .pass-reset-inner form {
        margin: 30px 0 0 0;
    }

    .pass-reset-inner h2 {
        font-size: 18px;
    }

    .pass-reset-inner .btn {
        margin: 0;
    }

    .pass-reset-inner h1 {
        margin: 0 0 20px 0;
    }

    .btn-basket-back,
    .btn-basket-order,
    .user-data .btn-secondary,
    .basket-btns form,
    .signins-wrapper .btn-holder .btn {
        width: 100%;
    }

    .btn-basket-back {
        text-align: center;
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    .modal-title {
        font-size: 25px;
    }

    .modal-body .logo img {
        width: 160px;
        height: 35px;
    }

    .basket-btns-gost .btn-basket-back {
        margin: 20px 0 0 0;
    }

    .alert-info {
        width: 100%;
        margin: 0 0 40px 0;
        font-size: 14px;
    }

    .favorite-trigger {
        right: 5px;
        top: 5px;
    }

    .product-add .send-inquiry-btn::before {
        top: 4px;
    }

    .basket .total-sum-wrapper .total-sum {
        text-align: center;
    }

    .basket .promo-code-enter ul .promo-input {
       width: 60%;
       font-size: 13px;
    }

    .basket .promo-code-enter ul .promo-btn {
        width: 35%;
        margin: 0 0 0 2%;
    }

    .basket .promo-code-enter .btn {
        min-width: 100%;
        font-size: 13px;
        margin: 0;
    }

    .post-section h2 {
        font-size: 20px;
    }

    .store-info {
        margin: 10px 0 0 0;
    }

    .store-info ul {
        margin: 0 0 10px 0;
    }

    .num-store::before,
    .num-store span {
        display: none;
    }

    .city-name,
    .accordion-faq button {
        font-size: 18px;
    }

    .accordion-locations .card-body,
    .accordion-faq .card-body {
        padding: 20px;
    }

    .store-photos img {
        width: 47%;
    }

    .store-info ul {
        width: 100%;
    }

    .link-location {
        margin: 0;
    }

    .wishlist-tabs {
        margin: 0 0 30px 0;
    }

    .btn-primary {
        min-width: 190px;
    }

    .tab-content iframe {
        width: 100% !important;
    }

    .loyalty-status {
        font-size: 18px;
    }

    .loyalty-num {
        margin: 0 0 0 10px;
    }

    .product .product-thumbs .swiper-button-prev,
    .product .product-thumbs .swiper-button-next {
        width: 30px;
        height: 30px;
        bottom: 0;
    }

    .added-to-basket-catalouge,
    .added-to-basket-catalouge:hover,
    .added-to-basket-catalouge:focus,
    .added-to-basket-catalouge:active {
        min-width: auto;
    }

    #banner_popup {
        width: 90%;
    }

    .product-thumbs picture,
    .product-thumbs img {
        width: 70px;
        height: 70px;
    }

    .product .product-pic {
        padding: 0 0 0 90px;
    }

    .prod-item ul li.item-category {
        font-size: 11px;
        display: none;
    }

    .lowest-price-catalogue {
        font-size: 11px;
    }

    .foo-certifikati ul {
        flex-direction: column;
        align-items: center;
    }

    .foo-certifikati ul li {
        margin-right: 0;
    }

    .foo-certifikati ul li + li {
        margin-top: 10px;
    }

    .home-video-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-video-slider .swiper-slide {
        border-radius: 0;
    }

}

@media only screen and (max-width: 479px) {

    #newsletter_popup {
        width: 95%;
    }

    .img-modal {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }

    .modal-half-wrapper h2 {
        font-size: 25px;
    }

    header {
        height: 105px;
    }

    .search {
        top: 54px;
    }

    header .logo img {
        width: 150px;
        height: 32px;
    }

    .header-menu .show-mini-bag .cart-ico {
        width: 35px;
        height: 35px;
        background: url(../img/cart-ico.svg) 50% 50% no-repeat;
        background-size: 35px auto;
    }

    .header-menu li {
        margin-left: 15px;
    }

    .body-part-btn {
        width: 60px;
        height: 60px;
    }

    .body-part-btn.noge {
        bottom: 9%;
        right: 33%;
    }

    .body-part-btn.koljena {
        bottom: 29%;
        left: 51%;
    }

    .cookies {
        border-radius: 0;
    }

    .blog-item {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .buttons-bottom {
        margin-top: 10px;
    }

    .main-filters {
        justify-content: space-between;
    }

    .main-filters .btn-outline {
        padding: 7px 10px;
        margin: 0 10px 0 0;
    }

    .main-filters .btn-outline:last-of-type {
        margin: 0;
    }

    .product-description .card-body {
        font-size: 15px;
    }

    .product-description .btn {
        width: 100%;
        margin: 30px 0 20px 0;
    }

    .product-ratings {
        margin-top: 30px;
    }

    .code-category .prod-category {
        display: none;
    }

    .code-category .code {
        border: none;
        padding: 0;
        margin: 0;
    }

    .product-description .tab-content h2 {
        margin: 10px 0 0 0;
    }

    .wishlist-tabs .nav-link {
        padding: 10px 20px;
    }

    .wishlist-tabs .nav-item {
        margin: 0 0 0 10px;
    }

    .buttons-bottom-mobile {
        margin: 0;
    }

    .viewed-items .btn {
        padding: 8px 20px;
    }

    .header-menu li a i {
        top: -10px;
    }

    .blog-entries.list .blog-item,
    .blog-entries.list .blog-item:nth-of-type(3n),
    .blog-entries.list .blog-item:nth-of-type(2n +2) {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .loyalty-status {
        padding: 10px 15px;
        font-size: 16px;
    }

    .loyalty-num {
        padding: 5px 10px;
    }

    .free-delivery-content {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
    }

    .free-delivery-content::before {
        background: url(../img/dostava-ico.svg) 50% 50% no-repeat;
        background-size: 30px auto;
        width: 30px;
        height: 100%;
    }

    .basket-products .cijena-wrapper .cijena-prije {
        display: block;
        margin: 0;
    }

    .home-categories {
        margin: 30px 0 60px 0;
    }

}

@media screen and (max-width: 413px) {

    .header-menu .show-mini-bag .cart-ico {
        width: 30px;
        height: 30px;
        background: url(../img/cart-ico.svg) 50% 50% no-repeat;
        background-size: 30px auto;
    }

    .header-menu .tel-menu {
        display: none;
    }

    header .logo {
        top: 3px;
    }

    header .logo img {
        width: 120px;
        height: 26px;
    }

    .body-part-btn.lakat {
        right: 10%;
        top: 38%;
    }

    .body-part-btn.rucni-zglob {
        right: 7%;
        top: 12%;
    }

    .body-part-btn.noge {
        bottom: 8%;
        right: 26%;
    }

    .body-part-btn.koljena {
        bottom: 31%;
    }

    .body-part-btn.rame {
        left: 39%;
        top: 5%;
    }

    .body-part-btn.lakat {
        right: 14%;
        top: 37%;
    }

    section h2,
    .newsletter-signup-content h2,
    .featured h2,
    .home-categories-content h2,
    .home-categories-content h3,
    .loyalty-txt h2 {
        font-size: 22px;
    }

    newsletter-subtitle {
        font-size: 14px;
    }

    .article-title h3 {
        font-size: 18px;
    }

    .featured .nav-tabs > li > a,
    .featured .nav-tabs .nav-link {
        text-align: center;
    }

    .add-to-basket-catalogue::before {
        display: none;
    }

    .add-to-basket-catalogue {
        font-size: 12px;
    }

    .prod-item .item-price,
    .prod-item .item-title {
        font-size: 14px;
    }

    .grid-qty {
        text-align: center;
        width: 100%;
    }

    .sort-results .bootstrap-select .btn .filter-option {
        text-align: left;
    }

    .sort-results .bootstrap-select .btn {
        padding: 10px 15px;
        background: #ededed;
        border-radius: 20px;
    }

    .cat-banner-content h2 {
        font-size: 14px;
    }

    .sort-results,
    .sort-results .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .product-add .btn {
        font-size: 13px;
    }

    .product-description .card-body .table,
    .benefits ul .benefit-text span {
        font-size: 14px;
    }

    .product-description .card-body {
        padding: 1rem;
    }

    .basket-login .btn-primary,
    .podaci-edit .btn-primary {
        width: 100%;
    }

    .basket-btns-wrapper {
        text-align: center;
    }

    .modal-body {
        padding: 1rem;
    }

    .search .search-field input,
    footer .link-group,
    .blue-footer {
        font-size: 14px;
    }

    .breadcrumbs {
        font-size: 13px;
    }

    .related-products h2 {
        font-size: 22px;
    }

    .header-menu li a i {
        top: -7px;
    }

}

@media screen and (max-width: 374px) {
    .nl-info,
    .nl-error {
        font-size: 12px;
    }

    .body-part-btn.koljena {
        left: 48%;
    }

    .body-part-btn.rucni-zglob {
        right: 7%;
        top: 8%;
    }

    .body-part-btn.rame {
        left: 39%;
        top: 1%;
    }

    .body-part-btn.leda {
        left: 31%;
        top: 26%;
    }

    .body-part-btn.lakat {
        top: 32%;
    }
}

@media screen and (max-width: 354px) {
    .nl-info,
    .nl-error {
        font-size: 11px;
    }

    .cbx span:last-child {
        width: 90%;
    }
}


@media (max-height: 650px) {
    .img-holder {
        display: none;
    }
}






