@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 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: "\2014\A0";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col-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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-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;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

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

.popular-categories__wrapper__item__link ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

/* ----------------------------------------------------------------------------------------------------------
#) MATERIAL ICONS
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/*! main.css v1.0.0 */
::-moz-selection {
  background: #acacac;
  color: black;
}
::selection {
  background: #acacac;
  color: black;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 7px;
  background-color: grey;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar {
  width: 14px;
  background: white;
}

html {
  box-sizing: border-box;
  /* 1rem = 1rem */
  font-size: 62.5%;
}
@media (max-width: 1100px) {
  html {
    font-size: 55%;
  }
}

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

html,
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #2a2a2a;
  background: var(--backround_site);
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 1.5rem;
}

.container-big {
  min-height: 100%;
  margin: auto;
  width: 90%;
  max-width: 1750px;
}
@media (max-width: 768px) {
  .container-big {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }
}

.container-small {
  margin: auto;
  width: 90%;
  max-width: 1415px;
}
@media (max-width: 1415px) {
  .container-small {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Material Icons */
.mat--icons::after,
.mat--icons::before {
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.main-content {
  background-color: #f6f6f6;
  padding: 4rem 0 7rem;
}
.main-content--white {
  background-color: white;
  padding: 3rem 0;
}
@media (max-width: 576px) {
  .main-content--white {
    padding: 2rem 0 3rem;
  }
}

.bg-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 19;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.bg-filter.active {
  opacity: 1;
  visibility: visible;
}

.app-main__wrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .app-main__wrapper .aside-menu {
    display: none;
  }
}
.app-main__wrapper__content .main-banner {
  display: flex;
  height: 38rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .app-main__wrapper__content .main-banner {
    height: 35rem;
  }
}
@media only screen and (max-width: 768px) {
  .app-main__wrapper__content .main-banner {
    flex-direction: column;
    height: auto;
  }
}
.app-main__wrapper__content .main-banner__image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .app-main__wrapper__content .main-banner__image {
    height: 25rem;
  }
}
.app-main__wrapper__content .main-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-main__wrapper__content .main-banner__text {
  min-width: 25rem;
  width: 35%;
  flex-shrink: 0;
  padding: 7rem 4rem;
  background-color: var(--color);
  color: white;
}
@media only screen and (max-width: 991px) {
  .app-main__wrapper__content .main-banner__text {
    padding: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .app-main__wrapper__content .main-banner__text {
    min-width: unset;
    width: 100%;
  }
}
.app-main__wrapper__content .main-banner__text h1 {
  font-size: 3rem;
  font-weight: bold;
}
.app-main__wrapper__content .main-banner__text p {
  margin-top: 2rem;
  font-size: 1.9rem;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .app-main__wrapper__content .main-banner__text p {
    margin-top: 1.5rem;
  }
}

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

h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
h2.heading-2 {
  margin-bottom: 3rem;
}

.hr-custom {
  display: block;
  margin: 5rem 0;
  border-top: 1px solid #ebebeb;
}

.text-light {
  font-size: 1.3rem;
  color: #8F8F8F;
  line-height: 1.8;
}

.popular-categories {
  padding-top: 8rem;
}
.popular-categories__wrapper {
  list-style: none;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .popular-categories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
.popular-categories__wrapper__item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 2rem;
  border: 1px solid #E8E8E8;
  background-color: white;
  border-radius: 7px;
  transition: all 0.15s;
}
.popular-categories__wrapper__item__link:hover {
  border: 1px solid #c9c9c9;
  text-decoration: none;
  color: inherit;
}
.popular-categories__wrapper__item__link p {
  color: #505050;
  font-weight: 600;
  margin-bottom: 2rem;
}
.popular-categories__wrapper__item__link ul {
  margin-top: auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.popular-categories__wrapper__item__link ul li {
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.popular-categories__wrapper__item__link ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-categories__wrapper__item__link ul li span {
  font-size: 1.6rem;
  font-weight: bold;
}

.text-block a {
  color: var(--color);
}

.menu-back {
  display: none;
  width: 3rem;
  height: 3rem;
  margin: 2rem;
  background: url(../images/right-arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .menu-back {
    display: block;
  }
}

.filter-aside {
  padding: 2rem;
  font-size: 1.4rem;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .filter-aside {
    padding: 0;
    background-color: #f6f6f6;
  }
}
.filter-aside:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .filter-aside:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.filter-aside--1 {
  background-color: white;
  border-color: #ebebeb;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .filter-aside--1 {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
}
.filter-aside--2 .filter-aside__list {
  margin-top: 2rem;
}
.filter-aside--2 .filter-aside__list .filter-item__link {
  font-size: 1.3rem;
  color: #505050;
}
@media only screen and (max-width: 768px) {
  .filter-aside--2 .filter-aside__list .filter-item__link {
    font-size: 1.4rem;
  }
}
.filter-aside__title {
  display: block;
  color: #505050;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .filter-aside__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    background-color: #f1f1f1;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: black;
    padding: 1.5rem 2rem;
  }
}
.filter-aside__list {
  margin-top: 1.5rem;
}
.filter-aside__list .filter-item:not(:last-child) {
  margin-bottom: 1.3rem;
}
.filter-aside__list .filter-item__link {
  display: flex;
  align-items: center;
  color: var(--color);
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .filter-aside__list .filter-item__link {
    padding: 0 2rem;
  }
}
.filter-aside__list .filter-item__link__image {
  flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 1.3rem;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  overflow: hidden;
}
.filter-aside__list .filter-item__link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aside-menu {
  list-style: none;
  min-width: 30rem;
  width: 25%;
  flex-shrink: 0;
  margin-right: 7rem;
  flex-shrink: 0;
  padding: 0;
}
@media only screen and (max-width: 1400px) {
  .aside-menu {
    min-width: 25rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .aside-menu--filters {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 73vw;
    height: 100vh;
    background-color: #f6f6f6;
    overflow-y: auto;
    z-index: 20;
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
  }
  .aside-menu--filters.active {
    transform: translateX(0);
  }
}
.aside-menu__item {
  display: flex;
  padding: 2rem 0;
}
.aside-menu__item__image {
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .aside-menu__item__image {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.aside-menu__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.aside-menu__item__content {
  padding-top: 2rem;
}
.aside-menu__item__content__title {
  color: var(--color);
  font-size: 1.7rem;
  font-weight: bold;
}
.aside-menu__item__content__title:hover {
  color: var(--color);
}
.aside-menu__item__content__links {
  margin-top: 0.7rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
.aside-menu__item__content__links a {
  color: #505050;
}
.aside-menu__item__content__links a:not(:last-child) {
  margin-right: 1.5rem;
}
.aside-menu__item__content__links a:last-child {
  text-decoration: underline;
  color: #989898;
}
.aside-menu__item__content__links a:last-child:hover {
  color: var(--var);
}
.aside-menu__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.products-wrapper {
  width: 100%;
  margin-top: 5rem;
}
.products-wrapper--1 {
  margin-top: 3rem;
}
.products-wrapper__desc p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #505050;
}
.products-wrapper__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
}
.products-wrapper__header h2 {
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 3rem;
  white-space: nowrap;
}
.products-wrapper__header h2 span {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.products-wrapper__header a {
  text-decoration: underline;
  font-size: 1.5rem;
  color: black;
  white-space: nowrap;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .products-wrapper__header a {
    font-size: 1.4rem;
  }
}

.p-list-wrapper {
  margin-top: 3rem;
  padding: 2.5rem;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .p-list-wrapper {
    padding: 0;
    border: none;
    background-color: transparent;
  }
}

.p-list {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .p-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .p-list {
    grid-gap: 1.5rem;
  }
}
.p-list--dp {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 576px) {
  .p-list--dp {
    margin-bottom: 0;
  }
}
.p-list--grid {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1200px) {
  .p-list--grid {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  .p-list--grid {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 1rem;
  }
}
.p-list--grid.list-wrapper {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 768px) {
  .p-list--grid.list-wrapper {
    grid-gap: 1.5rem;
  }
}
.p-list--grid.list-wrapper .p-list__item {
  display: flex;
  align-items: center;
  border: none;
  padding: 0 1rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-list--grid.list-wrapper .p-list__item {
    padding: 2.5rem;
    border: 1px solid #ebebeb;
  }
}
.p-list--grid.list-wrapper .p-list__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.p-list--grid.list-wrapper .p-list__item .place {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .p-list--grid.list-wrapper .p-list__item .place {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-list--grid.list-wrapper .p-list__item .place {
    top: 1rem;
    left: 1rem;
  }
}
.p-list--grid.list-wrapper .p-list__item .place b {
  font-size: 1.5rem;
  margin: 0;
}
.p-list--grid.list-wrapper .p-list__item__image {
  width: 10rem;
  height: 14rem;
  margin: 0rem 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .p-list--grid.list-wrapper .p-list__item__image {
    margin-left: 0;
  }
}
.p-list--grid.list-wrapper .p-list__item .p-list-wrapper-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .p-list--grid.list-wrapper .p-list__item .p-list-wrapper-desc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-list--grid.list-wrapper .p-list__item__desc {
  margin-top: 0;
}
.p-list--grid.list-wrapper .p-list__item__desc h3 {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .p-list--grid.list-wrapper .p-list__item__desc h3 {
    font-size: 1.8rem;
  }
}
.p-list--grid.list-wrapper .p-list__item__desc h3 strong {
  font-size: 1.5rem;
}
.p-list--grid.list-wrapper .p-list__item__subdesc p {
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 576px) {
  .p-list--grid.list-wrapper .p-list__item__subdesc p {
    margin-top: 1rem;
  }
}
.p-list--grid.list-wrapper .p-list__item .product-desc-wrapper {
  text-align: left;
  margin-right: 5rem;
}
@media only screen and (max-width: 1200px) {
  .p-list--grid.list-wrapper .p-list__item .product-desc-wrapper {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-list--grid.list-wrapper .p-list__item .product-desc-wrapper {
    margin-right: 0;
  }
}
.p-list--grid.list-wrapper .p-list__item .btn-green {
  white-space: nowrap;
  font-size: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .p-list--grid.list-wrapper .p-list__item .btn-green {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .p-list--grid.list-wrapper .p-list__item .btn-green {
    margin-top: 2rem;
  }
}
.p-list--grid .p-list__item {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 1200px) {
  .p-list--grid .p-list__item {
    padding: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .p-list--grid .p-list__item {
    padding: 1.5rem;
  }
}
.p-list--grid .p-list__item__image {
  width: 100%;
  height: 26rem;
}
@media only screen and (max-width: 768px) {
  .p-list--grid .p-list__item__image {
    height: 20rem;
  }
}
.p-list--grid .p-list__item__desc h3 {
  font-size: 1.4rem;
  color: var(--color);
  line-height: 1.5;
}
.p-list--grid .p-list__item__desc h3 strong {
  display: block;
  font-weight: bold;
}
.p-list--grid .p-list__item__desc h3:hover {
  color: var(--color);
}
.p-list__item {
  background-color: white;
  padding: 2rem;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-list__item {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.p-list__item__image {
  display: block;
  height: 17rem;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .p-list__item__image {
    height: 20rem;
  }
}
.p-list__item__image:hover > .btn-green {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.p-list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-list__item__image .btn-green {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #54AB34;
  font-size: 1.3rem;
  font-weight: 300;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.p-list__item__image .btn-green:hover {
  background-color: #54AB34;
}
.p-list__item__desc {
  display: block;
  margin-top: 1rem;
  color: #505050;
}
.p-list__item__desc:hover {
  text-decoration: none;
  color: inherit;
}
.p-list__item__desc:hover h2,
.p-list__item__desc:hover h3 {
  text-decoration: underline;
}
.p-list__item__desc h3 {
  margin: 0.7rem 0 0;
  font-size: 1.35rem !important;
  font-weight: normal !important;
  color: #505050 !important;
}
.p-list__item__desc h3:hover {
  text-decoration: underline;
  color: #505050;
}
.p-list__item__subdesc {
  font-size: 1.3rem;
}
.p-list__item__subdesc p {
  margin-top: 1.4rem;
  color: #505050;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-list__item__subdesc .tags {
  display: block;
  margin-top: 1.2rem;
  color: #b9b9b9;
}

.heading-custom {
  margin: 2rem 0 3rem;
}
.heading-custom h2 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color);
  position: relative;
  overflow: hidden;
}
.heading-custom h2::after {
  content: "";
  display: inline-block;
  margin-left: 2.5rem;
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #ebebeb;
  top: 50%;
  transform: translateY(-50%);
  width: 200%;
}

.place {
  display: inline-block;
  font-size: 1rem;
  background-color: var(--color10);
  color: var(--color);
  padding: 2px 0.7rem;
  border-radius: 0.5rem;
}
.place b {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 3px;
}

.p-add {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media only screen and (max-width: 576px) {
  .p-add {
    flex-wrap: nowrap;
    width: 90vw;
    overflow-y: scroll;
    padding-bottom: 0.5rem;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .p-add::-webkit-scrollbar {
    display: none;
  }
}
.p-add__item {
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  color: black;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 4rem;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 576px) {
  .p-add__item {
    white-space: nowrap;
  }
}
.p-add__item:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}
.p-add__item:not(:last-child) {
  margin-right: 1rem;
}
.p-add__item::before {
  content: "+";
  display: inline-block;
  margin-right: 3px;
}

.sale-badge {
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #96C24B;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: rgba(150, 194, 75, 0.22);
  border-radius: 3px;
  z-index: 2;
}

h2,
p {
  margin-bottom: 0;
}

.mobile-buttons {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-buttons {
    display: flex;
  }
}
.mobile-buttons__item:not(:last-child) {
  margin-right: 2rem;
}
.mobile-buttons .mobile-filter {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1rem 1.5rem;
  color: var(--color);
  font-weight: 500;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
}
.mobile-buttons .mobile-filter span {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin-right: 2rem;
  background-color: var(--color);
  position: relative;
}
.mobile-buttons .mobile-filter span::before, .mobile-buttons .mobile-filter span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: var(--color);
}
.mobile-buttons .mobile-filter span::before {
  top: 5px;
  left: 0;
}
.mobile-buttons .mobile-filter span::after {
  bottom: 5px;
  left: 0;
}
.mobile-buttons .mobile-filtered-by {
  position: relative;
}
.mobile-buttons .mobile-filtered-by::after {
  content: ">";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: var(--color);
  background: url() no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
.mobile-buttons .mobile-filtered-by select {
  background-color: white;
  padding: 1rem 3.5rem 1rem 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  color: var(--color);
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.mobile-buttons .mobile-filtered-by select::-ms-expand {
  display: none;
}

.filtered-by {
  font-size: 1.4rem;
}
.filtered-by .sm-filter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .filtered-by .sm-filter {
    display: none;
  }
}
.filtered-by .sm-filter > span {
  display: block;
  margin-right: 3.5rem;
}
.filtered-by__list {
  display: flex;
}
.filtered-by__list__item:not(:last-child) {
  margin-right: 3.5rem;
}
.filtered-by__list__item.active a {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
.filtered-by__list__item a {
  font-weight: bold;
  color: #505050;
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
  transition: all 0.1s;
}
.filtered-by__list__item a:hover {
  color: var(--color);
  text-decoration: none;
  border-bottom: 3px solid var(--color);
}

.sales {
  display: flex;
  width: 100%;
  margin-top: 10rem;
  background-color: var(--color10);
  border-radius: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .sales {
    flex-direction: column;
    padding: 4rem 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .sales {
    margin-top: 5rem;
    padding: 3rem;
  }
}
.sales__title {
  min-width: 30rem;
  width: 25%;
  flex-shrink: 0;
  margin-right: 7rem;
  color: var(--color);
  padding: 7rem 0rem 5rem 5rem;
}
@media only screen and (max-width: 1400px) {
  .sales__title {
    min-width: 25rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .sales__title {
    padding: 0;
    min-width: unset;
    width: 100%;
    margin-right: 0;
  }
}
.sales__title h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
@media only screen and (max-width: 576px) {
  .sales__title h2 {
    font-size: 2.2rem;
  }
}
.sales__title h2 strong {
  display: block;
  font-size: 3.5rem;
}
@media only screen and (max-width: 576px) {
  .sales__title h2 strong {
    font-size: 3.2rem;
  }
}
.sales__title p {
  margin-top: 2rem;
}
@media only screen and (max-width: 576px) {
  .sales__title p {
    margin-top: 1.5rem;
  }
}
.sales .products-wrapper {
  margin: 4rem 0;
}
@media only screen and (max-width: 991px) {
  .sales .products-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .sales .products-wrapper {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .sales .products-wrapper .p-list {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sales .products-wrapper .p-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .sales .products-wrapper .p-list {
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  }
}
.sales .products-wrapper .p-list__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  transform: translateX(-1rem);
}
@media only screen and (max-width: 991px) {
  .sales .products-wrapper .p-list__item:last-child {
    transform: translateX(0);
  }
}

.btn-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 576px) {
  .btn-rounded {
    width: 11rem;
    height: 11rem;
    font-size: 1.8rem;
  }
}
.btn-rounded:hover {
  color: white;
  text-decoration: none;
}

.burger-menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 3rem;
  width: 3.2rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  border-radius: 1rem;
}
.burger-menu span:not(:last-child) {
  margin-bottom: 4px;
}

.cookie-law {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: var(--color);
  padding: 2.5rem 0;
  font-size: 1.3rem;
  border-top: 1px solid #E8E8E8;
  z-index: 10;
}
.cookie-law > .container-small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 576px) {
  .cookie-law > .container-small {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-law > .container-small .btn-purple {
  font-size: 1.3rem;
}
.cookie-law > .container-small .btn-purple:hover {
  background-color: var(--color);
  color: white;
}

/* .price {

    &::after {
        content: "";
        display: inline-block;
        width: 1.7rem;
        height: 1.7rem;
        margin-left: .7rem;
        background: no-repeat center /contain;
        transform: translateY(4px);
    }

    &--high {
        &::after {
            background-image: url('../images/up.svg');
        }
    }

    &--low {
        &::after {
            background-image: url('../images/down.svg');
        }
    }
} */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 73vw;
  height: 100vh;
  min-width: unset;
  margin-right: 0;
  padding: 0.5rem 0;
  background-color: white;
  z-index: 20;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  overflow-x: hidden;
}
.mobile-menu.no-scroll {
  overflow: hidden;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .aside-menu__item {
  padding: 1.7rem 2.5rem;
  align-items: center;
}
.mobile-menu .aside-menu__item.hide {
  padding: 0;
}
.mobile-menu .aside-menu__item__image {
  width: 5rem;
  height: 5rem;
}
.mobile-menu .aside-menu__item__content {
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu .aside-menu__item__content__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.3;
}
.mobile-menu .aside-menu__item__content__title::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  margin-left: 2rem;
  background: url(../images/right-arrow.svg) no-repeat center/contain;
  opacity: 0.5;
}
.mobile-menu .aside-menu__item__content__links {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
  z-index: 21;
}
.mobile-menu .aside-menu__item__content__links.active {
  transform: translateX(0);
}
.mobile-menu .aside-menu__item__content__links a {
  padding: 1.7rem 3rem;
  width: 100%;
  margin-right: 0;
}
.mobile-menu .aside-menu__item__content__links a:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  margin-right: 0;
}

/* ----------------------------------------------------------------------------------------------------------
#) APP HEADER
---------------------------------------------------------------------------------------------------------- */
.app-header {
  padding: 1.7rem 0;
  border-bottom: 1px solid #f6f6f6;
}
@media only screen and (max-width: 576px) {
  .app-header {
    padding: 2rem 0 2.5rem;
  }
}
.app-header .container {
  padding: 0;
}
.app-header--border {
  border-color: var(--border);
}
.app-header--margin-bottom {
  margin-bottom: 4rem;
}
.app-header__container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .app-header__container {
    flex-wrap: wrap;
  }
}
.app-header__logo {
  width: 15rem;
  height: 5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .app-header__logo {
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .app-header__logo {
    width: 10rem;
    height: 4rem;
  }
}
.app-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.app-header__logo-title {
  color: var(--color);
  font-weight: bold;
  text-decoration: none;
  font-size: 2.3rem;
  text-transform: capitalize;
}
.app-header__logo-title:hover {
  color: var(--color);
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .app-header__logo-title {
    font-size: 2rem;
  }
}
.app-header__search {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 0 3rem;
}
@media only screen and (max-width: 576px) {
  .app-header__search {
    max-width: unset;
    order: 1;
    margin: 2rem 0 0;
  }
}
.app-header__search.active .app-header__search-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.app-header__search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--color);
  border-radius: 50%;
  padding: 0;
  outline: none;
}
.app-header__search-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/search.svg) no-repeat center/contain;
  background-size: 53%;
}
.app-header__search-input {
  display: block;
  font-size: 1.5rem;
  height: auto;
  padding: 1.1rem 4rem 1.1rem 2rem;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
@media only screen and (max-width: 576px) {
  .app-header__search-input {
    font-size: 1.4rem;
    padding: 1rem 7rem 1rem 1.5rem;
  }
}
.app-header__search-input:focus {
  box-shadow: none;
  border: 1px solid var(--color);
}
.app-header__search-input::-webkit-search-cancel-button {
  display: none;
}
.app-header__search-input::-webkit-input-placeholder {
  color: #505050;
}
.app-header__search-input::-moz-placeholder {
  color: #505050;
}
.app-header__search-input:-ms-input-placeholder {
  color: #505050;
}
.app-header__search-input::-ms-input-placeholder {
  color: #505050;
}
.app-header__search-input::placeholder {
  color: #505050;
}
.app-header__fav {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  color: #505050;
}
.app-header__fav::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url(../images/heart.svg) no-repeat center/contain;
  transition: all 0.2s;
}
.app-header__fav:hover {
  color: #505050;
  text-decoration: none;
}
.app-header__fav:hover::before {
  background-image: url(../images/heart_full.svg);
}
.app-header__nav {
  flex: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  color: var(--base);
  font-weight: 500;
}
.app-header__nav-item {
  color: inherit;
}
.app-header__nav-item:hover {
  color: inherit;
}
.app-header__close {
  position: absolute;
  right: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: none;
}
.app-header__close:before, .app-header__close:after {
  position: absolute;
  right: 1rem;
  content: " ";
  height: 2rem;
  width: 2px;
  background-color: #333;
}
.app-header__close:before {
  transform: rotate(45deg);
}
.app-header__close:after {
  transform: rotate(-45deg);
}

.show {
  display: block !important;
}

/* ----------------------------------------------------------------------------------------------------------
#) APP COVER
---------------------------------------------------------------------------------------------------------- */
.app-cover {
  height: 440px;
  position: relative;
  margin-bottom: 6.5rem;
}
.app-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .app-cover {
    height: 31rem;
    margin-bottom: 3.5rem;
  }
}
.app-cover__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  justify-content: center;
  text-align: center;
}
.app-cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.app-cover__text {
  flex: 0 1 50%;
  color: #fff;
}
@media (max-width: 991px) {
  .app-cover__text {
    flex: 0 1 80%;
  }
}
@media (max-width: 576px) {
  .app-cover__text {
    flex: 1 1 100%;
    text-align: center;
  }
}
.app-cover__title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 5.4rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .app-cover__title {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.app-cover__description {
  font-size: 1.8rem;
  font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------------
#) APP MAIN
---------------------------------------------------------------------------------------------------------- */
.app-main {
  flex: 1;
}

/* ----------------------------------------------------------------------------------------------------------
#) APP SECTION
---------------------------------------------------------------------------------------------------------- */
.app-section {
  padding: 4.5rem 0;
}
@media (max-width: 767px) {
  .app-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.app-section--background {
  background: var(--color100);
}
.app-section__header {
  margin: 0 0 5rem;
  padding: 0 2.5rem;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .app-section__header {
    margin-bottom: 2.5rem;
  }
}
.app-section__header-title {
  flex: 1;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
.app-section__header-link {
  color: var(--base);
  text-decoration: underline;
  font-size: 1.7rem;
}
.app-section__header-link:hover {
  color: var(--base);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------
#) APP ARTICLE
---------------------------------------------------------------------------------------------------------- */
.app-article {
  margin-bottom: 4rem;
}
.app-article h2 {
  color: var(--color);
  margin-top: 0;
}
.app-article a {
  color: var(--color);
  text-decoration: underline;
}
.app-article a:hover {
  color: var(--color);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------
#) NEWS BRICK LIST
---------------------------------------------------------------------------------------------------------- */
.news-brick-list {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  height: 34.6rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 991px) {
  .news-brick-list {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .news-brick-list {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 576px) {
  .news-brick-list {
    height: auto;
    flex-flow: column;
  }
}
.news-brick-list__item {
  flex: 0 1 33%;
  height: 100%;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-right: 2rem;
  padding: 0 4.3rem 1.8rem 1.8rem;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
}
.news-brick-list__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.news-brick-list__item:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .news-brick-list__item {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .news-brick-list__item {
    margin: 0 0 1.5rem;
    flex: 0 0 15rem;
  }
}
.news-brick-list__item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-brick-list__item-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #503069cf 73%, #290147d4 100%) 0% 0% no-repeat padding-box;
}
.news-brick-list__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-brick-list__item-description {
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------------
#) NEWS ROW SMALL LIST
---------------------------------------------------------------------------------------------------------- */
.news-row-small-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 2.5rem;
}
@media (max-width: 991px) {
  .news-row-small-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-row-small-list__item {
  flex: 0 1 50%;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .news-row-small-list__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 576px) {
  .news-row-small-list__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
  }
  .news-row-small-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.news-row-small-list__image {
  flex: 0 0 11.8rem;
  height: 11.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-right: 2.5rem;
}
@media (max-width: 1199px) {
  .news-row-small-list__image {
    flex: 0 0 10rem;
    height: 10rem;
  }
}
@media (max-width: 576px) {
  .news-row-small-list__image {
    margin-right: 2rem;
  }
}
.news-row-small-list__image-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-row-small-list__image:hover + .news-row-small-list__content {
  text-decoration: underline;
}
.news-row-small-list__content {
  padding-top: 1.5rem;
  padding-right: 9rem;
  font-size: 1.7rem;
  color: var(--base);
}
.news-row-small-list__content:hover {
  color: var(--base);
}
@media (max-width: 1475px) {
  .news-row-small-list__content {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .news-row-small-list__content {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .news-row-small-list__content {
    font-size: 1.6rem;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .news-row-small-list__content {
    padding-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) HIGHLIGHT ITEMS
---------------------------------------------------------------------------------------------------------- */
.highlight-items {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 1199px) {
  .highlight-items {
    height: 37.1rem;
  }
}
@media (max-width: 767px) {
  .highlight-items {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 576px) {
  .highlight-items {
    height: auto;
    flex-flow: column;
  }
}
.highlight-items__item {
  flex: 0 1 33%;
  margin-right: 2rem;
  background: var(--color100);
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 1rem;
  border-radius: 0.8rem;
}
.highlight-items__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .highlight-items__item {
    flex-flow: column;
  }
}
@media (max-width: 576px) {
  .highlight-items__item {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.highlight-items__container {
  flex: 0 1 20rem;
  background: #fff;
  min-height: 1px;
  max-height: 247px;
  margin-right: 2.5rem;
}
@media (max-width: 1475px) {
  .highlight-items__container {
    flex: 0 1 15rem;
  }
}
@media (max-width: 1199px) {
  .highlight-items__container {
    margin-right: 0;
  }
}
.highlight-items__image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 1.5rem;
}
@media (max-width: 576px) {
  .highlight-items__image {
    height: 15rem;
  }
}
.highlight-items__content {
  padding: 1.8rem 0;
}
@media (max-width: 1199px) {
  .highlight-items__content {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .highlight-items__content {
    text-align: center;
  }
}
.highlight-items__title {
  color: var(--base);
  margin-bottom: 2px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.9rem;
}
.highlight-items__title h2 {
  font: inherit;
}
.highlight-items__title:hover {
  color: var(--color);
}
@media (max-width: 1475px) {
  .highlight-items__title {
    font-size: 1.7rem;
  }
}
.highlight-items__count {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1475px) {
  .highlight-items__count {
    margin-bottom: 1.5rem;
  }
}
.highlight-items__nav {
  color: var(--base700);
  font-size: 1.4rem;
}
.highlight-items__nav-item {
  margin-bottom: 0.4rem;
}
.highlight-items__nav-item:last-child {
  margin-bottom: 0;
}
.highlight-items__nav-link {
  color: inherit;
}
.highlight-items__nav-link:hover {
  color: inherit;
}

/* ----------------------------------------------------------------------------------------------------------
#) CATEGORY AUTOCOMPLETE LIST
---------------------------------------------------------------------------------------------------------- */
.category-autocomplete-list {
  margin: 3rem 0;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .category-autocomplete-list {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .category-autocomplete-list {
    margin: 3rem 0rem 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .category-autocomplete-list {
    margin: 2.5rem 0rem 1rem;
  }
}
.category-autocomplete-list__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color);
  transition: all 0.2s;
}
.category-autocomplete-list__item:hover {
  color: var(--color);
  border-color: var(--color);
  text-decoration: none;
}
.category-autocomplete-list__item__image {
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  max-width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
.category-autocomplete-list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-autocomplete-list__item em {
  font-style: normal;
}
@media (max-width: 576px) {
  .category-autocomplete-list {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) CATEGORY LIST
---------------------------------------------------------------------------------------------------------- */
.category-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .category-list {
    margin-bottom: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) CATEGORY ITEM
---------------------------------------------------------------------------------------------------------- */
.category-item {
  flex: 0 1 calc(16.66% - 1.7rem);
  min-height: 28.5rem;
  min-width: 1px;
  background: var(--color100);
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  transition: box-shadow 140ms cubic-bezier(0.28, 0.18, 0.46, 0.92);
}
.category-item:nth-child(6n+6) {
  margin-right: 0;
}
.category-item:hover {
  text-decoration: none;
  box-shadow: 0px 0px 2rem rgba(var(--color), 0.2);
}
.category-item__container {
  flex: 0 1 19.5rem;
  height: 19.5rem;
  width: 100%;
  min-height: 1px;
  background: #fff;
  margin-bottom: 1rem;
}
.category-item__container-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 1.5rem;
}
.category-item__content {
  flex: 1;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.category-item__name {
  color: var(--color);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.category-item__name h3 {
  font: inherit;
}
.category-item__type {
  color: var(--base);
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1475px) {
  .category-item {
    flex: 0 1 calc(20% - 1.7rem);
  }
  .category-item:nth-child(6n+6) {
    margin-right: 2rem;
  }
  .category-item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .category-item {
    flex: 0 1 calc(25% - 1.5rem);
  }
  .category-item:nth-child(5n+5) {
    margin-right: 2rem;
  }
  .category-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .category-item {
    flex: 0 1 calc(33.33% - 1.4rem);
  }
  .category-item:nth-child(4n+4) {
    margin-right: 2rem;
  }
  .category-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .category-item {
    flex: 0 1 calc(50% - 0.8rem);
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
  .category-item:nth-child(3n+3), .category-item:nth-child(4n+4), .category-item:nth-child(5n+5), .category-item:nth-child(6n+6) {
    margin-right: 1.5rem;
  }
  .category-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) CATEGORY DETAIL
---------------------------------------------------------------------------------------------------------- */
.btn-purple {
  display: inline-block;
  background-color: var(--color);
  border: 1px solid transparent;
  color: white;
  font-size: 1.5rem;
  padding: 1rem 2.5rem;
  transition: all 0.2s;
}
.btn-purple:hover, .btn-purple:focus {
  text-decoration: none;
  color: var(--color);
  background-color: white;
  border: 1px solid var(--color);
}

.color--color,
.color--color:hover {
  color: var(--color);
  font-weight: 500;
}

.category-title {
  color: var(--color);
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 4rem;
}
@media (max-width: 576px) {
  .category-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 320px) {
  .category-title {
    font-size: 2.8rem;
  }
}
.category-title h1 {
  font-weight: bold;
  font-size: 3rem;
}
.category-title h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .category-title h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 320px) {
  .category-title h1 {
    font-size: 2.8rem;
  }
}

:root {
  --marginFive: 5rem;
  --marginThree: 3rem;
}
@media only screen and (max-width: 576px) {
  :root {
    --marginFive: 3rem;
    --marginThree: 2rem;
  }
}

.product-header > .container {
  display: flex;
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .product-header > .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .product-header > .container {
    padding: 2rem 0rem 5rem;
  }
}
.product-header__image {
  width: 55rem;
  height: 35rem;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #f6f6f6;
  margin-right: var(--marginFive);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product-header__image {
    width: 100%;
    margin: 0 0 var(--marginFive) 0;
    border-right: none;
    margin-right: 0;
  }
}
.product-header__image .slick-list,
.product-header__image .slick-track {
  height: 100%;
  overflow: hidden;
}
.product-header__image__list {
  width: 7.8rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.product-header__image__list .slick-track {
  display: flex;
  flex-direction: column;
}
.product-header__image__list .slick-track .slick-slide {
  height: auto;
  width: 7.8rem !important;
  height: 7.8rem;
}
.product-header__image__list .slick-track .slick-slide:not(:last-child) {
  margin-bottom: 1rem;
}
.product-header__image__list__item {
  display: block !important;
  width: 7.8rem !important;
  height: 7.8rem;
  border-radius: 0.5rem;
  border: 1px solid #f6f6f6;
  cursor: pointer;
}
.product-header__image__list__item img {
  padding: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-header__image__wrapper {
  width: calc(100% - 7.8rem);
  padding: 0 2rem 0 4rem;
}
.product-header__image__wrapper__item {
  height: 35rem;
  overflow: hidden;
}
.product-header__image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-header__image > a {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: var(--color);
  padding: 1rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  box-shadow: 0px 0px 0.8rem var(--color200);
  border-radius: 0.5rem;
  background: white;
  display: flex;
  align-items: center;
}
.product-header__image > a .more-photos-image {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.product-header__image > a .more-photos-image svg {
  width: 100%;
  height: 100%;
  fill: var(--color);
}
.product-header__image > a:hover, .product-header__image > a:focus {
  text-decoration: underline;
}
.product-header__text > h1 {
  color: var(--color);
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .product-header__text > h1 {
    font-size: 2.5rem;
  }
}
.product-header__text > h1 > span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .product-header__text > h1 > span {
    font-size: 1.8rem;
  }
}
.product-header__text__price {
  margin-top: var(--marginThree);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-header__text__price > p {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 0;
  margin-right: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 576px) {
  .product-header__text__price > p {
    margin-right: 0rem;
  }
}
.product-header__text__price > p s {
  margin-right: 1rem;
}
.product-header__text__price > p strong {
  margin-right: 3rem;
}
.product-header__text__price > p span {
  display: block;
  font-size: 1.3rem;
}
.product-header__text .btn-green {
  font-weight: bold;
  padding: 1rem 2.5rem 1rem 2rem;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .product-header__text .btn-green {
    font-size: 1.7rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem;
    text-align: center;
  }
}
.product-header__text .btn-green .shop-cart {
  display: inline-block;
  width: 2.5rem;
  margin-right: 1rem;
}
.product-header__text .btn-green .shop-cart img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-header__text__desc {
  font-size: 1.5rem;
  margin-top: var(--marginThree);
}
.product-header__text__desc h2 {
  font-size: 1.5rem;
}
.product-header__text__desc p {
  color: #505050;
}
.product-header__text__desc p .read-more {
  display: block;
  margin-top: 3px;
  color: inherit;
  text-decoration: underline;
}
.product-header__text__desc .info-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--marginThree);
  padding-top: 2rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid #f6f6f6;
}
@media only screen and (max-width: 420px) {
  .product-header__text__desc .info-list {
    flex-direction: column;
  }
}
.product-header__text__desc .info-list__item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.product-header__text__desc .info-list__item__image {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  transform: translateY(-5px);
}
@media only screen and (max-width: 576px) {
  .product-header__text__desc .info-list__item__image {
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    transform: translateY(-3px);
  }
}
.product-header__text__desc .info-list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-header__text__desc .info-list__item:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 420px) {
  .product-header__text__desc .info-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
}
.product-header__text__desc .info-list__item span {
  font-size: 1.3rem;
}
.product-header__text__fav {
  margin-top: 2rem;
}
.product-header__text__fav a {
  display: inline-block;
  color: var(--color);
  font-size: 1.3rem;
}
.product-header__text__fav a:hover, .product-header__text__fav a:focus {
  text-decoration: underline;
}
.product-header__text__fav a > span {
  background-color: var(--color);
  color: white;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.product-header__text__fav a > span small {
  font-weight: normal;
  font-size: 1.1rem;
}

.product-desc {
  padding: 5rem 0;
  background-color: #f1f1f1;
}
.product-desc__submenu {
  display: flex;
  padding: 0;
  padding-left: 4rem;
  list-style: none;
  margin-bottom: 2rem;
  overflow-x: auto;
}
@media only screen and (max-width: 576px) {
  .product-desc__submenu {
    padding-left: 2rem;
  }
}
.product-desc__submenu li:not(:last-child) {
  padding-right: 4rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__submenu li:not(:last-child) {
    padding-right: 2rem;
  }
}
.product-desc__submenu li a {
  display: block;
  font-size: 1.4rem;
  color: var(--base);
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  transition: all 0.2s;
}
.product-desc__submenu li a:active, .product-desc__submenu li a:focus, .product-desc__submenu li a:hover {
  color: var(--color);
  text-decoration: none;
  border-bottom: 3px solid var(--color);
}
.product-desc__container {
  background-color: white;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container {
    padding: 3rem 2rem;
  }
}
.product-desc__container:not(:last-child) {
  margin-bottom: 2rem;
}
.product-desc__container--toplist {
  display: flex;
  flex-direction: column;
}
.product-desc__container--toplist .btn-green {
  margin: 3rem auto 0;
}
.product-desc__container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container h2 {
    margin-bottom: 2rem;
  }
}
.product-desc__container h2 > span {
  font-weight: normal;
}
.product-desc__container h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color);
}
.product-desc__container p {
  font-size: 1.5rem;
  margin: 1rem 0 0;
}
.product-desc__container .desc-wrapper:not(:last-child) {
  margin-bottom: 3rem;
}
.product-desc__container .product-main-info {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .product-desc__container .product-main-info {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.product-desc__container .product-main-info__image {
  width: 24.5rem;
  height: 24.5rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container .product-main-info__image {
    align-self: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.product-desc__container .product-main-info__image img {
  padding: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-desc__container .product-main-info__desc ul {
  margin: 0;
  margin-top: 2rem;
  padding-left: 0;
  list-style: none;
  font-size: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container .product-main-info__desc ul {
    margin-top: 3rem;
  }
}
.product-desc__container .product-main-info__desc ul li {
  display: flex;
}
.product-desc__container .product-main-info__desc ul li strong {
  font-weight: bold;
  color: #505050;
  display: inline-block;
  width: 13rem;
  margin-right: 7rem;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .product-desc__container .product-main-info__desc ul li strong {
    width: 10rem;
  }
}
.product-desc__container .product-main-info__desc ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.product-desc__container .product-main-info__desc ul li .btn-green {
  font-size: 1.4rem;
  padding: 3px 1.3rem;
  font-weight: 300;
  margin: 0 !important;
}
.product-desc__container .product-main-info__desc ul li .btn-green .shop-cart {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.product-desc__container .product-main-info__desc ul li .btn-green .shop-cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-desc__container strong {
  font-weight: 500;
}
.product-desc__container > p:not(:last-child) {
  margin-bottom: var(--marginThree);
}
.product-desc__container__similar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
  margin-bottom: var(--marginFive);
}
@media only screen and (max-width: 576px) {
  .product-desc__container__similar {
    grid-gap: 1rem;
  }
}
.product-desc__container__similar > .product-item {
  float: none;
  width: 100%;
  margin: 0;
}
.product-desc__container__rating {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  margin-top: 4rem;
}
.product-desc__container__rating > div {
  max-height: 100%;
}
.product-desc__container__rating__add {
  display: inline-block;
  padding: 2rem 2.5rem;
  border-radius: 0.5rem;
  background-color: var(--color10);
  margin-bottom: 2rem;
}
.product-desc__container__rating__add > span {
  font-size: 1.3rem;
  font-weight: bold;
}
.product-desc__container__rating__add__stars {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 0 0.5rem;
  font-size: 5rem;
}
.product-desc__container__rating__add__stars .rating-stars-readonly {
  font-size: 3rem;
}
.product-desc__container__rating__add p {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color);
  margin: 0;
}
.product-desc__container__rating__add a {
  color: var(--color);
  font-size: 1.3rem;
  text-decoration: underline;
}
.product-desc__container__rating__add a:hover {
  text-decoration: none;
}
.product-desc__container__rating_add_form {
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #E8E8E8;
}
.product-desc__container__rating_add_form .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.product-desc__container__rating_add_form .form-flex .form-group {
  margin-bottom: 0 !important;
}
.product-desc__container__rating_add_form .form-flex input.form-control {
  width: 30rem;
  max-width: 100%;
}
.product-desc__container__rating_add_form .form-flex .product-desc__container__rating_add_stars > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-desc__container__rating_add_form .form-flex .product-desc__container__rating_add_stars > div p {
  line-height: 1.4;
}
.product-desc__container__rating_add_form .form-flex .product-desc__container__rating_add_stars > div .rating-stars {
  min-height: 45px;
  margin-top: 0.5rem;
}
.product-desc__container__rating__stars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  min-width: 30rem;
  padding: 0 var(--marginFive);
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .product-desc__container__rating__stars {
    width: 50%;
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 632px) {
  .product-desc__container__rating__stars {
    width: 100%;
    padding: var(--marginFive) 0;
    border-left: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    min-width: auto;
  }
}
.product-desc__container__rating__stars > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
.product-desc__container__rating__stars > div:not(:last-child) {
  margin-bottom: 2rem;
}
.product-desc__container__rating__stars > div > p {
  margin: 0 2rem 0 0;
  font-weight: bold;
}
.product-desc__container__rating__recommend {
  padding-left: var(--marginFive);
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .product-desc__container__rating__recommend {
    width: 100%;
    padding: var(--marginFive) 0 0;
  }
}
.product-desc__container__rating__recommend .question {
  margin-bottom: 2rem;
}
.product-desc__container__rating__recommend .answers > a {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  color: var(--color);
  font-size: 1.8rem;
  box-shadow: 0 0 0.8rem var(--color200);
  border-radius: 0.5rem;
}
.product-desc__container__rating__recommend .answers > a:not(:last-child) {
  margin-right: 1rem;
}
.product-desc__container__rating__recommend .thankyou {
  display: none;
  color: var(--color);
}
.product-desc__container__rating__recommend .thankyou a {
  font-size: 1.5rem;
}
.product-desc__container__rating_add_stars {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-desc__container__rating_add_stars > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
}
.product-desc__container__rating_add_stars > div > p {
  height: 2.4rem;
  margin: 0px;
  font-size: 1.3rem;
  align-items: center;
}
.product-desc__container__rating_add_stars > div .rating-stars {
  height: 30px;
  font-weight: normal;
  font-size: 3rem;
}
.product-desc__container__rating_add_stars > div .rating-stars input {
  width: 1px;
  height: 15px;
  margin-left: 5px;
  opacity: 0;
}
.product-desc__container__rating_add_form {
  font-size: 1.5rem;
  font-weight: bold;
}
.product-desc__container__rating_add_form label {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.product-desc__container__rating_add_form input,
.product-desc__container__rating_add_form textarea {
  font-size: 1.4rem;
  border: 1px solid #E8E8E8;
  border-radius: 0px;
  padding: 10px;
}
.product-desc__container__rating_add_form input {
  min-height: 45px;
}
.product-desc__container__rating_add_form .form-group:not(:last-child) {
  margin-bottom: 3rem;
}
.product-desc__container__rating_add_form .form-group:last-child {
  margin-bottom: 0rem;
}
.product-desc__container .dropdown {
  display: inline-block !important;
}
.product-desc__container .dropdown .btn {
  font-size: 1.5rem;
  border: 1px solid var(--border);
  padding: 1rem 1.5rem;
  outline: none;
  box-shadow: none;
}
.product-desc__container .dropdown .dropdown-menu {
  font-size: 1.5rem;
  min-width: 100%;
}
.product-desc__container .dropdown .dropdown-menu .dropdown-item {
  padding: 1rem 1.5rem;
}
.product-desc__container .review-spinner {
  display: none;
  color: #bbb;
  margin-left: 5px;
}
.product-desc__container__reviews ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.product-desc__container__reviews ul .review {
  padding: 3rem 0;
  display: flex;
  width: 100%;
}
.product-desc__container__reviews ul .review:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.product-desc__container__reviews ul .review:last-child {
  padding-bottom: 0;
}
.product-desc__container__reviews ul .review__person {
  text-align: center;
  padding: 0rem var(--marginThree);
}
@media only screen and (max-width: 576px) {
  .product-desc__container__reviews ul .review__person {
    padding-left: 0;
  }
}
.product-desc__container__reviews ul .review__person__image {
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  margin: 0 auto;
  padding: 0.5rem;
}
.product-desc__container__reviews ul .review__person__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-desc__container__reviews ul .review__person__name {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__reviews ul .review__person__name {
    margin: 1rem 0;
  }
}
.product-desc__container__reviews ul .review__text {
  position: relative;
  padding: 0 1rem;
  width: 75%;
}
.product-desc__container__reviews ul .review__text .stars {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__reviews ul .review__text .stars {
    text-align: center;
  }
}
.product-desc__container__reviews ul .review__text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__reviews ul .review__text p {
    margin-top: 0;
  }
}
.product-desc__container__reviews ul .review__rating {
  padding: 0rem var(--marginThree);
}
@media only screen and (max-width: 576px) {
  .product-desc__container__reviews ul .review__rating {
    padding: var(--marginThree) 0 0;
  }
}
.product-desc__container__reviews ul .review__rating__like, .product-desc__container__reviews ul .review__rating__dislike {
  display: block;
  text-align: center;
  padding: 0;
}
.product-desc__container__reviews ul .review__rating__like__icon, .product-desc__container__reviews ul .review__rating__dislike__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 0.5rem 1rem;
  margin: 0 auto 1rem;
}
.product-desc__container__reviews ul .review__rating__like__icon svg, .product-desc__container__reviews ul .review__rating__dislike__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-desc__container__reviews ul .review__rating__like__icon {
  background-color: #54ab34;
}
.product-desc__container__reviews ul .review__rating__dislike__icon {
  background-color: #e62234;
  transform: rotate(180deg);
}
.product-desc__container__reviews .text {
  padding-top: var(--marginThree);
  font-size: 1.4rem;
}
.product-desc__container__price-comparison {
  margin-top: var(--marginFive);
  border-top: 1px solid var(--border);
}
.product-desc__container__price-comparison__prices {
  display: flex;
  gap: 4rem;
  margin: 3rem 0 var(--marginFive);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product-desc__container__price-comparison__prices {
    gap: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .product-desc__container__price-comparison__prices {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.product-desc__container__price-comparison__prices__item {
  padding: 2.5rem;
  background-color: var(--color10);
  text-align: center;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__price-comparison__prices__item {
    flex-direction: row;
    gap: 3rem;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
  }
}
.product-desc__container__price-comparison__prices__item > span {
  display: block;
  color: var(--color);
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__price-comparison__prices__item > span {
    font-size: 2rem;
  }
}
.product-desc__container__price-comparison__prices__item p {
  margin: 0;
}
.product-desc__container__price-comparison__prices__item p > span {
  display: block;
  font-weight: bold;
}
.product-desc__container__price-comparison__row {
  margin-top: 6rem;
}
.product-desc__container__price-comparison__row:not(:last-child) {
  margin-bottom: 5rem;
}
.product-desc__container__price-comparison__row h2 {
  text-align: center;
  overflow: hidden;
}
.product-desc__container__price-comparison__row h2::before, .product-desc__container__price-comparison__row h2::after {
  background-color: var(--border);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.product-desc__container__price-comparison__row h2::before {
  right: 2rem;
  margin-left: -50%;
}
.product-desc__container__price-comparison__row h2::after {
  left: 2rem;
  margin-right: -50%;
}
.product-desc__container__price-comparison__row .p-list {
  margin-top: 4rem;
}
.product-desc__container__price-comparison__row .p-list__item__desc:hover {
  text-decoration: underline;
}
.product-desc__container__price-comparison__row__products {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .product-desc__container__price-comparison__row__products {
    width: 100%;
  }
}
.product-desc__container__price-comparison__row__products__item {
  display: grid;
  grid-gap: 1rem;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.product-desc__container__price-comparison__row__products__item a {
  display: block;
  height: 200px;
  border: 1px var(--border) solid;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
@media only screen and (max-width: 576px) {
  .product-desc__container__price-comparison__row__products__item a {
    height: 150px;
  }
}
.product-desc__container__price-comparison__row__products__item a:hover, .product-desc__container__price-comparison__row__products__item a:focus {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-desc__container__price-comparison__row__products__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-desc__toplist {
  margin: 2rem 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media only screen and (max-width: 576px) {
  .product-desc__toplist {
    -moz-column-count: 1;
         column-count: 1;
    margin: 2rem 0 0;
  }
}
.product-desc__toplist .toplist-item {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.product-desc__toplist .toplist-item:not(:last-child) {
  margin-bottom: 1rem;
}
.product-desc__toplist .toplist-item.active .toplist-item__place {
  background-color: var(--color) !important;
  color: white;
}
.product-desc__toplist .toplist-item.active .toplist-item__name {
  font-weight: bold;
  text-decoration: underline;
  color: var(--color);
}
.product-desc__toplist .toplist-item:hover {
  text-decoration: none;
}
.product-desc__toplist .toplist-item:hover .toplist-item__place {
  background-color: var(--color20);
}
.product-desc__toplist .toplist-item:hover .toplist-item__name {
  text-decoration: underline;
}
.product-desc__toplist .toplist-item__place {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-right: 2rem;
  width: 3.8rem;
  height: 3.8rem;
  background-color: var(--color10);
  color: var(--color);
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.15s;
}
.product-desc__toplist .toplist-item__place b {
  position: relative;
}
.product-desc__toplist .toplist-item__place b::after {
  content: ".";
  position: absolute;
  bottom: 0;
  right: -3.5px;
}
.product-desc__toplist .toplist-item__image {
  flex-shrink: 0;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 2rem;
}
.product-desc__toplist .toplist-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-desc__toplist .toplist-item__name {
  color: #505050;
  font-size: 1.3rem;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-green {
  display: inline-block;
  background-color: #54ab34;
  border: 1px solid transparent;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  text-decoration: underline;
}
.btn-green:hover {
  background-color: #3f8127;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .btn-green {
    margin: 3rem 0 0;
  }
}

.center {
  text-align: center;
}

.btn-search-cupon {
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #96c24b;
  border: 1px solid #96c24b;
  transition: all 0.2s;
}
.btn-search-cupon svg {
  fill: #96c24b;
  transition: all 0.2s;
  margin-right: 2rem;
}
.btn-search-cupon:hover, .btn-search-cupon:focus {
  background-color: #96c24b;
  color: white;
  text-decoration: none;
}
.btn-search-cupon:hover svg, .btn-search-cupon:focus svg {
  fill: white;
}

.text-green-light {
  color: #96c24b;
}

#kupon-zlavy-step1,
#kupon-zlavy-step2,
#kupon-zlavy-step3 {
  display: flex;
  min-height: 45px;
  align-items: center;
  margin: 0px;
}

.rating-stars,
.rating-stars-readonly {
  position: relative;
  font-size: 2.4rem;
  color: var(--color);
}

.favorite-category {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  color: var(--base);
}
.favorite-category__item {
  background-color: var(--color100);
  border-radius: 0.8rem;
  margin-right: 1.1rem;
  margin-bottom: 1.1rem;
  padding: 1.2rem 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: inherit;
  transition: all 80ms cubic-bezier(0.28, 0.18, 0.46, 0.92);
}
.favorite-category__item:hover {
  color: #fff;
  background-color: var(--color200);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------
#) CATEGORY SECTION
---------------------------------------------------------------------------------------------------------- */
.category-section {
  margin-bottom: 3rem;
}
.category-section__header {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.category-section__title {
  color: var(--color);
  font-size: 3rem;
  font-weight: bold;
  text-transform: lowercase;
}
.category-section__title::first-letter {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .category-section__title {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) PRODUCT LIST
---------------------------------------------------------------------------------------------------------- */
.product-list {
  margin: 0 -1rem;
  margin-bottom: 2rem;
}
.product-list:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1475px) {
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 1199px) {
  .product-list {
    margin-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .product-list {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(33vw, 1fr));
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 320px) {
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) PRODUCT ITEM
---------------------------------------------------------------------------------------------------------- */
.product-item {
  background: var(--color100);
  border-radius: 0.8rem;
  transition: box-shadow 140ms cubic-bezier(0.28, 0.18, 0.46, 0.92);
  float: left;
  width: calc(20% - 2rem);
  margin: 0 1rem 2rem 1rem;
}
@media (max-width: 1475px) {
  .product-item {
    width: calc(20% - 2rem);
  }
}
@media (max-width: 1199px) {
  .product-item {
    width: calc(33.33% - 2rem);
  }
}
@media (max-width: 576px) {
  .product-item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 320px) {
  .product-item {
    width: calc(100% - 2rem);
  }
}
.product-item:hover {
  box-shadow: 0px 0px 2.8rem #37006047;
}
.product-item__content {
  overflow: hidden;
  padding: 1rem;
}
.product-item__container {
  width: auto;
  background: #fff;
  min-height: 1px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 23rem;
}
@media only screen and (max-width: 576px) {
  .product-item__container {
    height: 18rem;
  }
}
.product-item__price {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: var(--base);
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: 0px 0px 0.6rem #00000029;
  background: #fff;
  border-radius: 0.7rem;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 576px) {
  .product-item__price {
    font-size: 1.2rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
.product-item__price-value {
  padding: 0.7rem 1.1rem 0.5rem;
}
@media (max-width: 576px) {
  .product-item__price-value {
    padding: 0.3rem 0.6rem 1px;
  }
}
.product-item__price-before {
  display: block;
  padding: 0.7rem 1.1rem;
  background-color: #ff0000;
  color: #fff;
}
@media (max-width: 576px) {
  .product-item__price-before {
    padding: 0.3rem 0.6rem;
  }
}
.product-item__price-after {
  text-decoration: line-through;
}
.product-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  z-index: 5;
}
.product-item__name {
  display: block;
  color: var(--color);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0.8rem 1.2rem;
  height: 3.5rem;
  overflow: hidden;
}
.product-item__name h2 {
  font: inherit;
}
.product-item__description {
  font-size: 1.3rem;
  color: var(--base400);
  margin: 0 0.8rem 1.2rem;
  line-height: 1.35;
  height: 5rem;
  overflow: hidden;
}
.product-item__similar a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1.3rem;
  color: var(--base400);
  padding: 0 2rem 0 0.8rem;
}
.product-item__similar a:hover {
  color: inherit;
}

/* ----------------------------------------------------------------------------------------------------------
#) BREADCRUMBS
---------------------------------------------------------------------------------------------------------- */
.breadcrumbs {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 1.1rem 0;
  color: #505050;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.breadcrumbs__item {
  color: inherit;
  text-transform: uppercase;
}
.breadcrumbs__item::after {
  content: ">";
  font-size: 1.5rem;
  margin: -1rem 1rem;
  display: inline-block;
  transform: translateY(1px);
}
@media (max-width: 576px) {
  .breadcrumbs__item::after {
    margin: -1rem 0.5rem;
  }
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item:hover {
  color: inherit;
}

/* ----------------------------------------------------------------------------------------------------------
#) NAVIGATION LIST
---------------------------------------------------------------------------------------------------------- */
.navigation-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 3rem;
  padding-top: 4rem;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 576px) {
  .navigation-list {
    margin-bottom: 3rem 0;
  }
}
.navigation-list__nav {
  display: flex;
}
.navigation-list__nav__item {
  width: 3.9rem;
  height: 3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #505050;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  background-color: #ebebeb;
  transition: all 0.1s;
}
.navigation-list__nav__item--separator {
  display: flex;
  width: 3rem;
  background-color: transparent;
}
.navigation-list__nav__item--separator:hover {
  background-color: transparent !important;
}
.navigation-list__nav__item:not(:last-child) {
  margin-right: 0.5rem;
}
.navigation-list__nav__item.active {
  background-color: var(--color);
  color: white;
}
.navigation-list__nav__item.active:hover {
  background-color: var(--color);
  color: white;
}
.navigation-list__nav__item:hover {
  text-decoration: none;
  color: #505050;
  background-color: rgba(80, 80, 80, 0.2);
}

/* ----------------------------------------------------------------------------------------------------------
#) SIMILAR LIST
---------------------------------------------------------------------------------------------------------- */
.similar-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.similar-list__item {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex: 0 1 calc(33.33% - 1.2rem);
  height: 185px;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  margin: 0 1.8rem 1.8rem 0;
  transition: border-color 160ms cubic-bezier(0.28, 0.18, 0.46, 0.92);
  color: var(--base);
  min-width: 0px;
}
.similar-list__item:hover {
  border-color: var(--color200);
  text-decoration: none;
  color: inherit;
}
.similar-list__item:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1475px) {
  .similar-list__item {
    flex: 0 1 calc(33.33% - 1.2rem);
  }
}
@media (max-width: 1199px) {
  .similar-list__item {
    flex: 0 1 calc(50% - 0.9rem);
  }
  .similar-list__item:nth-child(3n+3) {
    margin-right: 1.8rem;
  }
  .similar-list__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .similar-list__item {
    flex: 1 1 100%;
    margin-right: 0 !important;
  }
}
.similar-list:nth-child(3n+3) {
  margin-right: 0;
}
.similar-list__title {
  padding: 1.8rem 2.1rem 0 2.1rem;
  margin-bottom: 1rem;
  color: var(--base);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  font-size: 2rem;
}
.similar-list__title:hover {
  color: var(--base);
  text-decoration: none;
}
.similar-list__nav {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 1.1rem;
}
.similar-list__nav-item {
  flex: 0 1 25%;
  height: 11.3rem;
  margin-right: 1.3rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.similar-list__nav-item:last-child {
  margin-right: 0;
}
.similar-list__nav-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.025);
}
.similar-list__nav-item--counter {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(248, 245, 251, 0.5);
}
.similar-list__nav-item--counter::before {
  display: none;
}
.similar-list__nav-item-image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.similar-list__nav-item-count {
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 1475px) {
  .similar-list__nav-item-count {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) APP FOOTER
---------------------------------------------------------------------------------------------------------- */
.app-footer {
  padding: 4rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .app-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.app-footer .container-small {
  display: flex;
  flex-wrap: wrap;
}
.app-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
.app-footer__nav__item {
  display: block;
  color: #505050;
  line-height: 1.8;
}
.app-footer__nav__item:hover {
  color: inherit;
}
.app-footer__nav__item:not(:last-child) {
  margin-right: 3rem;
}
.app-footer--border {
  border-top: 1px solid var(--border);
}
.app-footer__copy {
  margin-right: 7rem;
  color: #505050;
}
@media (max-width: 576px) {
  .app-footer__copy {
    margin: 1rem 0;
    margin-right: 3rem;
    order: 2;
  }
}

/* ----------------------------------------------------------------------------------------------------------
#) AUTOCOMPLETE
---------------------------------------------------------------------------------------------------------- */
.autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border: 1px solid var(--border);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translate(0, -1px);
  max-height: 60vh;
  overflow-y: auto;
  display: none;
}
.autocomplete.active {
  display: block;
}
.autocomplete::-webkit-scrollbar {
  width: 0.5rem;
}
.autocomplete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.07);
}
.autocomplete::-webkit-scrollbar-thumb {
  background-color: var(--border);
}
.autocomplete__list {
  margin: 0;
  padding: 1.5rem 0.7rem;
  list-style: none;
  color: var(--base);
}
.autocomplete__list-link {
  display: block;
  color: inherit;
  font-size: 1.5rem;
  padding: 0.7rem 0.8rem;
}
.autocomplete__list-link:hover {
  color: inherit;
  background: #f3f3f3;
  text-decoration: none;
}
.autocomplete__list-link em {
  color: var(--color);
  font-weight: bold;
  font-style: normal;
}