@charset "UTF-8";
/*
 *	@Theme     	SwMasterTheme
 *	@Release    1.0.3
 *	@subject		Latest generation theme system
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (https://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license
 *	Support by mail: support@sora-websoft.com
 */
@-webkit-keyframes fadein_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pannel_move_byleft {
  0% {
    left: -900px;
  }
  100% {
    left: 0;
  }
}
@keyframes pannel_move_byleft {
  0% {
    left: -900px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes pannel_move_byright {
  0% {
    right: -900px;
  }
  100% {
    right: 0;
  }
}
@keyframes pannel_move_byright {
  0% {
    right: -900px;
  }
  100% {
    right: 0;
  }
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(186, 124, 89, 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.2;
  text-align: left;
  background-color: #fff;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 12px;
}

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

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

ol,
ul,
dl {
  margin: 0;
}

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ba7c59;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #8c583a;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0;
}

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;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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(186, 124, 89, 0.05);
}

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

.table-primarybootstrap,
.table-primarybootstrap > th,
.table-primarybootstrap > td {
  background-color: #ecdad1;
}
.table-primarybootstrap th,
.table-primarybootstrap td,
.table-primarybootstrap thead th,
.table-primarybootstrap tbody + tbody {
  border-color: #dbbba9;
}

.table-hover .table-primarybootstrap:hover {
  background-color: #e5cbbf;
}
.table-hover .table-primarybootstrap:hover > td,
.table-hover .table-primarybootstrap:hover > th {
  background-color: #e5cbbf;
}

.table-secondarybootstrap,
.table-secondarybootstrap > th,
.table-secondarybootstrap > td {
  background-color: #c9cbcb;
}
.table-secondarybootstrap th,
.table-secondarybootstrap td,
.table-secondarybootstrap thead th,
.table-secondarybootstrap tbody + tbody {
  border-color: #9b9e9e;
}

.table-hover .table-secondarybootstrap:hover {
  background-color: #bcbebe;
}
.table-hover .table-secondarybootstrap:hover > td,
.table-hover .table-secondarybootstrap:hover > th {
  background-color: #bcbebe;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #dfdfdf;
}
.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #c4c4c4;
}

.table-hover .table-grey:hover {
  background-color: #d2d2d2;
}
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #d2d2d2;
}

.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: #cbeafc;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9fd7f9;
}

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

.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(186, 124, 89, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(176, 110, 73, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(176, 110, 73, 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;
}

.btn[for=file-upload] {
  padding: 0.65rem 0.9rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.2em + 1.3rem + 4px);
  padding: 0.65rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-txt);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: var(--global-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: var(--color-txt);
  background-color: #fff;
  border-color: #dfc3b3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

.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.65rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  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.65em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 20px;
}
.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.2em + 1.3rem) !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.3em + 0.325rem) center;
  background-size: calc(0.6em + 0.65rem) calc(0.6em + 0.65rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 1.3rem);
  background-position: top calc(0.3em + 0.325rem) right calc(0.3em + 0.325rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.875rem) !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.9rem 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.9rem/calc(0.6em + 0.65rem) calc(0.6em + 0.65rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 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;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 20px;
}
.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.2em + 1.3rem) !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.3em + 0.325rem) center;
  background-size: calc(0.6em + 0.65rem) calc(0.6em + 0.65rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 1.3rem);
  background-position: top calc(0.3em + 0.325rem) right calc(0.3em + 0.325rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.875rem) !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.9rem 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.9rem/calc(0.6em + 0.65rem) calc(0.6em + 0.65rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 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 {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 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;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--color-txt);
  text-align: left;
  list-style: none;
  background-color: var(--bodybg-d1);
  background-clip: padding-box;
  border: 1px solid var(--bodybg-d1);
  border-radius: var(--global-radius-small);
}

.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: #ba7c59;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-txt);
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
}
.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: 20px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.65em + 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: 20px;
}

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

.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.2rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ba7c59;
  background-color: #ba7c59;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dfc3b3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eee0d7;
  border-color: #eee0d7;
}
.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.1rem;
  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.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 20px;
}
.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: #ba7c59;
  background-color: #ba7c59;
}
.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(186, 124, 89, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(186, 124, 89, 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(186, 124, 89, 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.1rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(186, 124, 89, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2em + 1.3rem + 4px);
  padding: 0.65rem 1.9rem 0.65rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-txt);
  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.9rem center/8px 10px no-repeat;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #dfc3b3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.custom-select:focus::-ms-value {
  color: var(--color-txt);
  background-color: var(--input-bg);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  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 var(--color-txt);
}

.custom-select-sm {
  height: calc(1.65em + 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.2em + 1.3rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.2em + 1.3rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #dfc3b3;
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 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.2em + 1.3rem + 4px);
  padding: 0.65rem 0.9rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-txt);
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2em + 1.3rem);
  padding: 0.65rem 0.9rem;
  line-height: 1.2;
  color: var(--color-txt);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 20px 20px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(186, 124, 89, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ba7c59;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #eee0d7;
}
.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: #ba7c59;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #eee0d7;
}
.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;
  margin-left: 0;
  background-color: #ba7c59;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #eee0d7;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ba7c59;
}

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(186, 124, 89, 0.125);
  border-radius: 20px;
}
.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: 19px;
  border-top-right-radius: 19px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(186, 124, 89, 0.03);
  border-bottom: 1px solid rgba(186, 124, 89, 0.125);
}
.card-header:first-child {
  border-radius: 19px 19px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(186, 124, 89, 0.03);
  border-top: 1px solid rgba(186, 124, 89, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 19px 19px;
}

.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: 19px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.2rem 1rem;
  font-size: 0.6875rem;
  list-style: none;
  color: var(--grey);
}
.breadcrumb a {
  color: var(--grey);
}
.breadcrumb a:hover {
  color: var(--primarybootstrap-color);
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 20px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ba7c59;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #8c583a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
}

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

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

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primarybootstrap {
  color: #ba7c59;
  background-color: #f1e5de;
  border-color: #ecdad1;
}
.alert-primarybootstrap hr {
  border-top-color: #e5cbbf;
}
.alert-primarybootstrap .alert-link {
  color: #9e6342;
}

.alert-secondarybootstrap {
  color: #7a5f4e;
  background-color: #d9dada;
  border-color: #c9cbcb;
}
.alert-secondarybootstrap hr {
  border-top-color: #bcbebe;
}
.alert-secondarybootstrap .alert-link {
  color: #5b473a;
}

.alert-grey {
  color: #a38574;
  background-color: #e8e8e8;
  border-color: #dfdfdf;
}
.alert-grey hr {
  border-top-color: #d2d2d2;
}
.alert-grey .alert-link {
  color: #896c5b;
}

.alert-success {
  color: #6e924f;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #55713d;
}

.alert-info {
  color: #7e99a9;
  background-color: #daf0fd;
  border-color: #cbeafc;
}
.alert-info hr {
  border-top-color: #b3e0fb;
}
.alert-info .alert-link {
  color: #628092;
}

.alert-warning {
  color: #dea02e;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #bb841e;
}

.alert-danger {
  color: #cc574f;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #b43c34;
}

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

.alert-dark {
  color: #745a4c;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #554238;
}

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primarybootstrap {
  color: #ba7c59;
  background-color: #ecdad1;
}
.list-group-item-primarybootstrap.list-group-item-action:hover, .list-group-item-primarybootstrap.list-group-item-action:focus {
  color: #ba7c59;
  background-color: #e5cbbf;
}
.list-group-item-primarybootstrap.list-group-item-action.active {
  color: #fff;
  background-color: #ba7c59;
  border-color: #ba7c59;
}

.list-group-item-secondarybootstrap {
  color: #7a5f4e;
  background-color: #c9cbcb;
}
.list-group-item-secondarybootstrap.list-group-item-action:hover, .list-group-item-secondarybootstrap.list-group-item-action:focus {
  color: #7a5f4e;
  background-color: #bcbebe;
}
.list-group-item-secondarybootstrap.list-group-item-action.active {
  color: #fff;
  background-color: #7a5f4e;
  border-color: #7a5f4e;
}

.list-group-item-grey {
  color: #a38574;
  background-color: #dfdfdf;
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #a38574;
  background-color: #d2d2d2;
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #a38574;
  border-color: #a38574;
}

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

.list-group-item-info {
  color: #7e99a9;
  background-color: #cbeafc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #7e99a9;
  background-color: #b3e0fb;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #7e99a9;
  border-color: #7e99a9;
}

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--color-txt);
  pointer-events: auto;
  background-color: var(--modal-content-bg);
  padding: 1rem;
  background-clip: padding-box;
  border-radius: var(--global-radius);
  outline: 0;
}
.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4 {
  margin-top: 0.5rem;
}

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.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: 680px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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.2;
  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: #ba7c59;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(186, 124, 89, 0.2);
  border-radius: 20px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 20px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(186, 124, 89, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 20px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(186, 124, 89, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(186, 124, 89, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 20px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(186, 124, 89, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primarybootstrap {
  background-color: #ba7c59 !important;
}

a.bg-primarybootstrap:hover, a.bg-primarybootstrap:focus,
button.bg-primarybootstrap:hover,
button.bg-primarybootstrap:focus {
  background-color: #9e6342 !important;
}

.bg-secondarybootstrap {
  background-color: #3f4444 !important;
}

a.bg-secondarybootstrap:hover, a.bg-secondarybootstrap:focus,
button.bg-secondarybootstrap:hover,
button.bg-secondarybootstrap:focus {
  background-color: #262a2a !important;
}

.bg-grey {
  background-color: #8d8d8d !important;
}

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #747474 !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: #46b3f3 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #169ff0 !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-primarybootstrap {
  border-color: #ba7c59 !important;
}

.border-secondarybootstrap {
  border-color: #3f4444 !important;
}

.border-grey {
  border-color: #8d8d8d !important;
}

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

.border-info {
  border-color: #46b3f3 !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: 20px !important;
}

.rounded {
  border-radius: 20px !important;
}

.rounded-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-right {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-left {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-lg {
  border-radius: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(186, 124, 89, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(186, 124, 89, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

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

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

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

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

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

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

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

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

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

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

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

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

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

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

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

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

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

@media (min-width: 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: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primarybootstrap {
  color: #ba7c59 !important;
}

a.text-primarybootstrap:hover, a.text-primarybootstrap:focus {
  color: #8c583a !important;
}

.text-secondarybootstrap {
  color: #3f4444 !important;
}

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

.text-grey {
  color: #8d8d8d !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #676767 !important;
}

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

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

.text-info {
  color: #46b3f3 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0e91de !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(186, 124, 89, 0.5) !important;
}

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #ba7c59;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*** SCSS #INI# ***/
body, html {
  font-family: var(--font1);
  font-size: 16px;
  line-height: 1.15em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: var(--font1-weight2);
}

dfn {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.uppercase {
  text-transform: uppercase;
}

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

html [type=button] {
  -webkit-appearance: button;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

a {
  color: var(--primary-color);
}
a:focus, a:hover {
  color: var(--color-txt-hover);
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input {
  outline: 0;
}
input:focus, input:visited {
  outline: 0;
}

textarea {
  width: 100%;
}

table {
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0);
}

dl.row > dd + dt {
  clear: left;
}

tbody.collapse.in {
  display: table-row-group;
}

tr.collapse.in {
  display: table-row;
}

.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
}

.group-span-filestyle label {
  margin: 0;
}

.done {
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem;
  color: #4cbb6c;
}

.thumb-mask > .mask {
  position: relative;
  width: 3.438rem;
  height: 3.438rem;
  margin: 0.625rem 0;
  overflow: hidden;
  border: #f6f6f6 1px solid;
}

.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--bodybg-d2);
  margin-bottom: 10px;
}

.definition-list dl dt {
  font-weight: 500;
}

.definition-list dl dd, .definition-list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 0.625rem;
  margin: 0.125rem;
}

.ui-autocomplete.ui-front {
  z-index: 999;
}

p, a, span, strong {
  line-height: 1.2;
}

.sw_row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sw_row_flex .sw_undercontain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sw_row_flex .sw_undercontain .sw_uc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.equal-height .sw_undercontain {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.equal-height .sw_uc_inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.equal-height .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bk_bg_white {
  background-color: var(--bodybg);
}

.bk_bg_grey {
  background-color: var(--bodybg-d1);
}

/*** SCSS #FONTS# ***/
@font-face {
  font-family: "th";
  src: url("fonts/th.eot?q7h4ji");
  src: url("fonts/th.eot?q7h4ji#iefix") format("embedded-opentype"), url("fonts/th.woff2?q7h4ji") format("woff2"), url("fonts/th.ttf?q7h4ji") format("truetype"), url("fonts/th.woff?q7h4ji") format("woff"), url("fonts/th.svg?q7h4ji#th") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.mt-ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: var(--font-ico) !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt-facebook:before {
  content: "\e929";
}

.mt-add-cart:before {
  content: "\e901";
}

.mt-PayPal .path1:before {
  content: "\e902";
  color: rgb(21, 105, 156);
}

.mt-PayPal .path2:before {
  content: "\e903";
  margin-left: -3.16796875em;
  color: rgb(21, 105, 156);
}

.mt-PayPal .path3:before {
  content: "\e904";
  margin-left: -3.16796875em;
  color: rgb(21, 105, 156);
}

.mt-PayPal .path4:before {
  content: "\e905";
  margin-left: -3.16796875em;
  color: rgb(21, 105, 156);
}

.mt-PayPal .path5:before {
  content: "\e906";
  margin-left: -3.16796875em;
  color: rgb(21, 105, 156);
}

.mt-PayPal .path6:before {
  content: "\e907";
  margin-left: -3.16796875em;
  color: rgb(23, 55, 100);
}

.mt-PayPal .path7:before {
  content: "\e908";
  margin-left: -3.16796875em;
  color: rgb(23, 55, 100);
}

.mt-PayPal .path8:before {
  content: "\e909";
  margin-left: -3.16796875em;
  color: rgb(23, 55, 100);
}

.mt-visa .path1:before {
  content: "\e90a";
  color: rgb(246, 249, 252);
}

.mt-visa .path2:before {
  content: "\e90b";
  margin-left: -1.5234375em;
  color: rgb(249, 159, 27);
}

.mt-visa .path3:before {
  content: "\e90c";
  margin-left: -1.5234375em;
  color: rgb(45, 73, 144);
}

.mt-mastercard .path1:before {
  content: "\e90d";
  color: rgb(0, 54, 99);
}

.mt-mastercard .path2:before {
  content: "\e90e";
  margin-left: -1.5234375em;
  color: rgb(235, 28, 38);
}

.mt-mastercard .path3:before {
  content: "\e90f";
  margin-left: -1.5234375em;
  color: rgb(249, 159, 27);
}

.mt-mastercard .path4:before {
  content: "\e910";
  margin-left: -1.5234375em;
  color: rgb(239, 93, 32);
}

.mt-alma .path1:before {
  content: "\e911";
  color: rgb(0, 66, 97);
}

.mt-alma .path2:before {
  content: "\e912";
  margin-left: -1.84375em;
  color: rgb(232, 73, 78);
}

.mt-transport:before {
  content: "\e913";
}

.mt-cart:before {
  content: "\e914";
}

.mt-check:before {
  content: "\e915";
}

.mt-uncheck:before {
  content: "\e916";
}

.mt-star:before {
  content: "\e917";
}

.mt-mid-star:before {
  content: "\e918";
}

.mt-star-blanc:before {
  content: "\e919";
}

.mt-down-arrow:before {
  content: "\e91a";
}

.mt-down-arrow-plain:before {
  content: "\e91b";
}

.mt-right-arrow:before {
  content: "\e91c";
}

.mt-info-circle:before {
  content: "\e91d";
}

.mt-instagram:before {
  content: "\e91e";
}

.mt-drop-color:before {
  content: "\e91f";
}

.mt-language:before {
  content: "\e920";
}

.mt-search:before {
  content: "\e921";
}

.mt-menu:before {
  content: "\e922";
}

.mt-play-circle:before {
  content: "\e923";
}

.mt-radio-checked:before {
  content: "\e924";
}

.mt-radio-uncheck:before {
  content: "\e925";
}

.mt-reply-arrow:before {
  content: "\e926";
}

.mt-social-down:before {
  content: "\e927";
}

.mt-social-up:before {
  content: "\e928";
}

/*** SCSS #BUTTONS# ***/
body .btn {
  padding: 0.65rem 0.9rem;
  font-size: clamp(0.6rem, 0.4rem + 1.5vw, 0.7rem);
  line-height: 1.2;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.25px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid var(--btn-color-bg);
  background: var(--btn-color-bg);
  color: var(--btn-color-txt);
  border-radius: var(--global-radius);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .btn.btn-cart {
  border: 1px solid var(--cartbtn-color-bg);
  background: var(--cartbtn-color-bg);
  color: var(--cartbtn-color-txt);
}
body .btn:hover {
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
body .btn.btn-secondary {
  border: 1px solid var(--second-color);
  background: var(--second-color);
}
body .btn.btn-secondary:hover {
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
body .btn.btn-grey {
  border: 1px solid var(--grey);
  background: var(--grey);
}
body .btn.btn-grey:hover {
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
body .btn[class*=btn-outline] {
  background: transparent;
  color: var(--btn-color-bg);
}
body .btn[class*=btn-outline]:hover {
  background-color: var(--btn-color-bg);
  color: var(--white);
}
body .btn.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
body .btn.btn-outline-primary:hover {
  background-color: var(--primary-color);
}
body .btn.btn-outline-secondary {
  color: var(--second-color);
  border-color: var(--second-color);
}
body .btn.btn-outline-secondary:hover {
  background-color: var(--second-color);
}
body .btn.btn-outline-grey {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body .btn.btn-outline-grey:hover {
  -webkit-filter: grayscale(1) brightness(0.8);
          filter: grayscale(1) brightness(0.8);
}
body .btn:focus, body .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
          box-shadow: 0 0 0 0 rgba(186, 124, 89, 0.25);
}
body .btn.disabled, body .btn:disabled {
  opacity: 0.65;
}
body .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .btn.btn-arrow-input {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: calc(1.2em + 1.3rem + 4px);
  height: 100%;
  padding: 0 0.9rem;
  line-height: 1.2;
  color: var(--primary-color);
  border: none;
  background-color: transparent;
  font-size: 1.75rem;
}

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

body .btn-primarybootstrap {
  color: #fff;
  background-color: #ba7c59;
  border-color: #ba7c59;
}
body .btn-primarybootstrap:hover {
  color: #fff;
  background-color: #a76946;
  border-color: #9e6342;
}
body .btn-primarybootstrap:focus, body .btn-primarybootstrap.focus {
  color: #fff;
  background-color: #a76946;
  border-color: #9e6342;
  -webkit-box-shadow: 0 0 0 0 rgba(196, 144, 114, 0.5);
          box-shadow: 0 0 0 0 rgba(196, 144, 114, 0.5);
}
body .btn-primarybootstrap.disabled, body .btn-primarybootstrap:disabled {
  color: #fff;
  background-color: #ba7c59;
  border-color: #ba7c59;
}
body .btn-primarybootstrap:not(:disabled):not(.disabled):active, body .btn-primarybootstrap:not(:disabled):not(.disabled).active, .show > body .btn-primarybootstrap.dropdown-toggle {
  color: #fff;
  background-color: #9e6342;
  border-color: #955d3e;
}
body .btn-primarybootstrap:not(:disabled):not(.disabled):active:focus, body .btn-primarybootstrap:not(:disabled):not(.disabled).active:focus, .show > body .btn-primarybootstrap.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(196, 144, 114, 0.5);
          box-shadow: 0 0 0 0 rgba(196, 144, 114, 0.5);
}

body .btn-secondarybootstrap {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
body .btn-secondarybootstrap:hover {
  color: #fff;
  background-color: #2d3030;
  border-color: #262a2a;
}
body .btn-secondarybootstrap:focus, body .btn-secondarybootstrap.focus {
  color: #fff;
  background-color: #2d3030;
  border-color: #262a2a;
  -webkit-box-shadow: 0 0 0 0 rgba(92, 96, 96, 0.5);
          box-shadow: 0 0 0 0 rgba(92, 96, 96, 0.5);
}
body .btn-secondarybootstrap.disabled, body .btn-secondarybootstrap:disabled {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
body .btn-secondarybootstrap:not(:disabled):not(.disabled):active, body .btn-secondarybootstrap:not(:disabled):not(.disabled).active, .show > body .btn-secondarybootstrap.dropdown-toggle {
  color: #fff;
  background-color: #262a2a;
  border-color: #202323;
}
body .btn-secondarybootstrap:not(:disabled):not(.disabled):active:focus, body .btn-secondarybootstrap:not(:disabled):not(.disabled).active:focus, .show > body .btn-secondarybootstrap.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(92, 96, 96, 0.5);
          box-shadow: 0 0 0 0 rgba(92, 96, 96, 0.5);
}

body .btn-grey {
  color: #fff;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body .btn-grey:hover {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #747474;
}
body .btn-grey:focus, body .btn-grey.focus {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #747474;
  -webkit-box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
}
body .btn-grey.disabled, body .btn-grey:disabled {
  color: #fff;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
body .btn-grey:not(:disabled):not(.disabled):active, body .btn-grey:not(:disabled):not(.disabled).active, .show > body .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #747474;
  border-color: #6d6d6d;
}
body .btn-grey:not(:disabled):not(.disabled):active:focus, body .btn-grey:not(:disabled):not(.disabled).active:focus, .show > body .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
}

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

body .btn-info {
  color: #212529;
  background-color: #46b3f3;
  border-color: #46b3f3;
}
body .btn-info:hover {
  color: #fff;
  background-color: #22a4f1;
  border-color: #169ff0;
}
body .btn-info:focus, body .btn-info.focus {
  color: #fff;
  background-color: #22a4f1;
  border-color: #169ff0;
  -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(64, 158, 213, 0.5);
}
body .btn-info.disabled, body .btn-info:disabled {
  color: #212529;
  background-color: #46b3f3;
  border-color: #46b3f3;
}
body .btn-info:not(:disabled):not(.disabled):active, body .btn-info:not(:disabled):not(.disabled).active, .show > body .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #169ff0;
  border-color: #0f99ea;
}
body .btn-info:not(:disabled):not(.disabled):active:focus, body .btn-info:not(:disabled):not(.disabled).active:focus, .show > body .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(64, 158, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(64, 158, 213, 0.5);
}

body .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
body .btn-warning:focus, body .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}
body .btn-warning.disabled, body .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .btn-warning:not(:disabled):not(.disabled):active, body .btn-warning:not(:disabled):not(.disabled).active, .show > body .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
body .btn-warning:not(:disabled):not(.disabled):active:focus, body .btn-warning:not(:disabled):not(.disabled).active:focus, .show > body .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

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

body .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
body .btn-light:focus, body .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}
body .btn-light.disabled, body .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .btn-light:not(:disabled):not(.disabled):active, body .btn-light:not(:disabled):not(.disabled).active, .show > body .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
body .btn-light:not(:disabled):not(.disabled):active:focus, body .btn-light:not(:disabled):not(.disabled).active:focus, .show > body .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #ba7c59;
  text-decoration: none;
}
.btn-link:hover {
  color: #8c583a;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

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

/*** SCSS #FORMS# ***/
input[type=radio]:disabled, input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
  color: #28a745;
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
  color: #28a745;
}

.has-success .form-control {
  border-color: #28a745;
}

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.has-success .input-group-addon {
  color: #28a745;
  border-color: #28a745;
  background-color: #e0f3e5;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#4cbb6c' 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");
}

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
  color: #ffc107;
}

.has-warning .form-control {
  border-color: #ffc107;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
  color: #ffc107;
  border-color: #ffc107;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
  color: #dc3545;
}

.has-danger .form-control {
  border-color: #dc3545;
}

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.input-group .input-group-btn {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 48%;
}

label[for=file-upload] .buttonText {
  font-size: 0.6875rem;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  padding: 0.78rem 1rem;
}

.form-control-select {
  /*   background: var(--input-bg) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
   */
}
.form-control-select[aria-label=Taille] {
  min-width: 60px;
  border: 1px solid var(--bodybg-l1);
}

.form-control-valign label {
  line-height: 1;
}

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

.form-control-submit.disabled {
  color: #fff;
  background: #46b3f3;
}

.form-group.has-error input, .form-group.has-error select {
  outline: 0.1875rem solid #dc3545;
}

.form-group.has-error .help-block {
  color: #dc3545;
}

label, .label {
  font-size: 0.8125rem;
}

label .color.active, .variant-links .color.active, .custom-checkbox input[type=checkbox] + span.color.active, .custom-checkbox input[type=checkbox] + span.color:hover {
  border: 2px solid var(--primary-color);
}

.input-color {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  opacity: 0;
}
.input-color + .color {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: red;
  border-radius: var(--global-radius);
}
.input-color:checked + span, .input-color .input-radio:checked + span {
  background-color: var(--primary-color);
}

.radio-inline {
  margin-right: 1.5rem;
}

form .form-informations {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.form-informations-subtitle {
  font-size: 0.8125rem;
}

form section .form-informations-title, form section .form-informations-option {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

form .form-control-label {
  font-size: 0.875rem;
}

.form-footer {
  margin-top: 20px;
}

.form-control {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 1rem;
  color: var(--input-txt);
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 0.1rem;
  vertical-align: middle;
  cursor: pointer;
  border: var(--primary-color) 1px solid;
  border-radius: 50%;
}
.custom-radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
}
.custom-radio input[type=radio]:checked + span {
  position: absolute;
  top: 0.13rem;
  left: 0.125rem;
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.custom-radio input[type=radio]:focus + span {
  border-color: var(--primary-color);
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox input[type=checkbox] + span {
  margin: 0 0.5rem 0 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--global-radius-small);
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--primary-color);
}
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: var(--white);
  opacity: 0.2;
  margin: 3px 0 0 0;
  font-size: 1.1rem;
}
.custom-checkbox input[type=checkbox]:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
  margin: 0;
  display: block;
  color: var(--white);
  font-weight: var(--font1-weight2);
  opacity: 1;
  font-size: 1.35rem;
}
.custom-checkbox label {
  text-align: left;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.75rem;
}
.custom-checkbox span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.custom-checkbox .txt-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type=number]::-webkit-outer-spin-button, input[type=number] input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

label[for=field-id_gender] {
  display: none;
}

.form-control-comment {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-left: 1.8rem;
}

.form-control,
.form-select {
  width: 100%;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  height: calc(1.2em + 1.3rem + 4px);
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
  background-color: var(--input-bg);
  color: var(--input-txt);
  /*   &::placeholder {
      color: transparent;
    } */
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: var(--grey) !important;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: var(--grey) !important;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: var(--grey) !important;
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: var(--grey) !important;
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--grey) !important;
}
.form-control:not(:-moz-placeholder-shown), .form-select:not(:-moz-placeholder-shown) {
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  outline: 0;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.form-control:not(:-ms-input-placeholder), .form-select:not(:-ms-input-placeholder) {
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  outline: 0;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.form-control:focus, .form-control:not(:placeholder-shown),
.form-select:focus,
.form-select:not(:placeholder-shown) {
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  outline: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.form-control:not(:-moz-placeholder-shown) ~ label, .form-select:not(:-moz-placeholder-shown) ~ label {
  color: var(--primary-color) !important;
}
.form-control:not(:-ms-input-placeholder) ~ label, .form-select:not(:-ms-input-placeholder) ~ label {
  color: var(--primary-color) !important;
}
.form-control:not(:placeholder-shown) ~ label,
.form-select:not(:placeholder-shown) ~ label {
  color: var(--primary-color) !important;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  width: 100%;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  height: calc(1.8em + 1.3rem + 4px);
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
  background-color: var(--input-bg);
  color: var(--input-txt);
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-select::-webkit-input-placeholder {
  opacity: 0;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-select::-moz-placeholder {
  opacity: 0;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-select:-ms-input-placeholder {
  opacity: 0;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-select::-ms-input-placeholder {
  opacity: 0;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-select::placeholder {
  opacity: 0;
}
.form-floating > .form-control ~ label,
.form-floating > .form-select ~ label {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-select:not(:-moz-placeholder-shown) {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white) !important;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  outline: 0;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-select:not(:-ms-input-placeholder) {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white) !important;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  outline: 0;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select:focus,
.form-floating > .form-select:not(:placeholder-shown) {
  background-color: var(--primary-color);
  border: 1px solid transparent;
  color: var(--white) !important;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  outline: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.85;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.25rem);
  padding-left: 0.9rem;
  color: var(--white) !important;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .form-select:not(:-ms-input-placeholder) ~ label {
  opacity: 0.85;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.25rem);
  padding-left: 0.9rem;
  color: var(--white) !important;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:not(:placeholder-shown) ~ label {
  opacity: 0.85;
  -webkit-transform: scale(0.85) translateY(-0.4rem) translateX(0.25rem);
          transform: scale(0.85) translateY(-0.4rem) translateX(0.25rem);
  padding-left: 0.9rem;
  color: var(--white) !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-select:not(:-moz-placeholder-shown) {
  color: var(--primary-color) !important;
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-select:not(:-ms-input-placeholder) {
  color: var(--primary-color) !important;
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
}
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select:not(:placeholder-shown) {
  color: var(--primary-color) !important;
  background-color: var(--input-bg);
  border: 1px solid var(--primary-color);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-select:not(:-moz-placeholder-shown) ~ label {
  color: var(--primary-color) !important;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .form-select:not(:-ms-input-placeholder) ~ label {
  color: var(--primary-color) !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select:not(:placeholder-shown) ~ label {
  color: var(--primary-color) !important;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-select::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-select::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-select:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-select::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-select::placeholder {
  color: transparent;
}
.form-floating label {
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  padding: 0.65rem 0.9rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

input,
textarea {
  display: block;
  width: 100%;
  height: calc(1.2em + 1.3rem + 4px);
  padding: 0.65rem 0.9rem;
  line-height: 1.2;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 1rem;
  color: var(--input-txt);
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: var(--grey) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: var(--grey) !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: var(--grey) !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: var(--grey) !important;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: var(--grey) !important;
}
input:focus,
textarea:focus {
  border-color: var(--primary-color);
}

textarea {
  height: calc(3em + 10vh);
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.tag:empty {
  display: none;
}

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

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.tag-default {
  background-color: #f6f6f6;
}

.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #ddd;
}

.tag-primary {
  background-color: #24b9d7;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #1d93ab;
}

.tag-success {
  background-color: #4cbb6c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #3a9a56;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #ff9a52;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ff7c1f;
}

.tag-danger {
  background-color: #ff4c4c;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #ff1919;
}

/*** SCSS #CARDS# ***/
.card {
  border: none;
}

/*** SCSS #DROPDOWN# ***/
.dropdown {
  color: var(--primary-color);
}
.dropdown.open .dropdown-menu {
  display: block !important;
}

.dropdown .expand-more {
  color: var(--color-txt);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}

.dropdown select {
  color: var(--color-txt);
  background: var(--primary-color);
  border: 0 none;
  outline: 0 none;
  -moz-appearance: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--primary-color);
  text-decoration: none;
  background: none;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #4cbb6c;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}
.media, .media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog,
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 60px);
}

/*** SCSS #ALERTES# ***/
.alert-warning ul li:last-child .alert-link {
  color: #ffc107;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: var(--bodybg-d1);
  border-bottom: 1px solid var(--bodybg-d2);
  border-radius: 0.2375rem 0.2375rem 0 0;
}

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

.popover-content {
  padding: 9px 14px;
}

.popover {
  font-family: inherit;
}

.popover.bs-tether-element-attached-top {
  margin-top: 0;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "‹";
}

.carousel-control .icon-next::before {
  content: "›";
}

.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 576px) {
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/479700ea91d964d295d75c6b67bd0b28.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"), url(../css/f2a0933406f7830651524f477ba2f543.woff) format("woff"), url(../css/00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype");
}
.material-icons {
  display: inline-block;
  width: 1em;
  height: 1.1em;
  font-family: "Material Icons", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.alert-warning .material-icons {
  padding-top: 0.3125rem;
  margin-right: 0.625rem;
  font-size: 2rem;
  color: #ff9a52;
}

/*** SCSS #NAV# ***/
.nav-item .nav-link, .nav-item .nav-separtor {
  font-weight: 600;
}

.nav-item .nav-link.active, .nav-item .nav-separtor.active {
  color: var(--color-txt);
}

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

#wrapper .breadcrumb {
  background: transparent;
  text-align: center;
}
#wrapper .breadcrumb[data-depth="1"] {
  display: none;
}
#wrapper .breadcrumb ol {
  padding-left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
}
#wrapper .breadcrumb li {
  display: inline;
}
#wrapper .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 0.2rem;
}
#wrapper .breadcrumb li:last-child {
  margin: 0;
}
#wrapper .breadcrumb li:last-child::after {
  content: "";
}
#wrapper .breadcrumb li a {
  text-decoration: none;
}

.mm-menu .mmmenutitle {
  display: none;
}
.mm-menu .mm-panels {
  top: 32px;
}

.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item, .ps-alert-success .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  background-color: #ff4c4c;
  border: 2px #ff4c4c solid;
}

.ps-alert-error .item i, .ps-alert-success .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 15px #ff4c4c solid;
}

.ps-alert-error .item i svg, .ps-alert-success .item i svg {
  width: 24px;
  height: 24px;
  background-color: #ff4c4c;
}

.ps-alert-error .item p, .ps-alert-error .item .page-content.page-cms ul, .page-content.page-cms .ps-alert-error .item ul, .ps-alert-success .item p, .ps-alert-success .item .page-content.page-cms ul, .page-content.page-cms .ps-alert-success .item ul {
  width: 100%;
  padding: 18px 20px;
  margin: 0;
  background-color: #fff;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem;
}

.ps-alert-success .item {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.ps-alert-success .item i {
  border-color: #4cbb6c;
}

.ps-alert-success .item i svg {
  background-color: #4cbb6c;
}

#checkout #search_widget {
  display: none;
}

#pagenotfound .page-content #search_widget {
  width: 100%;
}

.page-not-found .search-widget form {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-top .search-widget {
    float: none;
  }
  .header-top .search-widget form {
    margin: 0 auto;
  }
  .header-top .search-widget form input[type=text] {
    min-width: inherit;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .search-widget {
    min-width: 15.63rem;
  }
}
body#checkout {
  color: var(--color-txt);
}
body#checkout .continue {
  margin-top: 15px;
}
body#checkout #footer {
  background-color: var(--bodybg-d1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#checkout #footer .text_copyright a {
  color: var(--second-color) !important;
}

body#checkout #header .header-nav {
  max-height: none;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  border: none;
}

body#checkout #header .header-nav .logo {
  width: auto;
  max-height: 4.375rem;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0;
}

body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
body#checkout .custom-checkbox.optin {
  margin-top: 20px;
}

body#checkout .custom-checkbox > label {
  padding-left: 1.85rem;
  padding-top: 0.25rem;
}

body#checkout .custom-checkbox span {
  position: absolute;
  top: 0.025rem;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-top: 0.1rem;
}

body#checkout .container {
  min-height: 100%;
}

body#checkout section.checkout-step:last-child {
  border: 0;
}

body#checkout section.checkout-step .step-edit {
  font-weight: 500;
  text-transform: lowercase;
}

body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem;
}

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}

body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit {
  display: none;
}

body#checkout section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
}

body#checkout section.checkout-step.-current .step-title {
  cursor: default;
}

body#checkout section.checkout-step.-current .content {
  display: block;
}

body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 0.65rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  background-color: #00c062;
  border: none;
  border-radius: 50%;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  display: inline-block;
  text-decoration: underline;
  color: var(--bodybg-d3);
  cursor: pointer;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
}

body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}

body#checkout section.checkout-step small {
  color: #7a7a7a;
}

body#checkout section.checkout-step .default-input {
  min-width: 40%;
}

body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem;
}

body#checkout section.checkout-step .radio-field label {
  display: inline;
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}

body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}

body#checkout section.checkout-step .select-field div {
  padding: 0.625rem 3.125rem;
  background: #f6f6f6;
}

body#checkout section.checkout-step .form-footer {
  text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
  display: table-cell;
}

body#checkout section.checkout-step .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #232323;
  border-radius: 50%;
}

body#checkout section.checkout-step hr {
  margin: 0;
}

body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
  color: var(--primary-color);
}

body#checkout section.checkout-step .add-address a i {
  font-size: 0.9375rem;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 60px;
  padding: 0.45rem 0;
  margin: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option, body#checkout section.checkout-step .delivery-options .delivery-option label > .row, body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
  margin-bottom: 0;
  text-align: inherit;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
  margin-left: 0;
  color: var(--color-txt);
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) > .col-xs-12 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
  width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  word-break: break-word;
}

body#checkout section.checkout-step .carrier-delay {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.8125rem;
  color: var(--color-txt);
  padding-top: 3px;
}

body#checkout section.checkout-step .sign-in {
  font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password a {
  color: var(--color-txt);
}

body#checkout .additional-information {
  margin-top: 1.25rem;
  margin-left: 2.875rem;
  font-size: 0.875rem;
}

body#checkout .condition-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}

body#checkout .condition-label label {
  text-align: inherit;
}

body#checkout .cancel-address {
  display: block;
  margin: 0.625rem;
  color: var(--grey);
}

body#checkout .media-left {
  padding-right: 15px;
}
body#checkout #order-summary-content {
  padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
body#checkout #order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body#checkout #order-summary-content #order-items {
  border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: var(--bodybg-l1);
  border: 3px solid var(--bodybg-d1);
  border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid var(--primary-color);
  border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier .logo-container {
  text-align: center;
}
body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
  width: 3.125rem;
}
body#checkout #order-summary-content .step-edit {
  display: inline;
  color: var(--grey);
}
body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer;
}
body#checkout #order-summary-content a .step-edit {
  color: var(--grey);
}
body#checkout #gift_message,
body#checkout #delivery {
  max-width: 100%;
}
body#checkout #gift_message textarea,
body#checkout #delivery textarea {
  max-width: 100%;
  margin-bottom: 10px;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery::-webkit-input-placeholder {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery::-moz-placeholder {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery:-ms-input-placeholder {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery::-ms-input-placeholder {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery::placeholder {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  opacity: 1;
}
body#checkout #delivery > label {
  text-align: left;
}
body#checkout #hook-display-after-carrier > [class^=col] {
  display: inline-block;
}
body#checkout #hook-display-after-carrier > [class^=col].links .row > [class^=col] {
  width: auto;
}

#order-details {
  padding-left: 1.3rem;
  margin-top: 1.25rem;
}

#order-details > .card-title {
  margin-bottom: 1.875rem;
}

#order-details ul {
  margin-bottom: 1.25rem;
}

#order-details ul li {
  margin-bottom: 0.625rem;
}

#order-items {
  border-right: #f6f6f6 1px solid;
}

#order-items .h3 {
  font-size: 1rem;
}

@media (max-width: 991px) {
  #order-items .h3._desktop-title {
    display: none;
  }
}
#order-items hr {
  border-top-color: #232323;
}

#order-items table {
  width: 100%;
}

#order-items table tr {
  height: 1.875rem;
}

#order-items table tr td {
  padding: 0.5rem;
  font-size: 0.875rem;
}

#order-items table tr td:last-child {
  text-align: right;
}

#order-items table tr.total-value {
  background-color: #f6f6f6;
}

#order-items table tr.taxes td {
  text-align: left;
}

#order-items table tr.taxes td .value {
  padding-top: 0;
}

#order-items .order-line {
  margin-top: 1rem;
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid var(--bodybg-d2);
}

#order-items .details {
  margin-bottom: 1rem;
}

#order-items .details .customizations {
  margin-top: 0.625rem;
}

#order-items .qty {
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .done {
    padding: 0;
    margin-right: 0.625rem;
  }
  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
  body#checkout section.checkout-step .delivery-options .delivery-option .carrier > .col-xs-12 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
  }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
  }
  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }
  #order-items {
    margin-bottom: 2.5rem;
    border-right: 0;
  }
  #order-items .card-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
  }
  #order-items hr {
    border-top-color: #f6f6f6;
  }
  .bold {
    font-weight: 600;
  }
  #order-details {
    padding-left: 0.9375rem;
  }
  #order-details .card-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
  }
  body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) .col-xs-12 {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}
.js-payment-binary {
  display: none;
}

.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.table-labeled th {
  vertical-align: middle;
}

.table-labeled td {
  vertical-align: middle;
}

.table-labeled .label {
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  font-size: inherit;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table th {
  padding: 0.5rem;
}

.page-order table td {
  padding: 0.5rem;
}

.page-order table thead th {
  text-align: center;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}

#identity .radio-inline, #authentication .radio-inline {
  padding: 0;
}

#identity .radio-inline .custom-radio, #authentication .radio-inline .custom-radio {
  margin-right: 0;
}

.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}

.page-customer-account #content .forgot-password {
  padding-bottom: 0.9375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.page-customer-account #content .no-account {
  font-size: 1rem;
  text-align: center;
}

.page-order-detail #content {
  font-size: 0.875rem;
}

.page-order-detail .box {
  padding: 1rem;
  background: var(--bodybg-l2);
  margin-bottom: 1rem;
}

.page-order-detail .box .order-total.row {
  margin: 0 !important;
}

.page-order-detail .btn {
  width: auto;
}

.page-order-detail h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-txt);
  text-transform: uppercase;
}

.page-order-detail #order-infos ul {
  margin: 0;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bodybg-l1);
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: var(--white);
  border-radius: 3px;
}

.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700;
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}

.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
  float: left;
  width: 30%;
  padding-right: 0.5rem;
  text-align: right;
}

.page-order-detail #order-products.return td.qty .select {
  float: left;
  width: 70%;
  padding-left: 0.25rem;
  margin: -0.625rem 0;
}

.page-order-detail #order-products.return td.qty .select select {
  text-align: center;
}

.page-order-detail .order-items {
  padding: 0 !important;
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid var(--bodybg-l1);
}

.page-order-detail .order-items .order-item .checkbox {
  float: left;
  width: 30px;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
  float: left;
  width: calc(100% - 30px);
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .desc .name {
  font-weight: 600;
}

.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .qty .q {
  margin-bottom: 0.25rem;
}

.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid var(--bodybg-l1);
}

.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}

.page-order-detail .messages .message > div {
  margin-bottom: 0.5rem;
}

.page-order-detail .customization {
  margin-top: 0.75rem;
}

#order-return-infos .thead-default th {
  color: var(--color-txt);
}

#order-return-infos .customization {
  margin-top: 0.75rem;
}

.page-footer .account-link {
  margin-right: 1rem;
}

.page-footer .account-link i {
  font-size: 1rem;
}

.page-footer .account-link span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.login-form {
  margin-top: 15px;
}

.forgotten-password {
  padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .forgotten-password .form-fields .center-email-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .forgotten-password .form-fields .center-email-fields button {
    width: calc(100% - 20px);
    margin: 10px;
  }
}
.forgotten-password .form-fields .center-email-fields button {
  height: 38px;
}

.forgotten-password .form-fields .email {
  width: 430px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .forgotten-password .form-fields .email {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.forgotten-password .form-fields .email input {
  height: 38px;
}

.forgotten-password .form-fields label.required {
  width: 130px;
}

.send-renew-password-link {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.875rem;
}

.renew-password {
  margin-left: 10px;
}

.renew-password .email {
  padding-bottom: 30px;
}

.renew-password [type=submit] {
  margin-left: 50px;
}

.carousel {
  margin-bottom: 1.5rem;
}

.carousel .direction {
  z-index: auto;
}

.carousel .carousel-inner {
  height: 340px;
}

.carousel .carousel-item {
  height: 100%;
}

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

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  max-width: 340px;
  color: #fff;
}

.carousel .carousel-item .caption .caption-description p, .carousel .carousel-item .caption .caption-description .page-content.page-cms ul, .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
  font-size: 1rem;
  color: #fff;
}

.carousel .carousel-item .caption .caption-description h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.carousel .carousel-item .caption .display-1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel .carousel-item figure {
  display: inline-block;
  margin: 0;
}

.carousel .carousel-control {
  opacity: 1;
}

.lang-rtl .carousel .carousel-control .icon-next .material-icons, .lang-rtl .carousel .carousel-control .icon-prev .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.carousel .carousel-control .icon-next::before, .carousel .carousel-control .icon-prev::before {
  content: "";
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  font-size: 3.125rem;
  color: #fff;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
  color: #24b9d7;
}

.carousel .carousel-control .icon-prev {
  left: 1rem;
}

.carousel .carousel-control .icon-next {
  right: 2rem;
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
}

.carousel-indicators li {
  border-color: #7a7a7a;
}

.carousel-indicators .active {
  background-color: #7a7a7a;
}

@media (min-width: 992px) {
  .carousel .carousel-indicators {
    display: none;
  }
}
@media (max-width: 1199px) {
  .carousel .carousel-inner {
    height: auto;
  }
}
@media (max-width: 991px) {
  .carousel {
    left: 50%;
    width: 100vw;
    padding-bottom: 0.5rem;
    margin-left: -50vw;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
    width: auto;
    height: auto;
  }
  .carousel .carousel-item .caption {
    position: static;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
  }
  .carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
    font-weight: 500;
    color: #232323;
  }
  .carousel .carousel-item .caption .caption-description h3, .carousel .carousel-item .caption .caption-description p, .carousel .carousel-item .caption .caption-description .page-content.page-cms ul, .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    color: #7a7a7a;
  }
  .carousel .carousel-item .caption .caption-description h3 {
    font-size: 1rem;
  }
  .carousel .direction {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .carousel .direction .carousel-control .icon-prev {
    left: 0;
    margin-left: 0;
  }
  .carousel .direction .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
  }
  .carousel .direction .carousel-control i {
    background: rgba(122, 122, 122, 0.5);
  }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-item .caption .display-1 {
    font-size: 1.3rem;
  }
  .carousel .carousel-control .icon-prev i, .carousel .carousel-control .icon-next i {
    font-size: 2rem;
  }
}
#products .products, .featured-products .products, .product-accessories .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  margin: 2.5rem 0;
  font-weight: 500;
  text-align: center;
}

.lang-rtl #products .all-product-link .material-icons, .lang-rtl .featured-products .all-product-link .material-icons, .lang-rtl .product-accessories .all-product-link .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.product-miniature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-miniature .pgcolor-n {
  width: 50px;
  height: 50px;
}
.product-miniature .pgcolor-prod {
  display: none;
}

.product-miniature .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0.8125rem;
}

.page-index .product-miniature .product, .page-search .product-miniature .product {
  width: 25%;
  min-width: 250px;
}

.product-miniature .product-thumbnail {
  display: block;
}

.product-miniature .thumbnail-container:hover .highlighted-informations::after, .product-miniature .thumbnail-container:focus .highlighted-informations::after {
  opacity: 1;
}

.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
  top: calc(100% - 2.5rem);
}

.product-miniature .thumbnail-container .product-thumbnail {
  /* @include rounded_card_product_list($rounded_product_list); */
  background-color: white;
  position: relative;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 102%;
  margin-left: -1px;
  margin-bottom: -1px;
}

.product-miniature .thumbnail-container .product-thumbnail:hover img {
  -webkit-transform: scale(1.03) rotateZ(-1deg);
          transform: scale(1.03) rotateZ(-1deg);
  -webkit-transition: all 4.8s;
  transition: all 4.8s;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  display: block;
  max-width: 102%;
  height: auto;
  margin-left: -1px;
  margin-bottom: -1px;
  -webkit-transition: all 4.8s;
  transition: all 4.8s;
}

.product-miniature .variant-links {
  position: relative;
  top: -0.25em;
  width: 100%;
  min-height: 2.5rem;
  padding-top: 0.1875rem;
  text-align: center;
  background: #fff;
}

.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden;
}

.product-miniature .product-description {
  position: relative;
  bottom: 0;
  height: auto;
  padding: 0.25rem 0.25rem 0.7rem 0.25rem;
  background: var(--bodybg);
}

.product-miniature .product-flags li.product-flag {
  min-width: 3.125rem;
  min-height: 1.875rem;
  font-weight: 600;
}

.product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem;
}

.product-miniature .comments_note {
  color: #7a7a7a;
  text-align: center;
}

.product-miniature .count {
  position: relative;
  bottom: 0.5rem;
  font-weight: 700;
  color: #7a7a7a;
}

@media (max-width: 991px) {
  .featured-products .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#custom-text {
  padding: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  #custom-text {
    padding: 1.5rem;
  }
}

#custom-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
}

#custom-text p, #custom-text .page-content.page-cms ul, .page-content.page-cms #custom-text ul {
  font-size: 0.875rem;
  font-weight: 400;
  color: #232323;
}

#custom-text p .dark, #custom-text .page-content.page-cms ul .dark, .page-content.page-cms #custom-text ul .dark {
  font-size: 1.125rem;
  font-weight: 600;
  color: #232323;
}

#custom-text img {
  max-width: 100%;
  height: 100%;
}

.page-content.page-cms {
  text-align: justify;
}

.page-content.page-cms .cms-box img {
  max-width: 100%;
}

.page-content.page-cms ul {
  list-style: disc inside none;
}

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.25rem 1.875rem;
  }
}
#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#products .up {
  margin-bottom: 1rem;
}

#products .up .btn-secondary, #products .up .btn-tertiary {
  color: #7a7a7a;
  text-transform: inherit;
}

#products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
  margin-right: 0;
}

.products-selection p i, .products-selection .page-content.page-cms ul i, .page-content.page-cms .products-selection ul i, .products-selection p .sort-by i, .products-selection .page-content.page-cms ul .sort-by i, .page-content.page-cms .products-selection ul .sort-by i, .products-selection p .select-title i, .products-selection .page-content.page-cms ul .select-title i, .page-content.page-cms .products-selection ul .select-title i, .products-selection .sort-by-row i, .products-selection .sort-by-row .sort-by i, .products-selection .sort-by-row .select-title i {
  height: inherit;
  line-height: inherit;
}

.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {
  padding: 0.75rem 0.5rem 0.6875rem;
}

.products-sort-order, .brands-sort, .suppliers-sort {
  color: var(--color-txt);
}

.products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  color: var(--color-txt);
  cursor: pointer;
  background: var(--bodybg-d1);
  border: 1px solid var(--bodybg-d1);
}

.select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: var(--primary-color);
}

.select-list:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

.products-sort-order .dropdown-menu, .brands-sort .dropdown-menu, .suppliers-sort .dropdown-menu {
  left: auto;
  width: 16.88rem;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.facet-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  color: var(--primary-color);
  background: var(--bodybg);
  -webkit-box-shadow: 1px 1px 1px 1px var(--bodybg-d1);
          box-shadow: 1px 1px 1px 1px var(--bodybg-d1);
}

.facet-dropdown.open {
  border: 0;
}

.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  margin-left: 0;
  color: #232323;
  cursor: pointer;
  background: #f6f6f6;
}

.facet-dropdown .select-title > i {
  margin-left: auto;
}

.facet-dropdown .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
  background: #f6f6f6;
}

.facet-dropdown .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: #24b9d7;
}

.facet-dropdown .dropdown-menu {
  left: auto;
  width: 100%;
  padding: 0;
  margin-top: 3px;
  background: #f6f6f6;
  border: none;
  -webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
          box-shadow: 1px 1px 1px 1px #f6f6f6;
}

#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: 0.625rem;
}

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
  display: block;
}

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
  font-size: 1rem;
  color: #232323;
}

#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
  margin-bottom: 0;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
  display: inline-block;
  margin-top: 0.4375rem;
  font-size: 0.9375rem;
  color: #232323;
}

#search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: 0;
}

#search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

.active_filters {
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem;
  background: #dededd;
}

.active_filters .active-filter-title {
  display: inline;
  margin-right: 0.625rem;
  font-weight: 600;
}

.active_filters ul {
  display: inline;
}

.active_filters .filter-block {
  display: inline-block;
  padding: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #232323;
  background: #fff;
}

.active_filters .filter-block .close {
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
  font-size: 0.9375rem;
  color: #232323;
  opacity: 1;
}

.block-categories .category-sub-menu li {
  position: relative;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.3125rem 0 0;
  font-weight: 600;
}

.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
}

.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: block;
}

.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #24b9d7;
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .arrows .arrow-right, .block-categories .arrows .arrow-down {
  margin-left: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}

.block-categories .arrows .arrow-right:hover, .block-categories .arrows .arrow-down:hover {
  color: #24b9d7;
}

.block-categories .arrows .arrow-down {
  display: none;
}

.block-categories .arrows[aria-expanded=true] .arrow-right {
  display: none;
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: inline-block;
}

.facets-title {
  color: #232323;
}

.advertising-block {
  margin-bottom: 1.563rem;
}

.advertising-block img {
  width: 100%;
}

@media (max-width: 767px) {
  #category #left-column {
    width: 100%;
  }
  #category #left-column #search_filters_wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
  #category #left-column #search_filter_controls {
    margin-bottom: 1rem;
    text-align: center;
  }
  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #category #left-column #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #category #left-column #search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
  }
  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f6f6f6;
  }
  #category #left-column #search_filters .facet .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  #category #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-title {
    color: #232323;
    text-transform: uppercase;
  }
  #category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.25rem;
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }
  #category #left-column #search_filters .facet .collapse {
    display: none;
  }
  #category #left-column #search_filters .facet .collapse.in {
    display: block;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
    border-top: 1px solid #f6f6f6;
  }
  #category #content-wrapper {
    width: 100%;
  }
  #category #search_filter_toggler {
    width: 100%;
  }
  .products-sort-order .select-title {
    margin-left: 0;
  }
  .products-selection h1 {
    padding-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .products-selection .showing {
    padding-top: 1rem;
  }
  #prices-drop #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .products-selection .filter-button {
    padding-left: 0;
  }
  #category #left-column #search_filters_wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .category-cover {
    display: none;
  }
  .block-category {
    min-height: 0;
    margin-bottom: 0;
  }
  .card-block {
    padding: 0;
  }
  .card {
    background-color: inherit;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 991px) {
  #products .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #subcategories ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#product #content {
  position: relative;
}

.product-price {
  display: inline-block;
  color: var(--color-price);
}

#product-description-short {
  color: var(--color-txt);
}

#product-description-short ul, #product-description-short ol {
  padding-left: 0;
  list-style-position: inside;
}

#product-description-short ul li, #product-description-short ol li {
  font-size: 0.9375rem;
  color: var(--color-txt);
}

#product-description-short ul {
  list-style-type: disc;
}

.product-ean13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  margin-bottom: 6px;
}
.product-ean13 label {
  font-size: 0.75rem;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: var(--global-radius);
  margin-right: 6px;
  padding: 2px 10px;
}

.product-information {
  font-size: 0.9375rem;
  color: var(--color-txt);
}
.product-information .product-quantities {
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
.product-information .product-quantities label {
  font-size: 0.75rem;
  background-color: var(--bodybg-d1);
  color: var(--color-txt);
  border-radius: var(--global-radius);
  margin-right: 6px;
  padding: 2px 10px;
}

.product-information .manufacturer-logo {
  max-height: 4rem;
  margin-bottom: 1rem;
}

.product-information .product-description img {
  max-width: 100%;
  height: auto;
}

.product-information .product-description ul, .product-information .product-description ol {
  padding-left: 0.45rem;
  list-style-position: inside;
}

.product-information .product-description ul {
  list-style-type: disc;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.radio-label {
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
}

.product-actions .control-label {
  display: block;
  width: 100%;
  margin-bottom: 0.375rem;
}

.product-actions .add-to-cart .material-icons {
  line-height: inherit;
}

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-quantity .qty, .product-quantity .add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-bottom: 0.5rem;
}

.product-quantity #quantity_wanted {
  text-align: center;
  width: 5.5rem;
  max-width: 6rem;
  height: calc(1.2em + 0.78rem + 4px);
  padding: 0.9rem 0.65rem;
  color: var(--color-txt);
  font-weight: 600;
  margin: 0 5px;
}

.product-quantity .input-group-btn-vertical {
  width: auto;
}

.product-quantity .input-group-btn-vertical .btn {
  padding: 0.5rem 0.6875rem;
}

.product-quantity .input-group-btn-vertical .btn i {
  top: 0.125rem;
  left: 0.1875rem;
  font-size: 1rem;
}

.product-quantity .btn-touchspin {
  height: 1.438rem;
}

.product-prices {
  margin-top: 1.25rem;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: var(--second-color);
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px;
  font-weight: 700;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
  padding: 0 2px 0 0;
  content: "-";
}

.product-discount {
  color: var(--grey);
}

.product-discount .regular-price {
  text-decoration: line-through;
}

.product-unit-price {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: var(--color-txt);
}

.product-cover {
  position: relative;
  text-align: center;
}

.product-cover img {
  background: #fff;
}

#blockcart-modal {
  color: #232323;
}

#blockcart-modal .modal-header {
  background: #fff;
}

#blockcart-modal .modal-header .close {
  opacity: 1;
}

#blockcart-modal .modal-header .close .material-icons {
  color: #363a42;
}

#blockcart-modal .modal-body {
  padding: 3.125rem 1.875rem;
  background: #fff;
}

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

@media (max-width: 767px) {
  #blockcart-modal .modal-body .divide-right span {
    display: block;
    padding: 0 0.5rem;
  }
}
#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}

#blockcart-modal .product-image {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  #blockcart-modal .product-image {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
}
#blockcart-modal .modal-title {
  font-size: 1rem;
  font-weight: 400;
  color: #353943;
}

#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
  color: #4cbb6c;
}

#blockcart-modal .product-name {
  font-size: 1.125rem;
  color: #24b9d7;
}

@media (max-width: 767px) {
  #blockcart-modal .product-name {
    padding: 0 0.5rem;
  }
}
#blockcart-modal .product-price {
  display: block;
}

@media (max-width: 767px) {
  #blockcart-modal .product-price {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  #blockcart-modal .cart-content {
    padding-left: 2.5rem;
  }
}
#blockcart-modal .cart-content .btn {
  margin-bottom: 0.625rem;
}

#blockcart-modal .cart-content p, #blockcart-modal .cart-content .page-content.page-cms ul, .page-content.page-cms #blockcart-modal .cart-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem;
  color: #363a42;
}

#blockcart-modal .cart-content p.product-total, #blockcart-modal .cart-content .page-content.page-cms ul.product-total, .page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  padding: 0.5rem;
  background-color: #f6f6f6;
}

#blockcart-modal .cart-content p.cart-products-count, #blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  font-size: 1rem;
  font-weight: 600;
  color: #6c868e;
}

#blockcart-modal .cart-content p.product-tax, #blockcart-modal .cart-content .page-content.page-cms ul.product-tax, .page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
  display: inherit;
  font-size: 0.875rem;
}

#blockcart-modal .cart-content p .label, #blockcart-modal .cart-content .page-content.page-cms ul .label, .page-content.page-cms #blockcart-modal .cart-content ul .label, #blockcart-modal .cart-content p .value, #blockcart-modal .cart-content .page-content.page-cms ul .value, .page-content.page-cms #blockcart-modal .cart-content ul .value {
  font-weight: 600;
}

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 0.9rem;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb;
}

.product-images > li.thumb-container {
  display: inline;
}

.product-images > li.thumb-container > .thumb {
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.images-container .product-images > li.thumb-container > .thumb {
  margin-right: 0.8125rem;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: #24b9d7 3px solid;
}

#main .images-container .js-qv-mask {
  overflow: hidden;
  white-space: nowrap;
}
#main .images-container .js-qv-mask ul {
  overflow-y: auto;
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.scroll-box-arrows {
  display: none;
}

.scroll-box-arrows.scroll {
  display: block;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}

.scroll-box-arrows .left {
  left: 0;
}

.scroll-box-arrows .right {
  right: 0;
}

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 0.875rem;
  color: var(--color-txt);
}

.product-pack .pack-product-container .pack-product-quantity {
  padding-left: 0.625rem;
  border-left: var(--bodybg-d2) 2px solid;
}

.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-refresh {
  margin-top: 1.25rem;
}

.products-selection .title {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .product-cover img {
    width: 100%;
    height: auto;
  }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }
  .product-images > li.thumb-container > .thumb:not(.selected) {
    border: none;
  }
}
@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none;
  }
  #blockcart-modal .modal-body {
    padding: 1rem;
  }
}
.cart-grid {
  margin-bottom: 1rem;
}

.cart-items {
  margin-bottom: 0;
}

.cart-item {
  padding: 1rem 0;
}

.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid var(--primary-color);
}

.card-block.cart-summary-totals {
  padding: 0 1.25rem 0.825rem;
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
  margin-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
  float: none;
  font-size: 0.88rem;
  text-align: left;
}

.cart-summary-line {
  clear: both;
}

.cart-summary-line::after {
  content: "";
  display: table;
  clear: both;
}

.cart-summary-line:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cart-summary-line .label {
  padding-left: 0;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
  color: var(--primary-color);
  white-space: inherit;
}

.cart-summary-line .value {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  color: var(--primary-color);
  float: right;
}

.cart-grid-body {
  margin-bottom: 0.75rem;
}

.cart-grid-body a.label:hover {
  color: #24b9d7;
}

.cart-grid-body .card-block {
  padding: 1rem;
}

.cart-grid-body .card-block h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.cart-grid-body .cart-overview {
  padding: 1rem;
}

.cart-grid-right .promo-discounts {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
  font-size: 1rem;
  color: #7a7a7a;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: #f49d6e;
  cursor: pointer;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label, .cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-size: 1rem;
}

.block-promo .promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 1.25rem;
  color: white;
  background: #dc3545;
}

.block-promo .promo-code .alert-danger::after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -10px;
  pointer-events: none;
  content: " ";
  border: 10px solid transparent;
  border-bottom-color: #dc3545;
}

.block-promo .promo-code form {
  text-align: center;
}

.block-promo .promo-input {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
  width: 100%;
  color: var(--primary-color);
  margin: 0;
  border-color: var(--primary-color);
}

.block-promo .promo-code-button.with-discounts {
  display: none;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
  display: block;
  padding: 0;
  margin-top: 1rem;
}

.block-promo.promo-highlighted {
  padding: 0 1rem;
  margin-bottom: 0;
  text-align: center;
}

.block-promo p, .block-promo .page-content.page-cms ul, .page-content.page-cms .block-promo ul {
  margin-bottom: 0;
}

#block-reassurance {
  margin-top: 2rem;
}

#block-reassurance img {
  width: 1.563rem;
  margin-right: 0.625rem;
}

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#block-reassurance li:last-child {
  border: 0;
}

#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem;
}

#product #block-reassurance {
  background: #fff;
}

#product #block-reassurance span {
  font-weight: 700;
}

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

.quickview .modal-content {
  min-height: 28.13rem;
  background: #f6f6f6;
}

.quickview .modal-header {
  padding: 0.625rem;
  border: none;
}

.quickview .modal-body {
  min-height: 23.75rem;
}

.quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3);
}

.quickview .layer {
  display: none;
}

.quickview .product-cover img {
  width: 100%;
  height: auto;
}

.quickview .images-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 21.88rem;
}

.quickview .images-container .product-images > li.thumb-container > .thumb {
  width: 100%;
  max-width: 4.938rem;
  height: auto;
  margin-bottom: 0.8125rem;
  background: #fff;
}

.quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  margin-left: 0.625rem;
  overflow: hidden;
}

.quickview .arrows {
  position: absolute;
  top: 0;
  right: 5rem;
  bottom: 0;
  z-index: 0;
  max-height: 22.5rem;
}

.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}

.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}

.quickview .social-sharing {
  display: none;
}

#stores .page-stores {
  width: 85%;
  margin: 0 auto;
}

#stores .page-stores .store-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#stores .page-stores .store-picture img {
  max-width: 100%;
}

#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
  border-left: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}

#stores .page-stores .store-item-container .store-description {
  font-size: 1rem;
}

#stores .page-stores .store-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #7a7a7a;
}

#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  #stores .page-stores .store-item-container .store-description a {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }
}
.block-contact .block-contact-title {
  color: #232323;
}

.block-contact .navbar-toggler .material-icons {
  color: #232323;
}

.linklist .blockcms-title a {
  color: #232323;
}

.account-list a {
  color: #7a7a7a;
}

.account-list a:hover {
  color: #24b9d7;
}

.blockcms-title, .myaccount-title, .myaccount-title a, .block-contact-title {
  font-size: 1rem;
  font-weight: 700;
}

.links .collapse {
  display: inherit;
}

@media (max-width: 767px) {
  .links .collapse {
    display: none;
  }
  .links .collapse.in {
    display: block;
  }
  .links .title .collapse-icons .remove {
    display: none;
  }
  .links .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
}
.contact-rich {
  margin-bottom: 2rem;
  color: #7a7a7a;
  word-wrap: break-word;
}

.contact-rich h4 {
  margin-bottom: 2rem;
  color: #232323;
  text-transform: uppercase;
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
}

.contact-rich .block .icon {
  float: left;
  width: 3.5rem;
}

.contact-rich .block .icon i {
  font-size: 2rem;
}

.contact-rich .block .data {
  width: auto;
  overflow: hidden;
  font-size: 0.875rem;
  color: #232323;
}

.contact-rich .block .data.email {
  padding-top: 0.375rem;
}

.contact-rich .block a[href^="mailto:"] {
  margin-top: 1rem;
  clear: both;
}

@media (min-width: 576px) {
  .contact-rich .block a[href^="mailto:"] {
    font-size: 0.815rem;
  }
}
#products #main .page-header, #pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}

#products #main .page-content, #pagenotfound #main .page-content {
  margin-bottom: 10rem;
}

.customization-modal .modal-content {
  border: 1px solid #f6f6f6;
  border-radius: 0;
}

.customization-modal .modal-content .modal-body {
  padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sitemap-title {
  text-transform: capitalize;
}

.sitemap {
  margin-top: 0.9375rem;
}
.sitemap ul {
  margin-top: 20px;
  margin-left: -15px;
}
.sitemap ul.nested {
  margin-left: 20px;
}
.sitemap ul li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.sitemap ul li a:hover {
  color: var(--primary-color);
}
.sitemap h2 {
  width: 100%;
  padding: 8px 0;
  margin-left: -15px;
  font-size: 1.1rem;
  font-weight: var(--font1-weight1);
  color: var(--color-txt);
  text-transform: uppercase;
  border-bottom: 1px solid var(--grey);
}

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0;
  }
}
#manufacturer #main ul,
#supplier #main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#manufacturer #main ul li,
#supplier #main ul li {
  margin-bottom: 25px;
  position: relative;
}
#manufacturer #main ul .brand,
#supplier #main ul .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: var(--global-radius);
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  margin: 5px;
  text-align: center;
  background: var(--bodybg-l1);
  color: var(--color-txt);
  -webkit-box-shadow: 0 0 8px 0 rgba(var(--primary-rgb), 0.1);
          box-shadow: 0 0 8px 0 rgba(var(--primary-rgb), 0.1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#manufacturer #main ul .brand:hover,
#supplier #main ul .brand:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(var(--primary-rgb), 0.3);
          box-shadow: 0 0 20px 0 rgba(var(--primary-rgb), 0.3);
}
#manufacturer #main ul .brand-infos,
#manufacturer #main ul .brand-infos p,
#manufacturer #main ul .brand-infos span,
#supplier #main ul .brand-infos,
#supplier #main ul .brand-infos p,
#supplier #main ul .brand-infos span {
  color: var(--color-txt) !important;
}
#manufacturer #main ul .brand-infos a,
#manufacturer #main ul .brand-infos p a,
#manufacturer #main ul .brand-infos span a,
#supplier #main ul .brand-infos a,
#supplier #main ul .brand-infos p a,
#supplier #main ul .brand-infos span a {
  color: var(--primary-color) !important;
  display: inline-block;
}
#manufacturer #main ul .brand-img,
#supplier #main ul .brand-img {
  position: relative;
  width: auto;
  margin: 15px auto 25px auto;
}
#manufacturer #main ul .brand-img a::before,
#supplier #main ul .brand-img a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
#manufacturer #main ul .brand-img img,
#supplier #main ul .brand-img img {
  max-width: 290px;
}

@media (max-width: 991px) {
  #manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .menu > ul > li {
  display: inline-block;
}

#header .header-nav #menu-icon .material-icons {
  line-height: 50px;
}

#header .header-nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .header-nav .currency-selector {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .user-info {
  margin-top: 0.9375rem;
  margin-left: 2.5rem;
  text-align: right;
  white-space: nowrap;
}

#header .header-nav .user-info .account {
  margin-left: 0.625rem;
}

#header .header-nav .language-selector {
  margin-top: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .cart-preview.active {
  background: #24b9d7;
}

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
  color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
  color: #7a7a7a;
  vertical-align: middle;
}

#header .header-nav .cart-preview .body {
  display: none;
}

#header .header-nav .blockcart {
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}

#header .header-nav .blockcart a {
  color: #7a7a7a;
}

#header .header-nav .blockcart a:hover {
  color: #24b9d7;
}

#header .header-nav .blockcart.active a:hover {
  color: #fff;
}

#header .header-nav .blockcart .header {
  margin-top: 0.125rem;
}

#header .header-nav #_desktop_contact_link {
  display: inline-block;
}

#header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0.9375rem;
}

#header .header-nav .search-widget {
  margin-top: 0.2rem;
}

#header .header-nav .material-icons {
  line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
}

#header .header-top > .container {
  position: relative;
}

@media screen and (max-width: 767.5px) {
  #header .header-top > .container {
    max-width: 100%;
  }
}
#header .header-top > .container > .row:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-top .search-widget {
  float: right;
}

#header .top-menu-link {
  margin-left: 1.25rem;
}

@media (max-width: 767px) {
  #header .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
  }
  #header .top-logo img {
    width: auto;
    max-height: 2rem;
  }
  #header .top-logo > h1 {
    margin: 0;
  }
}
#main .page-header {
  margin-bottom: 1.563rem;
}

#main .page-content h6 {
  margin-bottom: 1.125rem;
}

#main .page-content #notifications {
  margin-right: -15px;
  margin-left: -15px;
}

#notifications ul {
  margin-bottom: 0;
}

#subcategories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -10px;
}

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.products-selection .title {
  color: #7a7a7a;
}

.card-block.checkout .btn-primary {
  width: 100%;
}

.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid var(--bodybg-d2);
}

.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color);
}

.block-promo .promo-name .material-icons {
  margin-left: 0.4rem;
  font-size: 1.2rem;
}

.block-promo .promo-code-button {
  display: block;
  padding: 0 0 1rem;
  text-align: center;
}

.block-promo .promo-code-button.cancel-promo {
  margin-bottom: 0;
  color: #46b3f3;
}

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: #dc3545;
}

.product-line-grid-body > .product-line-info > .available {
  color: #28a745;
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%;
  }
}
.footer-container {
  padding-top: 2.5rem;
  overflow: hidden;
}

#wrapper .banner {
  display: block;
  margin-bottom: 1.5rem;
}

#wrappercarousel {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  #wrappercarousel {
    margin-top: 25px;
  }
}

/*** SCSS #SIMILI# ***/
.border_sep {
  border-width: 0;
  border-style: solid;
  border-color: var(--bodybg-d1);
}
.border_sep.sep_top {
  border-top-width: 1px;
}
.border_sep.sep_bottom {
  border-bottom-width: 1px;
}

.cm_title_paraph {
  padding-bottom: 5px;
}

.section-title {
  font-family: var(--font2);
  font-weight: var(--font2-weight3);
  font-size: 1.625rem;
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: none;
  padding-top: 43px;
  padding-bottom: 5px;
  margin: 0;
}

.under-title {
  font-size: 0.8125rem;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cm_lo-cat {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  text-align: center;
}

.cm_lo-title {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.4375rem;
  line-height: 1.1;
  letter-spacing: 0;
  padding-bottom: 8px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cm_lo-title {
    max-width: 100%;
  }
}

.cm_lo-txt {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.8125rem;
  letter-spacing: 0.25px;
}

.cm_lo-btn {
  max-width: 210px;
}

.cm_flex-bigcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .cm_borderless-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.cm_uppercase {
  text-transform: uppercase;
}

.cm_img-responsive {
  max-width: 100%;
  height: auto;
}

.cm_title3 {
  font-size: 1.2rem;
}

.cm_title4 {
  font-size: 0.85rem;
}

.cm_red {
  padding: 0;
  margin: 0 auto;
}
.cm_red .all-product-link {
  font-size: 0.875rem;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 8px 16px;
  display: inline-block;
  line-height: 1.1;
  color: var(--primary-color);
  border-radius: var(--global-radius);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cm_red .all-product-link:hover {
  background-color: var(--btn-color-bg);
  color: var(--btn-color-txt);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media all and (max-width: 450px) {
  .cm_red .all-product-link {
    margin: 10px 0;
    width: auto;
  }
}

.cm_green .product-miniature {
  border-radius: 10px;
  padding: 8px;
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .cm_green .product-miniature {
    padding: 8px 0;
  }
}
.cm_green .product-miniature .product-zone-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cm_green .product-miniature .thumbnail-top .product-zone-link {
  z-index: 10;
}
.cm_green .product-miniature .thumbnail-top .product-unavailable {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cm_green .product-miniature .regular-price {
  display: inline-block;
  text-decoration: line-through;
  padding-right: 8px;
  font-size: 0.875rem;
  color: var(--grey);
}
.cm_green .product-miniature .product-flags {
  position: absolute;
  left: 2px;
  top: 4px;
}
.cm_green .product-miniature .product-flag {
  border-radius: var(--global-radius-small);
  padding: 6px 8px;
  background-color: var(--primary-color);
  color: var(--txt-hover-primary-bg);
}
@media all and (max-width: 768px) {
  .cm_green .product-miniature .product-flag {
    top: -23px;
    left: -18px;
  }
}
.cm_green .product-miniature .product-flag.online-only {
  background-color: var(--primary-color);
  color: white;
}
.cm_green .product-miniature .product-flag.new {
  background-color: var(--product-flag-new);
  color: white;
}
.cm_green .plabel .plabel-content {
  background: transparent !important;
}
.cm_green .plabel .plabel-content span {
  line-height: 1;
}
.cm_green .thumbnail-container {
  position: relative;
  height: auto;
  overflow: hidden;
  background: transparent;
  width: 100%;
  /*&:hover {
    .product-txtprice {
      display: none;
    }

    .plist-cart-block {
      animation-name: fadein_opacity;
      animation-duration: 0.55s;
      display: flex;
      margin-top: 14px;
    }

    .highlighted-informations {
      top: calc(100% - 4.4rem);
    }
  }*/
}
.cm_green .thumbnail-container:focus {
  top: calc(100% - 4.4rem);
}
.cm_green .thumbnail-container .btn {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  height: 100%;
  padding: 0.8125rem 0.9rem;
}
@media all and (max-width: 768px) {
  .cm_green .thumbnail-container .btn {
    padding: 0.715rem 0.9rem;
  }
}
.cm_green .thumbnail-container .sw_btn_addtc {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 55px;
}
@media all and (max-width: 768px) {
  .cm_green .thumbnail-container .sw_btn_addtc {
    max-width: 100%;
  }
}
.cm_green .thumbnail-container .sw_btn_addtc .mt-ico {
  font-size: 1rem;
}
.cm_green .thumbnail-container .highlighted-informations {
  background: transparent;
}
.cm_green .thumbnail-container .quick-view {
  font-size: 1rem;
  color: #7a7a7a;
  display: none !important;
}
.cm_green .thumbnail-container .pgcolor {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.cm_green .thumbnail-container .stars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 999;
  bottom: 2.5rem;
  width: 100%;
  padding: 0.5rem 0.3rem;
  background: transparent;
}
.cm_green .thumbnail-container .stars-container i {
  font-size: 0.75rem;
  padding-right: 2px;
}
.cm_green .thumbnail-container .stars-container .lgreviewdisp {
  font-size: 0.75rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  color: var(--grey);
  line-height: 1;
}
.cm_green .product-description {
  margin: 0;
  background: transparent;
  position: relative;
  color: var(--color-txt);
  padding: 4px 5px;
}
.cm_green .product-description .inStock-info {
  padding: 2px 6px 2px 4px;
  display: inline-block;
  background-color: var(--bodybg-d1);
  border-radius: var(--global-radius);
}
.cm_green .product-description .circle {
  width: 12px;
  min-width: 12px;
  min-height: 12px;
  height: 12px;
  border-radius: 50%;
}
.cm_green .product-description .circle.available {
  background-color: #28a745;
}
.cm_green .product-description .circle.outofstock {
  background-color: #dc3545;
}
.cm_green .product-description .pd_stock {
  font-size: 0.6875rem;
  line-height: 1.1;
  padding-left: 6px;
}
.cm_green .product-description .product-description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 8px 0;
}
.cm_green .product-description .product-description-content .description {
  width: calc(100% - 15px);
  font-size: 0.75rem;
  line-height: 1.2;
  min-height: var(--height-desc-productlist);
  max-height: var(--height-desc-productlist);
}
.cm_green .plist-cart-block {
  padding: 5px 0 5px;
}
.cm_green .product-title {
  overflow-y: hidden;
  justify-items: flex-start;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.8125rem;
  text-transform: none;
  margin: 0;
  text-align: left;
  padding: 8px 6px 2px 6px;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .cm_green .product-title {
    font-size: 0.8125rem;
    padding: 6px 5px;
    min-height: 32px;
    max-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .cm_green .product-title {
    font-size: 0.75rem;
  }
}
.cm_green .product-title a {
  width: 100%;
  text-decoration: none;
  line-height: 1.15;
  color: var(--color-txt);
}
.cm_green .product-title .plist-cart-block {
  opacity: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cm_green .product-price-and-shipping {
  font-size: 1rem;
  color: var(--color-price);
  padding-bottom: 8px;
}
@media all and (max-width: 768px) {
  .cm_green .product-price-and-shipping {
    text-align: right;
    font-size: 0.875rem;
  }
}
.cm_green .product-price-and-shipping .regular-price {
  color: var(--grey);
}
@media all and (max-width: 768px) {
  .cm_green .product-price-and-shipping .regular-price {
    font-size: 0.75rem;
  }
}
.cm_green .product-price-and-shipping .discount-product {
  display: none;
}
.cm_green .product-price-and-shipping .price {
  padding-right: 5px;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
}
.cm_green .product-price-and-shipping .price .pricelabel {
  font-size: 0.5rem;
  text-transform: uppercase;
}

.cm_ciel .st_reviews {
  font-size: 1.875rem;
}
.cm_ciel .slide-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding: 0 0 15px 0;
  font-size: 0.875rem;
}
.cm_ciel .slide-comment {
  text-align: center;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
}

.cm_purple {
  background-color: var(--bodybg);
  padding-top: var(--padding-t-b-section);
  padding-bottom: var(--padding-t-b-section);
}
.cm_purple .cm_lo-txt p, .cm_purple .cm_lo-txt span {
  line-height: 1.4;
}

.closeoverlay {
  right: 5px !important;
  left: auto;
  position: absolute;
  top: 5px;
  padding: 0.6rem 0.85rem !important;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: var(--global-radius);
}
.closeoverlay span {
  font-size: 2.75rem;
  color: #dc3545;
  line-height: 0.65;
}

.swoverlay .swjs_closeoverlay,
.swoverlay .closeoverlay {
  position: absolute;
  top: 0;
  padding: 0.6rem;
  cursor: pointer;
}
.swoverlay .swjs_closeoverlay i,
.swoverlay .closeoverlay i {
  font-size: 1.5rem;
  color: var(--color-txt);
}
.swoverlay:not(.reverse) .swjs_closeoverlay {
  right: 0;
  left: initial;
}
.swoverlay.reverse .swjs_closeoverlay {
  left: 0;
  right: initial;
}
.swoverlay .fixed_bottom {
  position: fixed;
  bottom: 0;
  background: var(--pane-bg-l1);
  width: var(--pane-width);
  max-width: 100%;
  height: 6rem;
  z-index: 99;
}

#swoverlay-swtm_cart .form-control:not(.sw_sws),
#swoverlay-swtm_cart select:not(.sw_sws),
#swoverlay-swtm_cart input:not(.sw_sws) {
  background-color: var(--bodybg-d2) !important;
}
@media (max-width: 767.98px) {
  #swoverlay-swtm_cart .form-control:not(.sw_sws),
  #swoverlay-swtm_cart select:not(.sw_sws),
  #swoverlay-swtm_cart input:not(.sw_sws) {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: var(--global-radius-small) !important;
  }
}
#swoverlay-swtm_cart #swtm_msg .alert {
  font-size: 0.8125rem;
  line-height: 1.1;
  border-radius: calc(var(--global-radius) / 2);
  padding: 0.5rem 1rem;
  border: 0;
}
#swoverlay-swtm_cart .pt-sidebarcart {
  padding-top: 3.8rem;
}
#swoverlay-swtm_cart .product-line-grid-left img {
  max-width: 106%;
  width: 106%;
  margin-left: -3px;
  height: auto;
}
#swoverlay-swtm_cart.swoverlay .block-gift-sw {
  background-color: var(--pane-bg-d1);
}
#swoverlay-swtm_cart.swoverlay .fixed_top-bottom {
  position: fixed;
  bottom: 5rem;
  background: var(--pane-bg-l1);
  width: var(--pane-width);
  max-width: 100%;
}
#swoverlay-swtm_cart.swoverlay .fixed_cart-bottom {
  position: fixed;
  bottom: 0;
  background: var(--bodybg);
  width: var(--pane-width);
  max-width: 100%;
  min-height: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
}
#swoverlay-swtm_cart.swoverlay .fixed_cart-bottom .btn {
  padding: 0.9rem;
  min-height: 45px;
}
#swoverlay-swtm_cart.swoverlay .swgiftproduct .product-miniature {
  background-color: var(--pane-bg);
  padding: 5px;
  border-radius: var(--global-radius);
}
#swoverlay-swtm_cart.swoverlay .swgiftproduct .product-miniature .product-description {
  padding: 3px !important;
  font-size: 0.75rem;
  min-height: 0;
  text-align: center;
}
#swoverlay-swtm_cart.swoverlay .swgiftproduct .product-miniature .product-description .giftp-rest {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--color-txt);
}
#swoverlay-swtm_cart.swoverlay .block-promo .title {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--color-txt);
  font-size: 1rem;
  padding-top: 1rem;
}
#swoverlay-swtm_cart.swoverlay .block-promo.card-block {
  border-bottom: none;
}
#swoverlay-swtm_cart.swoverlay .block-promo .promo-name .cart-summary-line .label {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--color-txt);
  font-size: 0.9375rem;
}
#swoverlay-swtm_cart.swoverlay .block-promo .promo-name .cart-summary-line span {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
}
#swoverlay-swtm_cart.swoverlay .block-promo .product-miniature .thumbnail-container .product-thumbnail {
  /* @include rounded_card_product_list($rounded_product_list); */
  border-radius: var(--global-radius);
  overflow: hidden;
}
#swoverlay-swtm_cart.swoverlay .block-promo .product-miniature .thumbnail-container .product-thumbnail img {
  width: 85px;
}
#swoverlay-swtm_cart .product-line-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#swoverlay-swtm_cart .product-line-grid .product-line-grid-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  #swoverlay-swtm_cart .product-line-grid .input-group-btn-vertical {
    display: none;
  }
}
#swoverlay-swtm_cart .product-line-grid .product-price {
  font-size: 0.9375rem;
}
#swoverlay-swtm_cart .product-line-grid-body > .product-line-info > .out-of-stock {
  color: #dc3545;
}
#swoverlay-swtm_cart .product-line-grid-body > .product-line-info > .available {
  color: #28a745;
}
#swoverlay-swtm_cart .product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: var(--primary-color);
}
#swoverlay-swtm_cart .product-line-grid-right .cart-line-product-actions .remove-from-cart,
#swoverlay-swtm_cart .product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
  color: var(--color-txt);
}
@media (max-width: 767px) {
  #swoverlay-swtm_cart .product-line-grid-body {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  #swoverlay-swtm_cart .cart-items {
    padding: 1rem 0;
  }
  #swoverlay-swtm_cart .cart-item {
    border-bottom: 1px solid var(--bodybg-d2);
  }
  #swoverlay-swtm_cart .cart-item:last-child {
    border-bottom: 0;
  }
  #swoverlay-swtm_cart .cart-grid-body .cart-overview {
    padding: 0;
  }
  #swoverlay-swtm_cart .cart-grid-body .no-items {
    display: inline-block;
    padding: 1rem;
  }
  #swoverlay-swtm_cart .product-line-grid-left {
    padding-right: 0 !important;
  }
}
@media (max-width: 360px) {
  #swoverlay-swtm_cart .product-line-grid-right .qty {
    width: 100%;
  }
  #swoverlay-swtm_cart .product-line-grid-right .price {
    width: 100%;
  }
}

#js-checkout-summary.card {
  background-color: var(--bodybg-d1);
}

.cm_cart_rap #cart-summary-product-list,
.cm_cart_rap .product-line-grid {
  font-size: 0.875rem;
}
.cm_cart_rap .product-line-grid .sw-gbtn-vert {
  width: 25%;
  padding: 0;
}
.cm_cart_rap .product-line-grid .sw-gbtn-vert i {
  font-size: 0.75rem;
}
.cm_cart_rap .product-line-grid .js-cart-line-product-quantity {
  width: 50% !important;
  padding: 0 !important;
  text-align: center !important;
}
.cm_cart_rap .product-line-grid .btn,
.cm_cart_rap .product-line-grid .js-cart-line-product-quantity {
  padding: 0.4rem 0.15rem;
  height: 100%;
}
.cm_cart_rap .product-line-grid .btn {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
  background-color: transparent;
  border: none;
  color: var(--primary-color);
}
.cm_cart_rap .media-body,
.cm_cart_rap .media {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cm_cart_rap .media-body img,
.cm_cart_rap .media img {
  max-width: 100%;
}
.cm_cart_rap .modal-content {
  padding: 1.25rem;
  background-color: var(--modal-content-bg);
}
.cm_cart_rap .product_line-qn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm_cart_rap .product-quantity,
.cm_cart_rap .product-name {
  display: inline-block;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.75rem;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  text-align: left !important;
}
.cm_cart_rap .product-name a {
  text-decoration: none;
}
.cm_cart_rap .product-price {
  color: var(--color-price);
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.9375rem;
}
.cm_cart_rap .product-line-info {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
  color: var(--second-color);
}
.cm_cart_rap .media-left {
  padding-right: 15px;
}
.cm_cart_rap .modal-content {
  padding: 1.25rem;
  background-color: var(--modal-content-bg);
}
.cm_cart_rap .cm_ccr-title {
  padding-bottom: 1rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.125rem;
}
.cm_cart_rap .cm_ccr-title .cm_ccr-ico {
  font-size: 1.25rem;
  vertical-align: text-bottom;
  padding-right: 8px;
}
.cm_cart_rap .featured-products .cm_ccr-title .cm_ccr-ico {
  font-size: 0.9375rem;
  margin-top: 3px;
}
.cm_cart_rap .cm_ccr-nump {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.125rem;
}
.cm_cart_rap .cm_ccr-numname {
  text-align: right;
  padding-bottom: 1rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 1.125rem;
}
.cm_cart_rap .cm_ccr-liste {
  padding: 1rem 0 0 0;
}
.cm_cart_rap .block-promo {
  margin: 0;
}
.cm_cart_rap .promo-code form {
  position: relative;
}
.cm_cart_rap .card-block {
  padding: 1rem 0;
  border-bottom: 1px solid var(--bodybg-d1);
}
.cm_cart_rap .card-block.cart-summary-totals {
  border-bottom: 0;
}
.cm_cart_rap .cart-grid-right .card {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cm_cart_rap .cart-grid-right .card .cart-total {
  background-color: inherit;
}
.cm_cart_rap .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
  margin-bottom: 0;
}
.cm_cart_rap .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
  font-size: 1rem;
  font-weight: 400;
}
.cm_cart_rap .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-size: 1rem;
  font-weight: 600;
}
.cm_cart_rap .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
  margin-bottom: 0.825rem;
}
.cm_cart_rap .cart-summary-totals .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cm_cart_rap .cart-summary-totals .label {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.25rem;
  color: var(--primary-color);
}
.cm_cart_rap .cart-summary-totals .label span {
  padding-top: 2px;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
  color: var(--color-txt);
  display: block;
}
.cm_cart_rap .cart-summary-totals .value {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-left: auto;
}

.header-top-right .mt-ico,
.header-top-left .mt-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.header-top-right .headico i,
.header-top-left .headico i {
  color: var(--color-txt-l1);
  font-size: var(--size-icos-header-mobile);
}
.header-top-right .headico i.mt-menu,
.header-top-left .headico i.mt-menu {
  font-size: var(--size-icos-menuheader-mobile);
}
.header-top-right .headico i.fa-shopping-cart,
.header-top-left .headico i.fa-shopping-cart {
  font-size: var(--size-icos-header-mobile);
}
.header-top-right .blockcart:hover,
.header-top-left .blockcart:hover {
  cursor: pointer;
}
.header-top-right .blockcart .desktop-bk,
.header-top-left .blockcart .desktop-bk {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header-top-right .blockcart .desktop-bk .cart-products-count,
.header-top-left .blockcart .desktop-bk .cart-products-count {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-top-right .blockcart i[class*=-cart],
  .header-top-left .blockcart i[class*=-cart] {
    padding: 0.5rem;
  }
}
.header-top-right .blockcart .cart-products-count,
.header-top-left .blockcart .cart-products-count {
  font-size: 1rem;
  right: 0;
  top: auto;
  background-color: var(--primary-color);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1px 6px;
  border-radius: var(--global-radius);
  min-width: 23px;
  min-height: 22px;
}
@media (max-width: 991.98px) {
  .header-top-right .blockcart .cart-products-count,
  .header-top-left .blockcart .cart-products-count {
    right: 8px;
    bottom: 14px;
    position: absolute;
    border-radius: var(--radius-rounded);
  }
}
@media (min-width: 992px) {
  .header-top-right .blockcart .cart-products-count,
  .header-top-left .blockcart .cart-products-count {
    position: relative;
    right: 0;
    top: 0;
  }
}

.lgcomment_product .resume-reviews-info {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
}
.lgcomment_product .big_stars {
  margin-left: -5px;
}
.lgcomment_product .big_stars .mt-ico {
  font-size: 1.625rem;
}
.lgcomment_product .progressbar_bk .progressbar {
  width: 100%;
  border: 1px solid var(--bodybg-d3);
  background-color: var(--bodybg-d2);
  height: 7px;
  overflow: hidden;
  border-radius: var(--global-radius-small);
}
.lgcomment_product .progressbar_bk .progressbar .progresscontent {
  background-color: var(--color-star-review);
}
.lgcomment_product .progressbar_bk .progressscore {
  color: var(--color-txt);
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
  min-width: 42px;
  text-align: right;
}
.lgcomment_product .resume-reviews {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.875rem;
  line-height: 1.15;
}
.lgcomment_product .productComment {
  margin-bottom: 30px;
}
.lgcomment_product .productComment .nickname {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  margin-bottom: 5px;
  line-height: 1;
  display: block;
}
.lgcomment_product .productComment .verifiedby,
.lgcomment_product .productComment .vdate {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.6875rem;
  line-height: 1.2;
  color: var(--second-color);
  display: block;
}
.lgcomment_product .productComment .pc_stars {
  margin-left: -5px;
}
.lgcomment_product .productComment .review-title {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.lgcomment_product .productComment .review-comment {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
.lgcomment_product .productComment .review-answer-comment {
  color: var(--color-txt);
  border-left: 4px solid var(--grey);
  font-size: 0.875rem;
}
.lgcomment_product .productComment .review-answer-by {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
}
.lgcomment_product .review-answer {
  display: none;
}

.pagination {
  width: 100%;
  font-size: 0.6875rem;
}
.pagination .spacer {
  padding: 0 5px;
}
.pagination .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination > div:first-child {
  padding-left: 0;
  line-height: 2.5rem;
}
.pagination a, .pagination span:not(.spacer) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  padding: 14px;
  border: 1px solid var(--bodybg-d2);
  border-radius: var(--global-radius-small);
  line-height: 1;
  text-decoration: none;
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 3px;
}
.pagination a:not(.previous):not(.next), .pagination span:not(.spacer):not(.previous):not(.next) {
  letter-spacing: 0.125rem;
}
.pagination .current span {
  color: var(--white);
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.pagination .previous {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .disabled {
  color: var(--bodybg-d2);
}

.featured-products {
  padding-top: var(--padding-t-b-section);
  padding-bottom: var(--padding-t-b-section);
}
@media (max-width: 767.98px) {
  .featured-products {
    padding-top: var(--padding-t-b-section-mobile);
    padding-bottom: var(--padding-t-b-section-mobile);
  }
}
.featured-products .owl-nav {
  display: none;
}
.featured-products .products {
  margin: 0 !important;
}
@media all and (max-width: 450px) {
  .featured-products .products {
    margin: 0 !important;
  }
}

.pgcolor-neutral {
  border: solid 1px #9fabaf;
}

.carousel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--align-center-title);
      -ms-flex-pack: var(--align-center-title);
          justify-content: var(--align-center-title);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .carousel-title {
    padding-top: var(--padding-t-b-section-mobile);
  }
}
.carousel-title .trigger-owl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: 2rem;
}
.carousel-title .trigger-owl:hover {
  cursor: pointer;
}
.carousel-title .trigger-owl:hover i {
  color: var(--primary-color);
}
.carousel-title .section-title {
  padding: 0 14px !important;
  position: relative;
}
@media (max-width: 767.98px) {
  .carousel-title .section-title {
    padding: 0 6px !important;
  }
}
.carousel-title .section-title:before {
  display: var(--display-line-title);
  content: " ";
  width: 80px;
  height: 3px;
  border-radius: var(--global-radius);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 80%);
  background-size: 200%;
  position: absolute;
  -webkit-box-pack: var(--align-center-title);
      -ms-flex-pack: var(--align-center-title);
          justify-content: var(--align-center-title);
  bottom: -8px;
  left: var(--align-underline-title);
  -webkit-transform: translateX(var(--align-underline-ifcentered));
          transform: translateX(var(--align-underline-ifcentered));
  /*       @include titles_sections_center_line($center_titles, $line_under_title);*/
}

/*** SCSS #HEADER# ***/
#top-menu-sticky-wrapper.is-sticky #top-menu {
  background-color: var(--bodybg);
}

.top-menu .dropdown-item {
  text-wrap: wrap;
  word-break: keep-all;
}
.top-menu[data-depth="0"] {
  margin-bottom: 0;
}
.top-menu[data-depth="1"] {
  padding: var(--MENU-gap);
  display: var(--MENU-type);
  grid-gap: 0;
  -ms-grid-columns: var(--MENU-grid-template-columns);
  grid-template-columns: var(--MENU-grid-template-columns);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--MENU-width-inner);
}
.top-menu[data-depth="1"] > .category {
  padding: var(--MENU-items-gap);
}
.top-menu[data-depth="2"] {
  padding: 0.25rem 0 0;
}
.top-menu a {
  color: var(--color-menu);
}
.top-menu a[data-depth="0"] {
  padding: 0.625rem 0.8rem;
  font-size: 1rem;
  font-weight: var(--font1-weight1);
  position: relative;
}
.top-menu a[data-depth="1"] {
  font-size: 0.875rem;
  padding: 0.3rem 0.6rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: var(--font1-weight2);
}
.top-menu a[data-depth="2"], .top-menu a[data-depth="3"], .top-menu a[data-depth="4"] {
  font-size: 0.8125rem;
  padding: 0.2rem 0.6rem;
}
.top-menu .collapse {
  display: inherit;
}
.top-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: var(--MENU-maxwidth);
  margin: 0 auto;
  left: var(--MENU-left);
  -webkit-transform: var(--MENU-translatex);
          transform: var(--MENU-translatex);
  z-index: 18;
  width: var(--MENU-width);
  border: none;
  visibility: hidden;
  border-radius: var(--radius-submenu);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background-color: var(--sub-menu);
  -webkit-box-shadow: 0 2px 24px 1px rgba(var(--primary-rgb), 0.2);
          box-shadow: 0 2px 24px 1px rgba(var(--primary-rgb), 0.2);
}
.top-menu .sub-menu.collapse {
  visibility: hidden;
  opacity: 0;
}
.top-menu .sub-menu.collapse.in {
  visibility: visible;
  opacity: 1;
}
.top-menu .sub-menu a:hover {
  color: var(--primary-color);
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#mobile_top_menu_wrapper {
  padding: 15px;
  background: var(--bodybg);
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu {
  color: var(--color-txt);
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0.625rem;
  border-bottom: 1px solid var(--bodybg-d1);
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  position: static;
  z-index: inherit;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid var(--bodybg-d3);
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  font-weight: 600;
  border-bottom: 1px solid var(--bodybg);
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
  padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
  color: var(--color-txt);
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
  display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
}

@media (max-width: 767px) {
  .top-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
}
#header {
  position: relative;
}
#header .head_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .head_logo .logo {
  max-width: 260px;
  width: 100%;
  height: auto;
}
#header > .header-top {
  background-color: var(--header-top);
  padding: 0.5rem 0 0 0;
}
@media (max-width: 991.98px) {
  #header > .header-top {
    border-bottom: 1px solid var(--primary-color);
    padding: 1rem 0;
  }
}
#header > .header-top.stickyy {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--header-top);
  border-bottom: none !important;
}
@media (max-width: 575.98px) {
  #header > .header-top.stickyy {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 991.98px) {
  #header > .header-top.stickyy .head_logo .logo {
    max-width: 120px;
  }
}
#header > .header-banner {
  background-color: var(--header-top);
}
#header .header-nav {
  max-height: 50px;
}
#header .header-nav #menu-icon {
  margin: 0 1rem;
  vertical-align: middle;
  cursor: pointer;
}
#header .top-menu a[data-depth="0"]:hover {
  color: var(--primary-color);
  text-decoration: none;
}
#header .menu > ul > li {
  display: inline-block;
}

#search_widget {
  position: relative;
}

.header-top .search-widgets {
  position: relative;
  cursor: text;
}
@media (max-width: 991.98px) {
  .header-top .search-widgets.desktop-search {
    display: none;
  }
}
.header-top .search-widgets input {
  border: none;
  height: auto;
  font-size: 0.875rem;
  outline: 0;
  padding: 0.5rem 0.8rem 0.5rem 2.4rem;
  text-align: left;
}
.header-top .search-widgets input::-webkit-input-placeholder {
  color: var(--primary-color);
  text-transform: none;
  opacity: 1;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
.header-top .search-widgets input::-moz-placeholder {
  color: var(--primary-color);
  text-transform: none;
  opacity: 1;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
.header-top .search-widgets input:-ms-input-placeholder {
  color: var(--primary-color);
  text-transform: none;
  opacity: 1;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
.header-top .search-widgets input::-ms-input-placeholder {
  color: var(--primary-color);
  text-transform: none;
  opacity: 1;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
.header-top .search-widgets input::placeholder {
  color: var(--primary-color);
  text-transform: none;
  opacity: 1;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
.header-top .search-widgets input:focus, .header-top .search-widgets input:hover {
  outline: 0;
}
.header-top .search-widgets input.sw_sws {
  background-color: var(--bodybg-d1);
  cursor: text;
}
.header-top .search-widgets i[class*=-search] {
  position: absolute;
  left: 10px;
  bottom: 9px;
  max-width: 2rem;
  padding: 0.5rem 0.5rem;
}
@media (max-width: 991.98px) {
  .header-top .search-widgets i[class*=-search] {
    position: relative;
    cursor: pointer;
    left: 0;
    top: 0;
    padding: 0.5rem 0.7rem;
  }
}

#_desktop_top_menu {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
#_desktop_top_menu.adtm_menu_container {
  border-bottom: 1px solid var(--primary-color);
}
@media (max-width: 991.98px) {
  #_desktop_top_menu.adtm_menu_container {
    display: none;
  }
}

.lnk-menu-mobile a[href="#sf-menu"] {
  text-decoration: none;
  font-size: 1.75rem;
}
.lnk-menu-mobile .mt-search {
  font-size: 1.75rem;
}

.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swlocalization {
  padding-left: 0;
  font-size: 0.8125rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  cursor: pointer;
}
.swlocalization .swl_country {
  text-transform: capitalize;
}

.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-top-right a {
  text-decoration: none;
}
.header-top-right a:hover {
  color: var(--primary-color);
}
.header-top-right a .dc_header-link {
  border-right: 1px solid var(--primary-color);
}
.header-top-right .dc_header-t {
  padding: 0 12px;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
  line-height: 1.5em;
}
.header-top-right .header-top-right-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-right .header-top-right-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#swoverlay-ps_searchbar {
  /*.swjs_closeoverlay {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    z-index: 999;

    i {
      @include responsive-font-size(32);
      color: var(--primary-color);
    }
  }*/
}
#swoverlay-ps_searchbar > .content {
  position: relative;
  background-color: var(--bodybg-d1);
}
#swoverlay-ps_searchbar .product-miniature .product-flag {
  font-size: 0.6875rem;
}
#swoverlay-ps_searchbar .product-miniature .product-flag.online-only {
  display: none;
}
#swoverlay-ps_searchbar .sw_search_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
#swoverlay-ps_searchbar .sw_search_header .cm_lo-title {
  color: var(--color-txt);
  font-size: 1.0625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
#swoverlay-ps_searchbar .sw_search_header input {
  padding: 0.65rem 0.9rem;
  color: var(--input-txt);
}
@media (max-width: 767.98px) {
  #swoverlay-ps_searchbar .sw_search_header input {
    padding: 0.65rem 0.9rem;
  }
}
#swoverlay-ps_searchbar .product-results {
  overflow-y: auto;
}
#swoverlay-ps_searchbar .search-widgets {
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  overflow: hidden;
}
#swoverlay-ps_searchbar .search-widgets i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.7rem;
}
#swoverlay-ps_searchbar .search-results ul {
  border: 0 !important;
  border-radius: 0 !important;
}
#swoverlay-ps_searchbar .search-results .ui-jolisearch {
  top: 0 !important;
}

/*** SCSS #CORE# ***/
#content-wrapper {
  width: 100%;
}

body {
  background-color: var(--bodybg);
  letter-spacing: 0.25px;
  color: var(--color-txt);
  min-height: 100vh;
}
body #wrapper {
  min-height: 71vh;
}
body#order-confirmation #wrapper, body#pagenotfound #wrapper {
  min-height: 200px;
}
body #footer {
  min-height: 8vh;
}
body .container_bg-odd {
  background-color: var(--bodybg-d1);
}
body .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
body .modal .modal-content {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
body [class*=fa-star] {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: var(--color-star-review);
}
body .fancybox-skin {
  background-color: var(--modal-content-bg);
  color: var(--modal-content-txt);
}
body h2,
body h3 {
  font-family: var(--font2);
  font-weight: var(--font2-weight2);
  font-size: 1.375rem;
}

.totop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  content: "";
  font-size: 1.625rem;
  color: var(--primary-color);
  opacity: 0.65;
}
.totop:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .totop {
    display: none;
  }
}

.latobold {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}

.latoregular {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}

img {
  max-width: 100%;
}
img#mtlogo {
  display: block;
  margin: auto;
}

.let-spacing-n1 {
  letter-spacing: 0;
}

.let-spacing-n2 {
  letter-spacing: 0.25px;
}

.let-spacing-n3 {
  letter-spacing: 1.25px;
}

.container .products,
.container-md .products {
  overflow: hidden;
}
.container .products .js-product,
.container-md .products .js-product {
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .container .products .js-product,
  .container-md .products .js-product {
    padding-top: 15px;
  }
}

.un_home-miss {
  padding-top: 94px;
  padding-bottom: 94px;
}
.un_home-miss .cm_lo-cat {
  font-size: 1.25rem;
}
.un_home-miss .cm_lo-title {
  font-size: 1.75rem;
  max-width: 80%;
}

.un_home-banv {
  max-width: 500px;
  margin: 0 auto;
}
.un_home-banv .cm_lo-cat {
  font-size: 0.875rem;
}
.un_home-banv .cm_lo-title {
  font-size: 2.25rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}

.un_home-closeyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: var(--padding-t-b-section);
  padding-bottom: var(--padding-t-b-section);
}
.un_home-closeyou .cm_lo-title {
  font-size: 1.875rem;
  max-width: 100%;
}

.block-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .block-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-social .bs_title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .block-social .bs_title {
    font-size: 0.6875rem;
  }
}
.block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0;
}
@media (max-width: 767.98px) {
  .block-social ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.block-social ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .block-social ul li {
    padding: 0.3rem 0;
  }
}
.block-social ul li a {
  padding: 0.6rem;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  color: var(--color-txt);
  font-size: 1.1875rem;
}
.block-social ul li a:hover {
  color: var(--primary-color);
}
.block-social ul li i {
  display: contents;
}

.contact-form {
  width: 100%;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: var(--bodybg-d1);
}
.contact-form input:disabled, .contact-form input[readonly] {
  background-color: var(--bodybg-d1);
}
.contact-form .bootstrap-filestyle input {
  width: 48%;
  margin-right: 0;
}

.calc-answer {
  font-size: 1.625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--bodybg-d3);
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .calc-answer {
    font-size: 1.375rem;
  }
}
.calc-answer .calc-answer_hour {
  color: var(--primary-color);
  margin-left: 0.2rem;
}

.order-confirmation .alma-fee-plan--description {
  margin: 0;
}

#colissimo-pickup-point-address-selected {
  border: none;
}

.modal-dialog .modal-header {
  position: relative;
}
.modal-dialog .js-modal-content {
  padding: 1.5rem;
  border-radius: var(--global-radius);
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}
.modal-dialog .js-modal-content h1 {
  margin-bottom: 1rem;
  color: var(--primary-color);
}
.modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.5rem 0.65rem;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 999;
}
.modal-dialog .close i, .modal-dialog .close span {
  font-size: 2.75rem;
  color: var(--color-txt);
  line-height: 1;
}

#checkout .theme-switch {
  display: none;
}
@media (max-width: 991.98px) {
  #checkout .dotscounter {
    display: none;
  }
}
#checkout #payment-confirmation {
  margin-top: 20px;
}
#checkout #customer-form .form-control-comment {
  display: none;
}
#checkout p[class*=identity] a {
  color: var(--primary-color);
  font-family: var(--font2);
  font-weight: var(--font2-weight3);
}
#checkout .same_address_info {
  display: none;
}
#checkout .form-fields .alias,
#checkout .form-fields .company,
#checkout .form-fields .vat_number,
#checkout .form-fields .firstname,
#checkout .form-fields .lastname {
  display: none;
}
#checkout #mondialrelay_widget .MR-Widget.MR-Widget-Responsive {
  margin: 0;
  width: 100% !important;
}
#checkout #mondialrelay_widget .MR-Widget.MR-Widget-Responsive .MRW-ButtonCircle.MRW-BtGeoGo,
#checkout #mondialrelay_widget .MR-Widget.MR-Widget-Responsive .MRW-ButtonCircle.MRW-ShowList {
  z-index: 10000;
}
#checkout #mondialrelay-map.modal #closemapmodal {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--primary-color);
  z-index: 2;
}
#checkout #mondialrelay-map.modal button.swjs_closeMRmodal .material-icons {
  color: var(--white) !important;
}
#checkout #mondialrelay-map.modal #mondialrelay_save-relay.btn {
  width: auto;
  background: #96154a;
  padding: 0.9rem;
  border-color: var(--white);
  color: var(--white);
}
#checkout #mondialrelay-map.modal #mondialrelay_save-relay.btn:hover {
  border-color: #fff;
  background: #fff;
  color: #96154a;
}
#checkout #mondialrelay-map.modal #mondialrelay_save-container {
  border: none;
}
#checkout#invoice-address, #checkout#invoice-addresses {
  padding: 20px 0;
}
#checkout .colissimo-front-widget.modal.fade .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
#checkout .alma-fee-plan--block {
  margin-bottom: 0px;
  margin-top: 2px;
}
#checkout .tooglelink {
  font-size: 0.8rem;
  font-weight: 100;
}
#checkout .tooglelink .tooglelink-txt {
  text-decoration: underline;
  cursor: pointer;
}
#checkout .payment-options {
  padding-top: 0;
}
#checkout .payment-options .alma-fee-plan--description {
  margin: 0;
}
#checkout .checkout-step {
  padding-top: 20px;
}
#checkout .checkout-step .js-conditions-to-approve ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout .checkout-step button.btn-primary.disabled,
#checkout .checkout-step button.btn-primary:disabled {
  display: none !important;
}
#checkout .checkout-step .forgot-password {
  margin: 10px 0 5px 0;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.9375rem;
}
#checkout .checkout-step .delivery-options .delivery-info {
  margin-right: 0;
}
#checkout .checkout-step > .content {
  padding-bottom: 35px;
  padding-top: 20px;
  border-bottom: 1px solid var(--primary-color);
}
#checkout .checkout-step > .content:last-child {
  border-bottom: none;
}
#checkout .checkout-step .h4 {
  color: var(--color-txt);
  font-size: 1.1rem;
}
#checkout .checkout-step .radio-block {
  text-align: center;
  width: 100%;
  padding: 0.8rem;
}
#checkout .checkout-step .step-title {
  font-size: 1.25rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
#checkout .checkout-step .nav-inline li.nav-item {
  font-size: 0.8125rem;
}
#checkout .checkout-step .nav-inline li.nav-item .nav-link {
  padding: 0 5px;
}
#checkout .checkout-step .nav-inline li.nav-item:first-child a {
  padding-left: 0;
}
#checkout .paiement-option .svg-ico-paiement {
  font-size: 1.5rem;
  float: right;
}
#checkout .paiement-option .paiement-option-title {
  color: var(--color-txt);
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
}
#checkout .paiement-option label {
  display: block !important;
}
#checkout .paiement-option .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout .paiement-option .mt-Stripe {
  width: 78px;
}
#checkout a[data-link-action=different-invoice-address] {
  display: inline-block;
  padding: 0.65rem 0.9rem;
}
#checkout .btn-add-adress {
  display: inline;
  line-height: 1.2;
  padding: 0.65rem 0.9rem;
}
#checkout .btn-add-adress .material-icons {
  display: none;
}
#checkout .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#checkout .address-item {
  position: relative;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 0.625rem;
  background: var(--bodybg-d1);
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}
#checkout .address-item .radio-block {
  padding: 0;
}
#checkout .address-item .address {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#checkout .address-item.selected {
  border: var(--primary-color) 1px solid;
  background: var(--bodybg-l1);
}
#checkout .address-item.selected .address {
  background-color: var(--primary-color);
  color: var(--white);
}
#checkout .address-alias {
  display: none;
}

@media (max-width: 991.98px) {
  #checkout .cart-summary-product-list {
    display: none;
  }
}
body.page-customer-account form {
  max-width: 700px;
  margin: 0 auto;
}
body.page-customer-account #main, body#order-detail #main, body#module-blockwishlist-lists #main, body#module-lgcookieslaw-disallow #main, body#module-allinone_rewards-sponsorship #main, body#module-allinone_rewards-rewards #main, body#module-ps_emailalerts-account #main, body#addresses #main {
  max-width: var(--min-1200-container-width);
  margin: 0 auto;
}
body.page-customer-account .page-footer .btn, body#order-detail .page-footer .btn, body#module-blockwishlist-lists .page-footer .btn, body#module-lgcookieslaw-disallow .page-footer .btn, body#module-allinone_rewards-sponsorship .page-footer .btn, body#module-allinone_rewards-rewards .page-footer .btn, body#module-ps_emailalerts-account .page-footer .btn, body#addresses .page-footer .btn {
  display: initial !important;
}
body#identity, body#module-psgdpr-gdpr, body#module-addvance-Invoices, body#module-payplug-cards, body#module-loihamon-retractation {
  background-color: var(--bodybg-d1);
}

#content .featured-products:nth-child(odd) {
  background-color: var(--bodybg-l1);
}

.alert {
  border-radius: var(--global-radius);
  border: 1px solid transparent;
}

#addresses,
#address,
#my-account,
#history,
#order-slip,
#discount {
  background-color: var(--bodybg-d1);
}

#discount .cart-rule,
#order-slip .credit-slip,
#history .order {
  font-family: "LatoWeb", sans-serif;
  font-weight: var(--font1-weight1);
  line-height: 1.2;
  font-size: 0.9375rem;
}

#history .orders {
  margin: 0 -1rem;
}
#history .orders .order {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--bodybg-d1);
  text-decoration: none;
}
#history .orders .order a h3 {
  font-size: 1.0625rem;
  color: var(--color-txt);
}
#history .orders .order .label {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  margin: 0.25rem 0;
  color: var(--white);
  border-radius: var(--global-radius-small);
}
#history .orders .order:last-child {
  border-bottom: 0;
}
#history .order-details {
  border: solid 1px var(--bodybg-d2);
}

#order-detail .row > nav.breadcrumb {
  display: none !important;
}

.page-my-account #content .account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-my-account #content .account-links a {
  padding: 1.5rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-my-account #content .account-links a .link-item {
  background-color: var(--bodybg-d1);
  border-radius: calc(var(--global-radius) / 1.25);
  border: 1px solid var(--bodybg-d2);
  -webkit-box-shadow: 9px 9px 16px var(--bodybg-d2), -9px -9px 16px var(--bodybg);
          box-shadow: 9px 9px 16px var(--bodybg-d2), -9px -9px 16px var(--bodybg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 1rem;
  color: var(--color-txt);
}
.page-my-account #content .account-links a .link-item .mc_box-name {
  font-size: 0.875rem;
  color: var(--color-txt);
}
.page-my-account #content .account-links a .link-item .mt_box-name {
  font-size: 0.875rem;
  color: var(--color-txt);
}
.page-my-account #content .account-links a .link-item i {
  display: table;
  width: 100%;
  padding-bottom: 0.8rem;
  font-size: 2.625rem;
  color: var(--color-txt);
}
.page-my-account #content .account-links a:hover .link-item {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  -webkit-box-shadow: -9px -9px 16px var(--bodybg-d3), 9px 9px 16px var(--bodybg-l1);
          box-shadow: -9px -9px 16px var(--bodybg-d3), 9px 9px 16px var(--bodybg-l1);
  color: var(--white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-my-account #content .account-links a:hover .link-item .mc_box-name {
  color: var(--white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-my-account #content .account-links a:hover .link-item .mt_box-name {
  color: var(--white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-my-account #content .account-links a:hover .link-item i {
  color: var(--white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-my-account #content .account-links a:hover .link-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.page-my-account #content .account-links a img {
  display: block;
  padding-bottom: 1.05rem;
  padding-top: 2px;
  width: auto;
  max-width: 44px;
  max-height: 44px;
  min-height: 44px;
}
@media (max-width: 991.98px) {
  .page-my-account #content .home-account_right {
    min-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .page-my-account #content .home-account_right {
    min-height: 200px;
  }
}

.address {
  height: 100%;
  position: relative;
  background-color: var(--bodybg-d1);
  border-radius: calc(var(--global-radius) / 1.25);
  border: 1px solid var(--bodybg-d2);
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 9px 9px 16px var(--bodybg-d2), -9px -9px 16px var(--bodybg);
          box-shadow: 9px 9px 16px var(--bodybg-d2), -9px -9px 16px var(--bodybg);
}
.address a {
  text-decoration: none;
}
.address .address-body {
  padding: 1rem;
}
.address .address-body h4 {
  font-size: 1rem;
  font-weight: 700;
}
.address .address-body address {
  padding-top: 5px;
  margin: 0;
}

.address-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.65rem 1rem;
  background-color: var(--bodybg);
  border-radius: 0 0 var(--global-radius) var(--global-radius);
}
.address-footer a {
  margin-right: 0.5rem;
  text-decoration: none;
  color: var(--primary-color);
}
.address-footer a[data-link-action=delete-address] {
  color: #dc3545 !important;
}
.address-footer a i {
  font-size: 1rem;
}
.address-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}

.addresses-footer {
  margin: 0.5rem 0.9rem;
}
.addresses-footer a {
  color: var(--color-txt);
}
.addresses-footer a:hover {
  color: #46b3f3 !important;
}
.addresses-footer a i {
  font-size: 1rem;
}
.addresses-footer a span {
  margin-top: 0.625rem;
  font-size: 1rem;
  vertical-align: middle;
}

#delivery-addresses {
  padding: 20px 0;
}
#delivery-addresses .address-item {
  background-color: var(--bodybg-d1);
  border-radius: calc(var(--global-radius) / 1.25);
  border: 1px solid var(--bodybg-d2);
  font-size: 0.875rem;
  margin: 1%;
}

#product {
  /* OWL THUMBS PRODUCT PAGE (vertical carousel Desktop) */
  /* END OWL THUMBS PRODUCT PAGE */
}
#product .wishlist-button-add {
  position: absolute;
  top: -2.55rem;
  right: 0.4rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  padding-top: 0.1875rem;
  background-color: var(--bgright_product);
  color: red !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: none;
}
#product .wishlist-button-add i {
  color: red !important;
}
#product .featured-products {
  padding: 0.7rem 0;
}
#product .owl-carousel .owl-item {
  border-radius: var(--global-radius);
  overflow: hidden;
}
#product .owl-carousel .owl-item img {
  height: auto;
}
#product .owl-theme .owl-nav {
  margin-top: 0;
}
#product #swproductthumbs-thumbs {
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
#product #swproductthumbs-thumbs::-webkit-scrollbar {
  display: none;
}
#product #swproductthumbs-thumbs .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#product .owl-thumb-item {
  cursor: pointer;
  border-radius: var(--global-radius-small);
  overflow: hidden;
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
#product .owl-thumb-item.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#product .videoprodfull {
  background: var(--black);
}
#product #main {
  padding-top: 15px;
}
#product .h1 {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.375rem;
  color: var(--color-titles);
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  #product .h1 {
    font-size: 1.3125rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #product .h1 {
    font-size: 1.125rem;
  }
}
#product .product-description {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.9375rem;
  line-height: 1.3;
  color: var(--color-txt);
}
#product .product-description p,
#product .product-description strong,
#product .product-description span,
#product .product-description div {
  color: var(--color-txt);
}
#product .product-description > div {
  background: transparent !important;
}
#product #swpmpack .bkprod_left .product-block-n1 {
  max-width: 730px;
}
#product .productmodalimages {
  background-color: var(--bodybg-l1);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#product .productmodalimages .modal-dialog {
  max-width: 100%;
  height: 98vh;
  border-radius: 0;
}
#product .productmodalimages .modal-content {
  max-width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0;
  border-radius: 0;
}
#product .productmodalimages .modal-body {
  padding: 0;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0;
}
#product .productmodalimages .carousel-left {
  width: calc(80px + 7vw);
  overflow-y: auto;
  height: 100%;
}
#product .productmodalimages .carousel-left ul.modal-thumbs {
  margin: 0 15px;
}
#product .productmodalimages .carousel-left ul.modal-thumbs li {
  margin: 10px 0;
  cursor: pointer;
  opacity: 0.8;
}
#product .productmodalimages .carousel-left ul.modal-thumbs li.active {
  opacity: 1;
}
#product .productmodalimages .carousel-right {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product .productmodalimages .carousel-right .carousel_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}
#product .productmodalimages .carousel-right .carousel_container .grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
#product .productmodalimages .carousel-right .carousel_container .grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
#product .productmodalimages .carousel-right .carousel_container .carousel_items {
  position: relative;
  cursor: default !important;
}
#product .productmodalimages .carousel-right .carousel_container .carousel_items .carousel_item {
  float: left;
}
#product .productmodalimages .carousel_container .item_arrows {
  position: absolute;
  width: 100%;
  height: 65px;
  z-index: 99999;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .productmodalimages .carousel_container .item_arrows .item_arrow {
  width: 45px;
  height: 45px;
  border-radius: var(--radius-rounded);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  border-radius: var(--radius-rounded);
  background-color: var(--bodybg) !important;
  color: var(--color-txt) !important;
  margin-right: 10px;
}
#product .productmodalimages .carousel_container .item_arrows .item_arrow:hover {
  cursor: pointer;
  opacity: 1;
}
#product .productmodalimages .carousel_container .item_arrows .item_arrow.item_next {
  font-size: 1.7rem;
}
#product .productmodalimages .carousel_container .item_arrows .item_arrow.item_prev {
  font-size: 1.7rem;
}
#product .productmodalimages .carousel_cover_mode .carousel-left {
  z-index: 1;
  position: absolute;
}
#product .productmodalimages .carousel_cover_mode .carousel_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#product .productmodalimages .carousel_cover_mode .carousel_item .js-owl-img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50%;
}
#product .data-sheet {
  padding: 0.6rem;
  font-size: 0.875rem;
}
#product .data-sheet .name,
#product .data-sheet .value {
  padding: 0 0.45rem;
  margin: 0;
}
#product .data-sheet .value {
  padding-left: 1rem;
  margin-bottom: 8px;
}
#product .modal-backdrop {
  display: none;
}
#product .product-cover .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: transparent;
  opacity: 0;
}
#product .product-cover .layer:hover {
  opacity: 1;
}
#product .product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: var(--color-txt);
}
#product .product-container .pgcolor {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 20px 10px 20px 20px !important;
}
#product .product-variants {
  text-align: var(--align-right-product-text);
}
#product .product-variants > .product-variants-item {
  padding: 0.5rem 0 0.5rem 0;
}
#product .product-variants > .product-variants-item select {
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.9rem;
  background-color: var(--input-bg);
  margin: var(--align-right-product-select);
  border: 1px solid var(--bodybg-d3);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.025);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.025);
}
#product .product-variants > .product-variants-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
}
#product .product-variants > .product-variants-item ul li {
  margin: 0.2rem 0.25rem;
}
#product .product-variants > .product-variants-item label {
  cursor: pointer;
}
#product .product-variants > .product-variants-item input {
  cursor: pointer;
}
#product .product-variants > .product-variants-item input + .color {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  border: 1px solid var(--bodybg-d3);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#product .product-variants > .product-variants-item input[type=radio], #product .product-variants > .product-variants-item input[type=checkbox],
#product .product-variants > .product-variants-item input + .radio-label {
  background-color: var(--bodybg-l1);
  border-radius: var(--global-radius);
  padding: 0.4rem 1rem;
  border: 1px solid var(--bodybg-d2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
  font-size: 0.95rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#product .product-variants > .product-variants-item input[checked=checked] {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#product .product-variants > .product-variants-item input[checked=checked] + .radio-label {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#product .product-variants > .product-variants-item input[checked=checked] + .color {
  border: 2px solid var(--primary-color);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#product .product-variants > .product-variants-item input.disableattr-input + span {
  background-color: var(--grey) !important;
  cursor: default;
  opacity: 0.3;
}
#product .product-variants > .product-variants-item .disableattr {
  cursor: default;
}
#product .product-quantity {
  width: 100%;
}
#product .product-quantity .sw-gbtn-vert {
  margin: 0;
  line-height: 1;
}
#product .product-quantity .sw-gbtn-vert button {
  position: relative;
  height: calc(1.2em + 0.65rem + 4px);
  width: calc(1.2em + 0.65rem + 4px);
  border-radius: var(--radius-rounded);
  padding: 1rem;
  background-color: var(--cartbtn-color-bg);
  border-color: var(--cartbtn-color-bg);
}
#product .product-quantity .sw-gbtn-vert button i {
  font-size: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product #wrapper {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  #product #wrapper .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
}
#product #wrapper .breadcrumb ol {
  margin-left: 0;
}
#product .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
  text-align: var(--align-right-product-text);
}
#product .product-quantity .qty > .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
  text-align: var(--align-right-product-text);
}
#product .product-container .product-flags {
  /* position: relative; */
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
}
#product .product-container .product-flags.lpreco_prod {
  position: absolute;
  z-index: 99;
}
#product .product-container .product-flags .product-flag {
  margin-left: 4px;
  border-radius: var(--global-radius);
  /* &.online-only {
    position: absolute;
    left: 48%;
    background-color: var(--primary-color);
    color: var(--txt-hover-primary-bg);
    @include responsive-font-size(16);
    padding: 6px 12px;
    border-radius: var(--global-radius);
    top: 24px;
    z-index: 999;

    @media all and (max-width: breakpoint-min(md)) {
      top: 10px;
      left: auto;
      right: 20px;
    }
  } */
}
#product .pgcolor-prod {
  display: block;
}
#product .pgcolor-list {
  display: none;
}
#product .product-container {
  background-color: var(--bgright_product);
}
#product .bkprod_right {
  padding: 28px 20px;
}
@media (min-width: 768px) {
  #product .bkprod_right {
    padding-right: 45px;
  }
}
#product .bkprod_right > .row {
  position: relative;
}
#product .bkprod_right.bias_right.active:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  display: inline-block;
  height: 900px;
  width: 50px;
  border-bottom: 900px solid var(--bodybg-d1);
  border-left: 50px solid transparent;
}
#product .bkprod_right .product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
#product .bkprod_right .product-pack-price {
  display: none;
}
#product .bkprod_right .product-discount {
  margin: 0;
}
#product .bkprod_right .regular-price {
  color: var(--grey);
  margin-right: 0.25rem;
}
#product .tax-shipping-delivery-label {
  display: none;
}
#product .product-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
  text-align: var(--align-right-product-text);
}
#product .product-add-to-cart .addtocart {
  font-size: 0.9375rem;
  color: var(--cartbtn-color-txt);
}
#product .product-add-to-cart .add {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
  text-align: var(--align-right-product-text);
}
#product .product-add-to-cart .add .product-prices {
  margin: 0;
  line-height: 1;
}
#product .product-add-to-cart .add .product-price,
#product .product-add-to-cart .add .current-price,
#product .product-add-to-cart .add .product-discount {
  margin: 0;
  padding: 0;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 1.1875rem;
  color: var(--cartbtn-color-txt);
}
#product .product-add-to-cart .add .product-discount .regular-price {
  font-size: 0.9375rem;
  margin-right: 6px;
  opacity: 0.85;
  color: white;
}
#product .product-add-to-cart .add .btn {
  width: var(--widthbtnaddtocart);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: calc(var(--global-radius) * 1.2);
  padding: 0.9rem 1.625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--cartbtn-color-bg)), to(var(--cartbtn-color-bg-hover)));
  background: linear-gradient(to right, var(--cartbtn-color-bg), var(--cartbtn-color-bg-hover));
  background-size: 150%;
  border-color: var(--cartbtn-color-bg);
  color: var(--cartbtn-color-txt);
  -webkit-box-shadow: 0 0 16px 0 rgba(var(--primary-rgb), 0.16);
          box-shadow: 0 0 16px 0 rgba(var(--primary-rgb), 0.16);
  -webkit-transition: all 0.96s;
  transition: all 0.96s;
}
#product .product-add-to-cart .add .btn:hover {
  background-size: 100%;
  border-color: var(--cartbtn-color-bg-hover);
}
#product .product-add-to-cart .add .btn:disabled {
  opacity: 0.6;
  cursor: default;
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}
#product .product-add-to-cart .add .btn:disabled:hover {
  -webkit-filter: none;
          filter: none;
}
#product .product-add-to-cart .add .btn:hover {
  -webkit-transition: all 0.96s;
  transition: all 0.96s;
}
#product .product-add-to-cart .add .btn:hover .addtocart {
  color: var(--cartbtn-color-txt-hover);
}
#product .product-add-to-cart .add .btn:hover .product-price,
#product .product-add-to-cart .add .btn:hover .current-price,
#product .product-add-to-cart .add .btn:hover .product-discount {
  color: var(--cartbtn-color-txt-hover);
}
#product .product-add-to-cart .add .btn .product-prices {
  padding: 0 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#product #ptabs {
  padding-top: var(--padding-t-b-section);
  width: 100%;
}
#product .tabs .nav-tabs {
  border-bottom: 1px solid var(--bodybg-d2);
}
#product .tabs .nav-tabs .nav-link {
  color: var(--color-txt);
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  border: none;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  background: transparent;
}
#product .tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  border-radius: 0;
  border-bottom: 2px solid var(--primary-color);
}
#product .tabs .tab-content {
  padding: 1rem 0.8rem;
}
#product .comment_anchor_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  line-height: 1;
}
#product .comment_anchor_content .comment_anchor {
  font-weight: 400;
  padding-top: 3px;
}
#product .comment_anchor_content .bkstars {
  margin-right: 8px;
}
#product .comment_anchor_content .mt-ico {
  font-size: 1.1875rem;
}
#product .product-pack {
  padding: 0;
}
#product .form-control:not(.sw_sws),
#product select:not(.sw_sws),
#product input:not(.sw_sws) {
  background-color: var(--input-bg);
  padding: 0.65rem 0.9rem;
  border-radius: var(--global-radius);
}
#product .product-additional-info .videoprod .video-container-product {
  border-radius: var(--global-radius);
  overflow: hidden;
  position: relative;
  padding-bottom: 40%;
  height: 0;
}
#product .product-additional-info .videoprod .video-container-product iframe {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#product .product-additional-info .swjs_mini_slideshow {
  border: none;
  padding: 1.5rem 0.25rem;
}
#product .product-additional-info .featured-products .section-title {
  padding-top: 80px;
}
#product .product-additional-info .featured-products .simplified-card-product {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#product .product-additional-info .featured-products .simplified-card-product .product-thumbnail {
  padding: 0 !important;
}
#product .product-additional-info .featured-products .simplified-card-product .thumbnail-top {
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#product .product-additional-info .featured-products .simplified-card-product .product-title {
  padding: 5px;
  font-size: 0.75rem;
  min-height: 36px;
  max-height: 36px;
}
#product .product-additional-info .featured-products .simplified-card-product .product-miniature {
  /* @include rounded_card_product_list($rounded_product_list); */
  border-radius: var(--global-radius);
  overflow: hidden;
}
#product .product-additional-info .featured-products .simplified-card-product .product-miniature img {
  width: 102%;
  margin-left: -1px;
  margin-bottom: -1px;
}
#product #product-availability {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: var(--align-right-product-flex);
      -ms-flex-pack: var(--align-right-product-flex);
          justify-content: var(--align-right-product-flex);
  color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#product #product-availability.pa_stock {
  color: #28a745;
}
#product #product-availability.pa_stock i {
  color: #28a745;
}
#product #product-availability.pa_last {
  color: #ffc107;
}
#product #product-availability.pa_last i {
  color: #ffc107;
}
#product #product-availability i {
  padding-right: 0.4rem;
}
#product .product-features .feature-list li {
  padding: 6px 0;
}
#product .product-features .feature-list .feature-name {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
}
#product .product-features .feature-list .feature-value {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}

.backtosite-bk {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  display: block;
}
@media all and (max-width: 768px) {
  .backtosite-bk {
    padding: 0.6rem 0;
  }
}

@media (max-width: 767.98px) {
  #authentication .cart-grid-right,
  #password .cart-grid-right {
    min-height: 180px;
    max-height: 180px;
  }
}
#authentication #swtextbanner,
#password #swtextbanner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
}
#authentication #wrapper,
#password #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#authentication #wrapper > .container-fluid, #authentication #wrapper > .container-sm, #authentication #wrapper > .container-md, #authentication #wrapper > .container-lg, #authentication #wrapper > .container-xl,
#authentication #wrapper > .container,
#password #wrapper > .container-fluid,
#password #wrapper > .container-sm,
#password #wrapper > .container-md,
#password #wrapper > .container-lg,
#password #wrapper > .container-xl,
#password #wrapper > .container {
  height: 100%;
  display: block;
}
#authentication #wrapper > .container-fluid > .row, #authentication #wrapper > .container-sm > .row, #authentication #wrapper > .container-md > .row, #authentication #wrapper > .container-lg > .row, #authentication #wrapper > .container-xl > .row,
#authentication #wrapper > .container > .row,
#password #wrapper > .container-fluid > .row,
#password #wrapper > .container-sm > .row,
#password #wrapper > .container-md > .row,
#password #wrapper > .container-lg > .row,
#password #wrapper > .container-xl > .row,
#password #wrapper > .container > .row {
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  #authentication #wrapper > .container-fluid > .row, #authentication #wrapper > .container-sm > .row, #authentication #wrapper > .container-md > .row, #authentication #wrapper > .container-lg > .row, #authentication #wrapper > .container-xl > .row,
  #authentication #wrapper > .container > .row,
  #password #wrapper > .container-fluid > .row,
  #password #wrapper > .container-sm > .row,
  #password #wrapper > .container-md > .row,
  #password #wrapper > .container-lg > .row,
  #password #wrapper > .container-xl > .row,
  #password #wrapper > .container > .row {
    min-height: 60vh;
  }
}
#authentication #wrapper .login-title,
#password #wrapper .login-title {
  font-size: 1.125rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
#authentication #wrapper .accounts-link,
#password #wrapper .accounts-link {
  font-size: 0.875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  text-decoration: none;
}
#authentication #wrapper .accounts-link-sep,
#password #wrapper .accounts-link-sep {
  font-size: 0.875rem;
}
#authentication #wrapper .btn.inactive,
#password #wrapper .btn.inactive {
  color: white !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
#authentication #footer,
#password #footer {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}
#authentication #footer .text_copyright,
#password #footer .text_copyright {
  padding: 0;
}

#authentication #wrapper .forgot-password a {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
  color: var(--grey);
}
#authentication #wrapper #customer-form .form-control-comment {
  display: none;
}
#authentication #wrapper .custom-checkbox em {
  margin-top: 4px;
  color: var(--color-txt-l1);
}
#authentication #wrapper .custom-checkbox label {
  padding-left: 0;
}
#authentication #wrapper .custom-checkbox.optin {
  margin-top: 20px;
}

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

#contact .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
}

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

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

#contact .form-control::placeholder {
  color: black;
  opacity: 1;
}
#contact .bootstrap-filestyle input {
  height: 100%;
}
#contact .h1 {
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contact .btn[for=file-upload] {
  padding: 0.702rem 0.9rem;
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
}
#contact .pc_infosboutique .pc_nameboutique {
  font-size: 1.125rem;
  font-family: var(--font2);
  font-weight: var(--font2-weight1);
  color: var(--color-txt);
}
#contact .pc_infosboutique .pc_nameboutique li:first-child {
  font-size: 1.5rem;
  font-family: var(--font2);
  font-weight: var(--font2-weight2);
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#cms {
  font-family: var(--font1) !important;
  font-weight: var(--font1-weight1) !important;
  /*&.cms-id-9 {
    #main {
      position: relative;

      .section-title {
        display: none;
      }

      .breadcrumb {
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        max-width: 1140px;
        text-align: left;
        margin: 0 auto;
        color: var(--white);
        padding: 35px 15px 0 15px;

        ol {
          margin-left: 0;
        }

        a {
          color: var(--white);
        }
      }

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

      .container-fluid,
      .container,
      #content {
        padding: 0 !important;
        margin: 0 !important;
      }
    }

    #content {

      .brd_title {
        font-size: 3rem;
        max-width: 70%;

        @include media-breakpoint-down(lg) {
          max-width: 100%;
        }

        @include media-breakpoint-down(md) {
          font-size: 2rem;
        }
      }

      .brd_blktxt {
        padding: 60px 75px 45px 75px;
        margin-left: 40%;
        text-align: justify;

        @include media-breakpoint-down(lg) {
          margin-left: 0;
        }

        @include media-breakpoint-down(sm) {
          padding: 40px 30px 25px 30px;
        }
      }

      .brd_bg {
        padding: 150px 15px 190px 15px;

        @include media-breakpoint-down(lg) {
          padding: 110px 15px 130px 15px;
        }

        @include media-breakpoint-down(sm) {
          padding: 110px 5px 130px 5px;
        }
      }
    }
  }*/
}
#cms img {
  height: auto;
}
#cms table {
  width: 100% !important;
}
#cms #content p {
  margin-bottom: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.25px;
}
#cms #content h2,
#cms #content h3,
#cms #content h4,
#cms #content h5 {
  font-size: 1rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--color-txt);
}
#cms #content h2 {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
#cms #content h3 {
  margin-bottom: 0.4rem;
  margin-top: 0.8rem;
}
#cms .page-content.page-cms {
  -ms-hyphens: auto;
      hyphens: auto;
  text-align: left;
}

.inpane_langue {
  padding: 30px 3rem 0 3rem;
}
.inpane_langue label {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.125rem;
}

#swoverlay-swtm_localizaion .selector-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: calc(1.2em + 1.3rem + 4px)/2;
  padding: 0.65rem 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--input-txt);
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
  background-color: var(--input-bg);
  color: var(--input-txt);
}
#swoverlay-swtm_localizaion .inpane_langue label {
  font-size: 1rem;
}

/* FLAGS */
#blockcart-overlay .product-flags {
  top: -4px;
}
#blockcart-overlay .product-flag {
  font-size: 0.625rem;
}

.product-flags {
  font-size: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  z-index: 2;
  padding: 0;
}
@media all and (max-width: 768px) {
  .product-flags {
    font-size: 0.5625rem;
  }
}
.product-flags .product-flag {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding: 6px 10px;
  width: auto !important;
  line-height: 1;
  margin-right: 3px;
}
.product-flags .product-flag.discount-percentage, .product-flags .product-flag.product-flag.discount-amount, .product-flags .product-flag.product-flag.discount {
  background-color: var(--flag-discount-color);
}
.product-flags .product-flag.online-only {
  background-color: var(--primary-color);
  color: white;
}
.product-flags .product-flag.new {
  background-color: var(--product-flag-new);
  color: white;
}
.product-flags .product-flag.on-sale {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin-top: 0 !important;
  text-align: center;
  background: var(--flag-discount-color);
  color: white;
}
.product-flags .product-flag.pack {
  background-color: var(--primary-color);
  color: var(--txt-hover-primary-bg);
}
.product-flags .product-flag.out_of_stock {
  display: none;
}
.product-flags .js-product-availability {
  height: 100%;
}

/* Scrollbar sous Firefox */
* {
  scrollbar-width: 8px;
  scrollbar-color: var(--primary-color) var(--bodybg-l2);
  scrollbar-gutter: stable;
  scrollbar-track-color: var(--primary-color);
}

/* Scrollbar Webkit */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--bodybg-l2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bodybg-d2);
  border-radius: var(--global-radius);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.social-sharing {
  display: none;
}

/* END FLAGS */
.psgdpr_consent_message {
  padding-top: 10px;
}

.custom-checkbox span {
  line-height: 1.4;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}

#lpsgmybusiness {
  z-index: 8 !important;
}

.product-accessories .cart-accessoires-products {
  max-height: 345px !important;
}
.product-accessories .cm_green {
  padding-top: 15px;
}

#order-confirmation {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  color: var(--color-txt);
  position: relative;
}
#order-confirmation #main {
  position: relative;
}
#order-confirmation .cover_filter {
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(var(--bodybg-rgb), 0.7);
}
#order-confirmation .order-conf-mc {
  background-color: rgba(var(--bodybg-rgb), 0.75);
  border-radius: var(--global-radius);
  max-width: 700px;
  margin: 45px auto;
  -webkit-box-shadow: 0 0 16px 0 rgba(var(--primary-rgb), 0.4);
          box-shadow: 0 0 16px 0 rgba(var(--primary-rgb), 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
#order-confirmation .order-conf-tag-mc {
  font-size: 1.875rem;
  letter-spacing: 1.5px;
  color: var(--primary-color);
  font-family: var(--font2);
  font-weight: var(--font2-weight3);
  text-align: center;
  text-transform: uppercase;
}
#order-confirmation .order-conf-title-mc {
  font-size: 1.25rem;
  color: var(--primary-color);
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}
#order-confirmation .order-conf-info-mc {
  font-weight: var(--font1-weight1);
}
#order-confirmation #content-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

body .btn_allfilters {
  border-radius: var(--global-radius);
  width: auto;
  display: inline-block;
  padding: 0.52rem 0.45rem;
}

.licon_paypal::before {
  width: 68px;
  padding: 4px 0 0 0;
}

.licon_visa::before,
.licon_master::before,
.licon_alma::before {
  width: 38px;
  padding: 4px 0 0 6px;
}

.licon_gift::before {
  width: 24px;
}

.licon_truck::before {
  width: 26px;
}

.product-pack .pack-product-quantity {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.9375rem;
  color: var(--color-txt);
}

.product-discounts {
  margin-bottom: 1.5rem;
}
.product-discounts > .product-discounts-title {
  font-size: 0.9375rem;
  font-weight: var(--font1-weight1);
  display: block;
  width: 100%;
  margin-bottom: 0.37rem;
}
.product-discounts > .table-product-discounts {
  width: 100%;
}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem;
  text-align: center;
  background: var(--bodybg);
  border: 0.3125rem var(--bodybg-d2) solid;
}
.product-discounts > .table-product-discounts tbody tr {
  background: var(--bodybg-d1);
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
  background: var(--bodybg);
}
.product-discounts > .table-product-discounts tbody td {
  padding: 0.625rem;
  text-align: center;
  border: 0.3125rem var(--bodybg-d2) solid;
}

.table-bordered {
  border: 1px solid var(--bodybg-l2);
  color: var(--color-txt);
}
.table-bordered tr {
  background-color: var(--bodybg);
}
.table-bordered tr:nth-child(odd) {
  background-color: var(--bodybg-l1);
}
.table-bordered tr th, .table-bordered tr td {
  border: 1px solid var(--bodybg-l2);
  font-size: 0.875rem;
  vertical-align: middle;
}
.table-bordered thead tr {
  background-color: var(--bodybg-d1);
}
.table-bordered thead tr th, .table-bordered thead tr td {
  color: var(--primary-color);
  border: 1px solid var(--bodybg-l2);
  font-size: 0.9375rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
.table-bordered tbody tr {
  background-color: var(--bodybg);
}
.table-bordered tbody tr:nth-child(odd) {
  background-color: var(--bodybg-l1);
}
.table-bordered tbody tr th, .table-bordered tbody tr td {
  border: 1px solid var(--bodybg-l2);
  font-size: 0.875rem;
  vertical-align: middle;
}
.table-bordered tfoot {
  border-top: 4px solid var(--bodybg-d2);
  opacity: 0.9;
}

.ui-widget-content {
  color: var(--color-txt);
}

.product-customization .product-message {
  padding: 0.625rem;
  resize: vertical;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 1.25rem;
  line-height: 2.625rem;
  color: var(--white);
  text-indent: 0.625rem;
  background: var(--primary-color);
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: var(--grey);
}

#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 20px auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#products .page-not-found input,
#pagenotfound .page-not-found input {
  width: 100%;
}
#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
  margin: 0.5rem 0 1rem;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  margin-top: 20px;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}
#products .page-not-found .search-widgets,
#pagenotfound .page-not-found .search-widgets {
  min-width: 320px;
  margin-top: 20px;
}

#pagenotfound .page-header {
  margin-bottom: 1.5rem;
}
#pagenotfound .page-header h1 {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 2.5rem;
  text-align: center;
  padding-top: 3rem;
  color: var(--white);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
#pagenotfound #content-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#pagenotfound #content-wrapper .infotext-404-mc {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 1.125rem;
  color: var(--white);
  padding-bottom: 0.8rem;
}
#pagenotfound #content-wrapper .search-widgets input {
  padding: 0.9rem 0 0.9rem 2.4rem;
}
#pagenotfound #content-wrapper .search-widgets i[class*=-search] {
  left: 14px;
  bottom: 14px;
}

.recaptcha-text-center {
  text-align: left !important;
  max-width: 100%;
  overflow-x: hidden;
}
.recaptcha-text-center #recaptchaContactForm {
  margin-left: 0 !important;
}

#lpsgmybusiness_floating {
  z-index: 9;
}

body#product .tab-content p,
body#product .tab-content span,
body#product .tab-content strong,
body#product .seoblock p,
body#product .seoblock span,
body#product .seoblock strong,
body#product .product-description p,
body#product .product-description span,
body#product .product-description strong {
  background-color: transparent !important;
}

#index #subcategories {
  margin-top: 25px;
  background-color: var(--bodybg);
}
#index #subcategories .subcategories-list {
  gap: 13px;
}
#index #subcategories .subcategories-list .subcat-tag .subcategory-name {
  margin: 0;
}

#subcategories {
  border-radius: var(--global-radius);
  padding: 7px 10px;
  background-color: var(--bodybg-l1);
}
#subcategories .subcategory-heading {
  padding: 0 0 10px 0;
  font-size: 0.9375rem;
  color: var(--grey);
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
#subcategories .subcat-scroll {
  overflow-x: auto;
  display: block;
  position: relative;
}
#subcategories .subcat-scroll:before {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  display: block;
  height: 100%;
  width: 40px;
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--bodybg-l1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, var(--bodybg-l1), hsla(0, 0%, 100%, 0));
}
#subcategories .subcat-scroll:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  display: block;
  height: 100%;
  width: 40px;
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--bodybg-l1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, var(--bodybg-l1), hsla(0, 0%, 100%, 0));
}
#subcategories .subcategories-list {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.6rem 0.2rem;
}
#subcategories .subcategories-list .subcat-tag {
  display: inline-block;
  text-wrap: nowrap;
  width: auto;
  padding: 4px;
}
#subcategories .subcategories-list .subcat-tag .subcategory-image a {
  display: block;
}
#subcategories .subcategories-list .subcat-tag .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
}
#subcategories .subcategories-list .subcat-tag .subcategory-name {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding: 6px;
  margin: 0 4px;
  border-radius: var(--global-radius);
  text-wrap: nowrap;
}
#subcategories .subcategories-list .subcat-tag .cat_desc {
  display: none;
}
.block-categories .category-top-menu {
  padding: 1rem;
}
.block-categories .category-top-menu .h6 {
  color: var(--primary-color);
}
.block-categories .category-top-menu li[data-depth="0"] {
  padding: 6px 0;
}
.block-categories .category-top-menu li[data-depth="0"] a {
  font-size: 1.0625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
.block-categories .category-top-menu li:not([data-depth="0"]) a {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
}
.block-categories .category-top-menu li[data-depth="1"] {
  margin: 0;
}
.block-categories .category-top-menu li[data-depth="1"] a {
  display: block;
  width: 100%;
  padding: 8px 0 8px 12px;
  font-size: 0.9375rem;
}
.block-categories .category-top-menu li[data-depth="1"] .category-sub-menu {
  background-color: var(--pane-bg-l1);
}
.block-categories .category-top-menu li .arrows {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}
.block-categories .category-top-menu li .arrows i {
  font-size: 1.25rem;
}
.block-categories .category-top-menu li[data-depth="2"] a {
  padding: 8px 0 8px 24px;
  font-size: 0.875rem;
}

body input[type=checkbox] {
  width: auto;
}

#div_dpdfrance_predict_block .copy {
  padding: 0;
}

#predict {
  background: none;
}

#dpdfrance_div_relais_header,
#div_dpdfrance_predict_header {
  height: auto;
}

#dpdfrance_div_relais_header p,
#div_dpdfrance_predict_header p {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

#div_dpdfrance_predict_block div.warnmsg {
  color: var(----color-txt) !important;
  border-color: var(----color-txt) !important;
}

#chronorelais_container {
  max-width: 800px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 605px;
  top: 10%;
  background: #ffffff;
}

#chronorelais_container #change_postcode {
  width: 200px;
  font-size: 0.7rem;
  border-radius: 0 5px 5px 0;
  height: 42px;
  padding: 5px 2px;
  background: var(--primary-color);
  border: none;
  color: var(--white);
}

#chronorelais_container .mapzone {
  float: left;
  width: 50%;
  display: block;
}

#chronorelais_container .swjs_closeCHRPmodal {
  position: absolute;
  right: 7px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: var(--primary-color);
  border: none;
}

#chronorelais_container #relais_txt_cont {
  width: 50%;
  display: block;
  float: right;
  padding: 0 5px;
  overflow-y: auto;
  height: calc(100% - 80px);
}

#chronorelais_container #relais_txt_cont h4 {
  margin: 16px 0;
}

#chronorelais_container #relais_txt_cont #relais_txt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px !important;
}

#chronorelais_container #relais_txt_cont #relais_txt input[type=radio] {
  width: auto;
  margin-right: 10px;
}

#chronorelais_containe .chronorelais_informations {
  width: 80%;
}

@media (max-width: 768px) {
  #chronorelais_container {
    height: 100%;
    top: 6px;
  }
  #chronorelais_container .mapzone {
    width: 100%;
  }
  #chronorelais_container #relais_txt_cont {
    width: 100%;
    display: block;
    float: right;
    padding: 0 5px;
    overflow-y: inherit;
    height: 100%;
  }
}
span[paypal-mark-container] {
  display: none !important;
}

#index .owl-carousel.owl-loaded {
  opacity: 1 !important;
}

body .wishlist-list-item-default {
  border-bottom: 0;
}

#adtm_menu[data-sticky="1"] {
  left: 0;
}
.sort-listing {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.6875rem;
  color: var(--color-txt);
}
.sort-listing .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sort-listing .sort-by {
  text-align: right;
  word-break: break-word;
  white-space: normal;
}
.sort-listing .total-products {
  padding-top: 0.625rem;
}
.sort-listing .select-list {
  font-size: 0.8125rem;
  text-decoration: none;
}

.block-category {
  text-align: center;
  padding: 40px 0 15px 0;
}
.block-category .cm_lo-txt p {
  line-height: inherit;
}
.block-category .h1 {
  font-size: 1.625rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.block-category .block-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-category .block-category-inner .category-cover img {
  width: 141px;
  height: 180px;
}

.swfilter_block {
  padding: 15px 0;
}

#js-product-list-top-sticky-wrapper.is-sticky #js-product-list-top {
  background-color: var(--bodybg-d1);
  padding: 5px 0;
}

#category .sort-listing .products-sort-order .dropdown-menu {
  right: 0;
}

/*** SCSS #FOOTER# ***/
#footer .pc_nameboutique {
  font-size: 0.9375rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  color: var(--color-txt);
}
#footer .pc_nameboutique li:first-child {
  font-size: 1.125rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#footer .block_newsletter p,
#footer .block_newsletter .page-content.page-cms ul,
#footer .page-content.page-cms #footer .block_newsletter ul {
  padding-top: 0.625rem;
}
#footer .block_newsletter #block-newsletter-label {
  padding-top: 0;
}
#footer .news-subscribe {
  padding-top: calc(var(--padding-t-b-section) / 1.5);
  padding-bottom: var(--padding-t-b-section);
}
#footer .footer_about {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  padding-top: calc(var(--padding-t-b-section));
  padding-bottom: calc(var(--padding-t-b-section) / 2.5);
}
#footer .imgs_about {
  padding-bottom: calc(var(--padding-t-b-section) / 2);
  padding-bottom: 40px;
}
#footer .imgs_about img {
  max-width: 100%;
  height: auto;
}
#footer .text_copyright {
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  letter-spacing: 0.25px;
  padding-bottom: 10px;
  padding-top: 15px;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

.footer-container {
  position: relative;
  border-top: 1px solid var(--bodybg-d1);
  overflow: hidden;
  padding-top: 0;
  background-color: var(--footer-color-bg);
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-container {
    border-top: 10px solid var(--bodybg);
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-container .un_links {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199.98px) {
  .footer-container .un_links > div {
    padding-bottom: 20px;
  }
}
.footer-container #contact-infos {
  font-size: 0.75rem;
}
.footer-container .h3,
.footer-container .h4 {
  margin-bottom: 0.7rem;
  font-size: 1.125rem;
  color: var(--primary-color);
}
@media (max-width: 1199.98px) {
  .footer-container .h3,
  .footer-container .h4 {
    font-size: 1.25rem;
  }
}
.footer-container li {
  margin-bottom: 0.5rem;
}
.footer-container li a {
  font-size: 0.875rem;
  color: var(--color-txt);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer-container li a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.block_newsletter {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.block_newsletter form {
  position: relative;
  width: 100%;
}
.block_newsletter form .input-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .block_newsletter form .input-wrapper {
    max-width: 350px;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 767.98px) {
  .block_newsletter form .input-wrapper {
    max-width: 280px;
    margin: 15px auto 0 auto;
  }
}
.block_newsletter form input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block_newsletter form input[type=text] {
  min-width: 255px;
  padding: 10px;
  color: var(--primary-color);
}
.block_newsletter form input[type=text]:focus {
  color: var(--primary-color);
}
.block_newsletter form input[type=text]:focus + button .search {
  color: var(--primary-color);
}
.block_newsletter form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: calc(1.2em + 1.3rem + 4px);
  height: 100%;
  padding: 0 0.9rem;
  line-height: 1.2;
  color: var(--primary-color);
  border: none;
  background-color: transparent;
  font-size: 1.75rem;
}
.block_newsletter form button[type=submit] .search:hover {
  color: var(--primary-color);
}
.block_newsletter form input[type=email] {
  width: 100%;
  padding: 11px;
  background-color: var(--footer-color-bg) !important;
  border: 1px solid var(--primary-color);
}
.block_newsletter form input[type=email]:focus {
  outline: 0;
}
.block_newsletter form input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  opacity: 1;
  letter-spacing: 0.25px;
}
.block_newsletter form input[type=email]::-moz-placeholder {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  opacity: 1;
  letter-spacing: 0.25px;
}
.block_newsletter form input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  opacity: 1;
  letter-spacing: 0.25px;
}
.block_newsletter form input[type=email]::-ms-input-placeholder {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  opacity: 1;
  letter-spacing: 0.25px;
}
.block_newsletter form input[type=email]::placeholder {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.6875rem;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  opacity: 1;
  letter-spacing: 0.25px;
}
.block_newsletter form .row .col-xs-12:last-of-type p,
.block_newsletter form .block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.block_newsletter form .page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
  font-size: 0.75rem;
  color: #7a7a7a;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
  margin-left: 0.5rem;
}
.block_newsletter #block-newsletter-label {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #232323;
}