

/* Start:/local/templates/eshop_bootstrap_v4/assets/bootstrap.min.css?1719302620193352*/
@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    /*scroll-behavior: smooth;*/
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  border: 1px solid transparent;
  background-color: transparent;
  border-bottom-color: #d8d8d8;
  box-shadow: none;

}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  /*color: #212529;*/
  /*background-color: #fff;*/
  /*border-color: #86b7fe;*/
  outline: 0;
  /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/

  /*border-bottom-color: #000;*/
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #928656;
  border-color: #928656;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  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;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  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[style] {
  right: auto !important;
}

.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.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;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

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

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/*.toast {*/
/*  width: 350px;*/
/*  max-width: 100%;*/
/*  font-size: 0.875rem;*/
/*  pointer-events: auto;*/
/*  background-color: rgba(255, 255, 255, 0.85);*/
/*  background-clip: padding-box;*/
/*  border: 1px solid rgba(0, 0, 0, 0.1);*/
/*  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
/*  border-radius: 0.25rem;*/
/*}*/
/*.toast:not(.showing):not(.show) {*/
/*  opacity: 0;*/
/*}*/
/*.toast.hide {*/
/*  display: none;*/
/*}*/
/*.toast-container {*/
/*  width: -webkit-max-content;*/
/*  width: -moz-max-content;*/
/*  width: max-content;*/
/*  max-width: 100%;*/
/*  pointer-events: none;*/
/*}*/
/*.toast-container > :not(:last-child) {*/
/*  margin-bottom: 0.75rem;*/
/*}*/
/*.toast-header {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  padding: 0.5rem 0.75rem;*/
/*  color: #6c757d;*/
/*  background-color: rgba(255, 255, 255, 0.85);*/
/*  background-clip: padding-box;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
/*  border-top-left-radius: calc(0.25rem - 1px);*/
/*  border-top-right-radius: calc(0.25rem - 1px);*/
/*}*/
/*.toast-header .btn-close {*/
/*  margin-right: -0.375rem;*/
/*  margin-left: 0.75rem;*/
/*}*/
/*.toast-body {*/
/*  padding: 0.75rem;*/
/*}*/

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-popover-end, .bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem !important;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-start, .bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem !important;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators li {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-end-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

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

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

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

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

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

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

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

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

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

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

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

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

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/assets/opt-form.css?17254507153279*/
.section-opt-form {
    padding: 20px 0;
    text-align: center;
}

.opt-form__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: -5px;
}

.opt-form__subtitle {
    font-size: 22px;
    margin-bottom: 30px;
}

.opt-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opt-form__field {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.opt-form__input {
    width: 100%;
    border: 2px solid #d0d0d0;
    display: block;
    padding: 13px 30px 13px 30px;
    outline: none;
}

.opt-form__sphere {
    margin-bottom: 30px;
    border-radius: 8px;
    background: #F9F9F9;
    padding: 25px 4px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.opt-form__sphere-title {
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.opt-form__sphere-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 18px;
}

.opt-form__sphere-field {
    width: 49%;
    margin-bottom: 20px;
}

.opt-form__sphere-radio {
    display: none;
}

.checkbox-square {
    border: 1px solid #5C6E85;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
}
.checkbox-square+span {
  display: inline-block;
  text-align: left;
}
.opt-form__sphere .opt-form__sphere-label .opt-form__sphere-radio:checked + .checkbox-square {
    background-image: url(/local/templates/eshop_bootstrap_v4/images/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #aea191;
    border-color: #aea191;
    cursor: pointer;
}

.opt-form__field_agree {
    display: flex ;
    align-items: center;
    gap: 5px;
    margin: 0 auto 15px;
    cursor: pointer;
    width: 100%;
   justify-content: center;
}

.opt-form__field_agree [type="checkbox"] {
    display: none;
}

.opt-form__field_agree [type="checkbox"]:checked+.checkbox-square {
    background-image: url(/local/templates/eshop_bootstrap_v4/images/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #aea191;
    border-color: #aea191;
    cursor: pointer;
}

.opt-form__button {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #aea191;
    font-size: 18px;
    height: 46px;
    width: 300px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s;
    border: none;
    max-width: 100%;
}
.opt-form__button:active,
.opt-form__button:focus,
.opt-form__button:hover {
    outline: none;
}

@media screen and (max-width: 768px) {
    .opt-form__field {
        width: 100%;
    }

    .opt-form__sphere-field {
        width: 100%;
    }

    .opt-form__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .opt-form__subtitle {
        font-size: 20px;
    }
}

.opt-form__success {
    width: 100%;
}

.opt-form__success a {
    text-decoration: underline;
}




/* End */


/* Start:/local/templates/eshop_bootstrap_v4/assets/toastr.min.css?17193026206741*/
/* * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance, * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use, * make sure you copy the url from the website since the url may change between versions. * */.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/assets/theme.css?1743579775703765*/
@charset "UTF-8";
/*********************************************************************************
    Template Name: Durotan - Minimalist & Modern Ecommerce HTML Template
    Version: 1.0
**********************************************************************************/
/* --------------------------------------------------
Table of Content:

1. Google Fonts
2. Basic Styles
3. Layout styles
4. Plugins styles
5. Default header styles
6. Default footer styles
7. Home styles
   7.1 Featured collections styles
   7.2 About us styles
   7.3 Brands styles
   7.4 Default slider styles
   7.5 Instagram styles
   7.6 Our journal styles
   7.7 Our products styles
8. Pages styles
   8.1 About styles
   8.2 Blog styles
   8.3 Blog with sidebar styles
   8.4 Checkout styles
   8.5 Collection styles
   8.6 Coming soon styles
   8.7 Contact styles
   8.8 Faq styles
   8.9 Login styles
   8.10 404 styles
   8.11 Order complete styles
   8.12 Page with breadcrumb image styles
   8.13 Post styles
   8.14 Shop categories styles
   8.15 Shopping cart styles
   8.16 Wishlist styles
9. Product styles
10. Popups styles
   10.1 Newsletter popup styles
   10.2 Quickview popup styles
   10.3 Search popup styles
11. Home full width styles
   11.1 Full width Banners styles
   11.2 Full width Canvas cart styles
   11.3 Full width Canvas menu styles
   11.4 Full width footer styles
   11.5 Full width header styles
   11.6 Full width our journal styles
   11.7 Full width product tabs styles
   11.8 Full width slider styles
12. Home modern styles
   12.1 Modern banners styles
   12.2 Modern deal week styles
   12.3 Modern footer styles
   12.4 Modern header styles
   12.5 Modern main banner styles
   12.6 Modern our journal styles
   12.7 Modern our products styles
   12.8 Modern perfect gift styles
13. Home collection styles
   13.1 Collection banners styles
   13.2 Collection features styles
   13.3 Collection footer styles
   13.4 Collection header styles
   13.5 Collection our journal styles
   13.6 Collection our products styles
   13.7 Collection slider styles
   13.8 Collection video styles
14. Home dark styles
   14.1 Dark banners styles
   14.2 Dark bestseller product styles
   14.3 Dark brands styles
   14.4 Dark footer styles
   14.5 Dark header styles
   14.6 Dark intro text styles
   14.7 Dark our products styles
   14.8 Dark slider styles
   14.9 Dark testimonials styles
   14.10 Dark video styles
15. Home classic styles
   15.1 Classic banners styles
   15.2 Classic brands styles
   15.3 Classic collection banners styles
   15.4 Classic footer styles
   15.5 Classic header styles
   15.6 Classic intro text styles
   15.7 Classic limited edition styles
   15.8 Classic newsletter styles
   15.9 Classic our journal styles
   15.10 Classic our products styles
16. Home best selling styles
   16.1 Best selling header styles
   16.2 Best selling slider styles
17. Home sidebar styles
   17.1 Sidebar categories styles
   17.2 Sidebar footer styles
   17.3 Sidebar header styles
   17.4 Sidebar instagram styles
   17.5 Sidebar our products styles
   17.6 Sidebar product styles
   17.7 Sidebar testimonials styles
18. Home minimal styles
   18.1 Minimal about styles
   18.2 Minimal footer styles
   18.3 Minimal header styles
   18.4 Minimal instagram styles
   18.5 Minimal our journal styles
   18.6 Minimal our products styles
   18.8 Minimal slider styles
   18.9 Minimal tweet styles
19. Home shoppable styles
   19.1 Shoppable banners styles
   19.2 Shoppable features styles
   19.3 Shoppable footer styles
   19.4 Shoppable header styles
   19.5 Shoppable main banner styles
   19.6 Shoppable new in styles
   19.7 Shoppable our journal styles
   19.8 Shoppable our products styles
   19.9 Shoppable product styles
   19.10 Shoppable video styles
=======================================================================*/
/* ==========================================================================
   1. Google Fonts
   ========================================================================== */
/* ==========================================================================
   #JOST
   ========================================================================== */

@font-face {
  font-family: 'LineIconsPro Regular';
  src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.eot");
  src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.eot") format("embedded-opentype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.woff2") format("woff2"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.woff") format("woff"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.ttf") format("truetype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
  
@font-face {
  font-family: 'NeutralFace';
  src: url('/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.eot');
  src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.eot") format("embedded-opentype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.woff2") format("woff2"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.woff") format("woff"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.ttf") format("truetype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.eot');
    src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.eot") format("embedded-opentype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.woff2") format("woff2"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.woff") format("woff"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.ttf") format("truetype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/NeutralFace/NeutralFace-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.lnir {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIconsPro Regular';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lnir-sm {
  font-size: 0.8em; }

.lnir-lg {
  font-size: 1.2em; }

/* absolute units */
.lnir-16 {
  font-size: 16px; }

.lnir-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lnir-bg-square,
.lnir-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.lnir-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lnir-ul {
  padding-left: 0;
  list-style-type: none; }

.lnir-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4; }

.lnir-ul > li > .lnir {
  margin-right: 0.4em;
  line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.lnir-is-spinning {
  -webkit-animation: lnir-spin 2s infinite linear;
  -moz-animation: lnir-spin 2s infinite linear;
  animation: lnir-spin 2s infinite linear; }

@-webkit-keyframes lnir-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes lnir-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes lnir-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.lnir-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.lnir-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lnir-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.lnir-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.lnir-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.lnir-500px::before {
  content: "\ea02"; }

.lnir-adobe::before {
  content: "\ea03"; }

.lnir-airbnb::before {
  content: "\ea04"; }

.lnir-amazon-original::before {
  content: "\ea05"; }

.lnir-amazon-pay::before {
  content: "\ea06"; }

.lnir-amazon::before {
  content: "\ea07"; }

.lnir-angellist::before {
  content: "\ea08"; }

.lnir-android-original::before {
  content: "\ea09"; }

.lnir-android::before {
  content: "\ea0a"; }

.lnir-amex::before {
  content: "\ea0b"; }

.lnir-angular::before {
  content: "\ea0c"; }

.lnir-atlassian::before {
  content: "\ea0d"; }

.lnir-apple-pay::before {
  content: "\ea0e"; }

.lnir-apple::before {
  content: "\ea0f"; }

.lnir-app-store::before {
  content: "\ea10"; }

.lnir-aws::before {
  content: "\ea11"; }

.lnir-behance-original::before {
  content: "\ea12"; }

.lnir-behance::before {
  content: "\ea13"; }

.lnir-bitbucket::before {
  content: "\ea14"; }

.lnir-chrome::before {
  content: "\ea15"; }

.lnir-bitcoin::before {
  content: "\ea16"; }

.lnir-codepen::before {
  content: "\ea17"; }

.lnir-bootstrap::before {
  content: "\ea18"; }

.lnir-css3::before {
  content: "\ea19"; }

.lnir-blogger::before {
  content: "\ea1a"; }

.lnir-dev::before {
  content: "\ea1b"; }

.lnir-diners-club::before {
  content: "\ea1c"; }

.lnir-discord::before {
  content: "\ea1d"; }

.lnir-discover::before {
  content: "\ea1e"; }

.lnir-docker::before {
  content: "\ea1f"; }

.lnir-dribbble::before {
  content: "\ea20"; }

.lnir-dropbox::before {
  content: "\ea21"; }

.lnir-drupal-original::before {
  content: "\ea22"; }

.lnir-drupal::before {
  content: "\ea23"; }

.lnir-edge::before {
  content: "\ea24"; }

.lnir-envato::before {
  content: "\ea25"; }

.lnir-facebook-filled::before {
  content: "\ea26"; }

.lnir-cpanel::before {
  content: "\ea27"; }

.lnir-creative-commons::before {
  content: "\ea28"; }

.lnir-facebook-messenger::before {
  content: "\ea29"; }

.lnir-facebook-original::before {
  content: "\ea2a"; }

.lnir-facebook-oval::before {
  content: "\ea2b"; }

.lnir-facebook::before {
  content: "\ea2c"; }

.lnir-figma::before {
  content: "\ea2d"; }

.lnir-firefox-original::before {
  content: "\ea2e"; }

.lnir-firefox::before {
  content: "\ea2f"; }

.lnir-flickr::before {
  content: "\ea30"; }

.lnir-git::before {
  content: "\ea31"; }

.lnir-github-original::before {
  content: "\ea32"; }

.lnir-github::before {
  content: "\ea33"; }

.lnir-goodreads::before {
  content: "\ea34"; }

.lnir-google-drive::before {
  content: "\ea35"; }

.lnir-google-pay::before {
  content: "\ea36"; }

.lnir-google-wallet::before {
  content: "\ea37"; }

.lnir-google::before {
  content: "\ea38"; }

.lnir-hacker-news::before {
  content: "\ea39"; }

.lnir-html5::before {
  content: "\ea3a"; }

.lnir-instagram-filled::before {
  content: "\ea3b"; }

.lnir-instagram-original::before {
  content: "\ea3c"; }

.lnir-instagram::before {
  content: "\ea3d"; }

.lnir-javascript::before {
  content: "\ea3e"; }

.lnir-jcb::before {
  content: "\ea3f"; }

.lnir-joomla::before {
  content: "\ea40"; }

.lnir-laravel::before {
  content: "\ea41"; }

.lnir-lineicons-alt::before {
  content: "\ea42"; }

.lnir-dropbox-original::before {
  content: "\ea43"; }

.lnir-linkedin-original::before {
  content: "\ea44"; }

.lnir-mailchimp::before {
  content: "\ea45"; }

.lnir-mastercard::before {
  content: "\ea46"; }

.lnir-medium::before {
  content: "\ea47"; }

.lnir-megento::before {
  content: "\ea48"; }

.lnir-microsoft::before {
  content: "\ea49"; }

.lnir-nodejs-alt::before {
  content: "\ea4a"; }

.lnir-nodejs::before {
  content: "\ea4b"; }

.lnir-npm::before {
  content: "\ea4c"; }

.lnir-opera::before {
  content: "\ea4d"; }

.lnir-patreon::before {
  content: "\ea4e"; }

.lnir-paypal-original::before {
  content: "\ea4f"; }

.lnir-paypal::before {
  content: "\ea50"; }

.lnir-php::before {
  content: "\ea51"; }

.lnir-line::before {
  content: "\ea52"; }

.lnir-lineicons::before {
  content: "\ea53"; }

.lnir-linkedin::before {
  content: "\ea54"; }

.lnir-pinterest::before {
  content: "\ea55"; }

.lnir-play-store::before {
  content: "\ea56"; }

.lnir-producthunt::before {
  content: "\ea57"; }

.lnir-python::before {
  content: "\ea58"; }

.lnir-quora::before {
  content: "\ea59"; }

.lnir-react::before {
  content: "\ea5a"; }

.lnir-reddit::before {
  content: "\ea5b"; }

.lnir-shopify::before {
  content: "\ea5c"; }

.lnir-sketch::before {
  content: "\ea5d"; }

.lnir-skype::before {
  content: "\ea5e"; }

.lnir-slack::before {
  content: "\ea5f"; }

.lnir-slideshare::before {
  content: "\ea60"; }

.lnir-snapchat::before {
  content: "\ea61"; }

.lnir-souncloud-original::before {
  content: "\ea62"; }

.lnir-soundcloud::before {
  content: "\ea63"; }

.lnir-spotify-original::before {
  content: "\ea64"; }

.lnir-spotify::before {
  content: "\ea65"; }

.lnir-stackoverflow::before {
  content: "\ea66"; }

.lnir-swift::before {
  content: "\ea67"; }

.lnir-telegram-original::before {
  content: "\ea68"; }

.lnir-telegram::before {
  content: "\ea69"; }

.lnir-trello::before {
  content: "\ea6a"; }

.lnir-stripe::before {
  content: "\ea6b"; }

.lnir-tumblr::before {
  content: "\ea6c"; }

.lnir-stumbleupon::before {
  content: "\ea6d"; }

.lnir-twitter-original::before {
  content: "\ea6e"; }

.lnir-twitter::before {
  content: "\ea6f"; }

.lnir-ubuntu::before {
  content: "\ea70"; }

.lnir-vimeo::before {
  content: "\ea71"; }

.lnir-twitch::before {
  content: "\ea72"; }

.lnir-steam::before {
  content: "\ea73"; }

.lnir-twitter-filled::before {
  content: "\ea74"; }

.lnir-visa::before {
  content: "\ea75"; }

.lnir-vk::before {
  content: "\ea76"; }

.lnir-wechat::before {
  content: "\ea77"; }

.lnir-whatsapp::before {
  content: "\ea78"; }

.lnir-windows::before {
  content: "\ea79"; }

.lnir-wordpress-filled::before {
  content: "\ea7a"; }

.lnir-wordpress::before {
  content: "\ea7b"; }

.lnir-yahoo::before {
  content: "\ea7c"; }

.lnir-ycombinator::before {
  content: "\ea7d"; }

.lnir-youtube::before {
  content: "\ea7e"; }

.lnir-anchor::before {
  content: "\ea7f"; }

.lnir-bi-cycle::before {
  content: "\ea80"; }

.lnir-boarding-pass-alt::before {
  content: "\ea81"; }

.lnir-boarding-pass::before {
  content: "\ea82"; }

.lnir-java::before {
  content: "\ea83"; }

.lnir-jsfiddle::before {
  content: "\ea84"; }

.lnir-bridge::before {
  content: "\ea85"; }

.lnir-bullhorn::before {
  content: "\ea86"; }

.lnir-bus::before {
  content: "\ea87"; }

.lnir-car-alt::before {
  content: "\ea88"; }

.lnir-car::before {
  content: "\ea89"; }

.lnir-caravan::before {
  content: "\ea8a"; }

.lnir-chat-add::before {
  content: "\ea8b"; }

.lnir-chat-minus::before {
  content: "\ea8c"; }

.lnir-comments-alt::before {
  content: "\ea8d"; }

.lnir-comments-reply::before {
  content: "\ea8e"; }

.lnir-comments::before {
  content: "\ea8f"; }

.lnir-envelope-alt::before {
  content: "\ea90"; }

.lnir-helicopter::before {
  content: "\ea91"; }

.lnir-inbox::before {
  content: "\ea92"; }

.lnir-megaphone::before {
  content: "\ea93"; }

.lnir-message-attachement::before {
  content: "\ea94"; }

.lnir-message-block::before {
  content: "\ea95"; }

.lnir-message-check::before {
  content: "\ea96"; }

.lnir-message-cross::before {
  content: "\ea97"; }

.lnir-message-desktop::before {
  content: "\ea98"; }

.lnir-message-edit::before {
  content: "\ea99"; }

.lnir-message-forward::before {
  content: "\ea9a"; }

.lnir-message-incoming::before {
  content: "\ea9b"; }

.lnir-message-laptop::before {
  content: "\ea9c"; }

.lnir-message-lock::before {
  content: "\ea9d"; }

.lnir-message-love::before {
  content: "\ea9e"; }

.lnir-message-minus::before {
  content: "\ea9f"; }

.lnir-message-outgoing::before {
  content: "\eaa0"; }

.lnir-message-plus::before {
  content: "\eaa1"; }

.lnir-message-reply::before {
  content: "\eaa2"; }

.lnir-message-search::before {
  content: "\eaa3"; }

.lnir-message-share::before {
  content: "\eaa4"; }

.lnir-mobile-chat::before {
  content: "\eaa5"; }

.lnir-page::before {
  content: "\eaa6"; }

.lnir-phone-block::before {
  content: "\eaa7"; }

.lnir-phone-caling::before {
  content: "\eaa8"; }

.lnir-phone-conference::before {
  content: "\eaa9"; }

.lnir-phone-cut::before {
  content: "\eaaa"; }

.lnir-phone-forward::before {
  content: "\eaab"; }

.lnir-phone-incoming::before {
  content: "\eaac"; }

.lnir-phone-misscall::before {
  content: "\eaad"; }

.lnir-phone-outgoing::before {
  content: "\eaae"; }

.lnir-phone-pause::before {
  content: "\eaaf"; }

.lnir-phone-redial::before {
  content: "\eab0"; }

.lnir-phone-ring::before {
  content: "\eab1"; }

.lnir-phone-set::before {
  content: "\eab2"; }

.lnir-phone::before {
  content: "\eab3"; }

.lnir-plane-alt::before {
  content: "\eab4"; }

.lnir-plane::before {
  content: "\eab5"; }

.lnir-popup::before {
  content: "\eab6"; }

.lnir-postcard-alt::before {
  content: "\eab7"; }

.lnir-postcard::before {
  content: "\eab8"; }

.lnir-reply::before {
  content: "\eab9"; }

.lnir-road::before {
  content: "\eaba"; }

.lnir-scooter::before {
  content: "\eabb"; }

.lnir-ship::before {
  content: "\eabc"; }

.lnir-support::before {
  content: "\eabd"; }

.lnir-target-mail::before {
  content: "\eabe"; }

.lnir-taxi::before {
  content: "\eabf"; }

.lnir-train-alt::before {
  content: "\eac0"; }

.lnir-train::before {
  content: "\eac1"; }

.lnir-boundary::before {
  content: "\eac2"; }

.lnir-bricks-alt::before {
  content: "\eac3"; }

.lnir-bricks::before {
  content: "\eac4"; }

.lnir-bulldozer::before {
  content: "\eac5"; }

.lnir-cone::before {
  content: "\eac6"; }

.lnir-construction-hammer::before {
  content: "\eac7"; }

.lnir-construction-rular::before {
  content: "\eac8"; }

.lnir-construction::before {
  content: "\eac9"; }

.lnir-door-alt::before {
  content: "\eaca"; }

.lnir-drill::before {
  content: "\eacb"; }

.lnir-fence::before {
  content: "\eacc"; }

.lnir-hammer-alt::before {
  content: "\eacd"; }

.lnir-envelope::before {
  content: "\eace"; }

.lnir-joomla-original::before {
  content: "\eacf"; }

.lnir-bubble::before {
  content: "\ead0"; }

.lnir-door::before {
  content: "\ead1"; }

.lnir-helmet::before {
  content: "\ead2"; }

.lnir-hook::before {
  content: "\ead3"; }

.lnir-house-alt-1::before {
  content: "\ead4"; }

.lnir-house-alt::before {
  content: "\ead5"; }

.lnir-house-heart::before {
  content: "\ead6"; }

.lnir-house-plan::before {
  content: "\ead7"; }

.lnir-house::before {
  content: "\ead8"; }

.lnir-measuring-tape::before {
  content: "\ead9"; }

.lnir-paint-bucket::before {
  content: "\eada"; }

.lnir-paint-roller-alt-1::before {
  content: "\eadb"; }

.lnir-paint-roller-alt::before {
  content: "\eadc"; }

.lnir-paint-roller::before {
  content: "\eadd"; }

.lnir-pipe::before {
  content: "\eade"; }

.lnir-ruler-alt::before {
  content: "\eadf"; }

.lnir-ruler-pencil::before {
  content: "\eae0"; }

.lnir-ruler::before {
  content: "\eae1"; }

.lnir-saw-alt::before {
  content: "\eae2"; }

.lnir-saw::before {
  content: "\eae3"; }

.lnir-screw::before {
  content: "\eae4"; }

.lnir-screwdriver::before {
  content: "\eae5"; }

.lnir-shovel::before {
  content: "\eae6"; }

.lnir-toolbox::before {
  content: "\eae7"; }

.lnir-triangle-ruler-1::before {
  content: "\eae8"; }

.lnir-triangle-ruler::before {
  content: "\eae9"; }

.lnir-trowel-alt::before {
  content: "\eaea"; }

.lnir-trowel::before {
  content: "\eaeb"; }

.lnir-wheelbarrow::before {
  content: "\eaec"; }

.lnir-wrench::before {
  content: "\eaed"; }

.lnir-brush-alt::before {
  content: "\eaee"; }

.lnir-brush::before {
  content: "\eaef"; }

.lnir-color-palette::before {
  content: "\eaf0"; }

.lnir-crop-alt::before {
  content: "\eaf1"; }

.lnir-crop::before {
  content: "\eaf2"; }

.lnir-grid-alt::before {
  content: "\eaf3"; }

.lnir-grid::before {
  content: "\eaf4"; }

.lnir-highlight-alt::before {
  content: "\eaf5"; }

.lnir-highlight::before {
  content: "\eaf6"; }

.lnir-image-crop::before {
  content: "\eaf7"; }

.lnir-layers-alt-1::before {
  content: "\eaf8"; }

.lnir-layers-alt::before {
  content: "\eaf9"; }

.lnir-layers::before {
  content: "\eafa"; }

.lnir-layout-alt-1::before {
  content: "\eafb"; }

.lnir-layout-alt-2::before {
  content: "\eafc"; }

.lnir-layout-alt::before {
  content: "\eafd"; }

.lnir-layout::before {
  content: "\eafe"; }

.lnir-magic-wand::before {
  content: "\eaff"; }

.lnir-margin::before {
  content: "\eb00"; }

.lnir-move::before {
  content: "\eb01"; }

.lnir-pallet::before {
  content: "\eb02"; }

.lnir-rotate::before {
  content: "\eb03"; }

.lnir-scaling::before {
  content: "\eb04"; }

.lnir-select::before {
  content: "\eb05"; }

.lnir-size::before {
  content: "\eb06"; }

.lnir-slice::before {
  content: "\eb07"; }

.lnir-transform::before {
  content: "\eb08"; }

.lnir-ux::before {
  content: "\eb09"; }

.lnir-vector-alt::before {
  content: "\eb0a"; }

.lnir-vector-pen::before {
  content: "\eb0b"; }

.lnir-vector::before {
  content: "\eb0c"; }

.lnir-angle-double-down::before {
  content: "\eb0d"; }

.lnir-angle-double-left::before {
  content: "\eb0e"; }

.lnir-angle-double-right::before {
  content: "\eb0f"; }

.lnir-angle-double-up::before {
  content: "\eb10"; }

.lnir-arrow-double-down::before {
  content: "\eb11"; }

.lnir-arrow-double-left::before {
  content: "\eb12"; }

.lnir-arrow-double-right::before {
  content: "\eb13"; }

.lnir-arrow-double-top::before {
  content: "\eb14"; }

.lnir-arrow-down-circle::before {
  content: "\eb15"; }

.lnir-arrow-down::before {
  content: "\eb16"; }

.lnir-arrow-expand-alt::before {
  content: "\eb17"; }

.lnir-arrow-expand::before {
  content: "\eb18"; }

.lnir-arrow-left-circle::before {
  content: "\eb19"; }

.lnir-arrow-left::before {
  content: "\eb1a"; }

.lnir-arrow-minimize-alt::before {
  content: "\eb1b"; }

.lnir-arrow-minimize::before {
  content: "\eb1c"; }

.lnir-arrow-right-circle::before {
  content: "\eb1d"; }

.lnir-arrow-right::before {
  content: "\eb1e"; }

.lnir-arrow-top-left::before {
  content: "\eb1f"; }

.lnir-arrow-top-right::before {
  content: "\eb20"; }

.lnir-arrow-up-circle::before {
  content: "\eb21"; }

.lnir-arrow-up::before {
  content: "\eb22"; }

.lnir-arrows-horizontal::before {
  content: "\eb23"; }

.lnir-arrows-vertical::before {
  content: "\eb24"; }

.lnir-axis::before {
  content: "\eb25"; }

.lnir-chevron-down-circle::before {
  content: "\eb26"; }

.lnir-chevron-down::before {
  content: "\eb27"; }

.lnir-chevron-left-circle::before {
  content: "\eb28"; }

.lnir-chevron-left::before {
  content: "\eb29"; }

.lnir-chevron-right-circle::before {
  content: "\eb2a"; }

.lnir-chevron-right::before {
  content: "\eb2b"; }

.lnir-chevron-up-circle::before {
  content: "\eb2c"; }

.lnir-chevron-up::before {
  content: "\eb2d"; }

.lnir-direction-alt::before {
  content: "\eb2e"; }

.lnir-direction-ltr::before {
  content: "\eb2f"; }

.lnir-direction-rtl::before {
  content: "\eb30"; }

.lnir-direction::before {
  content: "\eb31"; }

.lnir-down-arrow-box::before {
  content: "\eb32"; }

.lnir-down-left-arrow-box::before {
  content: "\eb33"; }

.lnir-down-right-arrow-box::before {
  content: "\eb34"; }

.lnir-enter::before {
  content: "\eb35"; }

.lnir-exit-down::before {
  content: "\eb36"; }

.lnir-exit-up::before {
  content: "\eb37"; }

.lnir-exit::before {
  content: "\eb38"; }

.lnir-left-arrow-box::before {
  content: "\eb39"; }

.lnir-pointer-down::before {
  content: "\eb3a"; }

.lnir-pointer-left::before {
  content: "\eb3b"; }

.lnir-pointer-right::before {
  content: "\eb3c"; }

.lnir-pointer-up::before {
  content: "\eb3d"; }

.lnir-right-arrow-box::before {
  content: "\eb3e"; }

.lnir-shift-left::before {
  content: "\eb3f"; }

.lnir-shift-right::before {
  content: "\eb40"; }

.lnir-top-left-arrow-box::before {
  content: "\eb41"; }

.lnir-top-arrow-box::before {
  content: "\eb42"; }

.lnir-top-right-arrow-box::before {
  content: "\eb43"; }

.lnir-capital-letter::before {
  content: "\eb44"; }

.lnir-font::before {
  content: "\eb45"; }

.lnir-height::before {
  content: "\eb46"; }

.lnir-indent-decrease::before {
  content: "\eb47"; }

.lnir-indent-increase::before {
  content: "\eb48"; }

.lnir-italic::before {
  content: "\eb49"; }

.lnir-line-dashed::before {
  content: "\eb4a"; }

.lnir-line-dotted::before {
  content: "\eb4b"; }

.lnir-line-double::before {
  content: "\eb4c"; }

.lnir-line-spacing::before {
  content: "\eb4d"; }

.lnir-page-break::before {
  content: "\eb4e"; }

.lnir-pagination::before {
  content: "\eb4f"; }

.lnir-pilcrow::before {
  content: "\eb50"; }

.lnir-redo::before {
  content: "\eb51"; }

.lnir-reflect::before {
  content: "\eb52"; }

.lnir-sort-alpha-asc::before {
  content: "\eb53"; }

.lnir-sort-amount-asc::before {
  content: "\eb54"; }

.lnir-sort-amount-dsc::before {
  content: "\eb55"; }

.lnir-spellcheck::before {
  content: "\eb56"; }

.lnir-text-align-justify::before {
  content: "\eb57"; }

.lnir-text-align-left::before {
  content: "\eb58"; }

.lnir-hammer::before {
  content: "\eb59"; }

.lnir-helmet-alt::before {
  content: "\eb5a"; }

.lnir-text-align-right::before {
  content: "\eb5b"; }

.lnir-text-align-center::before {
  content: "\eb5c"; }

.lnir-text-format-remove::before {
  content: "\eb5d"; }

.lnir-text::before {
  content: "\eb5e"; }

.lnir-underline::before {
  content: "\eb5f"; }

.lnir-undo::before {
  content: "\eb60"; }

.lnir-vertical-line::before {
  content: "\eb61"; }

.lnir-atom::before {
  content: "\eb62"; }

.lnir-backpack-alt::before {
  content: "\eb63"; }

.lnir-backpack::before {
  content: "\eb64"; }

.lnir-blackboard::before {
  content: "\eb65"; }

.lnir-book-alt::before {
  content: "\eb66"; }

.lnir-book::before {
  content: "\eb67"; }

.lnir-books-alt::before {
  content: "\eb68"; }

.lnir-books::before {
  content: "\eb69"; }

.lnir-brakckets::before {
  content: "\eb6a"; }

.lnir-certificate-alt-1::before {
  content: "\eb6b"; }

.lnir-certificate-alt::before {
  content: "\eb6c"; }

.lnir-certificate::before {
  content: "\eb6d"; }

.lnir-classroom::before {
  content: "\eb6e"; }

.lnir-clipboard::before {
  content: "\eb6f"; }

.lnir-compass::before {
  content: "\eb70"; }

.lnir-cubes::before {
  content: "\eb71"; }

.lnir-eraser::before {
  content: "\eb72"; }

.lnir-flask-alt-1::before {
  content: "\eb73"; }

.lnir-flask-alt-2::before {
  content: "\eb74"; }

.lnir-flask-alt::before {
  content: "\eb75"; }

.lnir-flask::before {
  content: "\eb76"; }

.lnir-graduate-alt::before {
  content: "\eb77"; }

.lnir-graduate::before {
  content: "\eb78"; }

.lnir-graduation::before {
  content: "\eb79"; }

.lnir-letterblocks::before {
  content: "\eb7a"; }

.lnir-library::before {
  content: "\eb7b"; }

.lnir-medal-alt::before {
  content: "\eb7c"; }

.lnir-medal::before {
  content: "\eb7d"; }

.lnir-molecule-alt::before {
  content: "\eb7e"; }

.lnir-molecule::before {
  content: "\eb7f"; }

.lnir-pencil-alt::before {
  content: "\eb80"; }

.lnir-pencil::before {
  content: "\eb81"; }

.lnir-quill::before {
  content: "\eb82"; }

.lnir-school-bench-alt::before {
  content: "\eb83"; }

.lnir-school-bench::before {
  content: "\eb84"; }

.lnir-sketchbook::before {
  content: "\eb85"; }

.lnir-whiteboard-alt-1::before {
  content: "\eb86"; }

.lnir-whiteboard-alt-2::before {
  content: "\eb87"; }

.lnir-whiteboard-alt::before {
  content: "\eb88"; }

.lnir-whiteboard::before {
  content: "\eb89"; }

.lnir-world-2::before {
  content: "\eb8a"; }

.lnir-world-alt::before {
  content: "\eb8b"; }

.lnir-world::before {
  content: "\eb8c"; }

.lnir-write::before {
  content: "\eb8d"; }

.lnir-apple-alt::before {
  content: "\eb8e"; }

.lnir-banana::before {
  content: "\eb8f"; }

.lnir-bowl-alt::before {
  content: "\eb90"; }

.lnir-bowl-alt-1::before {
  content: "\eb91"; }

.lnir-bowl::before {
  content: "\eb92"; }

.lnir-brocolli::before {
  content: "\eb93"; }

.lnir-burger-alt-1::before {
  content: "\eb94"; }

.lnir-burger-alt::before {
  content: "\eb95"; }

.lnir-burger::before {
  content: "\eb96"; }

.lnir-chef-hat-alt-1::before {
  content: "\eb97"; }

.lnir-chef-hat-alt-2::before {
  content: "\eb98"; }

.lnir-chef-hat-alt::before {
  content: "\eb99"; }

.lnir-chef-hat::before {
  content: "\eb9a"; }

.lnir-chicken::before {
  content: "\eb9b"; }

.lnir-cocktail-alt-1::before {
  content: "\eb9c"; }

.lnir-cocktail-alt::before {
  content: "\eb9d"; }

.lnir-cocktail::before {
  content: "\eb9e"; }

.lnir-coffee-cup-alt::before {
  content: "\eb9f"; }

.lnir-coffee-cup::before {
  content: "\eba0"; }

.lnir-cupcake-alt::before {
  content: "\eba1"; }

.lnir-cupcake::before {
  content: "\eba2"; }

.lnir-cutlery-alt-1::before {
  content: "\eba3"; }

.lnir-cutlery-alt::before {
  content: "\eba4"; }

.lnir-cutlery::before {
  content: "\eba5"; }

.lnir-dinner-table::before {
  content: "\eba6"; }

.lnir-dinner::before {
  content: "\eba7"; }

.lnir-drumstick::before {
  content: "\eba8"; }

.lnir-fresh-juice::before {
  content: "\eba9"; }

.lnir-ice-cream-alt::before {
  content: "\ebaa"; }

.lnir-ice-cream::before {
  content: "\ebab"; }

.lnir-juice::before {
  content: "\ebac"; }

.lnir-lolypop::before {
  content: "\ebad"; }

.lnir-meat::before {
  content: "\ebae"; }

.lnir-pizza-alt::before {
  content: "\ebaf"; }

.lnir-pizza::before {
  content: "\ebb0"; }

.lnir-plate::before {
  content: "\ebb1"; }

.lnir-popcorn::before {
  content: "\ebb2"; }

.lnir-restaurant::before {
  content: "\ebb3"; }

.lnir-service::before {
  content: "\ebb4"; }

.lnir-silverware::before {
  content: "\ebb5"; }

.lnir-spatula::before {
  content: "\ebb6"; }

.lnir-ambulance-alt-1::before {
  content: "\ebb7"; }

.lnir-ambulance-alt::before {
  content: "\ebb8"; }

.lnir-ambulance::before {
  content: "\ebb9"; }

.lnir-basketball::before {
  content: "\ebba"; }

.lnir-bone::before {
  content: "\ebbb"; }

.lnir-brain-alt::before {
  content: "\ebbc"; }

.lnir-brain-check-alt::before {
  content: "\ebbd"; }

.lnir-brain-check::before {
  content: "\ebbe"; }

.lnir-brain::before {
  content: "\ebbf"; }

.lnir-broken-bone::before {
  content: "\ebc0"; }

.lnir-capsule-alt-1::before {
  content: "\ebc1"; }

.lnir-capsule-alt::before {
  content: "\ebc2"; }

.lnir-capsule::before {
  content: "\ebc3"; }

.lnir-capsules::before {
  content: "\ebc4"; }

.lnir-cardiology::before {
  content: "\ebc5"; }

.lnir-diagnosis-alt::before {
  content: "\ebc6"; }

.lnir-diagnosis::before {
  content: "\ebc7"; }

.lnir-dna::before {
  content: "\ebc8"; }

.lnir-dropper-alt-1::before {
  content: "\ebc9"; }

.lnir-dropper-alt-2::before {
  content: "\ebca"; }

.lnir-dropper-alt::before {
  content: "\ebcb"; }

.lnir-dropper::before {
  content: "\ebcc"; }

.lnir-dumbbell::before {
  content: "\ebcd"; }

.lnir-eye-test::before {
  content: "\ebce"; }

.lnir-female::before {
  content: "\ebcf"; }

.lnir-first-aid::before {
  content: "\ebd0"; }

.lnir-gluten-free::before {
  content: "\ebd1"; }

.lnir-heart-check::before {
  content: "\ebd2"; }

.lnir-heart-monitor::before {
  content: "\ebd3"; }

.lnir-heartrate-monitor::before {
  content: "\ebd4"; }

.lnir-hospital-alt-1::before {
  content: "\ebd5"; }

.lnir-hospital-alt-2::before {
  content: "\ebd6"; }

.lnir-hospital-alt-3::before {
  content: "\ebd7"; }

.lnir-hospital-alt-4::before {
  content: "\ebd8"; }

.lnir-hospital-alt::before {
  content: "\ebd9"; }

.lnir-hospital-bed-alt-1::before {
  content: "\ebda"; }

.lnir-hospital-bed-alt-2::before {
  content: "\ebdb"; }

.lnir-hospital-bed-alt::before {
  content: "\ebdc"; }

.lnir-hospital-bed::before {
  content: "\ebdd"; }

.lnir-hospital-location::before {
  content: "\ebde"; }

.lnir-hospital-sign::before {
  content: "\ebdf"; }

.lnir-hospital::before {
  content: "\ebe0"; }

.lnir-kettlebell::before {
  content: "\ebe1"; }

.lnir-lungs::before {
  content: "\ebe2"; }

.lnir-male::before {
  content: "\ebe3"; }

.lnir-medical-briefcase-alt::before {
  content: "\ebe4"; }

.lnir-medical-briefcase::before {
  content: "\ebe5"; }

.lnir-medical-protection::before {
  content: "\ebe6"; }

.lnir-medical-sign::before {
  content: "\ebe7"; }

.lnir-medicine-alt::before {
  content: "\ebe8"; }

.lnir-medicine-bottle::before {
  content: "\ebe9"; }

.lnir-medicine::before {
  content: "\ebea"; }

.lnir-microscope::before {
  content: "\ebeb"; }

.lnir-pulse::before {
  content: "\ebec"; }

.lnir-report-laptop::before {
  content: "\ebed"; }

.lnir-saline-alt-1::before {
  content: "\ebee"; }

.lnir-saline::before {
  content: "\ebef"; }

.lnir-skipping-rope::before {
  content: "\ebf0"; }

.lnir-slim::before {
  content: "\ebf1"; }

.lnir-sthethoscope::before {
  content: "\ebf2"; }

.lnir-saline-alt::before {
  content: "\ebf3"; }

.lnir-syringe::before {
  content: "\ebf4"; }

.lnir-test-tube-alt::before {
  content: "\ebf5"; }

.lnir-test-tube::before {
  content: "\ebf6"; }

.lnir-thermometer-alt::before {
  content: "\ebf7"; }

.lnir-thermometer::before {
  content: "\ebf8"; }

.lnir-tooth::before {
  content: "\ebf9"; }

.lnir-walker::before {
  content: "\ebfa"; }

.lnir-weight-machine::before {
  content: "\ebfb"; }

.lnir-weight::before {
  content: "\ebfc"; }

.lnir-wheelchair::before {
  content: "\ebfd"; }

.lnir-yoga-mat::before {
  content: "\ebfe"; }

.lnir-achievement::before {
  content: "\ebff"; }

.lnir-analytics-alt-1::before {
  content: "\ec00"; }

.lnir-agenda::before {
  content: "\ec01"; }

.lnir-apartment-alt::before {
  content: "\ec02"; }

.lnir-apartment::before {
  content: "\ec03"; }

.lnir-briefcase-alt::before {
  content: "\ec04"; }

.lnir-briefcase::before {
  content: "\ec05"; }

.lnir-cart-alt::before {
  content: "\ec06"; }

.lnir-cart-down::before {
  content: "\ec07"; }

.lnir-cart-empty::before {
  content: "\ec08"; }

.lnir-cart-full::before {
  content: "\ec09"; }

.lnir-cart::before {
  content: "\ec0a"; }

.lnir-consulting::before {
  content: "\ec0b"; }

.lnir-customer::before {
  content: "\ec0c"; }

.lnir-delivery::before {
  content: "\ec0d"; }

.lnir-desk::before {
  content: "\ec0e"; }

.lnir-global::before {
  content: "\ec0f"; }

.lnir-grow::before {
  content: "\ec10"; }

.lnir-handshake::before {
  content: "\ec11"; }

.lnir-hierchy-alt::before {
  content: "\ec12"; }

.lnir-hierchy::before {
  content: "\ec13"; }

.lnir-invest-monitor::before {
  content: "\ec14"; }

.lnir-investment::before {
  content: "\ec15"; }

.lnir-license::before {
  content: "\ec16"; }

.lnir-notepad::before {
  content: "\ec17"; }

.lnir-offer::before {
  content: "\ec18"; }

.lnir-office-plan::before {
  content: "\ec19"; }

.lnir-pie-chart-alt::before {
  content: "\ec1a"; }

.lnir-paperclip::before {
  content: "\ec1b"; }

.lnir-pie-chart-dollar::before {
  content: "\ec1c"; }

.lnir-pie-chart::before {
  content: "\ec1d"; }

.lnir-pie-report::before {
  content: "\ec1e"; }

.lnir-pin-alt::before {
  content: "\ec1f"; }

.lnir-pin::before {
  content: "\ec20"; }

.lnir-quotation::before {
  content: "\ec21"; }

.lnir-revenue::before {
  content: "\ec22"; }

.lnir-sales-report::before {
  content: "\ec23"; }

.lnir-stamp::before {
  content: "\ec24"; }

.lnir-stats-down::before {
  content: "\ec25"; }

.lnir-stats-up::before {
  content: "\ec26"; }

.lnir-swatches::before {
  content: "\ec27"; }

.lnir-table::before {
  content: "\ec28"; }

.lnir-tablet-alt::before {
  content: "\ec29"; }

.lnir-tag::before {
  content: "\ec2a"; }

.lnir-target-achievement::before {
  content: "\ec2b"; }

.lnir-target-alt-1::before {
  content: "\ec2c"; }

.lnir-target-alt::before {
  content: "\ec2d"; }

.lnir-target-remove::before {
  content: "\ec2e"; }

.lnir-target-revenue::before {
  content: "\ec2f"; }

.lnir-target::before {
  content: "\ec30"; }

.lnir-tie::before {
  content: "\ec31"; }

.lnir-analytics::before {
  content: "\ec32"; }

.lnir-bar-chart::before {
  content: "\ec33"; }

.lnir-bar-check::before {
  content: "\ec34"; }

.lnir-billboard-alt::before {
  content: "\ec35"; }

.lnir-billboard::before {
  content: "\ec36"; }

.lnir-graph-alt-1::before {
  content: "\ec37"; }

.lnir-graph-alt-2::before {
  content: "\ec38"; }

.lnir-graph-alt-3::before {
  content: "\ec39"; }

.lnir-graph-alt-4::before {
  content: "\ec3a"; }

.lnir-graph-alt::before {
  content: "\ec3b"; }

.lnir-graph-decrease::before {
  content: "\ec3c"; }

.lnir-graph-increase::before {
  content: "\ec3d"; }

.lnir-graph::before {
  content: "\ec3e"; }

.lnir-keyword-research::before {
  content: "\ec3f"; }

.lnir-network-alt::before {
  content: "\ec40"; }

.lnir-network::before {
  content: "\ec41"; }

.lnir-pyramid-decrease::before {
  content: "\ec42"; }

.lnir-pyramid-increase::before {
  content: "\ec43"; }

.lnir-pyramid::before {
  content: "\ec44"; }

.lnir-rook::before {
  content: "\ec45"; }

.lnir-seo::before {
  content: "\ec46"; }

.lnir-strategy::before {
  content: "\ec47"; }

.lnir-target-audience-alt::before {
  content: "\ec48"; }

.lnir-target-customer::before {
  content: "\ec49"; }

.lnir-website-rank::before {
  content: "\ec4a"; }

.lnir-barrier::before {
  content: "\ec4b"; }

.lnir-bolt-alt::before {
  content: "\ec4c"; }

.lnir-bolt::before {
  content: "\ec4d"; }

.lnir-checkbox::before {
  content: "\ec4e"; }

.lnir-checkmark-circle::before {
  content: "\ec4f"; }

.lnir-checkmark::before {
  content: "\ec50"; }

.lnir-circle-minus::before {
  content: "\ec51"; }

.lnir-circle-plus::before {
  content: "\ec52"; }

.lnir-close::before {
  content: "\ec53"; }

.lnir-cross-circle::before {
  content: "\ec54"; }

.lnir-electricity::before {
  content: "\ec55"; }

.lnir-eye-alt::before {
  content: "\ec56"; }

.lnir-eye::before {
  content: "\ec57"; }

.lnir-find::before {
  content: "\ec58"; }

.lnir-flag-alt::before {
  content: "\ec59"; }

.lnir-flag::before {
  content: "\ec5a"; }

.lnir-funnel-alt-1::before {
  content: "\ec5b"; }

.lnir-funnel-alt::before {
  content: "\ec5c"; }

.lnir-funnel::before {
  content: "\ec5d"; }

.lnir-hand::before {
  content: "\ec5e"; }

.lnir-heart-filled::before {
  content: "\ec5f"; }

.lnir-heart-plus::before {
  content: "\ec60"; }

.lnir-heart::before {
  content: "\ec61"; }

.lnir-help::before {
  content: "\ec62"; }

.lnir-hotel-sign::before {
  content: "\ec63"; }

.lnir-idea-alt::before {
  content: "\ec64"; }

.lnir-identity::before {
  content: "\ec65"; }

.lnir-infinite::before {
  content: "\ec66"; }

.lnir-information::before {
  content: "\ec67"; }

.lnir-invention::before {
  content: "\ec68"; }

.lnir-key-alt-1::before {
  content: "\ec69"; }

.lnir-key-alt-2::before {
  content: "\ec6a"; }

.lnir-key-alt-3::before {
  content: "\ec6b"; }

.lnir-key-alt::before {
  content: "\ec6c"; }

.lnir-key::before {
  content: "\ec6d"; }

.lnir-life-ring::before {
  content: "\ec6e"; }

.lnir-list-alt-1::before {
  content: "\ec6f"; }

.lnir-list-alt::before {
  content: "\ec70"; }

.lnir-list::before {
  content: "\ec71"; }

.lnir-lock-alt-1::before {
  content: "\ec72"; }

.lnir-lock-alt-2::before {
  content: "\ec73"; }

.lnir-lock-alt::before {
  content: "\ec74"; }

.lnir-lock::before {
  content: "\ec75"; }

.lnir-minus::before {
  content: "\ec76"; }

.lnir-more-alt-1::before {
  content: "\ec77"; }

.lnir-more-alt::before {
  content: "\ec78"; }

.lnir-more::before {
  content: "\ec79"; }

.lnir-music-note::before {
  content: "\ec7a"; }

.lnir-music::before {
  content: "\ec7b"; }

.lnir-notification::before {
  content: "\ec7c"; }

.lnir-passport-alt::before {
  content: "\ec7d"; }

.lnir-passport::before {
  content: "\ec7e"; }

.lnir-playlist-alt::before {
  content: "\ec7f"; }

.lnir-playlist::before {
  content: "\ec80"; }

.lnir-plus::before {
  content: "\ec81"; }

.lnir-pointer::before {
  content: "\ec82"; }

.lnir-power-switch::before {
  content: "\ec83"; }

.lnir-protection::before {
  content: "\ec84"; }

.lnir-question-circle::before {
  content: "\ec85"; }

.lnir-radio-button::before {
  content: "\ec86"; }

.lnir-record::before {
  content: "\ec87"; }

.lnir-round-box-check::before {
  content: "\ec88"; }

.lnir-round-box-cross::before {
  content: "\ec89"; }

.lnir-round-box-minus::before {
  content: "\ec8a"; }

.lnir-round-box-plus::before {
  content: "\ec8b"; }

.lnir-shield::before {
  content: "\ec8c"; }

.lnir-sort::before {
  content: "\ec8d"; }

.lnir-switch::before {
  content: "\ec8e"; }

.lnir-teabag::before {
  content: "\ec8f"; }

.lnir-thumbs-down-alt::before {
  content: "\ec90"; }

.lnir-thumbs-down::before {
  content: "\ec91"; }

.lnir-thumbs-up-alt::before {
  content: "\ec92"; }

.lnir-thumbs-up::before {
  content: "\ec93"; }

.lnir-thunderbolt::before {
  content: "\ec94"; }

.lnir-ticket-alt-1::before {
  content: "\ec95"; }

.lnir-ticket-alt-2::before {
  content: "\ec96"; }

.lnir-ticket-alt-3::before {
  content: "\ec97"; }

.lnir-ticket-alt::before {
  content: "\ec98"; }

.lnir-ticket::before {
  content: "\ec99"; }

.lnir-unlock::before {
  content: "\ec9a"; }

.lnir-warning::before {
  content: "\ec9b"; }

.lnir-backward-alt::before {
  content: "\ec9c"; }

.lnir-backward::before {
  content: "\ec9d"; }

.lnir-expand-alt-1::before {
  content: "\ec9e"; }

.lnir-fast-forward::before {
  content: "\ec9f"; }

.lnir-film::before {
  content: "\eca0"; }

.lnir-forward::before {
  content: "\eca1"; }

.lnir-frame-expand::before {
  content: "\eca2"; }

.lnir-full-screen::before {
  content: "\eca3"; }

.lnir-gallery::before {
  content: "\eca4"; }

.lnir-next::before {
  content: "\eca5"; }

.lnir-pause::before {
  content: "\eca6"; }

.lnir-play::before {
  content: "\eca7"; }

.lnir-previous::before {
  content: "\eca8"; }

.lnir-repeat-one::before {
  content: "\eca9"; }

.lnir-shuffle::before {
  content: "\ecaa"; }

.lnir-slideshow::before {
  content: "\ecab"; }

.lnir-stop::before {
  content: "\ecac"; }

.lnir-video-alt-1::before {
  content: "\ecad"; }

.lnir-video-alt::before {
  content: "\ecae"; }

.lnir-video-camera-alt-1::before {
  content: "\ecaf"; }

.lnir-video-camera-alt-2::before {
  content: "\ecb0"; }

.lnir-video-camera-alt::before {
  content: "\ecb1"; }

.lnir-video-cut::before {
  content: "\ecb2"; }

.lnir-video::before {
  content: "\ecb3"; }

.lnir-volume-high::before {
  content: "\ecb4"; }

.lnir-volume-low::before {
  content: "\ecb5"; }

.lnir-volume-medium::before {
  content: "\ecb6"; }

.lnir-volume-mute::before {
  content: "\ecb7"; }

.lnir-volume::before {
  content: "\ecb8"; }

.lnir-bank::before {
  content: "\ecb9"; }

.lnir-calculator-alt::before {
  content: "\ecba"; }

.lnir-calculator::before {
  content: "\ecbb"; }

.lnir-coin::before {
  content: "\ecbc"; }

.lnir-coins::before {
  content: "\ecbd"; }

.lnir-credit-card::before {
  content: "\ecbe"; }

.lnir-credit-cards::before {
  content: "\ecbf"; }

.lnir-diamond-alt::before {
  content: "\ecc0"; }

.lnir-diamond::before {
  content: "\ecc1"; }

.lnir-dollar-card::before {
  content: "\ecc2"; }

.lnir-dollar-down::before {
  content: "\ecc3"; }

.lnir-dollar-up::before {
  content: "\ecc4"; }

.lnir-dollar::before {
  content: "\ecc5"; }

.lnir-euro-card::before {
  content: "\ecc6"; }

.lnir-euro-coin::before {
  content: "\ecc7"; }

.lnir-euro-down::before {
  content: "\ecc8"; }

.lnir-euro-up::before {
  content: "\ecc9"; }

.lnir-euro::before {
  content: "\ecca"; }

.lnir-gold-bar::before {
  content: "\eccb"; }

.lnir-mobile-coin-taka::before {
  content: "\eccc"; }

.lnir-mobile-coin::before {
  content: "\eccd"; }

.lnir-money-bag::before {
  content: "\ecce"; }

.lnir-money-location::before {
  content: "\eccf"; }

.lnir-money-protection::before {
  content: "\ecd0"; }

.lnir-pound-card::before {
  content: "\ecd1"; }

.lnir-pound-coin::before {
  content: "\ecd2"; }

.lnir-pound-down::before {
  content: "\ecd3"; }

.lnir-pound-up::before {
  content: "\ecd4"; }

.lnir-pound::before {
  content: "\ecd5"; }

.lnir-rupee-card::before {
  content: "\ecd6"; }

.lnir-rupee-coin::before {
  content: "\ecd7"; }

.lnir-text-format::before {
  content: "\ecd8"; }

.lnir-rupee-down::before {
  content: "\ecd9"; }

.lnir-bold::before {
  content: "\ecda"; }

.lnir-taka-card::before {
  content: "\ecdb"; }

.lnir-taka-coin::before {
  content: "\ecdc"; }

.lnir-strikethrough::before {
  content: "\ecdd"; }

.lnir-taka-down::before {
  content: "\ecde"; }

.lnir-rupee::before {
  content: "\ecdf"; }

.lnir-taka-up::before {
  content: "\ece0"; }

.lnir-taka::before {
  content: "\ece1"; }

.lnir-rupee-up::before {
  content: "\ece2"; }

.lnir-wallet-alt-1::before {
  content: "\ece3"; }

.lnir-wallet::before {
  content: "\ece4"; }

.lnir-yen-card::before {
  content: "\ece5"; }

.lnir-yen-coin::before {
  content: "\ece6"; }

.lnir-yen-up::before {
  content: "\ece7"; }

.lnir-bug-alt::before {
  content: "\ece8"; }

.lnir-yen-down::before {
  content: "\ece9"; }

.lnir-yen::before {
  content: "\ecea"; }

.lnir-cactus-alt::before {
  content: "\eceb"; }

.lnir-flower::before {
  content: "\ecec"; }

.lnir-bug::before {
  content: "\eced"; }

.lnir-cactus::before {
  content: "\ecee"; }

.lnir-island::before {
  content: "\ecef"; }

.lnir-leaf-alt::before {
  content: "\ecf0"; }

.lnir-leaf::before {
  content: "\ecf1"; }

.lnir-leaves::before {
  content: "\ecf2"; }

.lnir-mashroom::before {
  content: "\ecf3"; }

.lnir-mountain::before {
  content: "\ecf4"; }

.lnir-mushroom-alt::before {
  content: "\ecf5"; }

.lnir-mushrooms::before {
  content: "\ecf6"; }

.lnir-plant-pot::before {
  content: "\ecf7"; }

.lnir-plant::before {
  content: "\ecf8"; }

.lnir-sprout-alt::before {
  content: "\ecf9"; }

.lnir-sprout::before {
  content: "\ecfa"; }

.lnir-tree-alt-1::before {
  content: "\ecfb"; }

.lnir-tree-alt::before {
  content: "\ecfc"; }

.lnir-tree::before {
  content: "\ecfd"; }

.lnir-trees-alt-1::before {
  content: "\ecfe"; }

.lnir-trees-alt::before {
  content: "\ecff"; }

.lnir-trees::before {
  content: "\ed00"; }

.lnir-baloon-alt-1::before {
  content: "\ed01"; }

.lnir-baloon-alt::before {
  content: "\ed02"; }

.lnir-baloon::before {
  content: "\ed03"; }

.lnir-birthday-hat::before {
  content: "\ed04"; }

.lnir-cake::before {
  content: "\ed05"; }

.lnir-leaf-alt-1::before {
  content: "\ed06"; }

.lnir-candy-cane::before {
  content: "\ed07"; }

.lnir-tornado::before {
  content: "\ed08"; }

.lnir-candy::before {
  content: "\ed09"; }

.lnir-confetti::before {
  content: "\ed0a"; }

.lnir-firecracker::before {
  content: "\ed0b"; }

.lnir-fireworks::before {
  content: "\ed0c"; }

.lnir-flags::before {
  content: "\ed0d"; }

.lnir-mask::before {
  content: "\ed0e"; }

.lnir-spray::before {
  content: "\ed0f"; }

.lnir-wand::before {
  content: "\ed10"; }

.lnir-cotton-bud::before {
  content: "\ed11"; }

.lnir-crown-alt-1::before {
  content: "\ed12"; }

.lnir-crown-alt::before {
  content: "\ed13"; }

.lnir-crown-alt-2::before {
  content: "\ed14"; }

.lnir-crown::before {
  content: "\ed15"; }

.lnir-cup-alt::before {
  content: "\ed16"; }

.lnir-flower-alt::before {
  content: "\ed17"; }

.lnir-gift-alt-1::before {
  content: "\ed18"; }

.lnir-gift-alt::before {
  content: "\ed19"; }

.lnir-gift-bag::before {
  content: "\ed1a"; }

.lnir-gift::before {
  content: "\ed1b"; }

.lnir-glasses::before {
  content: "\ed1c"; }

.lnir-home::before {
  content: "\ed1d"; }

.lnir-ladies-tshirt::before {
  content: "\ed1e"; }

.lnir-sunglass::before {
  content: "\ed1f"; }

.lnir-thought::before {
  content: "\ed20"; }

.lnir-tshirt-alt-1::before {
  content: "\ed21"; }

.lnir-tshirt-alt::before {
  content: "\ed22"; }

.lnir-tshirt::before {
  content: "\ed23"; }

.lnir-beach-chair::before {
  content: "\ed24"; }

.lnir-beach::before {
  content: "\ed25"; }

.lnir-beachball::before {
  content: "\ed26"; }

.lnir-cable-car::before {
  content: "\ed27"; }

.lnir-flight-search::before {
  content: "\ed28"; }

.lnir-hot-air-baloon::before {
  content: "\ed29"; }

.lnir-pyramids::before {
  content: "\ed2a"; }

.lnir-suitcase-alt::before {
  content: "\ed2b"; }

.lnir-suitcase::before {
  content: "\ed2c"; }

.lnir-surf-board::before {
  content: "\ed2d"; }

.lnir-tent-alt::before {
  content: "\ed2e"; }

.lnir-tent::before {
  content: "\ed2f"; }

.lnir-travel::before {
  content: "\ed30"; }

.lnir-air-flow::before {
  content: "\ed31"; }

.lnir-air::before {
  content: "\ed32"; }

.lnir-cloud-alt-1::before {
  content: "\ed33"; }

.lnir-cloud-alt-2::before {
  content: "\ed34"; }

.lnir-cloud-alt::before {
  content: "\ed35"; }

.lnir-cloud-moon::before {
  content: "\ed36"; }

.lnir-cloud-sun::before {
  content: "\ed37"; }

.lnir-cloud::before {
  content: "\ed38"; }

.lnir-cloudy-sun::before {
  content: "\ed39"; }

.lnir-drop-alt::before {
  content: "\ed3a"; }

.lnir-drop::before {
  content: "\ed3b"; }

.lnir-farenheit::before {
  content: "\ed3c"; }

.lnir-moon-star::before {
  content: "\ed3d"; }

.lnir-moon::before {
  content: "\ed3e"; }

.lnir-night-thunder::before {
  content: "\ed3f"; }

.lnir-night-wind::before {
  content: "\ed40"; }

.lnir-night::before {
  content: "\ed41"; }

.lnir-rain::before {
  content: "\ed42"; }

.lnir-snowfall::before {
  content: "\ed43"; }

.lnir-sun-rain::before {
  content: "\ed44"; }

.lnir-sun::before {
  content: "\ed45"; }

.lnir-thunder-alt::before {
  content: "\ed46"; }

.lnir-thunder::before {
  content: "\ed47"; }

.lnir-umbrella-alt::before {
  content: "\ed48"; }

.lnir-umbrella-rain-alt::before {
  content: "\ed49"; }

.lnir-umbrella-rain::before {
  content: "\ed4a"; }

.lnir-umbrella::before {
  content: "\ed4b"; }

.lnir-water-drops::before {
  content: "\ed4c"; }

.lnir-wind-cloud::before {
  content: "\ed4d"; }

.lnir-wind-sun::before {
  content: "\ed4e"; }

.lnir-hourglass::before {
  content: "\ed4f"; }

.lnir-spiner-solid::before {
  content: "\ed50"; }

.lnir-spinner-1::before {
  content: "\ed51"; }

.lnir-spinner-10::before {
  content: "\ed52"; }

.lnir-cup::before {
  content: "\ed53"; }

.lnir-spinner-11::before {
  content: "\ed54"; }

.lnir-spinner-5::before {
  content: "\ed55"; }

.lnir-spinner-6::before {
  content: "\ed56"; }

.lnir-spinner-2::before {
  content: "\ed57"; }

.lnir-spinner-3::before {
  content: "\ed58"; }

.lnir-spinner-7::before {
  content: "\ed59"; }

.lnir-spinner-8::before {
  content: "\ed5a"; }

.lnir-spinner-9::before {
  content: "\ed5b"; }

.lnir-spinner-arrow::before {
  content: "\ed5c"; }

.lnir-spinner::before {
  content: "\ed5d"; }

.lnir-3d::before {
  content: "\ed5e"; }

.lnir-add-files::before {
  content: "\ed5f"; }

.lnir-ai::before {
  content: "\ed60"; }

.lnir-alarm-2::before {
  content: "\ed61"; }

.lnir-alarm-3::before {
  content: "\ed62"; }

.lnir-alarm-4::before {
  content: "\ed63"; }

.lnir-alarm-clock-alt::before {
  content: "\ed64"; }

.lnir-alarm-clock::before {
  content: "\ed65"; }

.lnir-alarm::before {
  content: "\ed66"; }

.lnir-candle-alt::before {
  content: "\ed67"; }

.lnir-spinner-4::before {
  content: "\ed68"; }

.lnir-archive::before {
  content: "\ed69"; }

.lnir-backspace::before {
  content: "\ed6a"; }

.lnir-battery::before {
  content: "\ed6b"; }

.lnir-block-user::before {
  content: "\ed6c"; }

.lnir-bluetooth::before {
  content: "\ed6d"; }

.lnir-bookmark-alt::before {
  content: "\ed6e"; }

.lnir-bookmark::before {
  content: "\ed6f"; }

.lnir-brightness::before {
  content: "\ed70"; }

.lnir-bulb-alt::before {
  content: "\ed71"; }

.lnir-bulb::before {
  content: "\ed72"; }

.lnir-calendar::before {
  content: "\ed73"; }

.lnir-calender-alt-1::before {
  content: "\ed74"; }

.lnir-calender-alt-2::before {
  content: "\ed75"; }

.lnir-calender-alt-3::before {
  content: "\ed76"; }

.lnir-calender-alt-4::before {
  content: "\ed77"; }

.lnir-calender-alt::before {
  content: "\ed78"; }

.lnir-camera-alt-1::before {
  content: "\ed79"; }

.lnir-camera-alt::before {
  content: "\ed7a"; }

.lnir-camera::before {
  content: "\ed7b"; }

.lnir-change::before {
  content: "\ed7c"; }

.lnir-charging::before {
  content: "\ed7d"; }

.lnir-cloud-check-alt::before {
  content: "\ed7e"; }

.lnir-cloud-check::before {
  content: "\ed7f"; }

.lnir-cloud-computing-alt::before {
  content: "\ed80"; }

.lnir-cloud-computing::before {
  content: "\ed81"; }

.lnir-cloud-download-alt::before {
  content: "\ed82"; }

.lnir-cloud-download::before {
  content: "\ed83"; }

.lnir-cloud-network-2::before {
  content: "\ed84"; }

.lnir-cloud-network::before {
  content: "\ed85"; }

.lnir-cloud-search-alt-1::before {
  content: "\ed86"; }

.lnir-cloud-search-alt::before {
  content: "\ed87"; }

.lnir-cloud-search::before {
  content: "\ed88"; }

.lnir-cloud-sync-alt::before {
  content: "\ed89"; }

.lnir-cloud-sync::before {
  content: "\ed8a"; }

.lnir-cloud-upload-alt::before {
  content: "\ed8b"; }

.lnir-cloud-upload::before {
  content: "\ed8c"; }

.lnir-code-alt::before {
  content: "\ed8d"; }

.lnir-code::before {
  content: "\ed8e"; }

.lnir-cog::before {
  content: "\ed8f"; }

.lnir-cogs::before {
  content: "\ed90"; }

.lnir-control-panel::before {
  content: "\ed91"; }

.lnir-copy::before {
  content: "\ed92"; }

.lnir-cut::before {
  content: "\ed93"; }

.lnir-dashboard::before {
  content: "\ed94"; }

.lnir-database::before {
  content: "\ed95"; }

.lnir-display-alt::before {
  content: "\ed96"; }

.lnir-display::before {
  content: "\ed97"; }

.lnir-domain::before {
  content: "\ed98"; }

.lnir-download::before {
  content: "\ed99"; }

.lnir-empty-battery::before {
  content: "\ed9a"; }

.lnir-empty-file::before {
  content: "\ed9b"; }

.lnir-file-download::before {
  content: "\ed9c"; }

.lnir-file-lock::before {
  content: "\ed9d"; }

.lnir-file-name::before {
  content: "\ed9e"; }

.lnir-file-protection::before {
  content: "\ed9f"; }

.lnir-file-upload::before {
  content: "\eda0"; }

.lnir-files-alt::before {
  content: "\eda1"; }

.lnir-files::before {
  content: "\eda2"; }

.lnir-folder-alt-1::before {
  content: "\eda3"; }

.lnir-folder-alt::before {
  content: "\eda4"; }

.lnir-game::before {
  content: "\eda5"; }

.lnir-folder::before {
  content: "\eda6"; }

.lnir-half-battery::before {
  content: "\eda7"; }

.lnir-headphone::before {
  content: "\eda8"; }

.lnir-image::before {
  content: "\eda9"; }

.lnir-keyboard::before {
  content: "\edaa"; }

.lnir-laptop-alt-keyboard::before {
  content: "\edab"; }

.lnir-laptop-alt-switch::before {
  content: "\edac"; }

.lnir-laptop-alt::before {
  content: "\edad"; }

.lnir-laptop-phone::before {
  content: "\edae"; }

.lnir-laptop::before {
  content: "\edaf"; }

.lnir-link-alt-1::before {
  content: "\edb0"; }

.lnir-link-alt::before {
  content: "\edb1"; }

.lnir-link::before {
  content: "\edb2"; }

.lnir-low-battery::before {
  content: "\edb3"; }

.lnir-magnet::before {
  content: "\edb4"; }

.lnir-magnifier::before {
  content: "\edb5"; }

.lnir-map-marker::before {
  content: "\edb6"; }

.lnir-map::before {
  content: "\edb7"; }

.lnir-menu-alt-1::before {
  content: "\edb8"; }

.lnir-menu-alt-2::before {
  content: "\edb9"; }

.lnir-menu-alt-3::before {
  content: "\edba"; }

.lnir-menu-alt-4::before {
  content: "\edbb"; }

.lnir-menu-alt-5::before {
  content: "\edbc"; }

.lnir-menu-alt::before {
  content: "\edbd"; }

.lnir-menu-circle::before {
  content: "\edbe"; }

.lnir-menu::before {
  content: "\edbf"; }

.lnir-mic::before {
  content: "\edc0"; }

.lnir-microphone-alt-1::before {
  content: "\edc1"; }

.lnir-microphone-alt::before {
  content: "\edc2"; }

.lnir-microphone::before {
  content: "\edc3"; }

.lnir-mobile-alt-1::before {
  content: "\edc4"; }

.lnir-mobile-alt-2::before {
  content: "\edc5"; }

.lnir-harddrive::before {
  content: "\edc6"; }

.lnir-mobile-alt-button::before {
  content: "\edc7"; }

.lnir-mobile::before {
  content: "\edc8"; }

.lnir-headphone-alt::before {
  content: "\edc9"; }

.lnir-full-battery::before {
  content: "\edca"; }

.lnir-mouse::before {
  content: "\edcb"; }

.lnir-no-charge-battery::before {
  content: "\edcc"; }

.lnir-package::before {
  content: "\edcd"; }

.lnir-plug::before {
  content: "\edce"; }

.lnir-presentation::before {
  content: "\edcf"; }

.lnir-printer::before {
  content: "\edd0"; }

.lnir-ps::before {
  content: "\edd1"; }

.lnir-recycle-alt::before {
  content: "\edd2"; }

.lnir-recycle::before {
  content: "\edd3"; }

.lnir-reload-alt-box::before {
  content: "\edd4"; }

.lnir-reload-alt::before {
  content: "\edd5"; }

.lnir-reload::before {
  content: "\edd6"; }

.lnir-remove-file::before {
  content: "\edd7"; }

.lnir-rocket::before {
  content: "\edd8"; }

.lnir-rss-feed::before {
  content: "\edd9"; }

.lnir-save-alt::before {
  content: "\edda"; }

.lnir-save::before {
  content: "\eddb"; }

.lnir-scan::before {
  content: "\eddc"; }

.lnir-scroll-down::before {
  content: "\eddd"; }

.lnir-search-alt::before {
  content: "\edde"; }

.lnir-search::before {
  content: "\eddf"; }

.lnir-share-alt::before {
  content: "\ede0"; }

.lnir-share::before {
  content: "\ede1"; }

.lnir-shopping-basket::before {
  content: "\ede2"; }

.lnir-shortcode::before {
  content: "\ede3"; }

.lnir-signal::before {
  content: "\ede4"; }

.lnir-star-empty::before {
  content: "\ede5"; }

.lnir-star-filled::before {
  content: "\ede6"; }

.lnir-star-half::before {
  content: "\ede7"; }

.lnir-star::before {
  content: "\ede8"; }

.lnir-tab::before {
  content: "\ede9"; }

.lnir-tap::before {
  content: "\edea"; }

.lnir-thumbnail::before {
  content: "\edeb"; }

.lnir-timer::before {
  content: "\edec"; }

.lnir-trash-can-alt-1::before {
  content: "\eded"; }

.lnir-trash-can-alt::before {
  content: "\edee"; }

.lnir-trash-can::before {
  content: "\edef"; }

.lnir-trash::before {
  content: "\edf0"; }

.lnir-unlink::before {
  content: "\edf1"; }

.lnir-upload::before {
  content: "\edf2"; }

.lnir-user-alt-1::before {
  content: "\edf3"; }

.lnir-user-alt-2::before {
  content: "\edf4"; }

.lnir-user-alt::before {
  content: "\edf5"; }

.lnir-user::before {
  content: "\edf6"; }

.lnir-users-2::before {
  content: "\edf7"; }

.lnir-users::before {
  content: "\edf8"; }

.lnir-website-alt::before {
  content: "\edf9"; }

.lnir-website::before {
  content: "\edfa"; }

.lnir-zip::before {
  content: "\edfb"; }

.lnir-ban::before {
  content: "\edfc"; }

.lnir-candle::before {
  content: "\edfd"; }

.lnir-appointment::before {
  content: "\edfe"; }

.lnir-zoom-in::before {
  content: "\edff"; }

.lnir-cool-1::before {
  content: "\ee00"; }

.lnir-cool-3::before {
  content: "\ee01"; }

.lnir-cool-kiss::before {
  content: "\ee02"; }

.lnir-cry::before {
  content: "\ee03"; }

.lnir-cute::before {
  content: "\ee04"; }

.lnir-dead::before {
  content: "\ee05"; }

.lnir-bored::before {
  content: "\ee06"; }

.lnir-emoji-friendly::before {
  content: "\ee07"; }

.lnir-emoji-happy::before {
  content: "\ee08"; }

.lnir-emoji-sad::before {
  content: "\ee09"; }

.lnir-emoji-cool::before {
  content: "\ee0a"; }

.lnir-emoji-speechless::before {
  content: "\ee0b"; }

.lnir-emoji-suspect::before {
  content: "\ee0c"; }

.lnir-emoji-tounge::before {
  content: "\ee0d"; }

.lnir-emoji-smile::before {
  content: "\ee0e"; }

.lnir-happy-2::before {
  content: "\ee0f"; }

.lnir-happy-smile::before {
  content: "\ee10"; }

.lnir-kiss-2::before {
  content: "\ee11"; }

.lnir-kiss::before {
  content: "\ee12"; }

.lnir-angry::before {
  content: "\ee13"; }

.lnir-loved-surprise::before {
  content: "\ee14"; }

.lnir-zoom-out::before {
  content: "\ee15"; }

.lnir-piss::before {
  content: "\ee16"; }

.lnir-sick-1::before {
  content: "\ee17"; }

.lnir-sick::before {
  content: "\ee18"; }

.lnir-mute::before {
  content: "\ee19"; }

.lnir-super-cool::before {
  content: "\ee1a"; }

.lnir-love::before {
  content: "\ee1b"; }

.lnir-wink::before {
  content: "\ee1c"; }

.lnir-wow::before {
  content: "\ee1d"; }

.lnir-yawn::before {
  content: "\ee1e"; }

.lnir-super-happy::before {
  content: "\ee1f"; }

.lnir-happy-1::before {
  content: "\ee20"; }

.lnir-sleep::before {
  content: "\ee21"; }

/*--------------------------------

LineIconsPro Light Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'LineIconsPro Light';
  src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.eot");
  src: url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.eot") format("embedded-opentype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.woff2") format("woff2"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.woff") format("woff"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.ttf") format("truetype"), url("/local/templates/eshop_bootstrap_v4/assets/../fonts/LineIconsPro Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
  base class definition
-------------------------*/
.lnil {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIconsPro Light';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lnil-sm {
  font-size: 0.8em; }

.lnil-lg {
  font-size: 1.2em; }

/* absolute units */
.lnil-16 {
  font-size: 16px; }

.lnil-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lnil-bg-square,
.lnil-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.lnil-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lnil-ul {
  padding-left: 0;
  list-style-type: none; }

.lnil-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4; }

.lnil-ul > li > .lnil {
  margin-right: 0.4em;
  line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.lnil-is-spinning {
  -webkit-animation: lnil-spin 2s infinite linear;
  -moz-animation: lnil-spin 2s infinite linear;
  animation: lnil-spin 2s infinite linear; }

@-webkit-keyframes lnil-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes lnil-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes lnil-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.lnil-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.lnil-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lnil-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.lnil-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.lnil-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
  icons
-------------------------*/
.lnil-air-flow::before {
  content: "\ea02"; }

.lnil-air::before {
  content: "\ea03"; }

.lnil-cloud-moon::before {
  content: "\ea04"; }

.lnil-cloud-sun::before {
  content: "\ea05"; }

.lnil-cloud-alt::before {
  content: "\ea06"; }

.lnil-cloudy-sun::before {
  content: "\ea07"; }

.lnil-cloud-alt-2::before {
  content: "\ea08"; }

.lnil-drop::before {
  content: "\ea09"; }

.lnil-farenheit::before {
  content: "\ea0a"; }

.lnil-moon-star::before {
  content: "\ea0b"; }

.lnil-cloud::before {
  content: "\ea0c"; }

.lnil-night-thunder::before {
  content: "\ea0d"; }

.lnil-drop-alt::before {
  content: "\ea0e"; }

.lnil-night::before {
  content: "\ea0f"; }

.lnil-rain::before {
  content: "\ea10"; }

.lnil-snowfall::before {
  content: "\ea11"; }

.lnil-sun-rain::before {
  content: "\ea12"; }

.lnil-sun::before {
  content: "\ea13"; }

.lnil-thunder-alt::before {
  content: "\ea14"; }

.lnil-thunder::before {
  content: "\ea15"; }

.lnil-umbrella-alt::before {
  content: "\ea16"; }

.lnil-umbrella-rain-alt::before {
  content: "\ea17"; }

.lnil-umbrella-rain::before {
  content: "\ea18"; }

.lnil-umbrella::before {
  content: "\ea19"; }

.lnil-water-drops::before {
  content: "\ea1a"; }

.lnil-wind-cloud::before {
  content: "\ea1b"; }

.lnil-wind-sun::before {
  content: "\ea1c"; }

.lnil-cloud-alt-1::before {
  content: "\ea1d"; }

.lnil-night-wind::before {
  content: "\ea1e"; }

.lnil-moon::before {
  content: "\ea1f"; }

.lnil-beach-chair::before {
  content: "\ea20"; }

.lnil-beach::before {
  content: "\ea21"; }

.lnil-hot-air-baloon::before {
  content: "\ea22"; }

.lnil-cable-car::before {
  content: "\ea23"; }

.lnil-suitcase-alt::before {
  content: "\ea24"; }

.lnil-suitcase::before {
  content: "\ea25"; }

.lnil-surf-board::before {
  content: "\ea26"; }

.lnil-tent-alt::before {
  content: "\ea27"; }

.lnil-tent::before {
  content: "\ea28"; }

.lnil-travel::before {
  content: "\ea29"; }

.lnil-pyramids::before {
  content: "\ea2a"; }

.lnil-flight-search::before {
  content: "\ea2b"; }

.lnil-beachball::before {
  content: "\ea2c"; }

.lnil-3d::before {
  content: "\ea2d"; }

.lnil-Mobile::before {
  content: "\ea2e"; }

.lnil-alarm-2::before {
  content: "\ea2f"; }

.lnil-alarm-3::before {
  content: "\ea30"; }

.lnil-alarm-4::before {
  content: "\ea31"; }

.lnil-alarm-clock-alt::before {
  content: "\ea32"; }

.lnil-add-files::before {
  content: "\ea33"; }

.lnil-ai::before {
  content: "\ea34"; }

.lnil-alarm-clock::before {
  content: "\ea35"; }

.lnil-archive::before {
  content: "\ea36"; }

.lnil-backspace::before {
  content: "\ea37"; }

.lnil-ban::before {
  content: "\ea38"; }

.lnil-battery::before {
  content: "\ea39"; }

.lnil-block-user::before {
  content: "\ea3a"; }

.lnil-bluetooth::before {
  content: "\ea3b"; }

.lnil-bookmark-alt::before {
  content: "\ea3c"; }

.lnil-bookmark::before {
  content: "\ea3d"; }

.lnil-brightness::before {
  content: "\ea3e"; }

.lnil-bulb-alt::before {
  content: "\ea3f"; }

.lnil-bulb::before {
  content: "\ea40"; }

.lnil-calendar::before {
  content: "\ea41"; }

.lnil-calender-alt-1::before {
  content: "\ea42"; }

.lnil-calender-alt-2::before {
  content: "\ea43"; }

.lnil-calender-alt-3::before {
  content: "\ea44"; }

.lnil-calender-alt-4::before {
  content: "\ea45"; }

.lnil-calender-alt::before {
  content: "\ea46"; }

.lnil-camera-alt-1::before {
  content: "\ea47"; }

.lnil-camera-alt::before {
  content: "\ea48"; }

.lnil-camera::before {
  content: "\ea49"; }

.lnil-change::before {
  content: "\ea4a"; }

.lnil-charging::before {
  content: "\ea4b"; }

.lnil-cloud-check-alt::before {
  content: "\ea4c"; }

.lnil-cloud-check::before {
  content: "\ea4d"; }

.lnil-cloud-computing-alt::before {
  content: "\ea4e"; }

.lnil-cloud-computing::before {
  content: "\ea4f"; }

.lnil-Website::before {
  content: "\ea50"; }

.lnil-alarm::before {
  content: "\ea51"; }

.lnil-cloud-network-alt::before {
  content: "\ea52"; }

.lnil-cloud-network::before {
  content: "\ea53"; }

.lnil-cloud-search-1::before {
  content: "\ea54"; }

.lnil-cloud-search-2::before {
  content: "\ea55"; }

.lnil-cloud-search::before {
  content: "\ea56"; }

.lnil-cloud-sync-alt::before {
  content: "\ea57"; }

.lnil-cloud-sync::before {
  content: "\ea58"; }

.lnil-cloud-download-alt::before {
  content: "\ea59"; }

.lnil-cloud-download::before {
  content: "\ea5a"; }

.lnil-appointment::before {
  content: "\ea5b"; }

.lnil-cloud-upload-alt::before {
  content: "\ea5c"; }

.lnil-cloud-upload::before {
  content: "\ea5d"; }

.lnil-code-alt::before {
  content: "\ea5e"; }

.lnil-code::before {
  content: "\ea5f"; }

.lnil-cog::before {
  content: "\ea60"; }

.lnil-cogs::before {
  content: "\ea61"; }

.lnil-control-panel::before {
  content: "\ea62"; }

.lnil-copy::before {
  content: "\ea63"; }

.lnil-cut::before {
  content: "\ea64"; }

.lnil-dashboard::before {
  content: "\ea65"; }

.lnil-database::before {
  content: "\ea66"; }

.lnil-display-alt::before {
  content: "\ea67"; }

.lnil-display::before {
  content: "\ea68"; }

.lnil-domain::before {
  content: "\ea69"; }

.lnil-download::before {
  content: "\ea6a"; }

.lnil-empty-battery::before {
  content: "\ea6b"; }

.lnil-empty-file::before {
  content: "\ea6c"; }

.lnil-file-download::before {
  content: "\ea6d"; }

.lnil-file-lock::before {
  content: "\ea6e"; }

.lnil-file-name::before {
  content: "\ea6f"; }

.lnil-file-protection::before {
  content: "\ea70"; }

.lnil-file-upload::before {
  content: "\ea71"; }

.lnil-files-alt::before {
  content: "\ea72"; }

.lnil-files::before {
  content: "\ea73"; }

.lnil-folder-alt-1::before {
  content: "\ea74"; }

.lnil-folder-alt::before {
  content: "\ea75"; }

.lnil-folder::before {
  content: "\ea76"; }

.lnil-full-battery::before {
  content: "\ea77"; }

.lnil-game::before {
  content: "\ea78"; }

.lnil-half-battery::before {
  content: "\ea79"; }

.lnil-harddrive::before {
  content: "\ea7a"; }

.lnil-headphone-alt::before {
  content: "\ea7b"; }

.lnil-headphone::before {
  content: "\ea7c"; }

.lnil-laptop-alt-switch::before {
  content: "\ea7d"; }

.lnil-laptop-alt::before {
  content: "\ea7e"; }

.lnil-laptop-phone::before {
  content: "\ea7f"; }

.lnil-laptop::before {
  content: "\ea80"; }

.lnil-link-alt-1::before {
  content: "\ea81"; }

.lnil-link-alt::before {
  content: "\ea82"; }

.lnil-link::before {
  content: "\ea83"; }

.lnil-low-battery::before {
  content: "\ea84"; }

.lnil-magnet::before {
  content: "\ea85"; }

.lnil-magnifier::before {
  content: "\ea86"; }

.lnil-map-marker::before {
  content: "\ea87"; }

.lnil-map::before {
  content: "\ea88"; }

.lnil-menu-alt-1::before {
  content: "\ea89"; }

.lnil-menu-alt-2::before {
  content: "\ea8a"; }

.lnil-menu-alt-3::before {
  content: "\ea8b"; }

.lnil-menu-alt-4::before {
  content: "\ea8c"; }

.lnil-menu-alt-5::before {
  content: "\ea8d"; }

.lnil-menu-alt::before {
  content: "\ea8e"; }

.lnil-menu-circle::before {
  content: "\ea8f"; }

.lnil-menu::before {
  content: "\ea90"; }

.lnil-mic::before {
  content: "\ea91"; }

.lnil-microphone-alt-1::before {
  content: "\ea92"; }

.lnil-microphone-alt::before {
  content: "\ea93"; }

.lnil-microphone::before {
  content: "\ea94"; }

.lnil-mobile-alt-1::before {
  content: "\ea95"; }

.lnil-mobile-alt-2::before {
  content: "\ea96"; }

.lnil-mobile-alt-button::before {
  content: "\ea97"; }

.lnil-mouse::before {
  content: "\ea98"; }

.lnil-no-charge-battery::before {
  content: "\ea99"; }

.lnil-package::before {
  content: "\ea9a"; }

.lnil-plug::before {
  content: "\ea9b"; }

.lnil-presentation::before {
  content: "\ea9c"; }

.lnil-printer::before {
  content: "\ea9d"; }

.lnil-ps::before {
  content: "\ea9e"; }

.lnil-recycle-alt::before {
  content: "\ea9f"; }

.lnil-image::before {
  content: "\eaa0"; }

.lnil-reload-alt-box::before {
  content: "\eaa1"; }

.lnil-reload-alt::before {
  content: "\eaa2"; }

.lnil-reload::before {
  content: "\eaa3"; }

.lnil-recycle::before {
  content: "\eaa4"; }

.lnil-rocket::before {
  content: "\eaa5"; }

.lnil-rss-feed::before {
  content: "\eaa6"; }

.lnil-save-alt::before {
  content: "\eaa7"; }

.lnil-save::before {
  content: "\eaa8"; }

.lnil-scan::before {
  content: "\eaa9"; }

.lnil-scroll-down::before {
  content: "\eaaa"; }

.lnil-search-alt::before {
  content: "\eaab"; }

.lnil-search::before {
  content: "\eaac"; }

.lnil-share-alt::before {
  content: "\eaad"; }

.lnil-share::before {
  content: "\eaae"; }

.lnil-shopping-basket::before {
  content: "\eaaf"; }

.lnil-shortcode::before {
  content: "\eab0"; }

.lnil-signal::before {
  content: "\eab1"; }

.lnil-laptop-alt-keyboard::before {
  content: "\eab2"; }

.lnil-star-fill::before {
  content: "\eab3"; }

.lnil-star-half::before {
  content: "\eab4"; }

.lnil-star::before {
  content: "\eab5"; }

.lnil-tab::before {
  content: "\eab6"; }

.lnil-tap::before {
  content: "\eab7"; }

.lnil-thumbnail::before {
  content: "\eab8"; }

.lnil-timer::before {
  content: "\eab9"; }

.lnil-trash-can-alt-1::before {
  content: "\eaba"; }

.lnil-trash-can-alt::before {
  content: "\eabb"; }

.lnil-trash-can::before {
  content: "\eabc"; }

.lnil-trash::before {
  content: "\eabd"; }

.lnil-unlink::before {
  content: "\eabe"; }

.lnil-upload::before {
  content: "\eabf"; }

.lnil-user-alt-1::before {
  content: "\eac0"; }

.lnil-user-alt-2::before {
  content: "\eac1"; }

.lnil-user-alt::before {
  content: "\eac2"; }

.lnil-user::before {
  content: "\eac3"; }

.lnil-users-alt::before {
  content: "\eac4"; }

.lnil-users::before {
  content: "\eac5"; }

.lnil-website-alt::before {
  content: "\eac6"; }

.lnil-zip::before {
  content: "\eac7"; }

.lnil-zoom-in::before {
  content: "\eac8"; }

.lnil-zoom-out::before {
  content: "\eac9"; }

.lnil-star-empty::before {
  content: "\eaca"; }

.lnil-remove-file::before {
  content: "\eacb"; }

.lnil-keyboard::before {
  content: "\eacc"; }

.lnil-hourglass::before {
  content: "\eacd"; }

.lnil-spinner-1::before {
  content: "\eace"; }

.lnil-spinner-10::before {
  content: "\eacf"; }

.lnil-spinner-11::before {
  content: "\ead0"; }

.lnil-spinner-2::before {
  content: "\ead1"; }

.lnil-spinner-3::before {
  content: "\ead2"; }

.lnil-spinner-4::before {
  content: "\ead3"; }

.lnil-spinner-5::before {
  content: "\ead4"; }

.lnil-spinner-9::before {
  content: "\ead5"; }

.lnil-spinner-7::before {
  content: "\ead6"; }

.lnil-spinner-8::before {
  content: "\ead7"; }

.lnil-spinner-6::before {
  content: "\ead8"; }

.lnil-angry::before {
  content: "\ead9"; }

.lnil-bored::before {
  content: "\eada"; }

.lnil-cry::before {
  content: "\eadb"; }

.lnil-cute::before {
  content: "\eadc"; }

.lnil-dead::before {
  content: "\eadd"; }

.lnil-emoji-cool::before {
  content: "\eade"; }

.lnil-emoji-friendly::before {
  content: "\eadf"; }

.lnil-emoji-happy::before {
  content: "\eae0"; }

.lnil-emoji-sad::before {
  content: "\eae1"; }

.lnil-emoji-smile::before {
  content: "\eae2"; }

.lnil-emoji-speechless::before {
  content: "\eae3"; }

.lnil-emoji-suspect::before {
  content: "\eae4"; }

.lnil-emoji-tounge::before {
  content: "\eae5"; }

.lnil-happy-1::before {
  content: "\eae6"; }

.lnil-happy-2::before {
  content: "\eae7"; }

.lnil-happy-smile::before {
  content: "\eae8"; }

.lnil-kiss-2::before {
  content: "\eae9"; }

.lnil-kiss::before {
  content: "\eaea"; }

.lnil-love::before {
  content: "\eaeb"; }

.lnil-loved-surprise::before {
  content: "\eaec"; }

.lnil-mute::before {
  content: "\eaed"; }

.lnil-piss::before {
  content: "\eaee"; }

.lnil-sick-1::before {
  content: "\eaef"; }

.lnil-sick::before {
  content: "\eaf0"; }

.lnil-sleep::before {
  content: "\eaf1"; }

.lnil-super-cool::before {
  content: "\eaf2"; }

.lnil-super-happy::before {
  content: "\eaf3"; }

.lnil-wink::before {
  content: "\eaf4"; }

.lnil-wow::before {
  content: "\eaf5"; }

.lnil-yawn::before {
  content: "\eaf6"; }

.lnil-cool-1::before {
  content: "\eaf7"; }

.lnil-cool-3::before {
  content: "\eaf8"; }

.lnil-cool-kiss::before {
  content: "\eaf9"; }

.lnil-cotton-bud::before {
  content: "\eafa"; }

.lnil-crown::before {
  content: "\eafb"; }

.lnil-cup-alt::before {
  content: "\eafc"; }

.lnil-crown-alt::before {
  content: "\eafd"; }

.lnil-gift-alt-1::before {
  content: "\eafe"; }

.lnil-crown-alt-2::before {
  content: "\eaff"; }

.lnil-cup::before {
  content: "\eb00"; }

.lnil-gift-bag::before {
  content: "\eb01"; }

.lnil-gift::before {
  content: "\eb02"; }

.lnil-gift-alt::before {
  content: "\eb03"; }

.lnil-ladies-tshirt::before {
  content: "\eb04"; }

.lnil-crown-alt-1::before {
  content: "\eb05"; }

.lnil-sunglass::before {
  content: "\eb06"; }

.lnil-thought::before {
  content: "\eb07"; }

.lnil-tshirt-alt-1::before {
  content: "\eb08"; }

.lnil-tshirt-alt::before {
  content: "\eb09"; }

.lnil-home::before {
  content: "\eb0a"; }

.lnil-glasses::before {
  content: "\eb0b"; }

.lnil-tshirt::before {
  content: "\eb0c"; }

.lnil-baloon-alt-1::before {
  content: "\eb0d"; }

.lnil-baloon-alt::before {
  content: "\eb0e"; }

.lnil-baloon::before {
  content: "\eb0f"; }

.lnil-candle-alt::before {
  content: "\eb10"; }

.lnil-candy-cane::before {
  content: "\eb11"; }

.lnil-candy::before {
  content: "\eb12"; }

.lnil-confetti::before {
  content: "\eb13"; }

.lnil-firecracker::before {
  content: "\eb14"; }

.lnil-fireworks::before {
  content: "\eb15"; }

.lnil-flags::before {
  content: "\eb16"; }

.lnil-mask::before {
  content: "\eb17"; }

.lnil-spray::before {
  content: "\eb18"; }

.lnil-wand::before {
  content: "\eb19"; }

.lnil-birthday-hat::before {
  content: "\eb1a"; }

.lnil-candle::before {
  content: "\eb1b"; }

.lnil-cake::before {
  content: "\eb1c"; }

.lnil-bug-alt::before {
  content: "\eb1d"; }

.lnil-bug::before {
  content: "\eb1e"; }

.lnil-flower::before {
  content: "\eb1f"; }

.lnil-island::before {
  content: "\eb20"; }

.lnil-leaf-alt-1::before {
  content: "\eb21"; }

.lnil-leaf-alt::before {
  content: "\eb22"; }

.lnil-leaf::before {
  content: "\eb23"; }

.lnil-leaves::before {
  content: "\eb24"; }

.lnil-mashroom::before {
  content: "\eb25"; }

.lnil-mountain::before {
  content: "\eb26"; }

.lnil-mushroom-alt::before {
  content: "\eb27"; }

.lnil-mushrooms::before {
  content: "\eb28"; }

.lnil-plant-pot::before {
  content: "\eb29"; }

.lnil-plant::before {
  content: "\eb2a"; }

.lnil-sprout-alt::before {
  content: "\eb2b"; }

.lnil-sprout::before {
  content: "\eb2c"; }

.lnil-tornado::before {
  content: "\eb2d"; }

.lnil-tree-alt-1::before {
  content: "\eb2e"; }

.lnil-tree-alt::before {
  content: "\eb2f"; }

.lnil-tree::before {
  content: "\eb30"; }

.lnil-trees-alt-1::before {
  content: "\eb31"; }

.lnil-trees-alt::before {
  content: "\eb32"; }

.lnil-trees::before {
  content: "\eb33"; }

.lnil-flower-alt::before {
  content: "\eb34"; }

.lnil-cactus-alt::before {
  content: "\eb35"; }

.lnil-cactus::before {
  content: "\eb36"; }

.lnil-bank::before {
  content: "\eb37"; }

.lnil-calculator-alt::before {
  content: "\eb38"; }

.lnil-calculator::before {
  content: "\eb39"; }

.lnil-coin::before {
  content: "\eb3a"; }

.lnil-diamond-alt::before {
  content: "\eb3b"; }

.lnil-diamond::before {
  content: "\eb3c"; }

.lnil-dollar-card::before {
  content: "\eb3d"; }

.lnil-credit-cards::before {
  content: "\eb3e"; }

.lnil-dollar-down::before {
  content: "\eb3f"; }

.lnil-dollar-up::before {
  content: "\eb40"; }

.lnil-euro-card::before {
  content: "\eb41"; }

.lnil-dollar::before {
  content: "\eb42"; }

.lnil-euro-coin::before {
  content: "\eb43"; }

.lnil-euro-down::before {
  content: "\eb44"; }

.lnil-euro-up::before {
  content: "\eb45"; }

.lnil-euro::before {
  content: "\eb46"; }

.lnil-gold-bar::before {
  content: "\eb47"; }

.lnil-mobile-coin-taka::before {
  content: "\eb48"; }

.lnil-mobile-coin::before {
  content: "\eb49"; }

.lnil-money-bag::before {
  content: "\eb4a"; }

.lnil-money-location::before {
  content: "\eb4b"; }

.lnil-money-protection::before {
  content: "\eb4c"; }

.lnil-pound-card::before {
  content: "\eb4d"; }

.lnil-pound-coin::before {
  content: "\eb4e"; }

.lnil-pound-down::before {
  content: "\eb4f"; }

.lnil-pound-up::before {
  content: "\eb50"; }

.lnil-pound::before {
  content: "\eb51"; }

.lnil-rupee-card::before {
  content: "\eb52"; }

.lnil-rupee-coin::before {
  content: "\eb53"; }

.lnil-rupee-down::before {
  content: "\eb54"; }

.lnil-rupee-up::before {
  content: "\eb55"; }

.lnil-rupee::before {
  content: "\eb56"; }

.lnil-taka-card::before {
  content: "\eb57"; }

.lnil-taka-coin::before {
  content: "\eb58"; }

.lnil-taka-down::before {
  content: "\eb59"; }

.lnil-taka-up::before {
  content: "\eb5a"; }

.lnil-taka::before {
  content: "\eb5b"; }

.lnil-wallet-alt-1::before {
  content: "\eb5c"; }

.lnil-wallet::before {
  content: "\eb5d"; }

.lnil-yen-card::before {
  content: "\eb5e"; }

.lnil-yen-coin::before {
  content: "\eb5f"; }

.lnil-yen-down::before {
  content: "\eb60"; }

.lnil-yen-up::before {
  content: "\eb61"; }

.lnil-yen::before {
  content: "\eb62"; }

.lnil-coins::before {
  content: "\eb63"; }

.lnil-credit-card::before {
  content: "\eb64"; }

.lnil-backward-alt::before {
  content: "\eb65"; }

.lnil-backward::before {
  content: "\eb66"; }

.lnil-forward::before {
  content: "\eb67"; }

.lnil-frame-expand::before {
  content: "\eb68"; }

.lnil-film::before {
  content: "\eb69"; }

.lnil-gallery::before {
  content: "\eb6a"; }

.lnil-next::before {
  content: "\eb6b"; }

.lnil-pause::before {
  content: "\eb6c"; }

.lnil-play::before {
  content: "\eb6d"; }

.lnil-previous::before {
  content: "\eb6e"; }

.lnil-repeat-one::before {
  content: "\eb6f"; }

.lnil-shuffle::before {
  content: "\eb70"; }

.lnil-slideshow::before {
  content: "\eb71"; }

.lnil-stop::before {
  content: "\eb72"; }

.lnil-video-alt-1::before {
  content: "\eb73"; }

.lnil-video-alt::before {
  content: "\eb74"; }

.lnil-video-camera-alt-1::before {
  content: "\eb75"; }

.lnil-video-camera-alt-2::before {
  content: "\eb76"; }

.lnil-video-camera-alt::before {
  content: "\eb77"; }

.lnil-video-cut::before {
  content: "\eb78"; }

.lnil-video::before {
  content: "\eb79"; }

.lnil-volume-high::before {
  content: "\eb7a"; }

.lnil-volume-low::before {
  content: "\eb7b"; }

.lnil-volume-medium::before {
  content: "\eb7c"; }

.lnil-volume-mute::before {
  content: "\eb7d"; }

.lnil-volume::before {
  content: "\eb7e"; }

.lnil-full-screen::before {
  content: "\eb7f"; }

.lnil-expand-alt-1::before {
  content: "\eb80"; }

.lnil-fast-forward::before {
  content: "\eb81"; }

.lnil-analytics::before {
  content: "\eb82"; }

.lnil-bar-chart::before {
  content: "\eb83"; }

.lnil-graph-alt-1::before {
  content: "\eb84"; }

.lnil-graph-alt-2::before {
  content: "\eb85"; }

.lnil-graph-alt-3::before {
  content: "\eb86"; }

.lnil-graph-alt-4::before {
  content: "\eb87"; }

.lnil-graph-alt::before {
  content: "\eb88"; }

.lnil-graph-decrease::before {
  content: "\eb89"; }

.lnil-graph-increase::before {
  content: "\eb8a"; }

.lnil-invest-monitor::before {
  content: "\eb8b"; }

.lnil-keyword-research::before {
  content: "\eb8c"; }

.lnil-network-alt::before {
  content: "\eb8d"; }

.lnil-network::before {
  content: "\eb8e"; }

.lnil-pyramid-decrease::before {
  content: "\eb8f"; }

.lnil-pyramid-increase::before {
  content: "\eb90"; }

.lnil-pyramid::before {
  content: "\eb91"; }

.lnil-rook::before {
  content: "\eb92"; }

.lnil-seo::before {
  content: "\eb93"; }

.lnil-strategy::before {
  content: "\eb94"; }

.lnil-target-audience-alt::before {
  content: "\eb95"; }

.lnil-target-customer::before {
  content: "\eb96"; }

.lnil-website-rank::before {
  content: "\eb97"; }

.lnil-bar-check::before {
  content: "\eb98"; }

.lnil-billboard-alt::before {
  content: "\eb99"; }

.lnil-billboard::before {
  content: "\eb9a"; }

.lnil-barrier::before {
  content: "\eb9b"; }

.lnil-bolt-alt::before {
  content: "\eb9c"; }

.lnil-checkmark::before {
  content: "\eb9d"; }

.lnil-check-box::before {
  content: "\eb9e"; }

.lnil-circle-plus::before {
  content: "\eb9f"; }

.lnil-circle-minus::before {
  content: "\eba0"; }

.lnil-cross-circle::before {
  content: "\eba1"; }

.lnil-electricity::before {
  content: "\eba2"; }

.lnil-eye-alt::before {
  content: "\eba3"; }

.lnil-eye::before {
  content: "\eba4"; }

.lnil-find::before {
  content: "\eba5"; }

.lnil-flag-alt::before {
  content: "\eba6"; }

.lnil-flag::before {
  content: "\eba7"; }

.lnil-funnel-alt-1::before {
  content: "\eba8"; }

.lnil-funnel-alt::before {
  content: "\eba9"; }

.lnil-funnel::before {
  content: "\ebaa"; }

.lnil-hand::before {
  content: "\ebab"; }

.lnil-heart-filled::before {
  content: "\ebac"; }

.lnil-heart-plus::before {
  content: "\ebad"; }

.lnil-heart::before {
  content: "\ebae"; }

.lnil-help::before {
  content: "\ebaf"; }

.lnil-hotel-sign::before {
  content: "\ebb0"; }

.lnil-idea-alt::before {
  content: "\ebb1"; }

.lnil-identity::before {
  content: "\ebb2"; }

.lnil-infinite::before {
  content: "\ebb3"; }

.lnil-information::before {
  content: "\ebb4"; }

.lnil-invention::before {
  content: "\ebb5"; }

.lnil-key-alt-1::before {
  content: "\ebb6"; }

.lnil-key-alt-2::before {
  content: "\ebb7"; }

.lnil-key-alt-3::before {
  content: "\ebb8"; }

.lnil-key-alt::before {
  content: "\ebb9"; }

.lnil-key::before {
  content: "\ebba"; }

.lnil-life-ring::before {
  content: "\ebbb"; }

.lnil-list-alt-1::before {
  content: "\ebbc"; }

.lnil-list-alt::before {
  content: "\ebbd"; }

.lnil-list::before {
  content: "\ebbe"; }

.lnil-lock-alt-1::before {
  content: "\ebbf"; }

.lnil-lock-alt-2::before {
  content: "\ebc0"; }

.lnil-lock-alt::before {
  content: "\ebc1"; }

.lnil-lock::before {
  content: "\ebc2"; }

.lnil-minus::before {
  content: "\ebc3"; }

.lnil-more-alt-1::before {
  content: "\ebc4"; }

.lnil-more-alt::before {
  content: "\ebc5"; }

.lnil-more::before {
  content: "\ebc6"; }

.lnil-music-note::before {
  content: "\ebc7"; }

.lnil-music::before {
  content: "\ebc8"; }

.lnil-notification::before {
  content: "\ebc9"; }

.lnil-passport-alt::before {
  content: "\ebca"; }

.lnil-passport::before {
  content: "\ebcb"; }

.lnil-playlist-alt::before {
  content: "\ebcc"; }

.lnil-playlist::before {
  content: "\ebcd"; }

.lnil-plus::before {
  content: "\ebce"; }

.lnil-pointer::before {
  content: "\ebcf"; }

.lnil-power-switch::before {
  content: "\ebd0"; }

.lnil-protection::before {
  content: "\ebd1"; }

.lnil-question-circle::before {
  content: "\ebd2"; }

.lnil-radio-button::before {
  content: "\ebd3"; }

.lnil-record::before {
  content: "\ebd4"; }

.lnil-round-box-check::before {
  content: "\ebd5"; }

.lnil-round-box-cross::before {
  content: "\ebd6"; }

.lnil-round-box-minus::before {
  content: "\ebd7"; }

.lnil-round-box-plus::before {
  content: "\ebd8"; }

.lnil-shield::before {
  content: "\ebd9"; }

.lnil-sort::before {
  content: "\ebda"; }

.lnil-switch::before {
  content: "\ebdb"; }

.lnil-teabag::before {
  content: "\ebdc"; }

.lnil-thumbs-down-alt::before {
  content: "\ebdd"; }

.lnil-thumbs-down::before {
  content: "\ebde"; }

.lnil-thumbs-up-alt::before {
  content: "\ebdf"; }

.lnil-thumbs-up::before {
  content: "\ebe0"; }

.lnil-thunderbolt::before {
  content: "\ebe1"; }

.lnil-ticket-alt-1::before {
  content: "\ebe2"; }

.lnil-ticket-alt-2::before {
  content: "\ebe3"; }

.lnil-ticket-alt-3::before {
  content: "\ebe4"; }

.lnil-ticket-alt::before {
  content: "\ebe5"; }

.lnil-ticket::before {
  content: "\ebe6"; }

.lnil-unlock::before {
  content: "\ebe7"; }

.lnil-warning::before {
  content: "\ebe8"; }

.lnil-checkmark-circle::before {
  content: "\ebe9"; }

.lnil-close::before {
  content: "\ebea"; }

.lnil-bolt::before {
  content: "\ebeb"; }

.lnil-ambulance-alt-1::before {
  content: "\ebec"; }

.lnil-ambulance-alt::before {
  content: "\ebed"; }

.lnil-brain-alt::before {
  content: "\ebee"; }

.lnil-basketball::before {
  content: "\ebef"; }

.lnil-bone::before {
  content: "\ebf0"; }

.lnil-ambulance::before {
  content: "\ebf1"; }

.lnil-broken-bone::before {
  content: "\ebf2"; }

.lnil-brain-check::before {
  content: "\ebf3"; }

.lnil-brain::before {
  content: "\ebf4"; }

.lnil-capsule::before {
  content: "\ebf5"; }

.lnil-capsules::before {
  content: "\ebf6"; }

.lnil-cardiology::before {
  content: "\ebf7"; }

.lnil-diagnosis-alt::before {
  content: "\ebf8"; }

.lnil-diagnosis::before {
  content: "\ebf9"; }

.lnil-dna::before {
  content: "\ebfa"; }

.lnil-dropper-alt-1::before {
  content: "\ebfb"; }

.lnil-dropper-alt-2::before {
  content: "\ebfc"; }

.lnil-dropper-alt::before {
  content: "\ebfd"; }

.lnil-dropper::before {
  content: "\ebfe"; }

.lnil-dumbbell::before {
  content: "\ebff"; }

.lnil-eye-test::before {
  content: "\ec00"; }

.lnil-female::before {
  content: "\ec01"; }

.lnil-first-aid::before {
  content: "\ec02"; }

.lnil-gluten-free::before {
  content: "\ec03"; }

.lnil-heart-check::before {
  content: "\ec04"; }

.lnil-heart-monitor::before {
  content: "\ec05"; }

.lnil-heartrate-monitor::before {
  content: "\ec06"; }

.lnil-hospital-alt-1::before {
  content: "\ec07"; }

.lnil-hospital-alt-2::before {
  content: "\ec08"; }

.lnil-hospital-alt-3::before {
  content: "\ec09"; }

.lnil-hospital-alt-4::before {
  content: "\ec0a"; }

.lnil-hospital-alt::before {
  content: "\ec0b"; }

.lnil-hospital-bed-alt-1::before {
  content: "\ec0c"; }

.lnil-hospital-bed-alt-2::before {
  content: "\ec0d"; }

.lnil-hospital-bed-alt::before {
  content: "\ec0e"; }

.lnil-hospital-bed::before {
  content: "\ec0f"; }

.lnil-hospital-location::before {
  content: "\ec10"; }

.lnil-hospital-sign::before {
  content: "\ec11"; }

.lnil-hospital::before {
  content: "\ec12"; }

.lnil-kettlebell::before {
  content: "\ec13"; }

.lnil-lungs::before {
  content: "\ec14"; }

.lnil-male::before {
  content: "\ec15"; }

.lnil-medical-briefcase-alt::before {
  content: "\ec16"; }

.lnil-medical-briefcase::before {
  content: "\ec17"; }

.lnil-medical-protection::before {
  content: "\ec18"; }

.lnil-medical-sign::before {
  content: "\ec19"; }

.lnil-medicine-alt::before {
  content: "\ec1a"; }

.lnil-medicine-bottle::before {
  content: "\ec1b"; }

.lnil-medicine::before {
  content: "\ec1c"; }

.lnil-microscope::before {
  content: "\ec1d"; }

.lnil-pulse::before {
  content: "\ec1e"; }

.lnil-report-laptop::before {
  content: "\ec1f"; }

.lnil-saline-alt-1::before {
  content: "\ec20"; }

.lnil-saline-alt::before {
  content: "\ec21"; }

.lnil-saline::before {
  content: "\ec22"; }

.lnil-skipping-rope::before {
  content: "\ec23"; }

.lnil-slim::before {
  content: "\ec24"; }

.lnil-sthethoscope::before {
  content: "\ec25"; }

.lnil-syringe::before {
  content: "\ec26"; }

.lnil-test-tube-alt::before {
  content: "\ec27"; }

.lnil-test-tube::before {
  content: "\ec28"; }

.lnil-thermometer-alt::before {
  content: "\ec29"; }

.lnil-thermometer::before {
  content: "\ec2a"; }

.lnil-tooth::before {
  content: "\ec2b"; }

.lnil-walker::before {
  content: "\ec2c"; }

.lnil-weight-machine::before {
  content: "\ec2d"; }

.lnil-weight::before {
  content: "\ec2e"; }

.lnil-wheelchair::before {
  content: "\ec2f"; }

.lnil-yoga-mat::before {
  content: "\ec30"; }

.lnil-capsule-alt-1::before {
  content: "\ec31"; }

.lnil-capsule-alt::before {
  content: "\ec32"; }

.lnil-brain-check-alt::before {
  content: "\ec33"; }

.lnil-apple-alt::before {
  content: "\ec34"; }

.lnil-banana::before {
  content: "\ec35"; }

.lnil-brocolli::before {
  content: "\ec36"; }

.lnil-burger-alt-1::before {
  content: "\ec37"; }

.lnil-burger-alt::before {
  content: "\ec38"; }

.lnil-burger::before {
  content: "\ec39"; }

.lnil-chef-hat-alt-1::before {
  content: "\ec3a"; }

.lnil-chef-hat-alt-2::before {
  content: "\ec3b"; }

.lnil-chef-hat-alt::before {
  content: "\ec3c"; }

.lnil-chef-hat::before {
  content: "\ec3d"; }

.lnil-chicken::before {
  content: "\ec3e"; }

.lnil-cocktail-alt-1::before {
  content: "\ec3f"; }

.lnil-cocktail-alt::before {
  content: "\ec40"; }

.lnil-cocktail::before {
  content: "\ec41"; }

.lnil-coffee-cup-alt::before {
  content: "\ec42"; }

.lnil-coffee-cup::before {
  content: "\ec43"; }

.lnil-cupcake-alt::before {
  content: "\ec44"; }

.lnil-cupcake::before {
  content: "\ec45"; }

.lnil-cutlery-alt-1::before {
  content: "\ec46"; }

.lnil-cutlery-alt::before {
  content: "\ec47"; }

.lnil-cutlery::before {
  content: "\ec48"; }

.lnil-dinner-table::before {
  content: "\ec49"; }

.lnil-dinner::before {
  content: "\ec4a"; }

.lnil-drumstick::before {
  content: "\ec4b"; }

.lnil-fresh-juice::before {
  content: "\ec4c"; }

.lnil-ice-cream-alt::before {
  content: "\ec4d"; }

.lnil-ice-cream::before {
  content: "\ec4e"; }

.lnil-juice::before {
  content: "\ec4f"; }

.lnil-lolypop::before {
  content: "\ec50"; }

.lnil-meat::before {
  content: "\ec51"; }

.lnil-pizza-alt::before {
  content: "\ec52"; }

.lnil-pizza::before {
  content: "\ec53"; }

.lnil-plate::before {
  content: "\ec54"; }

.lnil-popcorn::before {
  content: "\ec55"; }

.lnil-restaurant::before {
  content: "\ec56"; }

.lnil-service::before {
  content: "\ec57"; }

.lnil-silverware::before {
  content: "\ec58"; }

.lnil-spatula::before {
  content: "\ec59"; }

.lnil-bowl-alt::before {
  content: "\ec5a"; }

.lnil-bowl::before {
  content: "\ec5b"; }

.lnil-bowl-alt-1::before {
  content: "\ec5c"; }

.lnil-atom::before {
  content: "\ec5d"; }

.lnil-backpack-alt::before {
  content: "\ec5e"; }

.lnil-book::before {
  content: "\ec5f"; }

.lnil-blackboard::before {
  content: "\ec60"; }

.lnil-books::before {
  content: "\ec61"; }

.lnil-brakckets::before {
  content: "\ec62"; }

.lnil-certificate-alt-1::before {
  content: "\ec63"; }

.lnil-certificate-alt::before {
  content: "\ec64"; }

.lnil-certificate::before {
  content: "\ec65"; }

.lnil-classroom::before {
  content: "\ec66"; }

.lnil-clipboard::before {
  content: "\ec67"; }

.lnil-compass::before {
  content: "\ec68"; }

.lnil-cubes::before {
  content: "\ec69"; }

.lnil-eraser::before {
  content: "\ec6a"; }

.lnil-flask-alt-1::before {
  content: "\ec6b"; }

.lnil-flask-alt-2::before {
  content: "\ec6c"; }

.lnil-flask-alt::before {
  content: "\ec6d"; }

.lnil-flask::before {
  content: "\ec6e"; }

.lnil-graduate-alt::before {
  content: "\ec6f"; }

.lnil-graduate::before {
  content: "\ec70"; }

.lnil-graduation::before {
  content: "\ec71"; }

.lnil-letterblocks::before {
  content: "\ec72"; }

.lnil-library::before {
  content: "\ec73"; }

.lnil-medal-alt::before {
  content: "\ec74"; }

.lnil-medal::before {
  content: "\ec75"; }

.lnil-molecule-alt::before {
  content: "\ec76"; }

.lnil-molecule::before {
  content: "\ec77"; }

.lnil-pencil-alt::before {
  content: "\ec78"; }

.lnil-pencil::before {
  content: "\ec79"; }

.lnil-quill::before {
  content: "\ec7a"; }

.lnil-school-bench-alt::before {
  content: "\ec7b"; }

.lnil-school-bench::before {
  content: "\ec7c"; }

.lnil-sketchbook::before {
  content: "\ec7d"; }

.lnil-whiteboard-alt-1::before {
  content: "\ec7e"; }

.lnil-whiteboard-alt-2::before {
  content: "\ec7f"; }

.lnil-whiteboard-alt::before {
  content: "\ec80"; }

.lnil-whiteboard::before {
  content: "\ec81"; }

.lnil-world-2::before {
  content: "\ec82"; }

.lnil-world-alt::before {
  content: "\ec83"; }

.lnil-world::before {
  content: "\ec84"; }

.lnil-book-alt::before {
  content: "\ec85"; }

.lnil-write::before {
  content: "\ec86"; }

.lnil-backpack::before {
  content: "\ec87"; }

.lnil-books-alt::before {
  content: "\ec88"; }

.lnil-Italic::before {
  content: "\ec89"; }

.lnil-bold::before {
  content: "\ec8a"; }

.lnil-indent-decrease::before {
  content: "\ec8b"; }

.lnil-font::before {
  content: "\ec8c"; }

.lnil-line-dashed::before {
  content: "\ec8d"; }

.lnil-line-dotted::before {
  content: "\ec8e"; }

.lnil-line-double::before {
  content: "\ec8f"; }

.lnil-line-spacing::before {
  content: "\ec90"; }

.lnil-page-break::before {
  content: "\ec91"; }

.lnil-pagination::before {
  content: "\ec92"; }

.lnil-pilcrow::before {
  content: "\ec93"; }

.lnil-redo::before {
  content: "\ec94"; }

.lnil-reflect::before {
  content: "\ec95"; }

.lnil-sort-alpha-asc::before {
  content: "\ec96"; }

.lnil-sort-amount-asc::before {
  content: "\ec97"; }

.lnil-sort-amount-dsc::before {
  content: "\ec98"; }

.lnil-spellcheck::before {
  content: "\ec99"; }

.lnil-strikethrough::before {
  content: "\ec9a"; }

.lnil-text-align-center::before {
  content: "\ec9b"; }

.lnil-text-align-justify::before {
  content: "\ec9c"; }

.lnil-text-align-left::before {
  content: "\ec9d"; }

.lnil-text-align-right::before {
  content: "\ec9e"; }

.lnil-text-format-remove::before {
  content: "\ec9f"; }

.lnil-text-format::before {
  content: "\eca0"; }

.lnil-text::before {
  content: "\eca1"; }

.lnil-underline::before {
  content: "\eca2"; }

.lnil-undo::before {
  content: "\eca3"; }

.lnil-vertical-line::before {
  content: "\eca4"; }

.lnil-height::before {
  content: "\eca5"; }

.lnil-capital-letter::before {
  content: "\eca6"; }

.lnil-indent-increase::before {
  content: "\eca7"; }

.lnil-angle-double-down::before {
  content: "\eca8"; }

.lnil-angle-double-left::before {
  content: "\eca9"; }

.lnil-angle-double-right::before {
  content: "\ecaa"; }

.lnil-angle-double-up::before {
  content: "\ecab"; }

.lnil-arrow-double-down::before {
  content: "\ecac"; }

.lnil-arrow-double-right::before {
  content: "\ecad"; }

.lnil-arrow-double-top::before {
  content: "\ecae"; }

.lnil-arrow-down-circle::before {
  content: "\ecaf"; }

.lnil-arrow-expand-alt::before {
  content: "\ecb0"; }

.lnil-arrow-left-circle::before {
  content: "\ecb1"; }

.lnil-arrow-left::before {
  content: "\ecb2"; }

.lnil-arrow-minimize-alt::before {
  content: "\ecb3"; }

.lnil-arrow-minimize::before {
  content: "\ecb4"; }

.lnil-arrow-right-circle::before {
  content: "\ecb5"; }

.lnil-arrow-right::before {
  content: "\ecb6"; }

.lnil-arrow-top-left::before {
  content: "\ecb7"; }

.lnil-arrow-top-right::before {
  content: "\ecb8"; }

.lnil-arrow-up-circle::before {
  content: "\ecb9"; }

.lnil-arrow-expand::before {
  content: "\ecba"; }

.lnil-arrow-double-left::before {
  content: "\ecbb"; }

.lnil-arrows-vertical::before {
  content: "\ecbc"; }

.lnil-axis::before {
  content: "\ecbd"; }

.lnil-arrow-up::before {
  content: "\ecbe"; }

.lnil-chevron-down::before {
  content: "\ecbf"; }

.lnil-chevron-left-circle::before {
  content: "\ecc0"; }

.lnil-chevron-left::before {
  content: "\ecc1"; }

.lnil-chevron-down-circle::before {
  content: "\ecc2"; }

.lnil-chevron-right::before {
  content: "\ecc3"; }

.lnil-chevron-up-circle::before {
  content: "\ecc4"; }

.lnil-chevron-right-circle::before {
  content: "\ecc5"; }

.lnil-arrow-down::before {
  content: "\ecc6"; }

.lnil-chevron-up::before {
  content: "\ecc7"; }

.lnil-direction-alt::before {
  content: "\ecc8"; }

.lnil-direction::before {
  content: "\ecc9"; }

.lnil-down-arrow-box::before {
  content: "\ecca"; }

.lnil-down-left-arrow-box::before {
  content: "\eccb"; }

.lnil-down-right-arrow-box::before {
  content: "\eccc"; }

.lnil-enter::before {
  content: "\eccd"; }

.lnil-exit-down::before {
  content: "\ecce"; }

.lnil-exit-up::before {
  content: "\eccf"; }

.lnil-arrows-horizontal::before {
  content: "\ecd0"; }

.lnil-direction-ltr::before {
  content: "\ecd1"; }

.lnil-direction-rtl::before {
  content: "\ecd2"; }

.lnil-exit::before {
  content: "\ecd3"; }

.lnil-left-arrow-box::before {
  content: "\ecd4"; }

.lnil-pointer-top::before {
  content: "\ecd5"; }

.lnil-right-arrow-box::before {
  content: "\ecd6"; }

.lnil-shift-left::before {
  content: "\ecd7"; }

.lnil-shift-right::before {
  content: "\ecd8"; }

.lnil-top-arrow-box::before {
  content: "\ecd9"; }

.lnil-top-left-arrow-box::before {
  content: "\ecda"; }

.lnil-top-right-arrow-box::before {
  content: "\ecdb"; }

.lnil-pointer-down::before {
  content: "\ecdc"; }

.lnil-pointer-left::before {
  content: "\ecdd"; }

.lnil-pointer-right::before {
  content: "\ecde"; }

.lnil-brush-alt::before {
  content: "\ecdf"; }

.lnil-brush::before {
  content: "\ece0"; }

.lnil-grid-alt::before {
  content: "\ece1"; }

.lnil-grid::before {
  content: "\ece2"; }

.lnil-highlight-alt::before {
  content: "\ece3"; }

.lnil-highlight::before {
  content: "\ece4"; }

.lnil-image-crop::before {
  content: "\ece5"; }

.lnil-layers-alt-::before {
  content: "\ece6"; }

.lnil-layers-alt-1::before {
  content: "\ece7"; }

.lnil-layers::before {
  content: "\ece8"; }

.lnil-layout-alt-1::before {
  content: "\ece9"; }

.lnil-layout-alt-2::before {
  content: "\ecea"; }

.lnil-layout-alt::before {
  content: "\eceb"; }

.lnil-layout::before {
  content: "\ecec"; }

.lnil-magic-wand::before {
  content: "\eced"; }

.lnil-margin::before {
  content: "\ecee"; }

.lnil-move::before {
  content: "\ecef"; }

.lnil-pallet::before {
  content: "\ecf0"; }

.lnil-rotate::before {
  content: "\ecf1"; }

.lnil-scaling::before {
  content: "\ecf2"; }

.lnil-select::before {
  content: "\ecf3"; }

.lnil-size::before {
  content: "\ecf4"; }

.lnil-slice::before {
  content: "\ecf5"; }

.lnil-transform::before {
  content: "\ecf6"; }

.lnil-ux::before {
  content: "\ecf7"; }

.lnil-vector-alt::before {
  content: "\ecf8"; }

.lnil-vector-pen::before {
  content: "\ecf9"; }

.lnil-vector::before {
  content: "\ecfa"; }

.lnil-crop::before {
  content: "\ecfb"; }

.lnil-color-palette::before {
  content: "\ecfc"; }

.lnil-crop-alt::before {
  content: "\ecfd"; }

.lnil-boundary::before {
  content: "\ecfe"; }

.lnil-bricks-alt::before {
  content: "\ecff"; }

.lnil-construction-hammer::before {
  content: "\ed00"; }

.lnil-construction-rular::before {
  content: "\ed01"; }

.lnil-construction::before {
  content: "\ed02"; }

.lnil-door-alt::before {
  content: "\ed03"; }

.lnil-door::before {
  content: "\ed04"; }

.lnil-drill::before {
  content: "\ed05"; }

.lnil-fence::before {
  content: "\ed06"; }

.lnil-hammer-alt::before {
  content: "\ed07"; }

.lnil-hammer::before {
  content: "\ed08"; }

.lnil-helmet-alt::before {
  content: "\ed09"; }

.lnil-helmet::before {
  content: "\ed0a"; }

.lnil-hook::before {
  content: "\ed0b"; }

.lnil-house-alt-1::before {
  content: "\ed0c"; }

.lnil-house-alt::before {
  content: "\ed0d"; }

.lnil-house-heart::before {
  content: "\ed0e"; }

.lnil-house-plan::before {
  content: "\ed0f"; }

.lnil-house::before {
  content: "\ed10"; }

.lnil-measuring-tape::before {
  content: "\ed11"; }

.lnil-paint-bucket::before {
  content: "\ed12"; }

.lnil-paint-roller-alt-1::before {
  content: "\ed13"; }

.lnil-paint-roller-alt::before {
  content: "\ed14"; }

.lnil-paint-roller::before {
  content: "\ed15"; }

.lnil-pipe::before {
  content: "\ed16"; }

.lnil-ruler-alt::before {
  content: "\ed17"; }

.lnil-ruler-pencil::before {
  content: "\ed18"; }

.lnil-ruler::before {
  content: "\ed19"; }

.lnil-saw-alt::before {
  content: "\ed1a"; }

.lnil-saw::before {
  content: "\ed1b"; }

.lnil-screw::before {
  content: "\ed1c"; }

.lnil-screwdriver::before {
  content: "\ed1d"; }

.lnil-shovel::before {
  content: "\ed1e"; }

.lnil-toolbox::before {
  content: "\ed1f"; }

.lnil-triangle-ruler-1::before {
  content: "\ed20"; }

.lnil-triangle-ruler::before {
  content: "\ed21"; }

.lnil-trowel-alt::before {
  content: "\ed22"; }

.lnil-trowel::before {
  content: "\ed23"; }

.lnil-wheelbarrow::before {
  content: "\ed24"; }

.lnil-wrench::before {
  content: "\ed25"; }

.lnil-cone::before {
  content: "\ed26"; }

.lnil-bricks::before {
  content: "\ed27"; }

.lnil-bulldozer::before {
  content: "\ed28"; }

.lnil-anchor::before {
  content: "\ed29"; }

.lnil-bi-cycle::before {
  content: "\ed2a"; }

.lnil-bubble::before {
  content: "\ed2b"; }

.lnil-boarding-pass::before {
  content: "\ed2c"; }

.lnil-bridge::before {
  content: "\ed2d"; }

.lnil-car-alt::before {
  content: "\ed2e"; }

.lnil-car::before {
  content: "\ed2f"; }

.lnil-caravan::before {
  content: "\ed30"; }

.lnil-chat-add::before {
  content: "\ed31"; }

.lnil-chat-minus::before {
  content: "\ed32"; }

.lnil-comments-alt::before {
  content: "\ed33"; }

.lnil-comments-reply::before {
  content: "\ed34"; }

.lnil-comments::before {
  content: "\ed35"; }

.lnil-envelope-alt::before {
  content: "\ed36"; }

.lnil-envelope::before {
  content: "\ed37"; }

.lnil-helicopter::before {
  content: "\ed38"; }

.lnil-inbox::before {
  content: "\ed39"; }

.lnil-megaphone::before {
  content: "\ed3a"; }

.lnil-message-attachement::before {
  content: "\ed3b"; }

.lnil-message-block::before {
  content: "\ed3c"; }

.lnil-message-check::before {
  content: "\ed3d"; }

.lnil-message-cross::before {
  content: "\ed3e"; }

.lnil-message-desktop::before {
  content: "\ed3f"; }

.lnil-message-edit::before {
  content: "\ed40"; }

.lnil-message-forward::before {
  content: "\ed41"; }

.lnil-message-incoming::before {
  content: "\ed42"; }

.lnil-message-laptop::before {
  content: "\ed43"; }

.lnil-message-lock::before {
  content: "\ed44"; }

.lnil-message-love::before {
  content: "\ed45"; }

.lnil-message-minus::before {
  content: "\ed46"; }

.lnil-message-outgoing::before {
  content: "\ed47"; }

.lnil-message-plus::before {
  content: "\ed48"; }

.lnil-message-reply::before {
  content: "\ed49"; }

.lnil-message-search::before {
  content: "\ed4a"; }

.lnil-message-share::before {
  content: "\ed4b"; }

.lnil-mobile-chat::before {
  content: "\ed4c"; }

.lnil-page::before {
  content: "\ed4d"; }

.lnil-phone-block::before {
  content: "\ed4e"; }

.lnil-phone-caling::before {
  content: "\ed4f"; }

.lnil-phone-conference::before {
  content: "\ed50"; }

.lnil-phone-cut::before {
  content: "\ed51"; }

.lnil-phone-forward::before {
  content: "\ed52"; }

.lnil-phone-incoming::before {
  content: "\ed53"; }

.lnil-phone-misscall::before {
  content: "\ed54"; }

.lnil-phone-outgoing::before {
  content: "\ed55"; }

.lnil-phone-pause::before {
  content: "\ed56"; }

.lnil-phone-redial::before {
  content: "\ed57"; }

.lnil-phone-ring::before {
  content: "\ed58"; }

.lnil-phone-set::before {
  content: "\ed59"; }

.lnil-phone::before {
  content: "\ed5a"; }

.lnil-plane-alt::before {
  content: "\ed5b"; }

.lnil-plane::before {
  content: "\ed5c"; }

.lnil-popup::before {
  content: "\ed5d"; }

.lnil-postcard-alt::before {
  content: "\ed5e"; }

.lnil-postcard::before {
  content: "\ed5f"; }

.lnil-reply::before {
  content: "\ed60"; }

.lnil-road::before {
  content: "\ed61"; }

.lnil-scooter::before {
  content: "\ed62"; }

.lnil-ship::before {
  content: "\ed63"; }

.lnil-support::before {
  content: "\ed64"; }

.lnil-target-mail::before {
  content: "\ed65"; }

.lnil-taxi::before {
  content: "\ed66"; }

.lnil-train-alt::before {
  content: "\ed67"; }

.lnil-train::before {
  content: "\ed68"; }

.lnil-bullhorn::before {
  content: "\ed69"; }

.lnil-bus::before {
  content: "\ed6a"; }

.lnil-boarding-pass-alt::before {
  content: "\ed6b"; }

.lnil-achievement::before {
  content: "\ed6c"; }

.lnil-agenda::before {
  content: "\ed6d"; }

.lnil-briefcase-alt::before {
  content: "\ed6e"; }

.lnil-apartment-alt::before {
  content: "\ed6f"; }

.lnil-apartment::before {
  content: "\ed70"; }

.lnil-analytics-alt-1::before {
  content: "\ed71"; }

.lnil-briefcase::before {
  content: "\ed72"; }

.lnil-cart-alt::before {
  content: "\ed73"; }

.lnil-cart-down::before {
  content: "\ed74"; }

.lnil-cart-empty::before {
  content: "\ed75"; }

.lnil-cart-full::before {
  content: "\ed76"; }

.lnil-delivery::before {
  content: "\ed77"; }

.lnil-desk::before {
  content: "\ed78"; }

.lnil-customer::before {
  content: "\ed79"; }

.lnil-graph::before {
  content: "\ed7a"; }

.lnil-grow::before {
  content: "\ed7b"; }

.lnil-hierchy-alt::before {
  content: "\ed7c"; }

.lnil-global::before {
  content: "\ed7d"; }

.lnil-hierchy::before {
  content: "\ed7e"; }

.lnil-investment::before {
  content: "\ed7f"; }

.lnil-notepad::before {
  content: "\ed80"; }

.lnil-consulting::before {
  content: "\ed81"; }

.lnil-office-plan::before {
  content: "\ed82"; }

.lnil-paperclip::before {
  content: "\ed83"; }

.lnil-cart::before {
  content: "\ed84"; }

.lnil-offer::before {
  content: "\ed85"; }

.lnil-pie-chart-alt::before {
  content: "\ed86"; }

.lnil-pie-chart-dollar::before {
  content: "\ed87"; }

.lnil-pie-chart::before {
  content: "\ed88"; }

.lnil-pie-report::before {
  content: "\ed89"; }

.lnil-handshake::before {
  content: "\ed8a"; }

.lnil-pin-alt::before {
  content: "\ed8b"; }

.lnil-pin::before {
  content: "\ed8c"; }

.lnil-quotation::before {
  content: "\ed8d"; }

.lnil-revenue::before {
  content: "\ed8e"; }

.lnil-stamp::before {
  content: "\ed8f"; }

.lnil-tablet-alt::before {
  content: "\ed90"; }

.lnil-tag::before {
  content: "\ed91"; }

.lnil-target-achievement::before {
  content: "\ed92"; }

.lnil-table::before {
  content: "\ed93"; }

.lnil-target-alt::before {
  content: "\ed94"; }

.lnil-target-alt-1::before {
  content: "\ed95"; }

.lnil-swatches::before {
  content: "\ed96"; }

.lnil-stats-down::before {
  content: "\ed97"; }

.lnil-stats-up::before {
  content: "\ed98"; }

.lnil-target-revenue::before {
  content: "\ed99"; }

.lnil-tie::before {
  content: "\ed9a"; }

.lnil-target::before {
  content: "\ed9b"; }

.lnil-licencse::before {
  content: "\ed9c"; }

.lnil-target-remove::before {
  content: "\ed9d"; }

.lnil-sales-report::before {
  content: "\ed9e"; }

.lnil-Instagram::before {
  content: "\ed9f"; }

.lnil-amazon::before {
  content: "\eda0"; }

.lnil-amex::before {
  content: "\eda1"; }

.lnil-bitbucket::before {
  content: "\eda2"; }

.lnil-bitcoin::before {
  content: "\eda3"; }

.lnil-chrome::before {
  content: "\eda4"; }

.lnil-css3::before {
  content: "\eda5"; }

.lnil-dribbble::before {
  content: "\eda6"; }

.lnil-dropbox::before {
  content: "\eda7"; }

.lnil-drupal::before {
  content: "\eda8"; }

.lnil-facebook::before {
  content: "\eda9"; }

.lnil-firefox::before {
  content: "\edaa"; }

.lnil-github::before {
  content: "\edab"; }

.lnil-html5::before {
  content: "\edac"; }

.lnil-mastercard::before {
  content: "\edad"; }

.lnil-paypal::before {
  content: "\edae"; }

.lnil-play-store::before {
  content: "\edaf"; }

.lnil-slack::before {
  content: "\edb0"; }

.lnil-quora::before {
  content: "\edb1"; }

.lnil-soundcloud::before {
  content: "\edb2"; }

.lnil-spotify::before {
  content: "\edb3"; }

.lnil-twitter::before {
  content: "\edb4"; }

.lnil-visa::before {
  content: "\edb5"; }

.lnil-android::before {
  content: "\edb6"; }

.lnil-apple::before {
  content: "\edb7"; }

.lnil-behance::before {
  content: "\edb8"; }

/* ==========================================================================
   #MARCELLUS
   ========================================================================== */
   
/* ==========================================================================
   2. Basic Styles
   ========================================================================== */
/* ==========================================================================
   #BODY
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.667;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    body {
      font-size: 14px;
      line-height: 24px; } }

body.home {
  background: #ececec; }

body.product-page #main {
  overflow: visible; }

#main {
  overflow: hidden; }

::selection {
  color: #ffffff;
  background-color: #aea191; }

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
.button {
  padding: 13px 32px;
  color: #aea191;
  display: inline-block;
  border: 2px solid #aea191;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 1098px) {
    .button {
      padding: 10px 27px;
      font-size: 17px; } }
  @media (max-width: 991px) {
    .button {
      border-width: 1px;
      padding: 8px 25px 8px 25px;
      font-size: 13px; } }
  .button:hover {
    color: #fff;
    background: #aea191; }

.second-button {
  padding: 12px 26px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #aea191;
  border: none;
  display: inline-block;
  outline: none !important; }
  .second-button:hover {
    background: #aea191;
    color: #fff; }
  @media (max-width: 991px) {
    .second-button {
      font-size: 13px;
      padding: 8px 30px; } }

.third-button {
  padding: 15px 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #aea191;
  border: none;
  display: inline-block;
  outline: none; }
  @media (max-width: 1098px) {
    .third-button {
      padding: 12px 35px;
      font-size: 17px; } }
  @media (max-width: 991px) {
    .third-button {
      padding: 8px 20px;
      font-size: 13px; } }
  .third-button:hover {
    background: #aea191;
    color: #fff; }

.fourth-button {
  padding: 15px 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #aea191;
  background: none;
  border: 1px solid #aea191;
  display: inline-block;
  outline: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 1098px) {
    .fourth-button {
      padding: 12px 35px;
      font-size: 17px; } }
  @media (max-width: 991px) {
    .fourth-button {
      padding: 8px 20px;
      font-size: 13px; } }
  .fourth-button:hover {
    background: #aea191;
    color: #fff; }

.fifth-button {
  width: auto;
  padding: 11px 36px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 1098px) {
    .fifth-button {
      padding: 10px 31px;
      font-size: 17px; } }
  @media (max-width: 991px) {
    .fifth-button {
      font-size: 13px;
      padding: 7px 30px; } }
  .fifth-button:hover {
    background: #000;
    color: #fff; }

.sixth-button {
  width: auto;
  padding: 7px 35px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .sixth-button {
      font-size: 12px;
      padding: 5px 25px; } }
  .sixth-button:hover {
    background: #000;
    color: #fff; }

.seventh-button {
  width: auto;
  padding: 13px 52px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px; }
  @media (max-width: 1098px) {
    .seventh-button {
      padding: 10px 40px; } }
  @media (max-width: 991px) {
    .seventh-button {
      font-size: 13px;
      padding: 7px 30px; } }
  .seventh-button:hover {
    background: #000;
    color: #fff; }

.eighth-button {
  width: auto;
  padding: 12px 36px;
  border: 1px solid #999;
  font-size: 16px;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .eighth-button {
      font-size: 13px;
      padding: 8px 30px; } }
  .eighth-button:hover {
    background: #aea191;
    color: #fff;
    border-color: #aea191; }

.paypal-button {
  padding: 12px 26px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #fec34a;
  border: none;
  display: inline-block;
  outline: none !important; }
  .paypal-button:hover {
    background: #fec34a;
    color: #fff; }
  @media (max-width: 991px) {
    .paypal-button {
      font-size: 13px;
      padding: 9px 30px; } }
  .paypal-button img {
    max-height: 26px; }
    @media (max-width: 991px) {
      .paypal-button img {
        max-height: 18px; } }

/* ==========================================================================
   #HEADING
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  line-height: 1.11;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      letter-spacing: 1px; } }
h4 a {
  color: #000;
}
h1 {
  font-size: 30px; }
  @media (max-width: 1098px) {
    h1 {
      font-size: 26px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 22px; } }

h2 {
  font-size: 90px; }
  @media (max-width: 1098px) {
    h2 {
      font-size: 60px; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 60px;
  letter-spacing: 1px; }
  @media (max-width: 1098px) {
    h3 {
      font-size: 48px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 48px;
  letter-spacing: 1px; }
  @media (max-width: 1098px) {
    h4 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    h4 {
      font-size: 26px; } }

h5 {
  font-size: 24px;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 1098px) {
    h6 {
      font-size: 21px; } }
  @media (max-width: 991px) {
    h6 {
      font-size: 18px; } }

.font-family-jost {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0px; }
  .font-family-jost a {
    letter-spacing: 0px !important; }

.font-weight-400 {
  font-weight: 400; }

.text-transform-none {
  text-transform: none !important; }

/* ==========================================================================
   #HR ELEMENT
   ========================================================================== */
hr {
  background: #e6e6e6;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 0px;
  opacity: 1; }
  hr.transparent {
    background: transparent; }

/* ==========================================================================
   #HTML
   ========================================================================== */
html {
  font-size: 1rem; }
  @media (max-width: 1199px) {
    html {
      font-size: 0.9rem; } }
  @media (max-width: 991px) {
    html {
      font-size: 0.85rem; } }
  @media (max-width: 767px) {
    html {
      font-size: 0.75rem; } }

/* ==========================================================================
   #INPUTS
   ========================================================================== */
/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  a:hover {
    color: #000000; }

/* ==========================================================================
   3. Layout styles
   ========================================================================== */
/* ==========================================================================
   #CONTAINER
   ========================================================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1370px;
  padding: 0px 100px; }
  @media (max-width: 1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 70px; } }
  @media (max-width: 1098px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 20px; }
      .container .container,
      .container-lg .container,
      .container-md .container,
      .container-sm .container,
      .container-xl .container,
      .container-xxl .container {
        padding: 0px 35px; } }

.container--type-2 {
  max-width: 1760px; }

.container--type-3 {
  max-width: 100%;
  padding: 0px 80px; }
  @media (max-width: 1399px) {
    .container--type-3 {
      padding: 0px 70px; } }
  @media (max-width: 1098px) {
    .container--type-3 {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .container--type-3 {
      padding: 0px 20px; } }

.container--type-4 {
  max-width: 1640px; }

.container--type-5 {
  max-width: 1920px;
  padding: 0px 80px; }
  @media (max-width: 1399px) {
    .container--type-5 {
      padding: 0px 70px; } }
  @media (max-width: 1098px) {
    .container--type-5 {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .container--type-5 {
      padding: 0px 20px; } }

/* ==========================================================================
   #ROW
   ========================================================================== */
.row {
  margin: 0px -15px; }
  .row > div {
    padding: 0px 15px; }

/* ==========================================================================
   4. Plugins styles
   ========================================================================== */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/local/templates/eshop_bootstrap_v4/assets/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color); }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp {
  position: fixed; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.pswp__img {
  cursor: zoom-in; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none; }

.pswp__content > * {
  pointer-events: auto; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid; }

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color); }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary); }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: 0;
  opacity: .9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/local/templates/eshop_bootstrap_v4/assets/default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/eshop_bootstrap_v4/assets/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/local/templates/eshop_bootstrap_v4/assets/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001; }

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0; }

/* 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; }

/* ==========================================================================
   #ZOOMIT
   ========================================================================== */
.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important; }

.zoomit-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.zoomit-container.loaded .zoomit-ghost {
  cursor: url("/local/templates/eshop_bootstrap_v4/assets/images/default/plus.png"), auto; }

.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1; }

/* ==========================================================================
   5. Default header styles
   ========================================================================== */
/* ==========================================================================
   #HEADER
   ========================================================================== */
.header {
  position: relative;
  z-index: 990; }

/* Container */
.header__container {
  padding-top: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c4c3bd;
  position: relative; }
  @media (max-width: 991px) {
    .header__container {
      padding-top: 18px;
      padding-bottom: 17px; } }

.header__container--type-2 {
  border: none; }

/* Mobile menu */
.header__mobile-menu {
  display: none; }
  @media (max-width: 991px) {
    .header__mobile-menu {
      display: block; } }

.mobile-menu__open {
  font-size: 20px;
  margin-right: 30px; }
  .mobile-menu__open a {
    color: #000; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu.active {
    pointer-events: auto;
    visibility: visible; }
    .mobile-menu.active .mobile-menu__overlay {
      opacity: 1; }
    .mobile-menu.active .mobile-menu__content {
      right: 0; }

.mobile-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.mobile-menu__content {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 280px;
  overflow-y: scroll;
  background: #1c1c1c;
  padding: 40px 0px;
  right: -280px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.mobile-menu__close {
  position: absolute;
  top: 15px;
  left: 15px; }
  .mobile-menu__close a {
    color: #fff;
    font-size: 20px; }

.mobile-menu__logo {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 0px 0px 30px 0px;
  margin: 0px; }

.mobile-menu__nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .mobile-menu__nav > li {
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .mobile-menu__nav > li > a {
      display: block;
      color: #d5d5d5;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.5px;
      padding: 15px 60px 15px 20px; }

.mobile-menu__dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
  line-height: 35px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0px;
  width: 36px;
  height: 35px; }

.mobile-menu__dropdown-menu {
  display: none;
  list-style: none;
  padding: 0px 0px 15px 0px;
  margin: 0px; }
  .mobile-menu__dropdown-menu li {
    border: none;
    padding: 0 20px 10px 20px;
    line-height: 1;
    margin: 0px; }
    .mobile-menu__dropdown-menu li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 0px 20px 0px;
      text-transform: uppercase; }
    .mobile-menu__dropdown-menu li ul {
      list-style: none;
      padding: 15px 0px 0px 0px;
      margin: 0px; }

/* Logo */
.header__logo {
  padding: 0px;
  margin: 0px 75px 0px 0px;
  max-width: 400px;
  min-width: 145px;
  line-height: 1;
  font-size: 30px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 1499px) {
    .header__logo {
      margin-right: 70px; } }
  @media (max-width: 1399px) {
    .header__logo {
      margin-right: 50px; } }
  @media (max-width: 1199px) {
    .header__logo {
      margin-right: 30px; } }
  @media (max-width: 1098px) {
    .header__logo {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .header__logo {
      font-size: 22px; } }
  .header__logo a {
    color: #000; }

/* Nav */
.header__nav {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .header__nav {
      display: none; } }
  .header__nav > li {
    margin: 0px 32px; }
    @media (max-width: 1299px) {
      .header__nav > li {
        margin: 0px 25px; } }
    @media (max-width: 1098px) {
      .header__nav > li {
        margin: 0px 18px; } }

.nav__item {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  display: block;
  position: relative;
  z-index: 3; }
  .nav__item:hover {
    color: #aea191; }
  .nav__item:after {
    left: 50%;
    width: 8px;
    content: "";
    height: 8px;
    bottom: -46px;
    opacity: 0;
    margin: -20px 0px 0px -4px;
    visibility: hidden;
    position: absolute;
    border-radius: 100%;
    background-color: #aea191;
    transition: 0.3s all ease-in-out; }

.header__nav > li:hover .nav__item:after {
  opacity: 1;
  visibility: visible;
  bottom: -66px; }

.header__nav > li:hover .nav__item:before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: -32px;
  right: -32px;
  bottom: -105px; }

/* Dropdown menu one level */
.nav__dropdown-menu {
  list-style: none;
  margin: 0px;
  top: 100%;
  margin-top: 0px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top-color: #c4c3bd;
  position: absolute;
  width: 280px;
  padding: 30px;
  z-index: 9;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .nav__dropdown-menu li a {
    color: #000; }
    .nav__dropdown-menu li a:hover {
      color: #aea191; }

body.home .nav__dropdown-menu {
  border: none;
  margin-top: 1px; }

.header__nav li:hover .nav__dropdown-menu {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.nav__item-tag {
  display: inline-block;
  vertical-align: top;
  color: #669900;
  font-size: 11px;
  position: relative;
  margin: 1px 0px 0px 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.nav__item-tag--default {
  color: #999999; }

.nav__item-tag--hot {
  color: #ff3333; }

/* Megamenu */
.nav__mega-menu {
  margin: 0px;
  top: 100%;
  left: 0;
  margin-top: 0px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top-color: #c4c3bd;
  position: absolute;
  padding: 65px 70px;
  z-index: 9;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  display: flex;
  max-width: 100%; }
.nav__mega-menu .standard-column__title a {
  color: #000;
}
  @media (max-width: 1098px) {
    .nav__mega-menu {
      padding: 40px; } }

body.home .nav__mega-menu {
  margin-top: 1px;
  border: none; }

.header__nav li:hover .nav__mega-menu {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* Standard column in megamenu */
.mega-menu__standard-column {
  width: 285px;
  padding-right: 25px; }

.standard-column__title {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.standard-column__nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .standard-column__nav li a {
    color: #000; }
    .standard-column__nav li a:hover {
      color: #aea191; }

.standard-column__nav + .standard-column__title {
  margin-top: 60px; }

/* Banner in megamenu */
.mega-menu__banner {
  position: relative;
  margin: -65px -70px -65px 0px;
  width: 365px; }
  @media (max-width: 1098px) {
    .mega-menu__banner {
      margin: -40px -40px -40px 0px; } }
  .mega-menu__banner img {
    display: block;
    width: 100%; }

/* Menu brands */
.menu-brands__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -40px;
  position: relative; }

.menu-brand-item {
  opacity: 0.4;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  margin-right: 35px;
  margin-bottom: 34px; }
  .menu-brand-item:hover {
    opacity: 1; }

/* Language switcher */
.header__language-switcher {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px auto; }
  @media (max-width: 991px) {
    .header__language-switcher {
      display: none; } }
  .header__language-switcher > li {
    margin: 0px 10px; }
    .header__language-switcher > li > a {
      font-size: 14px;
      color: #999;
      text-transform: uppercase; }
      .header__language-switcher > li > a.active, .header__language-switcher > li > a:hover {
        color: #000; }

/* Header right */
.header__right {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 75px; }
  @media (max-width: 1499px) {
    .header__right {
      margin-left: 70px; } }
  @media (max-width: 1399px) {
    .header__right {
      margin-left: 50px; } }
  @media (max-width: 1199px) {
    .header__right {
      margin-left: 30px; } }
  @media (max-width: 1098px) {
    .header__right {
      margin-left: 10px; } }
  @media (max-width: 991px) {
    .header__right {
      margin-left: auto; } }
  .header__right > li {
    margin-left: 30px; }
    @media (max-width: 991px) {
      .header__right > li {
        margin-left: 20px; } }
    .header__right > li > a {
      font-size: 23px;
      line-height: 1;
      color: #000;
      display: block;
      position: relative;
      z-index: 9; }
      @media (max-width: 991px) {
        .header__right > li > a {
          font-size: 18px; } }
      .header__right > li > a span {
        right: -5px;
        bottom: -5px;
        color: #fff;
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
        border-radius: 100%;
        position: absolute;
        background-color: #aea191;
        text-align: center; }
        @media (max-width: 991px) {
          .header__right > li > a span {
            bottom: -7px;
            right: -7px; } }
      .header__right > li > a .lnil-user {
        font-size: 25px; }
        @media (max-width: 991px) {
          .header__right > li > a .lnil-user {
            font-size: 20px; } }
      .header__right > li > a .lnil-cart {
        font-size: 24px; }
        @media (max-width: 991px) {
          .header__right > li > a .lnil-cart {
            font-size: 20px; } }

/* Header cart */
.header__cart:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 395px;
  bottom: -1px;
  z-index: 2; }

.header__cart:hover .header-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.header-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 395px;
  background: #fff;
  margin-top: 0px;
  border: 1px solid #d0d0d0;
  border-top-color: #c4c3bd;
  z-index: 9;
  padding: 40px 30px 47px 30px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 991px) {
    .header-cart {
      display: none !important; } }

body.home .header-cart {
  margin-top: 1px;
  border: none; }

.header-cart__items {
  list-style: none;
  padding: 0px;
  margin: 0px; }

/* Cart item */
.cart-item {
  margin-top: 26px; }
  .cart-item:first-of-type {
    margin-top: 0px; }

.cart-item__image {
  width: 60px;
  min-width: 60px;
  margin: 0px 20px 0px 0px;
  padding: 0px; }
  .cart-item__image a {
    display: block;
    padding-bottom: 139.948%;
    position: relative; }
    .cart-item__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.cart-item__image--ratio-100-122 a {
  padding-bottom: 122%; }

.cart-item__details {
  padding: 0px;
  margin: 0px; }

.cart-item__title {
  font-size: 16px;
  color: #000;
  display: block; }
  @media (max-width: 991px) {
    .cart-item__title {
      font-size: 15px; } }
  .cart-item__title:hover {
    color: #aea191; }

.cart-item__variant {
  display: block;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .cart-item__variant {
      font-size: 13px; } }

.cart-ietm__price {
  display: block;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .cart-ietm__price {
      font-size: 14px; } }
  .cart-ietm__price i {
    font-style: normal;
    color: #999;
    padding: 0px 4px; }

.cart-item__delete {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px auto;
  font-size: 12px; }
  .cart-item__delete a {
    font-size: 12px;
    color: #000; }

/* Cart Subtotal */
.header-cart__subtotal {
  border-top: 1px solid #d0d0d0;
  margin-top: 35px;
  padding-top: 27px; }

.subtotal__title {
  padding-top: 2px; }

.subtotal__value {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  color: #000; }

/* Cart Action */
.header-cart__action {
  padding-top: 20px; }

.header-cart__button {
  display: block;
  width: 100%;
  margin: 10px 0px 0px 0px;
  border: 1px solid #999999;
  padding: 12px 25px 12px 25px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000; }

.header-cart__button--checkout {
  background: #aea191;
  border-color: #aea191;
  color: #fff; }
  .header-cart__button--checkout:hover {
    color: #fff; }

/* ==========================================================================
   6. Default footer styles
   ========================================================================== */
/* ==========================================================================
   #FOOTER
   ========================================================================== */
.footer {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 15px; } }
  .footer .footer__first-column {
    padding-top: 140px; }
    @media (min-width: 992px) {
      .footer .footer__first-column {
        width: 30%; } }
    @media (max-width: 991px) {
      .footer .footer__first-column {
        padding-top: 70px; } }
  .footer .footer__second-column {
    padding-top: 140px; }
    @media (min-width: 992px) {
      .footer .footer__second-column {
        width: 21%; } }
    @media (max-width: 991px) {
      .footer .footer__second-column {
        padding-top: 70px; } }
  .footer .footer__third-column {
    padding-top: 140px; }
    @media (min-width: 992px) {
      .footer .footer__third-column {
        width: 19%; } }
    @media (max-width: 991px) {
      .footer .footer__third-column {
        padding-top: 70px; } }
  .footer .footer__fourth-column {
    padding-top: 140px; }
    @media (min-width: 992px) {
      .footer .footer__fourth-column {
        width: 30%; } }
    @media (max-width: 991px) {
      .footer .footer__fourth-column {
        padding-top: 70px; } }

/* Footer logo */
.footer__logo {
  font-size: 30px;
  padding: 0px 0px 50px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .footer__logo {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .footer__logo {
      font-size: 22px;
      padding-bottom: 35px; } }

/* Footer address */
.footer__address {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .footer__address li {
    margin-bottom: 15px; }
    .footer__address li:last-child {
      margin: 0px; }

/* Footer social */
.footer__socials {
  list-style: none;
  padding: 45px 0px 0px 0px;
  margin: 0px; }
  .footer__socials li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px; }
    .footer__socials li i {
      font-size: 20px; }
      @media (max-width: 991px) {
        .footer__socials li i {
          font-size: 18px; } }

/* Footer heading */
.footer__heading {
  padding: 0px 0px 50px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .footer__heading {
      padding-bottom: 23px; } }

/* Footer menu */
.footer__menu {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .footer__menu li {
    padding: 0px 0px 18px 0px; }
    @media (max-width: 991px) {
      .footer__menu li {
        padding-bottom: 10px; } }
    .footer__menu li:last-child {
      padding: 0px; }

/* Footer newsletter */
.footer__newsletter {
  padding: 0px;
  margin: 0px; }

.footer__newsletter-description {
  padding: 0px 0px 35px 0px;
  margin: 0px; }

.footer__newsleter-input {
  width: 100%;
  border: 2px solid #d0d0d0;
  display: block;
  padding: 13px 30px 13px 30px;
  outline: none; }
  @media (max-width: 991px) {
    .footer__newsleter-input {
      border-width: 1px; } }

.footer__newsletter-privacy-policy {
  padding-top: 15px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .footer__newsletter-privacy-policy {
      font-size: 13px; } }
  .footer__newsletter-privacy-policy a {
    text-decoration: underline;
    color: #000; }
    .footer__newsletter-privacy-policy a:hover {
      color: #aea191; }

.footer__newsletter-button {
  margin-top: 40px; }

/* Copyright */
.copyright {
  margin-top: 130px;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .copyright {
      margin-top: 85px;
      padding-top: 45px;
      text-align: center; } }
  .copyright span {
    color: #000; }
  @media (min-width: 992px) {
    .copyright .copyright__first-column {
      width: 30%; } }
  @media (min-width: 992px) {
    .copyright .copyright__second-column {
      width: 21%; } }
  @media (max-width: 991px) {
    .copyright .copyright__second-column {
      padding-top: 25px; } }
  .copyright .copyright__payment {
    text-align: right; }
    @media (min-width: 992px) {
      .copyright .copyright__payment {
        width: 49%; } }
    @media (max-width: 991px) {
      .copyright .copyright__payment {
        text-align: center;
        padding-top: 25px; }
        .copyright .copyright__payment span {
          display: none; } }
    .copyright .copyright__payment img {
      margin-left: 30px; }
      @media (max-width: 991px) {
        .copyright .copyright__payment img {
          margin-left: 0px; } }

/* Copyright language switcher */
.copyright__language-switcher {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .copyright__language-switcher li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .copyright__language-switcher li {
        margin: 0px 10px; } }
    .copyright__language-switcher li a.active {
      color: #000; }

/* ==========================================================================
   7. Home styles
   ========================================================================== */
/* ==========================================================================
   7.1 #FEATURED COLLECTIONS
   ========================================================================== */
.featured-collections {
  padding-top: 140px;
  padding-bottom: 175px; }
  @media (max-width: 991px) {
    .featured-collections {
      padding-top: 65px;
      padding-bottom: 75px; } }
  .featured-collections .row {
    margin: 0px -45px; }
    @media (max-width: 1399px) {
      .featured-collections .row {
        margin: 0px -25px; } }
    .featured-collections .row > div {
      padding: 0px 45px; }
      @media (max-width: 1399px) {
        .featured-collections .row > div {
          padding: 0px 25px; } }

/* Title */
.featured-collections__title {
  padding: 0px 0px 30px 0px;
  margin: 0px; }

/* Description */
@media (max-width: 991px) {
  .featured-collections__description {
    padding-bottom: 25px; } }

/* Featured product */
.featured-product {
  background: #fff;
  height: 660px;
  margin-top: 75px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1098px) {
    .featured-product {
      height: 560px; } }
  @media (max-width: 991px) {
    .featured-product {
      height: 330px;
      margin-top: 20px; } }
  .featured-product:hover .featured-product__image img {
    transform: scale(1.2); }

.featured-product__image {
  position: absolute;
  top: -30px;
  right: -155px; }
  .featured-product__image img {
    transition: 0.75s all ease-in-out; }
    @media (max-width: 991px) {
      .featured-product__image img {
        max-width: 100%; } }

.featured-product__image--style-2 {
  top: 95px;
  right: -240px; }

.featured-product__content {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 80px;
  bottom: 80px;
  right: 80px;
  max-width: 235px;
  padding-bottom: 90px; }
  @media (max-width: 1399px) {
    .featured-product__content {
      top: 60px;
      left: 60px;
      bottom: 60px;
      right: 60px; } }
  @media (max-width: 1098px) {
    .featured-product__content {
      max-width: 50%; } }
  @media (max-width: 991px) {
    .featured-product__content {
      top: 35px;
      left: 35px;
      right: 35px;
      bottom: 35px; } }

.featured-product__category {
  letter-spacing: 0.5px;
  color: #aea191;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .featured-product__category {
      font-size: 10px; } }

.featured-product__product-name {
  padding: 0px 0px 40px 0px;
  margin: 0px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .featured-product__product-description {
    display: none; } }

.featured-product__button {
  position: absolute;
  bottom: 0px; }

/* ==========================================================================
   7.2 #HOME ABOUT US
   ========================================================================== */
.home-about-us__background {
  background: #fff;
  position: relative;
  padding: 100px 0px 120px 0px; }
  @media (max-width: 991px) {
    .home-about-us__background {
      padding: 50px 0px 70px 0px;
      margin-right: -35px; } }
  .home-about-us__background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    background: #fff; }

/* Title */
.home-about-us__title {
  padding: 0px 0px 30px 0px;
  margin: 0px; }

/* Description */
/* Feature */
.home-about-us__feature {
  max-width: 570px;
  margin: 90px 0 70px; }
  @media (max-width: 1098px) {
    .home-about-us__feature {
      max-width: 100%; } }
  @media (max-width: 991px) {
    .home-about-us__feature {
      margin: 50px 0px 0px 0px; } }

.feature__icon {
  width: 60px;
  margin-right: 45px; }
  @media (max-width: 991px) {
    .feature__icon {
      width: 40px;
      margin-right: 30px; } }
  .feature__icon i {
    font-size: 60px;
    color: #000; }
    @media (max-width: 991px) {
      .feature__icon i {
        font-size: 40px; } }

.feature__h6 {
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .feature__h6 {
      font-size: 16px; } }

.feature__description {
  color: #999; }

/* Right image */
.home-about-us__right-image {
  position: absolute;
  left: 63%;
  bottom: 455px;
  z-index: 3; }
  @media (max-width: 1098px) {
    .home-about-us__right-image {
      display: none; } }
  @media (max-width: 991px) {
    .home-about-us__right-image {
      display: block;
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 70px;
      margin-right: -20px;
      margin-left: 10px; }
      .home-about-us__right-image img {
        max-width: 100%; } }

.home-about-us__right-image--second {
  bottom: 155px;
  left: 65%; }
  @media (max-width: 991px) {
    .home-about-us__right-image--second {
      bottom: 0;
      left: 0;
      margin-top: 48px; } }

/* ==========================================================================
   7.3 #HOME BRANDS
   ========================================================================== */
.home-brands__background {
  background: #fff;
  position: relative; }
  .home-brands__background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    background: #fff; }

.home-brands__items {
  padding: 85px 0px 75px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .home-brands__items {
      padding: 10px 0px 35px 0px;
      flex-wrap: wrap;
      margin-right: -35px;
      position: relative; } }

.home-brand-item {
  margin: 0px auto;
  padding: 0px 30px;
text-align: center;}
  .review__slider .home-brand-item:last-of-type,
  .video-review__slider .home-brand-item:last-of-type {
    padding-left: 5px !important;
  }
  .home-brand-item:first-of-type {
    margin-left: 0px;
    padding-left: 0px; }
  .review__slider .home-brand-item:last-of-type,
  .video-review__slider .home-brand-item:last-of-type {
    padding-right: 5px !important;
  }
  .home-brand-item:last-of-type {
    margin-right: 0px;
    padding-right: 0px; }
  @media (max-width: 991px) {
    .home-brand-item {
      padding: 20px 5% 0px 5% !important;
      width: 33.3333%;
      min-width: 33.3333%;
      text-align: center;
      margin: 0px; }
      .home-brand-item:nth-child(3n+3) {
        padding-right: 0 !important;
        padding-left: 10% !important;
        text-align: center; }
      .home-brand-item:nth-child(3n+1) {
        padding-right: 10% !important;
        padding-left: 0px !important;
        } }
@media (max-width: 480px) {
  .home-brand-item:nth-child(3n+3) {
    padding-left: 0 !important;
  }

  .home-brand-item:nth-child(3n+1) {
    padding-right: 0 !important;
  }
}
  .screen .home-brand-item a,
  .review__slider .home-brand-item a {
    opacity: 1;
  }
  .home-brand-item a,
  .home-brand-item .nolink {
    display: block;
    opacity: 0.4;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    .home-brand-item a:hover,
     .home-brand-item .nolink {
      opacity: 1; }
    .home-brand-item a img,
    .home-brand-item .nolink img {
      display: inline-block;
      max-width: 100%; }
      @media (max-width: 991px) {
        .home-brand-item a img,
        .home-brand-item .nolink {
          margin: 0px auto; } }

.review__slider .slick-dots li button,
.soc-review__slider .slick-dots li button,
.video-review__slider .slick-dots li button,
.home-brands__slider .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;
}
.review__slider .slick-dots li button:before,
.soc-review__slider .slick-dots li button:before,
.video-review__slider .slick-dots li button:before,
.home-brands__slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  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;
}
.review__slider .slick-dots li.slick-active button:before,
.soc-review__slider .slick-dots li.slick-active button:before,
.video-review__slider .slick-dots li.slick-active button:before,
.home-brands__slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.review__slider .slick-dots,
.soc-review__slider .slick-dots,
.video-review__slider .slick-dots,
.home-brands__slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.review__slider .slick-dots li,
.soc-review__slider .slick-dots li,
.video-review__slider .slick-dots li,
.home-brands__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* ==========================================================================
   7.4 #HOME DEFAULT SLIDER
   ========================================================================== */
.slider__item {
  position: relative;
  display: none !important; }
  .slider__item:first-of-type {
    display: block !important; }
  .slider__item .container {
    position: relative; }
    @media (max-width: 1499px) {
      .slider__item .container .container {
        max-width: 100% !important;
        padding: 0px !important; } }

.slider__container {
  height: 920px;
  position: relative; }
  @media (max-width: 1098px) {
    .slider__container {
      height: 760px; } }
  @media (max-width: 991px) {
    .slider__container {
      height: 470px; } }

/* Slider number */
.slider__number {
  position: absolute;
  margin-top: 110px;
  width: 25px; }
  @media (max-width: 1499px) {
    .slider__number {
      display: none; } }

.slider__number-active {
  text-align: center;
  color: #aea191;
  padding: 15px 0px;
  border-bottom: 1px solid #aea191; }

.slider__number-total {
  text-align: center;
  padding: 15px 0px; }

/* Slider content */
.slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 2;
  margin-top: -40px; }
  @media (max-width: 1098px) {
    .slider__content {
      width: 500px; } }
  @media (max-width: 991px) {
    .slider__content {
      width: 230px;
      max-width: 75%;
      min-width: 40%;
      margin-top: -25px; } }

/* Slider tag */
.slider__tag {
  font-size: 16px;
  color: #aea191;
  padding: 0px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  letter-spacing: 0.5px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }
  @media (max-width: 991px) {
    .slider__tag {
      font-size: 14px; } }

.slick-active .slider__tag.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition-delay: 0.5s; }

/* Slider heading */
.slider__heading {
  opacity: 0;
  padding: 45px 0px 0px 0px;
  margin: 0px;
  transform: translateY(30px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }
  @media (max-width: 1098px) {
    .slider__heading {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .slider__heading {
      padding-top: 15px; } }
  .slider__heading span {
    color: #e2442b; }

.slider__heading-type-2 {
  padding-top: 0px; }

.slick-active .slider__heading.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition-delay: 0.7s; }

/* Slider second heading */
.slider__second-heading {
  padding: 40px 0px 0px 0px;
  margin: 0px;
  font-size: 30px;
  color: #aea191;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }
  @media (max-width: 1098px) {
    .slider__second-heading {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .slider__second-heading {
      font-size: 14px;
      padding-top: 20px; } }

.slick-active .slider__second-heading.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition-delay: 0.7s; }

/* Slider description */
.slider__description {
  color: #666666;
  font-size: 24px;
  padding-top: 35px;
  opacity: 0;
  transform: translateY(50px); }
  @media (max-width: 1098px) {
    .slider__description {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .slider__description {
      font-size: 14px;
      padding-top: 20px; } }

.slick-active .slider__description.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms; }

/* Slick action */
.slider__action {
  display: flex;
  opacity: 0;
  transform: translateY(50px);
  padding-top: 100px; }
  @media (max-width: 1098px) {
    .slider__action {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .slider__action {
      padding-top: 40px; } }

.slick-active .slider__action.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1100ms; }

.slider__view-lookbook {
  margin-left: 28px; }
  @media (max-width: 991px) {
    .slider__view-lookbook {
      display: none; } }
  .slider__view-lookbook a {
    display: flex; }
    .slider__view-lookbook a i {
      width: 60px;
      height: 60px;
      color: #2f2f2f;
      line-height: 55px;
      margin-right: 10px;
      border-radius: 100%;
      border: 2px solid #2f2f2f;
      text-align: center; }
      @media (max-width: 1098px) {
        .slider__view-lookbook a i {
          height: 52px;
          width: 52px;
          line-height: 48px; } }
    .slider__view-lookbook a span {
      color: #000;
      text-align: left;
      display: block;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      @media (max-width: 1098px) {
        .slider__view-lookbook a span {
          font-size: 16px; } }

/* Slider price */
.slider__price {
  padding-top: 50px;
  opacity: 0;
  transform: translateY(50px); }
  @media (max-width: 1098px) {
    .slider__price {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .slider__price {
      padding-top: 25px; } }

.slick-active .slider__price.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1100ms; }

.slider__price-start-from {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }
  @media (max-width: 1098px) {
    .slider__price-start-from {
      font-size: 17px; } }
  @media (max-width: 991px) {
    .slider__price-start-from {
      font-size: 14px; } }

.slider__price-value {
  font-size: 48px;
  color: #669900; }
  @media (max-width: 1098px) {
    .slider__price-value {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .slider__price-value {
      font-size: 30px;
      line-height: 1.4; } }

/* Slider image */
.slider__wrap-image {
  position: relative;
  height: 920px; }
  @media (max-width: 1098px) {
    .slider__wrap-image {
      height: 760px; } }
  @media (max-width: 991px) {
    .slider__wrap-image {
      height: 470px; } }

.slider__bg-image {
  width: 909px;
  height: 732px;
  background: url(/local/templates/eshop_bootstrap_v4/assets/images/default/bg_slider.png) bottom center no-repeat;
  position: absolute;
  bottom: 0;
  right: -210px; }
  @media (max-width: 1098px) {
    .slider__bg-image {
      height: 600px;
      background-position: top center; } }
  @media (max-width: 991px) {
    .slider__bg-image {
      height: 300px !important;
      right: auto !important;
      left: 40% !important;
      width: 372px !important;
      background-size: cover !important; } }

.slider__image {
  bottom: 0;
  right: -110px;
  position: absolute;
  opacity: 0;
  transform: translateX(50px);
  max-width: 631px;
  width: 70%; }
  @media (max-width: 1098px) {
    .slider__image {
      width: 57%; } }
  @media (max-width: 991px) {
    .slider__image {
      right: auto;
      left: 45%;
      width: 80%;
      max-width: 300px; } }
  .slider__image img {
    display: block;
    width: 100%; }

.slick-active .slider__image.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 1500ms ease;
  transition-delay: 900ms; }

.slider__wrap-image--type-2 .slider__bg-image {
  right: -297px; }

.slider__wrap-image--type-2 .slider__image {
  max-width: 715px;
  bottom: 94px;
  right: -220px; }
  @media (max-width: 1098px) {
    .slider__wrap-image--type-2 .slider__image {
      right: -160px; } }
  @media (max-width: 991px) {
    .slider__wrap-image--type-2 .slider__image {
      bottom: 50px;
      max-width: 300px;
      right: auto; } }

.slider__wrap-image--type-3 .slider__bg-image {
  right: -165px; }

.slider__wrap-image--type-3 .slider__image {
  max-width: 776px;
  bottom: 300px;
  right: -250px; }
  @media (max-width: 1098px) {
    .slider__wrap-image--type-3 .slider__image {
      right: -170px;
      width: 70%;
      bottom: 250px; } }
  @media (max-width: 991px) {
    .slider__wrap-image--type-3 .slider__image {
      bottom: 40%;
      right: auto;
      max-width: 300px; } }

/* Slider nav */
.slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  margin-top: -75px; }
  @media (max-width: 991px) {
    .slider__nav {
      margin-top: -28px; } }

.slider__prev {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .slider__prev {
      font-size: 12px; } }
  .slider__prev:hover {
    color: #000; }
  .slider__prev:after {
    content: '|';
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 0px 15px;
    color: #999; }
    @media (max-width: 991px) {
      .slider__prev:after {
        padding: 0px 7px 0px 12px; } }

.slider__next {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .slider__next {
      font-size: 12px; } }
  .slider__next:hover {
    color: #000; }

/* ==========================================================================
   7.5 #INSTAGRAM
   ========================================================================== */
.instagram {
  background: #fff;
  padding: 0px 0px 210px 0px; }
  @media (max-width: 991px) {
    .instagram {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .instagram .container .container {
      padding: 0px; } }

.instagram__title {
  padding: 125px 0px 30px 0px;
  margin: 0px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .instagram__title {
      padding: 67px 0px 20px 0px;
      font-size: 16px; } }

@media (max-width: 991px) {
  .instagram__description {
    font-size: 13px; } }

.instagram__description a {
  color: #000; }
  .instagram__description a:hover {
    color: #aea191; }

/* Instagram feed */
.instagram_feed {
  display: flex;
  list-style: none;
  padding: 75px 0px 0px 0px;
  margin: 0px -5px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .instagram_feed {
      margin: 0px -3px;
      padding-top: 40px; } }
  .instagram_feed li {
    width: 20%;
    min-width: 20%;
    padding: 0px 5px; }
    @media (max-width: 991px) {
      .instagram_feed li {
        width: 25%;
        min-width: 25%;
        padding: 0px 3px; } }
    @media (max-width: 767px) {
      .instagram_feed li {
        width: 33.333%;
        min-width: 33.333%; } }
    .instagram_feed li a {
      display: block;
      padding-bottom: 100%;
      position: relative; }
      .instagram_feed li a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .instagram_feed li a i {
        left: 0;
        right: 0;
        top: 50%;
        z-index: 3;
        color: #fff;
        opacity: 0;
        font-size: 48px;
        text-align: center;
        visibility: hidden;
        position: absolute;
        transform: translateY(-50%);
        margin-top: -30px;
        transition: 0.3s all ease-in-out; }
      .instagram_feed li a:after {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        visibility: hidden;
        background-color: #000;
        transition: 0.3s all ease-in-out;
        z-index: 2; }
      .instagram_feed li a:hover i {
        opacity: 1;
        margin-top: 0;
        visibility: visible; }
      .instagram_feed li a:hover:after {
        opacity: 0.7;
        visibility: visible; }

/* ==========================================================================
   7.6 #OUR JOURNAL
   ========================================================================== */
.our-journal {
  background: #fff;
  padding: 0px 0px 120px 0px; }
  @media (max-width: 991px) {
    .our-journal {
      padding: 0px 0px 60px 0px; } }
  .our-journal .row {
    margin: 0px -32px; }
    @media (max-width: 1399px) {
      .our-journal .row {
        margin: 0px -25px; } }
    .our-journal .row > div {
      padding: 0px 32px; }
      @media (max-width: 1399px) {
        .our-journal .row > div {
          padding: 0px 25px; } }
  @media (max-width: 991px) {
    .our-journal .container .container {
      padding: 0px; } }

/* Title */
.our-journal__title {
  padding: 100px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .our-journal__title {
      padding: 60px 35px 30px 35px; } }

/* Description and action */
.our-journal__description-and-action {
  display: flex; }
  @media (max-width: 991px) {
    .our-journal__description-and-action {
      padding: 0px 35px; } }

/* Description */
/* Action */
.our-journal__action {
  margin-left: auto;
  padding-left: 30px; }
  @media (max-width: 991px) {
    .our-journal__action {
      display: none; } }
  .our-journal__action a {
    text-transform: uppercase;
    letter-spacing: 0.5px; }

/* Post */
.our-journal__post {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .our-journal__post {
      margin-top: 45px; } }

/* Post image */
.our-journal__post-image a {
  display: block; }
  .our-journal__post-image a img {
    display: block;
    width: 100%; }

/* Post info */
.our-journal__post-info {
  display: flex;
  margin-top: 45px; }
  @media (max-width: 991px) {
    .our-journal__post-info {
      margin-top: 30px; } }

.our-journal__post-date {
  width: 110px;
  min-width: 110px;
  margin-right: 30px;
  line-height: 1.5;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase; }
  @media (max-width: 1399px) {
    .our-journal__post-date {
      width: 100px;
      min-width: 100px;
      margin-right: 25px; } }
  @media (max-width: 991px) {
    .our-journal__post-date {
      width: 80px;
      min-width: 80px;
      margin-right: 10px;
      font-size: 11px; } }
  .our-journal__post-date span {
    color: #000000;
    display: block;
    line-height: 1;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px; }
    @media (max-width: 991px) {
      .our-journal__post-date span {
        font-size: 48px; } }

.our-journal__post-title {
  padding: 0px 0px 10px 0px;
  margin: 0px; }
  .our-journal__post-title a {
    color: #000;
    line-height: 1.5; }
    .our-journal__post-title a:hover {
      color: #aea191; }

.our-journal__post-meta {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .our-journal__post-meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .our-journal__post-meta li {
        font-size: 11px; } }
    .our-journal__post-meta li:last-child {
      margin-right: 0px; }
      .our-journal__post-meta li:last-child:after {
        display: none; }
    .our-journal__post-meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .our-journal__post-meta li a {
      font-size: 14px;
      color: #aea191;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .our-journal__post-meta li a {
          font-size: 11px; } }

/* ==========================================================================
   7.7 #HOME OUR PRODUCTS
   ========================================================================== */
.our-products {
padding: 140px 0px 120px 0px;
overflow: hidden; }
.our-products:not(.len-bg) {
  background: #fff;}
  @media (max-width: 991px) {
    .our-products {
      padding: 60px 0px 60px 0px; } }
  .our-products .slick-list {
    margin: 0px -15px; }
    @media (max-width: 991px) {
      .our-products .slick-list {
        margin: 0px -10px; } }
    .our-products .slick-list .slick-slide {
      padding: 0px 15px; }
      @media (max-width: 991px) {
        .our-products .slick-list .slick-slide {
          padding: 0px 10px; } }
      @media (max-width: 991px) {
				.our-products .slick-list .slick-slide .brands-grid-item__name,
        .our-products .slick-list .slick-slide .product-grid-item__name,
        .our-products .slick-list .slick-slide .product-grid-item__price {
          font-size: 18px;
          line-height: 1.667; } }
  .our-products .slick-prev {
    position: absolute;
    top: 34%;
    left: -90px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .our-products .slick-prev {
        display: none !important; } }
    .our-products .slick-prev:hover:before {
      color: #000; }
    .our-products .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .our-products .slick-next {
    position: absolute;
    top: 34%;
    right: -90px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .our-products .slick-next {
        display: none !important; } }
    .our-products .slick-next:hover:before {
      color: #000; }
    .our-products .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .our-products .slick-dots {
    text-align: center;
    margin: 80px 0px 0px 0px;
    padding: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .our-products .slick-dots {
        margin: 60px 0px 0px 0px; } }
    .our-products .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px; }
      .our-products .slick-dots li.slick-active button {
        width: 38px;
        border-radius: 40px;
        background-color: #aea191; }
      .our-products .slick-dots li button {
        border: none;
        padding: 0px;
        margin: 0px;
        font-size: 0px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        background: #cccccc;
        transition: 0.3s all ease-in-out;
        outline: none; }

/* Title */
.our-products__title {
  padding: 0px 0px 30px 0px;
  margin: 0px; }

/* Nav */
.our-products__nav {
  padding: 0px 0px 75px 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  list-style: none; }
  @media (max-width: 991px) {
    .our-products__nav {
      padding: 0px;
      margin: 0px 0px 40px 0px;
      white-space: nowrap;
      overflow-x: auto; } }
  .our-products__nav li {
    margin-right: 60px; }
    @media (max-width: 991px) {
      .our-products__nav li {
        margin-right: 45px; } }
    .our-products__nav li:last-child {
      margin-left: auto;
      margin-right: 0px; }
    .our-products__nav li a {
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      .our-products__nav li a.active {
        font-weight: bold;
        color: #000; }
      .our-products__nav li a i {
        margin-right: 15px;
        font-size: 25px;
        display: inline-block;
        vertical-align: top;
        margin-top: 3px; }

/* ==========================================================================
   8. Pages styles
   ========================================================================== */
/* ==========================================================================
   8.1 #ABOUT PAGE
   ========================================================================== */
/* Title */
.about-page__title {
  padding: 80px 0px 30px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center;
  font-size: 48px; }
  @media (max-width: 1098px) {
    .about-page__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .about-page__title {
      padding: 50px 0px 25px 0px;
      font-size: 26px; } }

.about-page__second-title {
  font-size: 30px;
}
@media (max-width: 1098px) {
  .about-page__second-title {
    font-size: 25px; } }
@media (max-width: 991px) {
  .about-page__second-title {
    font-size: 20px; } }

.about-page__title_howto {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

/* Description */
.about-page__description {
  padding: 0px 0px 80px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 991px) {
    .about-page__description {
      padding: 0px 0px 50px 0px; } }

/* Image */
.about-page__image {
	margin-bottom: 80px;
}
.opt-page {
	position: relative;
}
.opt-page__image img,
.about-page__image img {
  display: block;
  width: 100%; }

/* Features */
.about-page__features {
  max-width: 1340px;
  margin: 0px auto;
  padding: 70px 0px 60px 0px; }
  @media (max-width: 991px) {
    .about-page__features {
      padding: 35px 20px 30px 20px; }
      .about-page__features .row {
        flex-wrap: nowrap;
        overflow-x: scroll; }
        .about-page__features .row > div {
          width: 75%; } }

/* Feature */
.about-feature {
  display: flex; }
.opt-page .about-feature {
	padding: 25px 0;
}
.about-feature__icon {
  width: 40px;
  line-height: 1;
  min-width: 40px;
  font-size: 40px;
  color: #000; }
  @media (max-width: 991px) {
    .about-feature__icon {
      width: 26px;
      min-width: 26px;
      font-size: 26px; } }

.about-feature__text {
  margin-left: 40px;
  max-width: 245px; }
  @media (max-width: 1098px) {
    .about-feature__text {
      margin-left: 30px; } }
  @media (max-width: 991px) {
    .about-feature__text {
      margin-left: 25px; } }

.about-feature__title {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #000;
  text-transform: uppercase; }
  @media (max-width: 1098px) {
    .about-feature__title {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .about-feature__title {
      font-size: 14px;
      padding-bottom: 15px; } }

.about-feature__description {
  color: #999999;
  font-size: 16px;
  line-height: 1.667; }
  @media (max-width: 991px) {
    .about-feature__description {
      font-size: 12px; } }

/* About company */
.about-company {
  padding: 145px 0px 110px 0px;
  background: #ececec; }
  @media (max-width: 991px) {
    .about-company {
      padding: 10px 0px 80px 0px; } }
  .about-company .row {
    margin: 0px -45px; }
    @media (max-width: 1098px) {
      .about-company .row {
        margin: 0px -15px; } }
    .about-company .row > div {
      padding: 0px 45px; }
      @media (max-width: 1098px) {
        .about-company .row > div {
          padding: 0px 15px; } }

@media (max-width: 991px) {
  .about-company__item {
    padding-top: 60px !important; } }

.about-company__image {
  margin: 0px 0px 70px 0px; }
  @media (max-width: 991px) {
    .about-company__image {
      margin: 0px 0px 50px 0px; } }
  .about-company__image img {
    display: block;
    width: 100%; }
.brand-description h2,
.about-company__title {
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  text-transform: uppercase; }
  @media (max-width: 1098px) {
		.brand-description h2,
    .about-company__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
		.brand-description h2,
    .about-company__title {
      font-size: 21px;
      padding: 0px 0px 25px 0px; } }
.brand-description p,
.about-company__description p {
  padding: 0px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
		.brand-description p,
    .about-company__description p {
      padding: 0px 0px 25px 0px; } }
	.brand-description p:last-child,
  .about-company__description p:last-child {
    padding-bottom: 0px; }
	.brand-description p span,
  .about-company__description p span {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px; }
    @media (max-width: 1098px) {
			.brand-description p span,
      .about-company__description p span {
        font-size: 21px; } }
    @media (max-width: 991px) {
			.brand-description p span,
      .about-company__description p span {
        font-size: 18px; } }
	.brand-description p strong,
  .about-company__description p strong {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
			.brand-description p strong,
      .about-company__description p strong {
        font-size: 12px; } }

/* About section */
.about-section {
  padding: 0px 0px 120px 0px; }
  @media (max-width: 991px) {
    .about-section {
      padding: 0px 0px 70px 0px; } }
  .about-section .home-brands__items {
    border: none;
    padding: 55px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .about-section .home-brands__items {
        padding: 15px 0px 0px 0px; } }

.about-section__title {
  padding: 135px 0px 0px 0px;
  margin: 0px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 1098px) {
    .about-section__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .about-section__title {
      padding: 80px 0px 0px 0px;
      font-size: 24px; } }

hr + .about-section__title {
  padding-top: 120px; }
  @media (max-width: 991px) {
    hr + .about-section__title {
      padding-top: 80px; } }

.stores-list__item {
  padding-top: 75px; }
  @media (max-width: 991px) {
    .stores-list__item {
      padding-top: 50px; } }

.store-item__title {
  color: #000000;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 0px 35px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .store-item__title {
      font-size: 18px;
      padding: 0px 0px 25px 0px; } }

.store-item__address {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .store-item__address {
      font-size: 14px;
      line-height: 28px; } }
  .store-item__address p {
    padding: 0px;
    margin: 0px; }
  .store-item__address p + .address__store-number {
    padding-top: 35px; }
    @media (max-width: 991px) {
      .store-item__address p + .address__store-number {
        padding-top: 25px; } }

.address__store-number {
  color: #000;
  display: block;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 991px) {
    .address__store-number {
      font-size: 12px; } }

/* ==========================================================================
   8.3 #BLOG WITH SIDEBAR PAGE
   ========================================================================== */
.blog-with-sidebar {
  padding: 0px 0px 150px 0px; }
  @media (max-width: 991px) {
    .blog-with-sidebar {
      padding: 0px 0px 85px 0px; } }
  @media (max-width: 991px) {
    .blog-with-sidebar .container .container {
      padding: 0px; } }

.promo-article {
  position: relative; }

.promo-article__image a {
  display: block; }
  .promo-article__image a img {
    display: block;
    width: 100%;
    height: 35vw;
    min-height: 400px;
    object-fit: cover; }
    @media (max-width: 991px) {
      .promo-article__image a img {
        min-height: 300px; } }

.promo-article__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px; }
  @media (max-width: 1098px) {
    .promo-article__details {
      bottom: 50px; } }
  @media (max-width: 991px) {
    .promo-article__details {
      bottom: 25px; } }

.promo-article__meta {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .promo-article__meta {
      padding: 0px 0px 9px 0px; } }
  .promo-article__meta li {
    display: inline-block;
    color: #fff;
    font-size: 14px; }
    @media (max-width: 991px) {
      .promo-article__meta li {
        font-size: 13px; } }
    .promo-article__meta li:first-child:before {
      display: none; }
    .promo-article__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 2px; }
    .promo-article__meta li a {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.promo-article__title {
  line-height: 46px;
  font-size: 36px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .promo-article__title {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 991px) {
    .promo-article__title {
      font-size: 18px;
      line-height: 24px; } }
  .promo-article__title a {
    color: #fff; }

/* Newsletter */
.blog-newsletter {
  padding: 100px 0px 90px 0px; }
  @media (max-width: 991px) {
    .blog-newsletter {
      padding: 70px 0px; } }

.blog-newsletter__title {
  padding: 0px;
  margin: 0px;
  font-size: 36px; }
  @media (max-width: 1098px) {
    .blog-newsletter__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .blog-newsletter__title {
      font-size: 24px;
      padding: 0px 0px 20px 0px; } }

.blog-newsletter__form {
  position: relative; }

.blog-newsletter__input {
  display: block;
  width: 100%;
  padding: 5px 0px;
  background: none;
  border: none;
  border-bottom: 1px solid #c1c5cd;
  outline: none; }

.blog-newsletter__submit {
  display: block;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }
  @media (max-width: 991px) {
    .blog-newsletter__submit {
      font-size: 14px; } }

/* Left column */
.blog-with-sidebar__left {
  padding-top: 50px !important; }
  @media (max-width: 991px) {
    .blog-with-sidebar__left {
      padding-top: 25px !important; } }
  .blog-with-sidebar__left hr {
    margin-top: 55px;
    margin-bottom: 15px; }

/* Article item */
.blog-article-2 {
  padding-top: 55px; }

.blog-article-2__image {
  padding-bottom: 10px; }
  .blog-article-2__image a {
    display: block; }
    .blog-article-2__image a img {
      display: block;
      width: 100%; }

.blog-article-2__meta {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .blog-article-2__meta {
      padding-top: 10px; } }
  .blog-article-2__meta li {
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .blog-article-2__meta li {
        font-size: 11px; } }
    .blog-article-2__meta li:first-child:before {
      display: none; }
    .blog-article-2__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 2px; }
    .blog-article-2__meta li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.blog-article-2__title {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  font-size: 24px;
  color: #000;
  line-height: 1.5; }
  @media (max-width: 1098px) {
    .blog-article-2__title {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .blog-article-2__title {
      font-size: 18px; } }
  .blog-article-2__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .blog-article-2__title a:hover {
      color: #aea191; }

.blog-article-2__description {
  padding: 15px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .blog-article-2__description {
      font-size: 14px;
      line-height: 24px; } }

/* Blog articles type 2 */
#main .blog__articles--type-2 {
  margin: 0px -35px; }
  @media (max-width: 1098px) {
    #main .blog__articles--type-2 {
      margin: 0px -15px; } }
  #main .blog__articles--type-2 > div {
    padding: 0px 35px; }
    @media (max-width: 1098px) {
      #main .blog__articles--type-2 > div {
        padding: 0px 15px; } }
  #main .blog__articles--type-2 .blog-article {
    margin-top: 55px;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      #main .blog__articles--type-2 .blog-article {
        margin-top: 45px; } }

/* Blog article type 3 */
.blog-article-3 {
  display: flex;
  padding-top: 55px; }
  @media (max-width: 767px) {
    .blog-article-3 {
      flex-wrap: wrap;
      padding-top: 45px; } }

.blog-article-3__image {
  width: 46.5%;
  min-width: 46.5%;
  margin-right: 50px; }
  @media (max-width: 1098px) {
    .blog-article-3__image {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .blog-article-3__image {
      width: 100%;
      min-width: 100%;
      margin: 0px 0px 15px 0px; } }
  .blog-article-3__image a {
    display: block; }
    .blog-article-3__image a img {
      display: block;
      width: 100%; }

.blog-article-3__right {
  width: 100%; }

.blog-article-3__meta {
  list-style: none;
  padding: 7px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .blog-article-3__meta {
      padding-top: 5px; } }
  .blog-article-3__meta li {
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .blog-article-3__meta li {
        font-size: 11px; } }
    .blog-article-3__meta li:first-child:before {
      display: none; }
    .blog-article-3__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 2px; }
    .blog-article-3__meta li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.blog-article-3__title {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  font-size: 24px;
  color: #000;
  line-height: 1.5; }
  @media (max-width: 1098px) {
    .blog-article-3__title {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .blog-article-3__title {
      font-size: 18px; } }
  .blog-article-3__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .blog-article-3__title a:hover {
      color: #aea191; }

/* Pagination */
.standard-pagination {
  list-style: none;
  padding: 0px;
  margin: 105px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .standard-pagination {
      margin-top: 45px; } }
  .standard-pagination li {
    padding: 10px 10px 0px 0px; }
    .standard-pagination li a {
      font-size: 14px;
      padding: 8px 15px;
      display: block;
      border: 1px solid #dfdfdf;
      text-transform: uppercase;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .standard-pagination li a {
          font-size: 13px;
          padding: 5px 12px; } }
      .standard-pagination li a:hover, .standard-pagination li a.active {
        background: #aea191;
        border-color: #aea191;
        color: #fff; }

/* Column right */
.blog-with-sidebar__right {
  padding-left: 85px !important;
  padding-top: 38px !important; }
  @media (max-width: 1098px) {
    .blog-with-sidebar__right {
      padding-left: 25px !important; } }
  @media (max-width: 991px) {
    .blog-with-sidebar__right {
      padding-left: 15px !important;
      padding-top: 15px !important; } }

/* Blog widget */
.blog-widget {
  padding: 65px 0px 0px 0px; }
  @media (max-width: 991px) {
    .blog-widget {
      padding-top: 50px; } }

.blog-widget__title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .blog-widget__title {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .blog-widget__title {
      font-size: 17px; } }

/* Blog widget - search */
.blog-widget .blog__search {
  margin: 0px;
  padding: 0px;
  width: 100%; }
  .blog-widget .blog__search .blog-search__input {
    padding-left: 0px;
    padding-right: 30px; }
  .blog-widget .blog__search .blog-search__button {
    left: auto;
    right: 0; }

/* Blog widget - socials */
.blog-widget__socials {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: -5px 0px 0px 0px; }
  .blog-widget__socials li {
    margin: 10px 10px 0px 0px;
    padding: 0px; }
    .blog-widget__socials li a {
      display: block;
      width: 40px;
      height: 40px;
      border: 1px solid #cdcdcd;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      line-height: 38px;
      text-align: center;
      font-size: 18px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .blog-widget__socials li a {
          width: 36px;
          height: 36px;
          line-height: 34px;
          font-size: 16px; } }
      .blog-widget__socials li a:hover {
        background: #aea191;
        border-color: #aea191;
        color: #fff; }

/* Blog widget - popular posts */
.blog-widget__popular-posts {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .blog-widget__popular-posts li {
    border-top: 1px solid #cccccc;
    padding: 20px 0px; }
    .blog-widget__popular-posts li:first-child {
      padding-top: 10px;
      border-top: none; }
    .blog-widget__popular-posts li:last-child {
      padding-bottom: 10px; }
    .blog-widget__popular-posts li:nth-child(2) a:before {
      content: '2'; }
    .blog-widget__popular-posts li:nth-child(3) a:before {
      content: '3'; }
    .blog-widget__popular-posts li:nth-child(4) a:before {
      content: '4'; }
    .blog-widget__popular-posts li:nth-child(5) a:before {
      content: '5'; }
    .blog-widget__popular-posts li:nth-child(6) a:before {
      content: '6'; }
    .blog-widget__popular-posts li a {
      display: block;
      position: relative; }
      .blog-widget__popular-posts li a:before {
        content: '1';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        height: 40px;
        border-right: 1px solid #ccc;
        line-height: 40px;
        text-align: left;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-size: 30px;
        color: #ccc;
        font-family: 'Montserrat', sans-serif;
        width: 32px; }
      .blog-widget__popular-posts li a:hover .popular-post__title {
        color: #aea191; }

.popular-post__category {
  padding: 0px 0px 0px 54px;
  margin: 0px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .popular-post__category {
      font-size: 11px; } }

.popular-post__title {
  padding: 0px 0px 0px 54px;
  margin: 0px;
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .popular-post__title {
      font-size: 16px; } }

/* Blog widget - instagram */
@media (min-width: 992px) {
  .blog-widget .instagram_feed {
    flex-wrap: wrap;
    padding-top: 20px; }
    .blog-widget .instagram_feed li {
      width: 33.333%;
      min-width: 33.333%;
      padding-top: 10px; }
      .blog-widget .instagram_feed li a i {
        font-size: 24px; } }

@media (max-width: 991px) {
  .blog-widget .instagram_feed {
    padding-top: 30px; } }

/* ==========================================================================
   8.2 #BLOG PAGE
   ========================================================================== */
.blog {
  padding: 0px 0px 160px 0px; }
  @media (max-width: 991px) {
    .blog {
      padding: 0px 0px 70px 0px; } }
  @media (max-width: 991px) {
    .blog .container .container {
      padding: 0px; } }

/* Title */
.blog__title {
  padding: 90px 0px 30px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center;
  font-size: 48px; }
  @media (max-width: 1098px) {
    .blog__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .blog__title {
      padding: 60px 0px 25px 0px;
      font-size: 26px; } }

/* Description */
.blog__description {
  padding: 0px 0px 80px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 991px) {
    .blog__description {
      padding: 0px 0px 50px 0px; } }

/* Featured articles */
.blog__featured-articles {
  position: relative; }
  .blog__featured-articles .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 1370px;
    padding: 0px 100px;
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: right;
    list-style: none; }
    @media (max-width: 1098px) {
      .blog__featured-articles .slick-dots {
        padding: 0px 50px; } }
    @media (max-width: 991px) {
      .blog__featured-articles .slick-dots {
        display: none !important; } }
    .blog__featured-articles .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin-left: 8px; }
      .blog__featured-articles .slick-dots li.slick-active button {
        border-color: #fff; }
      .blog__featured-articles .slick-dots li button {
        font-size: 0px;
        width: 23px;
        height: 23px;
        background: none;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        position: relative;
        outline: none; }
        .blog__featured-articles .slick-dots li button:before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          background: #fff;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%); }

.featured-article {
  position: relative;
  display: block !important; }

.featured-article__image img {
  display: block;
  width: 100%;
  height: 670px;
  object-fit: cover;
object-position: top center;}
  @media (max-width: 1098px) {
    .featured-article__image img {
      height: 470px; } }
  @media (max-width: 991px) {
    .featured-article__image img {
      height: 60vw; } }

.featured-article__details {
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0; }
  @media (max-width: 991px) {
    .featured-article__details {
      left: 25px;
      bottom: 25px;
      right: 25px; } }

.featured-article__meta {
  max-width: 580px;
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .featured-article__meta {
      padding: 0px 0px 9px 0px; } }
  .featured-article__meta li {
    display: inline-block;
    color: #fff;
    font-size: 14px; }
    @media (max-width: 991px) {
      .featured-article__meta li {
        font-size: 13px; } }
    .featured-article__meta li:first-child:before {
      display: none; }
    .featured-article__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 2px; }
    .featured-article__meta li a {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.featured-article__title {
  max-width: 580px;
  line-height: 46px;
  font-size: 36px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .featured-article__title {
      font-size: 18px;
      line-height: 24px; } }
  .featured-article__title a {
    color: #fff; }

/* Latest articles */
.blog__latest-articles {
  padding: 100px 0px 0px 0px; }
  @media (max-width: 991px) {
    .blog__latest-articles {
      padding: 60px 0px 0px 0px; } }
  .blog__latest-articles .slick-prev {
    position: absolute;
    top: -36px;
    right: 53px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 991px) {
      .blog__latest-articles .slick-prev {
        top: -25px; } }
    .blog__latest-articles .slick-prev:hover:before {
      color: #000; }
    .blog__latest-articles .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .blog__latest-articles .slick-next {
    position: absolute;
    top: -36px;
    right: 0px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 991px) {
      .blog__latest-articles .slick-next {
        top: -25px; } }
    .blog__latest-articles .slick-next:hover:before {
      color: #000; }
    .blog__latest-articles .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .blog__latest-articles .slick-dots {
    display: none; }
  .blog__latest-articles .slick-list {
    margin: 0px -30px; }
    @media (max-width: 1098px) {
      .blog__latest-articles .slick-list {
        margin: 0px -15px; } }
    .blog__latest-articles .slick-list .slick-slide {
      padding: 0px 30px; }
      @media (max-width: 1098px) {
        .blog__latest-articles .slick-list .slick-slide {
          padding: 0px 15px; } }
  .blog__latest-articles .our-journal__post {
    margin-top: 55px; }
    @media (max-width: 991px) {
      .blog__latest-articles .our-journal__post {
        margin-top: 45px; } }

.latest-articles__title {
  padding: 0px;
  margin: 0px; }

.latest-articles {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .latest-articles {
      padding-bottom: 60px; } }

/* Categories and search */
.blog__categories-and-search {
  padding-top: 90px;
  display: flex;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .blog__categories-and-search {
      display: block;
      padding-top: 60px;
      padding-bottom: 20px; } }

.blog__categories {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap; }
  .blog__categories li {
    padding-right: 35px; }
    @media (max-width: 991px) {
      .blog__categories li {
        padding: 0px 25px 10px 0px; } }
    .blog__categories li a {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      white-space: nowrap; }
      .blog__categories li a.active {
        color: #aea191; }

.blog__search {
  margin-left: auto;
  width: 270px;
  position: relative;
  margin-top: -7px;
  margin-bottom: auto; }
  @media (max-width: 991px) {
    .blog__search {
      width: 100%;
      margin: 20px 0px 0px 0px; } }

.blog-search__input {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 30px;
  border: none;
  background: none;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  color: #000;
  outline: none; }
  .blog-search__input::-webkit-input-placeholder {
    color: #999999; }
  .blog-search__input::-moz-placeholder {
    color: #999999; }
  .blog-search__input:-ms-input-placeholder {
    color: #999999; }
  .blog-search__input:-moz-placeholder {
    color: #999999; }

.blog-search__button {
  display: block;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

/* Blog articles */
.blog__articles {
  margin: 0px -24px; }
  @media (max-width: 1098px) {
    .blog__articles {
      margin: 0px -15px; } }
  .blog__articles > div {
    padding: 0px 24px; }
    @media (max-width: 1098px) {
      .blog__articles > div {
        padding: 0px 15px; } }

/* Blog article */
.blog-article {
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    .blog-article {
      margin-top: 45px;
      margin-bottom: 0px; } }

.blog-article__image {
  margin: 0px 0px 10px 0px; }
  .blog-article__image a {
    display: block; }
    .blog-article__image a img {
      display: block;
      width: 100%; }

.blog-article__meta {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .blog-article__meta {
      padding-top: 10px; } }
  .blog-article__meta li {
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .blog-article__meta li {
        font-size: 11px; } }
    .blog-article__meta li:first-child:before {
      display: none; }
    .blog-article__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 2px; }
    .blog-article__meta li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.blog-article__title {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  font-size: 24px;
  color: #000;
  line-height: 1.5; }
  @media (max-width: 1098px) {
    .blog-article__title {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .blog-article__title {
      font-size: 18px; } }
  .blog-article__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .blog-article__title a:hover {
      color: #aea191; }

/* Load more */
.blog__load-more {
  padding-top: 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .blog__load-more {
      padding-top: 60px; } }
  .blog__load-more .sixth-button {
    padding: 12px 65px; }
    @media (max-width: 991px) {
      .blog__load-more .sixth-button {
        padding: 7px 30px; } }

/* ==========================================================================
   8.4 #CHECKOUT PAGE
   ========================================================================== */
.checkout {
  padding: 90px 0px 160px 0px; }
  @media (max-width: 991px) {
    .checkout {
      padding: 60px 0px 80px 0px; } }
  @media (max-width: 991px) {
    .checkout .container .container {
      padding: 0px; } }

/* Title */
.checkout__title {
  font-size: 38px;
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .checkout__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .checkout__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Container */
.checkout__container {
  padding-right: 60px; }
  @media (max-width: 1098px) {
    .checkout__container {
      padding-right: 0px; } }

/* Login */
.checkout__login {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .checkout__login {
      padding-bottom: 15px; } }
  .checkout__login a {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px 12px 15px;
    display: block;
    border: 1px solid #d0d0d0; }
    @media (max-width: 991px) {
      .checkout__login a {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .checkout__login a i {
      margin-right: 10px; }

/* Promo code */
.checkout__promo-code {
  position: relative;
  margin-bottom: 40px; }

.promo-code__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.promo-code__input {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 12px 100px 12px 40px;
  border: 1px solid #d0d0d0;
  outline: none; }
  @media (max-width: 991px) {
    .promo-code__input {
      padding-top: 10px;
      padding-bottom: 10px; } }

.promo-code__apply {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none; }
  @media (max-width: 991px) {
    .promo-code__apply {
      font-size: 13px; } }

/* Billing form */
.billing-form .form-group {
  margin-bottom: 20px; }

/* Heading */
.billing-form__heading {
  font-size: 20px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .billing-form__heading {
      font-size: 18px; } }

/* Checkout summary */
.checkout__summary {
  padding: 50px 50px 60px 50px;
  position: relative; }
  @media (max-width: 1098px) {
    .checkout__summary {
      padding: 35px 35px 45px 35px; } }
  @media (max-width: 991px) {
    .checkout__summary {
      margin-top: 50px;
      padding: 35px 25px 45px 25px; } }
  /*.checkout__summary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(/local/templates/eshop_bootstrap_v4/assets/bg-order-summary.png) top left repeat-x; }
  .checkout__summary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(/local/templates/eshop_bootstrap_v4/assets/bg-order-summary.png) bottom left repeat-x; }*/

/* Title */
.checkout-summary__title {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .checkout-summary__title {
      font-size: 18px; } }

/* Products */
.checkout__products {
  margin: 15px 0px 0px 0px;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0px 0px 0px; }

.checkout__product {
  display: flex;
  padding: 20px 0px 0px 0px; }

.checkout-product__image {
  width: 45px;
  min-width: 45px; }
  .checkout-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .checkout-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.checkout-product__title-and-variant {
  padding-left: 15px; }

.checkout-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  @media (max-width: 991px) {
    .checkout-product__title {
      font-size: 14px; } }
  .checkout-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .checkout-product__title a:hover {
      color: #aea191; }

.checkout-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .checkout-product__variant {
      font-size: 12px; } }

.checkout-product__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  font-size: 16px;
  color: #000;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .checkout-product__price {
      font-size: 14px; } }

/* Subtotal and shipping */
.checkout__subtotal-and-shipping {
  padding: 15px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout__subtotal {
  display: flex;
  padding-top: 4px; }

.checkout-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-subtotal__title {
      font-size: 14px; } }

.checkout-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .checkout-subtotal__price {
      font-size: 14px; } }

.checkout__shipping {
  display: flex;
  padding-top: 4px; }

.checkout-shipping__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-shipping__title {
      font-size: 14px; } }

.checkout-shipping__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  color: #ea311d;
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-shipping__price {
      font-size: 14px; } }

/* Total */
.checkout__total {
  display: flex;
  align-items: center;
  padding: 30px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout-total__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }

.checkout-total__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  color: #000;
  font-weight: 600;
  font-size: 20px; }
  @media (max-width: 991px) {
    .checkout-total__price {
      font-size: 18px; } }

/* Payment methods */
.checkout__payment-methods {
  padding: 10px 0px 0px 0px;
  margin: 28px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout-payment-method {
  padding: 15px 0px 0px 0px;
  position: relative; }
  .checkout-payment-method input {
    display: none; }
  .checkout-payment-method input:checked + label:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #aea191;
    z-index: 2;
    content: "";
    font-family: "LineIconsPro Light";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff; }
  .checkout-payment-method label {
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    @media (max-width: 991px) {
      .checkout-payment-method label {
        font-size: 14px;
        padding-top: 2px; } }
    .checkout-payment-method label span {
      display: block;
      padding: 5px 0px 0px 0px;
      color: #999999;
      font-size: 14px;
      line-height: 24px; }
    .checkout-payment-method label:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #999999;
      background: #fff; }

/* Privacy policy */
.checkout__privacy-policy {
  padding: 22px 0px 0px 0px;
  border-top: 1px solid #d0d0d0;
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px; }
  .checkout__privacy-policy a {
    color: #000;
    text-decoration: underline; }

/* Action */
.checkout__action {
  padding-top: 30px; }
  .checkout__action .second-button {
    display: block;
    width: 100%;
    text-align: center; }

/* ==========================================================================
   8.5 #COLLECTION
   ========================================================================== */
.shop-breadcrumb {
  padding: 90px 0px 80px 0px; }
  @media (max-width: 991px) {
    .shop-breadcrumb {
      padding: 30px 0px 25px 0px; } }

.shop-breadcrumb--type-2 {
  border-top: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .shop-breadcrumb--type-2 {
      border: none; } }

.shop-breadcrumb--type-3 {
  border-top: 1px solid #ccc; }

.shop-breadcrumb--type-4 {
  border-top: 1px solid #e6e6e6; }

.shop-breadcrumb--type-5 {
  background: #f3f3f6;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .shop-breadcrumb--type-5 {
      margin-bottom: 30px; } }

/* Breadcrumb */
ol.breadcrumb {
  list-style: none;
  padding: 0px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    ol.breadcrumb {
      display: none; } }

.breadcrumb__item {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px; }
  .breadcrumb__item:first-child:before {
    display: none; }
  .breadcrumb__item:before {
    content: '|';
    display: inline-block;
    vertical-align: top;
    color: #999;
    padding: 0px 2px 0 7px; }
  .breadcrumb__item a {
    color: #999; }

.shop-breadcrumb__d-flex ol.breadcrumb {
  padding: 0px;
  margin-left: auto;
  margin-bottom: 25px;}

/* Title */
.shop-breadcrumb__title {
  font-size: 48px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shop-breadcrumb__title {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .shop-breadcrumb__title {
      font-size: 26px; } }

/* Description */
.shop-breadcrumb__description {
  padding: 24px 0px 0px 0px;
  color: #999; }
  @media (max-width: 991px) {
    .shop-breadcrumb__description {
      display: none; } }

/* Top filter */
.top-filter__button {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 6px 55px 6px 0px;
  float: left; }
  @media (max-width: 1098px) {
    .top-filter__button {
      padding-right: 40px; } }
  @media (max-width: 991px) {
    .top-filter__button {
      display: none; } }
  .top-filter__button i {
    margin-right: 10px; }

.top-filter__current-tags {
  float: left;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .top-filter__current-tags {
      display: none; } }
  .top-filter__current-tags li {
    margin: 6px 10px 6px 0px; }
    .top-filter__current-tags li a {
      display: block;
      padding: 2px 28px 1px 9px;
      background: #eef0f4;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      font-size: 14px;
      color: #000;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      position: relative; }
      .top-filter__current-tags li a:after {
        content: "";
        font-family: "LineIconsPro Light";
        display: block;
        font-size: 10px;
        position: absolute;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
      .top-filter__current-tags li a:hover {
        background: #aea191;
        color: #fff; }

/* Sort and view */
.collection__sort-and-view {
  float: right; }
  @media (max-width: 991px) {
    .collection__sort-and-view {
      float: none;
      width: 100%; } }

.products-sort-by {
  margin-right: 20px;
  padding-right: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .products-sort-by {
      padding-right: 0px;
      margin-right: 0px; } }
  .products-sort-by:after {
    content: '';
    width: 1px;
    height: 40px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    @media (max-width: 991px) {
      .products-sort-by:after {
        display: none; } }
  .products-sort-by label {
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: none; }
    @media (max-width: 991px) {
      .products-sort-by label {
        font-size: 13px;
        letter-spacing: 0.5px; } }

.products-sort-by--without-view {
  margin-right: 0px;
  padding-right: 0px; }
  .products-sort-by--without-view:after {
    display: none; }

.products-sort-by__select {
  position: relative; }
  .products-sort-by__select i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none; }
  .products-sort-by__select select {
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: none;
    outline: none;
    padding: 6px;
    padding-right: 40px; }
    @media (max-width: 991px) {
      .products-sort-by__select select {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding-right: 30px; } }

.products-view {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .products-view {
      margin-left: auto; } }
  .products-view li {
    margin-left: 23px; }
    .products-view li a {
      color: #999; }
      .products-view li a.active {
        color: #000; }

.collection__founded-products {
  font-size: 16px;
  padding: 17px 0px 0px 0px;
  clear: both; }
  @media (max-width: 991px) {
    .collection__founded-products {
      display: none; } }
  .collection__founded-products span {
    color: #aea191; }

.collection__founded-products--type-2 {
  float: left;
  padding-top: 7px; }
  .collection__founded-products--type-2 span {
    color: #000; }

/* Filter */
@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%; } }

@media (min-width: 1400px) {
  .col-xxl-25 {
    flex: 0 0 auto;
    width: 20%; } }

.top-filter {
  border: 1px solid #d0d0d0;
  clear: both;
  padding: 50px 55px;
  margin-top: 25px;
  margin-bottom: -25px;
  position: relative;
  display: none; }
  @media (max-width: 1098px) {
    .top-filter {
      padding: 40px; } }
  @media (max-width: 991px) {
    .top-filter {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      border: none;
      margin: 0px;
      padding: 0px;
      z-index: 9900;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      .top-filter.active {
        display: block; }
      .top-filter.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
        .top-filter.show .row > div {
          padding-top: 40px; }
          .top-filter.show .row > div:first-child {
            padding-top: 0px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .top-filter.show .row > div:nth-child(2) {
          padding-top: 0px; } }

.top-filter__close {
  display: none; }
  @media (max-width: 991px) {
    .top-filter__close {
      display: block;
      text-align: right;
      padding-bottom: 10px;
      position: relative; } }

@media (max-width: 991px) {
  .top-filter__background {
    width: 75%;
    height: 100vh;
    background: #fff;
    padding: 20px 20px 70px 20px;
    overflow-y: scroll;
    position: relative;
    z-index: 9; } }

.top-filter__close-background {
  display: none; }
  @media (max-width: 991px) {
    .top-filter__close-background {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.open-mobile-top-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: #141414;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .open-mobile-top-filter {
      display: none; } }
  .open-mobile-top-filter i {
    padding-right: 5px; }

.widget__title {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 991px) {
    .widget__title {
      font-size: 12px;
      padding-bottom: 20px; } }

.widget__collections {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .widget__collections li a {
    color: #000; }
    @media (max-width: 991px) {
      .widget__collections li a {
        line-height: 2; } }
    .widget__collections li a:hover {
      color: #aea191; }

.widget__checkbox-options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.667; }
  @media (max-width: 991px) {
    .widget__checkbox-options {
      line-height: 2; } }
  .widget__checkbox-options li label {
    color: #000;
    cursor: pointer; }
    .widget__checkbox-options li label input {
      display: none; }
    .widget__checkbox-options li label input:checked + span:before {
      display: block; }
    .widget__checkbox-options li label span {
      display: block;
      font-size: 16px;
      padding-left: 35px;
      position: relative; }
      @media (max-width: 991px) {
        .widget__checkbox-options li label span {
          font-size: 14px; } }
      .widget__checkbox-options li label span:before {
        top: 4px;
        left: 5px;
        display: none;
        font-size: 10px;
        content: "";
        position: absolute;
        font-family: "LineIconsPro Light";
        font-weight: bold;
        color: #aea191; }
      .widget__checkbox-options li label span:after {
        top: 4px;
        left: 0;
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        border: 1px solid #aea191; }

.widget__price-slider {
  margin-top: 10px; }
  .widget__price-slider .ui-slider {
    border: none;
    background: #ececec;
    height: 3px;
    width: 96%; }
    .widget__price-slider .ui-slider:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      cursor: pointer; }
  .widget__price-slider .ui-slider-range {
    background: #aea191; }
  .widget__price-slider .ui-slider-handle {
    top: -4px;
    border: none;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 0;
    background: #fff;
    outline: none;
    border: 1px solid #c0c0c0; }
    .widget__price-slider .ui-slider-handle:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px; }

.price-slider__value {
  padding-top: 15px; }
  .price-slider__value span {
    font-size: 16px;
    color: #999; }
  .price-slider__value input {
    width: 50%;
    padding: 0;
    border: none;
    color: #000;
    background: none;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    outline: none; }

.widget__view-result {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .widget__view-result {
      padding-top: 40px; } }
  .widget__view-result .third-button,
  .widget__view-result .second-button {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

/* Collection */
.collection {
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    .collection {
      padding-bottom: 65px; } }
  @media (max-width: 991px) {
    .collection .col-12 .product-grid-item {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .collection .col-6 .product-grid-item__colors {
      margin-top: 10px; }
      .collection .col-6 .product-grid-item__colors .product-grid-item__color {
        width: 8px;
        height: 8px; }
    .collection .col-6 .product-grid-item__image-colors {
      padding-top: 15px; }
      .collection .col-6 .product-grid-item__image-colors li {
        width: 28px;
        margin: 5px 5px 0px 0px; }
    .collection .col-6 .product-grid-item__sizes {
      padding-top: 10px; }
    .collection .col-6 .product-grid-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; }
    .collection .col-6 .product-grid-item__tag {
      left: 11px;
      top: 14px;
      font-size: 9px;
      padding: 4px 9px; }
    .collection .col-6 .product-grid-item__feature {
      font-size: 10px;
      padding: 15px 0px 0px 0px; }
		.collection .col-6 .brands-grid-item__name,
    .collection .col-6 .product-grid-item__name {
      margin-top: 15px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .collection .col-6 .product-grid-item__price {
      padding-top: 3px; } }

/* Products row */
.products-row {
  margin: 0px -27px; }
  @media (max-width: 1098px) {
    .products-row {
      margin: 0px -15px; } }
  @media (max-width: 991px) {
    .products-row {
      margin: 0px -5px; } }
  .products-row > div {
    padding: 0px 27px; }
    @media (max-width: 1098px) {
      .products-row > div {
        padding: 0px 15px; } }
    @media (max-width: 991px) {
      .products-row > div {
        padding: 0px 5px; } }
  .products-row .product-grid-item {
    margin-top: 55px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .products-row .product-grid-item {
        margin-top: 20px;
        margin-bottom: 15px; } }

.products-row--type-2 {
  margin: 0px -15px; }
  @media (max-width: 991px) {
    .products-row--type-2 {
      margin: 0px -5px; } }
  .products-row--type-2 > div {
    padding: 0px 15px; }
    @media (max-width: 991px) {
      .products-row--type-2 > div {
        padding: 0px 5px; } }

/* Loading spin */
.loading-spin {
  padding: 100px 0px 30px 0px; }
  @media (max-width: 991px) {
    .loading-spin {
      padding: 55px 0px 15px 0px; } }

.loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  @media (max-width: 991px) {
    .loader {
      width: 30px;
      height: 30px; } }

.loader:before {
  width: 50%;
  height: 50%;
  background: #999999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Recently viewed */
.recently-viewed {
  padding: 100px 0px 120px 0px;
  background: #ececec;
  position: relative;
  margin-bottom: -1px; }
  @media (max-width: 991px) {
    .recently-viewed {
      padding: 50px 0px 70px 0px; } }

.recently-viewed__title {
  font-size: 36px;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .recently-viewed__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .recently-viewed__title {
      font-size: 20px;
      padding: 0px; } }

/* Shop 5 - metro */
.shop-breadcrumb-2__container {
  max-width: 770px;
  margin: 0px auto;
  text-align: center;
  padding: 90px 0px 60px 0px; }
  @media (max-width: 991px) {
    .shop-breadcrumb-2__container {
      padding: 60px 0px 40px 0px; } }

.shop-breadcrumb-2__title {
  font-size: 48px;
  padding: 0px 0px 25px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shop-breadcrumb-2__title {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .shop-breadcrumb-2__title {
      font-size: 26px;
      padding-bottom: 20px; } }

.shop-breadcrumb-2__description {
  color: #999; }

.shop-breadcrumb-2__categories {
  list-style: none;
  padding: 25px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .shop-breadcrumb-2__categories {
      padding: 15px 0px 0px 0px; } }
  .shop-breadcrumb-2__categories li {
    display: inline-block;
    vertical-align: top;
    margin: 30px 17px 0px 17px;
    padding: 0px; }
    @media (max-width: 991px) {
      .shop-breadcrumb-2__categories li {
        margin: 15px 10px 0px 10px; } }
    .shop-breadcrumb-2__categories li a {
      color: #000; }
      .shop-breadcrumb-2__categories li a.active {
        color: #aea191;
        text-decoration: underline; }

/* Shop 7 - With sidebar 1 */
.loading-spin .standard-pagination {
  margin: 0px; }
  .loading-spin .standard-pagination li:first-child {
    margin-left: auto; }
  .loading-spin .standard-pagination li:last-child {
    margin-right: auto;
    padding-right: 0px; }

@media (min-width: 992px) {
  .top-filter--left-column {
    display: block;
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    max-width: 265px; }
    .top-filter--left-column .row > div {
      width: 100% !important;
      padding-top: 50px; }
      .top-filter--left-column .row > div:first-child {
        padding-top: 0px; }
    .top-filter--left-column .widget__title {
      font-size: 30px;
      color: #000;
      text-transform: none; }
    .top-filter--left-column .widget__view-result {
      padding-top: 50px; }
      .top-filter--left-column .widget__view-result .second-button {
        display: block;
        width: 100%;
        text-align: center; } }

.widget__reset-all {
  padding-top: 22px; }
  .widget__reset-all a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .widget__reset-all a {
        font-size: 14px; } }
    .widget__reset-all a i {
      padding-right: 10px; }

/* Shop 9 - instagram */
.collection__instagram-store {
  padding: 30px 0px 0px 0px; }
  @media (max-width: 991px) {
    .collection__instagram-store {
      padding: 15px 0px 0px 0px; } }
  .collection__instagram-store img {
    display: block;
    width: 100%; }

/* ==========================================================================
   8.6 #COMING SOON
   ========================================================================== */
.coming-soon {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }

/* Header */
.coming-soon__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 70px; }
  @media (max-width: 1098px) {
    .coming-soon__header {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .coming-soon__header {
      padding-top: 35px; } }

.coming-soon-header__d-flex {
  display: flex;
  align-items: center; }

.coming-soon-header__logo {
  color: #fff;
  padding: 0px;
  margin: 0px; }
  .coming-soon-header__logo a {
    color: #fff; }

.coming-soon-header__socials {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px auto; }
  .coming-soon-header__socials li {
    margin-left: 23px; }
    .coming-soon-header__socials li a {
      color: #fff;
      font-size: 20px; }
      @media (max-width: 991px) {
        .coming-soon-header__socials li a {
          font-size: 18px; } }

/* Content */
.coming-soon__content {
  margin: 0 auto;
  max-width: 790px;
  padding: 150px 20px 120px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .coming-soon__content {
      padding-top: 120px;
      padding-bottom: 100px; } }

.coming-soon__container {
  width: 100%;
  text-align: center; }

.coming-soon__heading {
  color: #fff;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  font-size: 90px; }
  @media (max-width: 1098px) {
    .coming-soon__heading {
      font-size: 72px; } }
  @media (max-width: 991px) {
    .coming-soon__heading {
      font-size: 36px;
      padding: 0px 0px 20px 0px;
      margin: 0px; } }

.coming-soon__description {
  text-align: center;
  color: #fff;
  padding: 0px 0px 75px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .coming-soon__description {
      padding: 0px 0px 50px 0px; } }

/* Countdown */
.coming-soon-countdown__title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 35px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .coming-soon-countdown__title {
      font-size: 18px;
      padding: 0px 0px 10px 0px; } }

.coming-soon-countdown__counter ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .coming-soon-countdown__counter ul li {
    display: inline-block;
    vertical-align: top;
    margin: 30px 35px 0px 35px;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .coming-soon-countdown__counter ul li {
        margin-left: 20px;
        margin-right: 20px; } }
    .coming-soon-countdown__counter ul li .counter__value {
      display: block;
      line-height: 1;
      font-size: 72px;
      font-weight: 300;
      margin-bottom: 15px; }
      @media (max-width: 1098px) {
        .coming-soon-countdown__counter ul li .counter__value {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .coming-soon-countdown__counter ul li .counter__value {
          font-size: 42px; } }
    .coming-soon-countdown__counter ul li .counter__title {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .coming-soon-countdown__counter ul li .counter__title {
          font-size: 10px;
          letter-spacing: 0.5px; } }

/* Newsletter */
.coming-soon__newsletter {
  margin: 70px auto 0px auto;
  max-width: 430px;
  text-align: center; }
  @media (max-width: 991px) {
    .coming-soon__newsletter {
      margin-top: 50px; } }

.coming-soon-newsletter__title {
  color: #fff;
  padding: 0px 0px 65px 0px;
  margin: 0px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .coming-soon-newsletter__title {
      font-size: 14px;
      padding: 0px 0px 30px 0px; } }

.coming-soon-newsletter__form {
  padding: 0px;
  margin: 0px;
  position: relative; }

.coming-soon-newsletter-form__input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c1c5cd;
  outline: none;
  padding: 10px 0px;
  color: #fff; }

.coming-soon-newsletter-form__subscribe {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 991px) {
    .coming-soon-newsletter-form__subscribe {
      font-size: 14px; } }

/* ==========================================================================
   8.7 #CONTACT PAGE
   ========================================================================== */
.contact-page {
  padding: 0px 0px 90px 0px; }
  @media (max-width: 991px) {
    .contact-page {
      padding: 0px 0px 25px 0px; } }
  @media (max-width: 991px) {
    .contact-page .container .container {
      padding: 0px; } }

/* Title */
.contact-page__title {
  padding: 90px 0px 30px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center;
  font-size: 48px; }
  @media (max-width: 1098px) {
    .contact-page__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .contact-page__title {
      padding: 60px 0px 25px 0px;
      font-size: 26px; } }

/* Description */
.contact-page__description {
  padding: 0px 0px 80px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 991px) {
    .contact-page__description {
      padding: 0px 0px 50px 0px; } }

/* Google map */
.contact-page__google-map {
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .contact-page__google-map {
      padding-bottom: 10px; } }
  .contact-page__google-map iframe {
    display: block;
    width: 100%; }
    @media (max-width: 991px) {
      .contact-page__google-map iframe {
        height: 400px !important; } }

/* Contact section */
.contact-page__section {
  padding: 5px 0px 90px 0px; }
  @media (max-width: 991px) {
    .contact-page__section {
      padding: 0px 0px 55px 0px; } }
  .contact-page__section .footer__socials {
    padding-top: 0px; }
  @media (max-width: 991px) {
    .contact-page__section .stores-list {
      margin-top: -10px;
      position: relative; } }

.contact-section__title {
  color: #000000;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  padding: 75px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .contact-section__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .contact-section__title {
      padding: 60px 0px 0px 0px;
      font-size: 24px; } }

/* Form */
.contact-page__form {
  padding: 75px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .contact-page__form {
      padding: 40px 0px 0px 0px; } }

.form__required-fields {
  font-size: 14px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .form__required-fields {
      padding-bottom: 30px; } }
  .form__required-fields span {
    color: red; }

.form-group {
  margin: 0px 0px 30px 0px;
  padding: 0px; }

.form-group__input {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  padding: 12px 0px;
  margin: 0px;
  outline: none; }
  .form-group__input:focus {
    border-color: #000; }

.form-group__select {
  position: relative; }
  .form-group__select:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }
  .form-group__select select {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    padding: 12px 0px;
    margin: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form-group__select select:focus {
      border-color: #000; }

.form-group__textarea {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  padding: 12px 0px;
  margin: 0px;
  outline: none; }
  .form-group__textarea:focus {
    border-color: #000; }

.form-checkbox {
  padding: 20px 0px;
  position: relative; }
  .form-checkbox input {
    display: none; }
  .form-checkbox input:checked + label:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #aea191;
    z-index: 2;
    content: "";
    font-family: "LineIconsPro Light";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff; }
  .form-checkbox label {
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    @media (max-width: 991px) {
      .form-checkbox label {
        font-size: 14px;
        padding-top: 2px; } }
    .form-checkbox label:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #999999; }

.form-checkbox + .form-checkbox {
  padding-top: 0px;
  margin-top: -10px;
  position: relative; }

.form__action {
  padding-top: 25px; }

/* ==========================================================================
   8.8 #FAQ PAGE
   ========================================================================== */
.faq-page {
  padding: 0px 0px 150px 0px; }
  @media (max-width: 991px) {
    .faq-page {
      padding: 0px 0px 90px 0px; } }
  .faq-page .accordion__title {
    cursor: pointer; }
  @media (min-width: 992px) {
    .faq-page .accordion__title {
      font-size: 16px; } }

.faq-section__title {
  padding: 80px 0px 0px 0px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .faq-section__title {
      padding-top: 60px; } }

/* ==========================================================================
   8.9 #LOGIN PAGE
   ========================================================================== */
.login {
  padding: 0px 0px 175px 0px; }
  @media (max-width: 991px) {
    .login {
      padding: 0px 0px 85px 0px; } }
  .login .form-group {
    margin: 0px 0px 20px 0px; }
  @media (max-width: 991px) {
    .login .container .container {
      padding: 0px; } }

.login__container {
  padding: 0px 42px; }
  @media (max-width: 1098px) {
    .login__container {
      padding: 0px; } }

/* Login d-flex */
@media (max-width: 767px) {
  .login__d-flex {
    flex-wrap: wrap; } }

/* Login left */
.login__left {
  width: 425px;
  max-width: 45%;
  padding: 125px 0px 0px 0px; }
  @media (max-width: 991px) {
    .login__left {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .login__left {
      width: 100%;
      max-width: 100%;
      padding-top: 60px; } }

.login__box {
  display: none; }
  .login__box.active {
    display: block; }

.login__h4 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .login__h4 {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .login__h4 {
      font-size: 18px; } }

.login__description {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .login__description {
      font-size: 14px; } }

.login__forgot-password {
  text-align: right;
  padding: 0px 0px 20px 0px; }
  .login__forgot-password a {
    font-size: 14px; }

.login__action {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .login__action {
      padding-top: 20px; } }

.login__back {
  padding-top: 20px;
  text-align: center; }
  .login__back a {
    font-size: 14px; }

/* Login right */
.login__right {
  width: 425px;
  max-width: 45%;
  padding: 125px 0px 0px 0px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .login__right {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .login__right {
      width: 100%;
      max-width: 100%;
      padding-top: 70px; } }

/* ==========================================================================
   8.10 #NOT FOUND PAGE
   ========================================================================== */
.not-found-page {
  text-align: center;
  padding: 150px 0px; }
  @media (max-width: 991px) {
    .not-found-page {
      padding: 85px 0px; } }

.not-found-page__title {
  margin: 0px;
  line-height: 1;
  font-size: 250px;
  color: #aea191;
  padding: 0px 0px 30px 0px; }
  @media (max-width: 1098px) {
    .not-found-page__title {
      font-size: 180px; } }
  @media (max-width: 991px) {
    .not-found-page__title {
      font-size: 60px; } }

.not-found-page__description {
  max-width: 570px;
  margin: 0px auto;
  font-size: 36px;
  color: #000;
  padding: 0px 0px 70px 0px; }
  @media (max-width: 1098px) {
    .not-found-page__description {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .not-found-page__description {
      font-size: 18px;
      padding-bottom: 40px; } }

/* ==========================================================================
   8.11 #ORDER COMPLETE PAGE
   ========================================================================== */
.order-complete {
  padding: 0px 0px 155px 0px; }
  @media (max-width: 991px) {
    .order-complete {
      padding: 0px 0px 85px 0px; } }
  @media (max-width: 991px) {
    .order-complete .container .container {
      padding: 0px; } }

/* Container */
.order-complete__container {
  max-width: 770px;
  margin: 0px auto; }

/* Heading */
.order-complete__heading {
  margin: 90px 0px 0px 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .order-complete__heading {
      margin-top: 50px; } }

.order-complete__h1 {
  font-size: 48px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .order-complete__h1 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .order-complete__h1 {
      font-size: 26px;
      width: 100%; } }

.order-complete__order-number {
  margin-left: auto;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  line-height: 1.4;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .order-complete__order-number {
      font-size: 13px; } }
  .order-complete__order-number p {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #000; }
    @media (max-width: 991px) {
      .order-complete__order-number p {
        font-size: 14px; } }

/* Description */
.order-complete__description {
  padding: 60px 0px 0px 0px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .order-complete__description {
      font-size: 14px;
      padding-top: 35px; } }

/* Title order summary */
.order-complete__order-summary {
  border-top: 1px solid #dedede;
  margin: 20px 0px 0px 0px;
  padding: 40px 0px 20px 0px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 1098px) {
    .order-complete__order-summary {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .order-complete__order-summary {
      font-size: 18px; } }

/* Products */
.order-complete__products {
  padding: 0px 0px 30px 0px;
  margin: 0px;
  border-bottom: 1px solid #dedede; }

.order-complete__product {
  display: flex;
  padding: 20px 0px 0px 0px; }

.order-complete-product__image {
  width: 70px;
  min-width: 70px; }
  .order-complete-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .order-complete-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.order-complete-product__title-and-variant {
  padding-left: 15px; }

.order-complete-product__title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  @media (max-width: 991px) {
    .order-complete-product__title {
      font-size: 14px; } }
  .order-complete-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .order-complete-product__title a:hover {
      color: #aea191; }

.order-complete-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .order-complete-product__variant {
      font-size: 12px; } }

.order-complete-product__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  font-size: 18px;
  color: #000;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .order-complete-product__price {
      font-size: 14px; } }

/* Subtotal and shipping */
.order-complete__subtotal-and-shipping {
  max-width: 370px;
  margin: 30px 0px 0px auto;
  padding: 0px; }
  @media (max-width: 767px) {
    .order-complete__subtotal-and-shipping {
      max-width: 100%; } }

.order-complete__subtotal {
  display: flex;
  padding-top: 4px; }

.order-complete-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .order-complete-subtotal__title {
      font-size: 14px; } }

.order-complete-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .order-complete-subtotal__price {
      font-size: 14px; } }

.order-complete__shipping {
  display: flex;
  padding-top: 4px; }

.order-complete-shipping__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .order-complete-shipping__title {
      font-size: 14px; } }

.order-complete-shipping__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  color: #ea311d;
  font-size: 16px; }
  @media (max-width: 991px) {
    .order-complete-shipping__price {
      font-size: 14px; } }

/* Total */
.order-complete__total {
  display: flex;
  align-items: center;
  padding: 30px 0px 0px 0px;
  margin: 20px 0px 0px auto;
  border-top: 1px solid #d0d0d0;
  max-width: 370px; }
  @media (max-width: 767px) {
    .order-complete__total {
      max-width: 100%; } }

.order-complete-total__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }

.order-complete-total__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  color: #000;
  font-weight: 600;
  font-size: 20px; }
  @media (max-width: 991px) {
    .order-complete-total__price {
      font-size: 18px; } }

/* Customer information */
.order-complete__customer-information {
  margin-top: 45px;
  border-top: 1px solid #dedede;
  padding-top: 45px; }

.customer-information__heading {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 1098px) {
    .customer-information__heading {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .customer-information__heading {
      font-size: 18px; } }

.customer-information__section {
  padding: 30px 0px 0px 0px; }

.order-information__section-heading {
  font-family: 'Montserrat', sans-serif;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .order-information__section-heading {
      font-size: 12px; } }

.order-information__section-content {
  font-size: 16px;
  line-height: 30px;
  color: #000; }
  @media (max-width: 991px) {
    .order-information__section-content {
      font-size: 14px;
      line-height: 24px; } }
  .order-information__section-content span {
    color: #ea311d; }

/* Action */
.order-complete__action {
  border-top: 1px solid #dedede;
  margin-top: 50px;
  padding-top: 40px; }
  @media (max-width: 991px) {
    .order-complete__action {
      padding-top: 25px; } }
  .order-complete__action .button,
  .order-complete__action .second-button,
  .order-complete__action .third-button,
  .order-complete__action .fourth-button,
  .order-complete__action .fifth-button,
  .order-complete__action .sixth-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .order-complete__action .button,
      .order-complete__action .second-button,
      .order-complete__action .third-button,
      .order-complete__action .fourth-button,
      .order-complete__action .fifth-button,
      .order-complete__action .sixth-button {
        margin-top: 20px; } }
  .order-complete__action .third-button {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media (max-width: 991px) {
      .order-complete__action .third-button {
        padding-top: 8px;
        padding-bottom: 8px; } }

/* ==========================================================================
   8.12 #PAGE WITH BREADCRUMB WITH IMAGE
   ========================================================================== */
.breadcrumb-with-image {
  margin-bottom: 70px;
  position: relative; }
  @media (max-width: 991px) {
    .breadcrumb-with-image {
      margin-bottom: 25px; } }

.breadcrumb-with-image__image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover; }

.breadcrumb-with-image__container {
  max-width: 640px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 260px 0px 205px 0px; }
  @media (max-width: 991px) {
    .breadcrumb-with-image__container {
      padding: 140px 0px 105px 0px; } }

.breadcrumb-with-image__title {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .breadcrumb-with-image__title {
      font-size: 60px; } }
  @media (max-width: 991px) {
    .breadcrumb-with-image__title {
      font-size: 36px; } }

.breadcrumb-with-image__description {
  padding: 30px 0px 0px 0px; }
  @media (max-width: 991px) {
    .breadcrumb-with-image__description {
      padding: 20px 0px 0px 0px; } }

/* Type 2 */
.breadcrumb-with-image--type-2 .breadcrumb-with-image__container {
  padding: 300px 0px 185px 0px; }
  @media (max-width: 991px) {
    .breadcrumb-with-image--type-2 .breadcrumb-with-image__container {
      padding: 140px 0px 105px 0px; } }

/* Type 3 */
.breadcrumb-with-image--type-3 .breadcrumb-with-image__container {
  padding: 205px 0px 180px 0px; }
  @media (max-width: 991px) {
    .breadcrumb-with-image--type-3 .breadcrumb-with-image__container {
      padding: 100px 0px 100px 0px; } }

/* Header */
.header--with-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9; }
  .header--with-breadcrumb .mobile-menu__open a {
    color: #fff; }
  .header--with-breadcrumb .header__logo a {
    color: #fff; }
  .header--with-breadcrumb .header__container {
    border: none;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .header--with-breadcrumb .header__container {
        padding-top: 18px;
        padding-bottom: 18px; } }
  .header--with-breadcrumb .nav__item {
    color: #fff; }
  .header--with-breadcrumb .header__language-switcher > li > a {
    color: rgba(255, 255, 255, 0.7); }
    .header--with-breadcrumb .header__language-switcher > li > a.active {
      color: #fff; }
  .header--with-breadcrumb .header__right > li > a {
    color: #fff; }

.header--with-breadcrumb-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9; }
  .header--with-breadcrumb-2 .mobile-menu__open a {
    color: #fff; }
  .header--with-breadcrumb-2 .header__logo a {
    color: #fff; }
  .header--with-breadcrumb-2 .header__container {
    border-color: rgba(255, 255, 255, 0.25); }
  .header--with-breadcrumb-2 .nav__item {
    color: #fff; }
  .header--with-breadcrumb-2 .header__language-switcher > li > a {
    color: rgba(255, 255, 255, 0.7); }
    .header--with-breadcrumb-2 .header__language-switcher > li > a.active {
      color: #fff; }
  .header--with-breadcrumb-2 .header__right > li > a {
    color: #fff; }

/* ==========================================================================
   8.13 #POST PAGE
   ========================================================================== */
.post {
  padding: 0px 0px 140px 0px; }
  @media (max-width: 991px) {
    .post {
      padding: 0px 0px 85px 0px; } }

/* Post heading */
.post__heading {
  padding: 95px 0px 80px 0px; }
  @media (max-width: 991px) {
    .post__heading {
      padding: 60px 0px 50px 0px; } }

.post__meta {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  text-align: center; }
  .post__meta li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999; }
    @media (max-width: 991px) {
      .post__meta li {
        font-size: 11px; } }
    .post__meta li:first-child:before {
      display: none; }
    .post__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 3px; }
    .post__meta li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.post__title {
  padding: 0px;
  margin: 0px auto;
  max-width: 650px;
  text-align: center;
  font-size: 36px;
  line-height: 1.2; }
  @media (max-width: 1098px) {
    .post__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .post__title {
      font-size: 24px; } }

/* Image */
.post__image img {
  display: block;
  width: 100%; }
  @media (max-width: 991px) {
    .post__image img {
      min-height: 300px;
      object-fit: cover; } }

/* Content */
.post__content {
  padding: 70px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__content {
      padding-top: 30px; } }

.post__container {
  max-width: 770px;
  margin: 0px auto; }
  .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.5; }
    @media (max-width: 1098px) {
      .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
        font-size: 22px;
        padding-top: 25px; } }
  .post__container h5, .post__container h6 {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .post__container h5, .post__container h6 {
        padding-top: 25px;
        font-size: 18px; } }
    .post__container h5 strong, .post__container h6 strong {
      color: #aea191;
      font-weight: 600; }
  .post__container ul {
    padding: 25px 0px 0px 30px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .post__container ul {
        padding-top: 15px; } }
    .post__container ul li {
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 30px;
      position: relative; }
      .post__container ul li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #666666;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        position: absolute;
        left: 0;
        top: 12px; }
        @media (max-width: 991px) {
          .post__container ul li:before {
            top: 8px; } }
  .post__container p {
    padding: 30px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .post__container p {
        padding-top: 25px; } }
    .post__container p span {
      color: #00ccff;
      text-decoration: underline; }

/* Post images */
@media (max-width: 991px) {
  .post__images {
    padding-top: 20px; } }

@media (max-width: 991px) {
  .post__images .container .container {
    padding: 0px; } }

.post__images .post__image {
  text-align: center;
  padding-top: 85px; }
  @media (max-width: 991px) {
    .post__images .post__image {
      padding-top: 35px; } }
  .post__images .post__image .image__info {
    padding: 18px 0px 0px 0px;
    margin: 0px;
    font-size: 14px;
    font-style: italic;
    color: #999; }
    @media (max-width: 991px) {
      .post__images .post__image .image__info {
        font-size: 12px; } }
    .post__images .post__image .image__info span {
      color: #000; }

/* Post twitter */
.post__twitter {
  padding: 80px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__twitter {
      padding-top: 55px; } }

.twitter-quote {
  padding: 65px 70px;
  background: #f9f8f4; }
  @media (max-width: 991px) {
    .twitter-quote {
      padding: 25px; } }

.twitter-quote__author {
  display: flex;
  align-items: center; }

.twitter-author__avatar {
  margin-right: 20px;
  width: 60px;
  min-width: 60px; }
  .twitter-author__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }

.twitter-author__details strong {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .twitter-author__details strong {
      font-size: 17px; } }

.twitter-author__details p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #999; }
  @media (max-width: 991px) {
    .twitter-author__details p {
      font-size: 14px; } }

.twitter-author__icon {
  margin-left: auto;
  padding-left: 25px; }
  .twitter-author__icon i {
    font-size: 36px;
    color: #00ccff; }
    @media (max-width: 991px) {
      .twitter-author__icon i {
        font-size: 24px; } }

.twitter-quote__content {
  font-size: 28px;
  line-height: 46px;
  padding: 35px 0px 0px 0px;
  margin: 0px;
  color: #000; }
  @media (max-width: 1098px) {
    .twitter-quote__content {
      font-size: 24px;
      line-height: 40px; } }
  @media (max-width: 991px) {
    .twitter-quote__content {
      font-size: 18px;
      line-height: 30px;
      padding-top: 25px; } }
  .twitter-quote__content span {
    color: #00ccff; }

/* Post tags and share */
.tags-share__container {
  max-width: 770px;
  margin: 0px auto; }

.tags-share {
  padding: 100px 0px 0px 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .tags-share {
      padding-top: 70px; } }

.post__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .post__tags {
      width: 50%; } }
  .post__tags li {
    margin: 2px 4px 2px 0px; }
    .post__tags li a {
      display: block;
      padding: 1px 7px 0px 7px;
      border: 1px solid #dadada;
      font-size: 14px;
      color: #999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .post__tags li a {
          font-size: 12px; } }
      .post__tags li a:hover {
        border-color: #aea191;
        background: #aea191;
        color: #fff; }

.post__share {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-left: auto; }

.share__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }
  @media (max-width: 991px) {
    .share__title {
      font-size: 12px;
      display: none; } }

.share__options {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 13px;
  margin: 0px;
  list-style: none; }
  .share__options li {
    padding-left: 7px; }

.share-option__twitter {
  width: 30px;
  height: 30px;
  background: #55acee;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__twitter:hover {
    color: #fff; }

.share-option__facebook {
  width: 30px;
  height: 30px;
  background: #3b5999;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__facebook:hover {
    color: #fff; }

.share-option__instagram {
  width: 30px;
  height: 30px;
  background: #ea1081;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__instagram:hover {
    color: #fff; }

/* Post author */
.post__author hr {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .post__author hr {
      margin-top: 70px; } }

.post-author__container {
  max-width: 770px;
  margin: 0px auto; }

.post-author {
  padding-top: 48px;
  display: flex; }

.post-author__avatar {
  width: 80px;
  min-width: 80px;
  margin-right: 20px; }
  .post-author__avatar img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }

.post-author__details {
  width: 100%; }

.post-author__name {
  font-size: 24px;
  color: #000; }
  @media (max-width: 991px) {
    .post-author__name {
      font-size: 21px; } }

.post-author__position {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .post-author__position {
      font-size: 11px; } }

.post-author__description {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .post-author__description {
      font-size: 14px;
      line-height: 24px; } }

.post-author__social {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  list-style: none; }
  .post-author__social li {
    padding: 15px 15px 0px 0px; }
    .post-author__social li a {
      color: #000; }

/* Related posts */
.related-posts hr {
  margin-top: 40px; }

.related-posts .blog-article {
  margin-top: 45px !important; }

.related-posts__container {
  max-width: 770px;
  margin: 0px auto; }

.related-posts__title {
  padding: 84px 0px 0px 0px;
  margin: 0px;
  font-size: 36px; }
  @media (max-width: 1098px) {
    .related-posts__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .related-posts__title {
      font-size: 24px;
      padding-top: 60px; } }

/* Post comments */
.post__comments hr {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .post__comments hr {
      margin-top: 70px; } }

.post-comments__container {
  max-width: 770px;
  margin: 0px auto; }

.post-comments__title {
  font-size: 36px;
  padding: 80px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .post-comments__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .post-comments__title {
      font-size: 24px;
      padding: 60px 0px 10px 0px; } }

.post-comment {
  border-top: 1px solid #d8d8d8;
  margin-top: 45px;
  padding-top: 40px;
  display: flex; }
  @media (max-width: 991px) {
    .post-comment {
      margin-top: 35px;
      padding-top: 30px; } }
  .post-comment:first-of-type {
    border: none;
    margin-top: 0px; }

.post-comment__avatar {
  width: 60px;
  min-width: 60px;
  margin-right: 40px; }
  @media (max-width: 991px) {
    .post-comment__avatar {
      margin-right: 20px; } }
  .post-comment__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }

.post-comment__details {
  width: 100%; }

.post-comment__name-and-date {
  display: flex;
  align-items: center; }

.post-comment__name {
  font-size: 20px;
  color: #000; }
  @media (max-width: 991px) {
    .post-comment__name {
      font-size: 18px; } }

.post-comment__date {
  margin-left: auto;
  padding-left: 20px;
  font-size: 14px;
  color: #999; }

.post-comment__content {
  padding: 10px 0px 0px 0px;
  font-size: 16px; }

/* Leave a comment */
.post__leave-comment {
  padding: 80px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__leave-comment {
      padding: 70px 0px 0px 0px; } }

.leave-comment__container {
  max-width: 770px;
  margin: 0px auto; }

.leave-comment__title {
  font-size: 36px;
  padding: 0px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .leave-comment__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .leave-comment__title {
      font-size: 24px; } }

/* Post with sidebar */
@media (max-width: 991px) {
  .post-with-sidebar .container .container {
    padding: 0px; } }

.post-with-sidebar .container .container .container {
  padding: 0px; }

.post-with-sidebar .post__container {
  max-width: 100%; }

/* ==========================================================================
   8.14 #SHOP CATEGORIES
   ========================================================================== */
.shop-categories {
  padding: 0px 0px 225px 0px; }
  @media (max-width: 991px) {
    .shop-categories {
      padding: 0px 0px 85px 0px; } }
  .shop-categories .row {
    margin: 0px -5px; }
    .shop-categories .row > div {
      padding: 0px 5px; }

/* Title */
.shop-categories__title {
  padding: 90px 0px 30px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center;
  font-size: 48px; }
  @media (max-width: 1098px) {
    .shop-categories__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .shop-categories__title {
      padding: 60px 0px 25px 0px;
      font-size: 26px; } }

/* Description */
.shop-categories__description {
  padding: 0px 0px 70px 0px;
  max-width: 750px;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 991px) {
    .shop-categories__description {
      padding: 0px 0px 40px 0px; } }

/* Shop category */
.shop-category {
  margin: 10px 0px 0px 0px;
  position: relative; }
  .shop-category:hover .shop-category__shop-now a:before {
    width: 100%; }

.shop-category__image {
  overflow: hidden; }
  .shop-category__image img {
    display: block;
    width: 100%;
    height: 770px;
    object-fit: cover; }
    @media (max-width: 1098px) {
      .shop-category__image img {
        height: 650px; } }
    @media (max-width: 991px) {
      .shop-category__image img {
        height: 350px; } }

.shop-category__small-heading {
  position: absolute;
  left: 100px;
  top: 85px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 1499px) {
    .shop-category__small-heading {
      left: 70px; } }
  @media (max-width: 1098px) {
    .shop-category__small-heading {
      font-size: 21px;
      line-height: 26px; } }
  @media (max-width: 991px) {
    .shop-category__small-heading {
      font-size: 16px;
      line-height: 21px;
      left: 30px;
      top: 30px; } }
  .shop-category__small-heading a {
    color: #000;
    display: block; }

.shop-category__heading-and-description {
  position: absolute;
  left: 100px;
  bottom: 90px;
  width: 50%;
  max-width: 470px; }
  @media (max-width: 1499px) {
    .shop-category__heading-and-description {
      left: 70px; } }
  @media (max-width: 991px) {
    .shop-category__heading-and-description {
      left: 30px;
      bottom: 30px; } }

.shop-category__heading {
  font-size: 80px;
  line-height: 84px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shop-category__heading {
      font-size: 64px;
      line-height: 1.2; } }
  @media (max-width: 991px) {
    .shop-category__heading {
      font-size: 30px; } }
  .shop-category__heading.dark a {
    color:#fff;
  }
  .shop-category__heading:not(.dark) a {
    color: #61584a;
    display: block;
    padding: 0px 0px 45px 0px; }
    @media (max-width: 991px) {
      .shop-category__heading a {
        padding-bottom: 20px; } }

.shop-category__subheading-and-heading {
  position: absolute;
  left: 100px;
  top: 70px;
  max-width: 300px;
  width: 60%; }
  @media (max-width: 1499px) {
    .shop-category__subheading-and-heading {
      left: 70px; } }
  @media (max-width: 991px) {
    .shop-category__subheading-and-heading {
      top: 30px;
      left: 30px; } }

.shop-category__subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .shop-category__subheading {
      font-size: 12px; } }
  .shop-category__subheading a {
    color: #000;
    display: block;
    padding: 0px 0px 30px 0px; }
    @media (max-width: 991px) {
      .shop-category__subheading a {
        padding-bottom: 20px; } }

.shop-category__heading-2 {
  padding: 0px;
  margin: 0px;
  font-size: 48px;
  line-height: 54px; }
  @media (max-width: 1098px) {
    .shop-category__heading-2 {
      font-size: 42px;
      line-height: 1.2; } }
  @media (max-width: 991px) {
    .shop-category__heading-2 {
      font-size: 26px; } }
  .shop-category__heading-2 a {
    color: #000; }

.shop-category__description a {
  color: #666; }

.shop-category__shop-now {
  position: absolute;
  left: 100px;
  bottom: 125px; }
  @media (max-width: 1499px) {
    .shop-category__shop-now {
      left: 70px; } }
  @media (max-width: 1098px) {
    .shop-category__shop-now {
      bottom: 75px; } }
  @media (max-width: 991px) {
    .shop-category__shop-now {
      left: 30px;
      bottom: 30px; } }
  .shop-category__shop-now a {
    display: inline-block;
    font-size: 20px;
    line-height: 3;
    color: #000;
    position: relative; }
    @media (max-width: 1098px) {
      .shop-category__shop-now a {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .shop-category__shop-now a {
        font-size: 15px; } }
    .shop-category__shop-now a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40%;
      height: 1px;
      background: #000;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.shop-category--medium .shop-category__image img {
  height: 500px; }
  @media (max-width: 1098px) {
    .shop-category--medium .shop-category__image img {
      height: 500px; } }
  @media (max-width: 991px) {
    .shop-category--medium .shop-category__image img {
      height: 300px; } }

.shop-category--medium .shop-category__heading-and-description {
  max-width: 310px; }

.shop-category--medium .shop-category__heading {
  font-size: 60px;
  line-height: 1.2; }
  @media (max-width: 1098px) {
    .shop-category--medium .shop-category__heading {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .shop-category--medium .shop-category__heading {
      font-size: 30px; } }

.shop-category--small .shop-category__image img {
  height: 450px; }
  @media (max-width: 1098px) {
    .shop-category--small .shop-category__image img {
      height: 450px; } }
  @media (max-width: 991px) {
    .shop-category--small .shop-category__image img {
      height: 250px; } }

.shop-category--full-height .shop-category__image img {
  height: 1080px;
  min-height: 100vh; }
  @media (max-width: 1098px) {
    .shop-category--full-height .shop-category__image img {
      height: 920px; } }
  @media (max-width: 991px) {
    .shop-category--full-height .shop-category__image img {
      height: 600px;
      min-height: 80vh; } }

/* ==========================================================================
   8.15 #SHOPPING CART PAGE
   ========================================================================== */
.shopping-cart {
  padding: 90px 0px 160px 0px; }
  @media (max-width: 991px) {
    .shopping-cart {
      padding: 60px 0px 80px 0px; } }
  @media (max-width: 991px) {
    .shopping-cart .container .container {
      padding: 0px; } }

/* Title */
.shopping-cart__title {
  font-size: 38px;
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shopping-cart__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .shopping-cart__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Cart container */
.shopping-cart__container {
  padding-right: 70px; }
  @media (max-width: 1098px) {
    .shopping-cart__container {
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .shopping-cart__container {
      padding-right: 0px; } }

/* Table */
.shopping-cart__table {
  width: 100%; }
  .shopping-cart__table tr {
    vertical-align: top; }
  .shopping-cart__table thead tr th {
    padding: 10px 15px 10px 15px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .shopping-cart__table thead tr th {
        font-size: 13px; } }
    .shopping-cart__table thead tr th:first-child {
      padding-left: 0px; }
    .shopping-cart__table thead tr th:last-child {
      padding-right: 5px; }
  .shopping-cart__table tbody tr td {
    border-top: 1px solid #dedede;
    padding: 20px 15px; }
    .shopping-cart__table tbody tr td:first-child {
      padding-left: 0px; }
    .shopping-cart__table tbody tr td:last-child {
      padding-right: 5px; }

/* Cart product */
.shopping-cart__product {
  display: flex; }

/* Cart product image */
.cart-product__image {
  width: 70px;
  min-width: 70px; }
  .cart-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .cart-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title and variant */
.cart-product__title-and-variant {
  padding-left: 20px;
  /*padding-top: 6px;*/
  min-width: 140px; }

.cart-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  @media (max-width: 991px) {
    .cart-product__title {
      font-size: 14px; } }
  .cart-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .cart-product__title a:hover {
      color: #aea191; }

.cart-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .cart-product__variant {
      font-size: 12px; } }

.cart-product__action {
  padding: 11px 0px 0px 0px; }
  .cart-product__action a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline; }
    @media (max-width: 991px) {
      .cart-product__action a {
        font-size: 11px; } }

/* Quantity */
.cart-product__quantity-field {
  max-width: 80px;
  min-width: 70px;
  position: relative; }

.quantity-field__minus {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__minus a {
    display: block;
    padding: 5px; }

.quantity-field__plus {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__plus a {
    display: block;
    padding: 5px; }

.quantity-field__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
  margin: 0px;
  border: 1px solid #d0d0d0;
  outline: none;
  height: 34px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .quantity-field__input {
      font-size: 14px; } }
  .quantity-field__input:focus {
    border-color: #000; }

/* Price */
.cart-product__price {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .cart-product__price {
      font-size: 14px; } }

/* Delete */
.cart-product__delete {
  padding-top: 1px; }
  .cart-product__delete a {
    font-size: 12px;
    color: #000;
    line-height: 1.3; }

/* Discount form */
.shopping-cart__discount {
  margin: 40px 0px 0px 0px;
  border: 1px solid #d0d0d0;
  padding: 24px 29px 29px 29px; }
  @media (max-width: 991px) {
    .shopping-cart__discount {
      padding: 20px 25px 25px 25px; } }
  .shopping-cart__discount form {
    margin: 0px;
    padding: 0px;
    position: relative; }

.discount__title {
  font-size: 16px;
  padding: 0px 0px 18px 0px;
  margin: 0px;
  font-weight: 500;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .discount__title {
      font-size: 18px; } }

.discount__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 991px) {
    .discount__icon {
      display: none; } }

.discount__input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #d0d0d0;
  padding: 12px 100px 12px 50px;
  font-size: 14px;
  color: #000;
  outline: none; }
  @media (max-width: 991px) {
    .discount__input {
      padding-left: 15px; } }
  .discount__input:focus {
    border-color: #000; }
  .discount__input::-webkit-input-placeholder {
    color: #999; }
  .discount__input::-moz-placeholder {
    color: #999; }
  .discount__input:-ms-input-placeholder {
    color: #999; }
  .discount__input:-moz-placeholder {
    color: #999; }

.discount__submit {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none; }
  @media (max-width: 991px) {
    .discount__submit {
      font-size: 13px; } }

/* Order summary */
@media (max-width: 991px) {
  .shopping-cart__order-summary {
    margin-top: 50px; } }

/* Order summary background */
.order-summary__background {
  padding: 40px 35px 0 35px;
  background: #f0f1f4;
  margin-bottom: 10px;
  position: relative; }
  @media (max-width: 991px) {
    .order-summary__background {
      padding: 35px 30px; } }
  .order-summary__background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(/local/templates/eshop_bootstrap_v4/assets/bg-order-summary.png) top left repeat-x; }
  .order-summary__background:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(/local/templates/eshop_bootstrap_v4/assets/bg-order-summary.png) bottom left repeat-x; }

/* Order summary title */
.order-summary__title {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .order-summary__title {
      font-size: 18px; } }

/* Order summary subtotal */
.order-summary__subtotal {
  border-top: 1px solid #d0d0d0;
  margin-top: 15px;
  padding-top: 15px;
  display: flex; }

.summary-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .summary-subtotal__title {
      font-size: 14px; } }

.summary-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .summary-subtotal__price {
      font-size: 14px; } }

/* Order summary delivery method */
.order-summary__delivery-method {
  margin-top: 18px;
  position: relative; }
  .order-summary__delivery-method select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 45px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: none; }
  .order-summary__delivery-method:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }

/* Order summary total */
.order-summary__total {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  padding-top: 22px;
  display: flex; }

.summary-total__title {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .summary-total__title {
      font-size: 16px; } }

.summary-total__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 991px) {
    .summary-total__price {
      font-size: 18px; } }

/* Proceed to checkout */
.order-summary__proceed-to-checkout {
  padding-top: 17px; }
  .order-summary__proceed-to-checkout .second-button {
    display: block;
    width: 100%;
    text-align: center; }

/* Accept payment methods */
.order-summary__accept-payment-methods {
  border-top: 1px solid #d0d0d0;
  margin-top: 25px;
  padding-top: 22px; }
  .order-summary__accept-payment-methods img {
    max-width: 100%; }

.accept-payment-methods__title {
  padding: 0px 0px 14px 0px;
  margin: 0px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .accept-payment-methods__title {
      font-size: 14px; } }

/* ==========================================================================
   8.16 #WISHLIST PAGE
   ========================================================================== */
.wishlist {
  padding: 90px 0px 160px 0px; }
  @media (max-width: 991px) {
    .wishlist {
      padding: 60px 0px 80px 0px; } }
  @media (max-width: 991px) {
    .wishlist .container .container {
      padding: 0px; } }

/* Title */
.wishlist__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .wishlist__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .wishlist__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Table */
.wishlist__table {
  width: 100%; }
  .wishlist__table thead tr th {
    padding: 10px 15px 10px 15px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .wishlist__table thead tr th {
        font-size: 13px; } }
    .wishlist__table thead tr th:first-child {
      padding-left: 0px; }
    .wishlist__table thead tr th:last-child {
      padding-right: 5px; }
  .wishlist__table tbody tr td {
    border-top: 1px solid #dedede;
    padding: 20px 15px; }
    .wishlist__table tbody tr td:first-child {
      padding-left: 0px; }
    .wishlist__table tbody tr td:last-child {
      padding-right: 5px; }
  .wishlist__table .sixth-button {
    white-space: nowrap; }
@media (max-width: 768px) {
  .wishlist__table tbody tr td[data-entity="price-block"] {
    min-width: 100px;
  }
  .wishlist__table tbody tr td {
    padding: 5px;
  }
}
/* Cart product */
.wishlist__product {
  display: flex;
  align-items: center; }

/* Cart product image */
.wishlist-product__image {
  width: 70px;
  min-width: 70px; }
  .wishlist-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .wishlist-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title */
.wishlist-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  min-width: 140px; }
  @media (max-width: 991px) {
    .wishlist-product__title {
      font-size: 14px; } }
  .wishlist-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .wishlist-product__title a:hover {
      color: #aea191; }

/* Price */
.wishlist-product__price {
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .wishlist-product__price {
      font-size: 14px; } }

/* Status */
.wishlist-product__status {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .wishlist-product__status {
      font-size: 14px; } }

.wishlist-product__status--in-stock {
  color: #669900; }

.wishlist-product__status--stock-out {
  color: #e73405; }

.wishlist-product__status--pre-order {
  color: #000; }

/* Delete */
.wishlist-product__delete {
  text-align: right; }
  .wishlist-product__delete a {
    font-size: 12px;
    color: #000;
    line-height: 1.3; }

/* ==========================================================================
   9. Product styles
   ========================================================================== */
/* ==========================================================================
   #ACCORDION
   ========================================================================== */
.accordion {
  padding: 22px 0px;
  border-bottom: 1px solid #d8d8d8; }
  .accordion.active .accordion__title:after {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg); }

.accordion__title {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-right: 30px; }
  .accordion__title:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 0px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }

.accordion__content {
  display: none;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    .accordion__content {
      font-size: 13px;
      line-height: 22px; } }
  .accordion__content h1,
  .accordion__content h2,
  .accordion__content h3,
  .accordion__content h4,
  .accordion__content h5,
  .accordion__content h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: 30px;
    padding: 40px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .accordion__content h1,
      .accordion__content h2,
      .accordion__content h3,
      .accordion__content h4,
      .accordion__content h5,
      .accordion__content h6 {
        padding-top: 25px;
        font-size: 20px; } }
  .accordion__content p {
    padding: 25px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .accordion__content p {
        padding-top: 15px; } }
  .accordion__content ul {
    padding: 25px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .accordion__content ul {
        padding-top: 20px; } }
    .accordion__content ul li {
      position: relative; }
      .accordion__content ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .accordion__content .contact-page__form {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .accordion__content .contact-page__form {
        padding-top: 25px; } }

/* Mobile tabs */
.product__mobile-tabs {
  display: none; }
  @media (max-width: 991px) {
    .product__mobile-tabs {
      display: block;
      padding-top: 22px; } }

/* ==========================================================================
   #COMPLETE YOUR OUTFIT
   ========================================================================== */
.complete-your-outfit {
  padding: 0px 0px 115px 0px; }
  @media (max-width: 991px) {
    .complete-your-outfit {
      padding-bottom: 90px; } }
  .complete-your-outfit hr {
    margin-bottom: 95px; }
    @media (max-width: 991px) {
      .complete-your-outfit hr {
        display: none; } }

.complete-your-outfit__title {
  margin: 0px 0px 50px 0px;
  font-size: 36px; }
  @media (max-width: 1098px) {
    .complete-your-outfit__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .complete-your-outfit__title {
      margin: 0px 0px 20px 0px;
      font-size: 20px; } }

/* ==========================================================================
   #DESKTOP TABS
   ========================================================================== */
@media (max-width: 991px) {
  .product__desktop-tabs {
    display: none !important; } }

.tabs__nav {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #dedede;
  list-style: none;
  padding: 110px 0px 0px 0px;
  margin: 0px; }
  .tabs__nav li {
    padding: 0px;
    margin: 0px 45px 0px 0px; }
    .tabs__nav li a {
      display: block;
      border-bottom: 2px solid transparent;
      position: relative;
      margin-bottom: -1px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      font-size: 16px;
      color: #666666;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 13px 0px; }
      .tabs__nav li a.active {
        border-color: #000;
        color: #000; }

.tab-content {
  padding: 25px 0px 0px 0px;
  display: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  opacity: 0;
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .tab-content {
      font-size: 13px;
      line-height: 22px; } }
  .tab-content h1,
  .tab-content h2,
  .tab-content h3,
  .tab-content h4,
  .tab-content h5,
  .tab-content h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: 30px;
    padding: 40px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab-content h1,
      .tab-content h2,
      .tab-content h3,
      .tab-content h4,
      .tab-content h5,
      .tab-content h6 {
        padding-top: 25px;
        font-size: 20px; } }
  .tab-content p {
    padding: 25px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab-content p {
        padding-top: 15px; } }
  .tab-content ul {
    padding: 25px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .tab-content ul {
        padding-top: 20px; } }
    .tab-content ul li {
      position: relative; }
      .tab-content ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .tab-content .contact-page__form {
    padding-top: 20px; }
  .tab-content .row {
    margin: 0px -50px; }
    @media (max-width: 1098px) {
      .tab-content .row {
        margin: 0px -30px; } }
    .tab-content .row > div {
      padding: 0px 50px; }
      @media (max-width: 1098px) {
        .tab-content .row > div {
          padding: 0px 30px; } }
    .tab-content .row .row {
      margin: 0px -20px; }
      .tab-content .row .row > div {
        padding: 0px 20px; }

.tab-content__active {
  display: block; }

.tab-content__show {
  opacity: 1; }

/* Description tab */
.custom-description {
  flex-wrap: wrap;
  padding-top: 65px; }
  @media (max-width: 991px) {
    .custom-description {
      padding-top: 0px !important; } }

.custom-description__text {
  width: 50%;
  min-width: 50%;
  padding: 70px 0px 100px 6.4%; }
  @media (max-width: 1399px) {
    .custom-description__text {
      padding: 50px 0px 80px 5%; } }
  @media (max-width: 1199px) {
    .custom-description__text {
      padding-top: 30px;
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .custom-description__text {
      padding: 0px !important;
      width: 100%;
      min-width: 100%; } }

.custom-description__text--left {
  padding-right: 6.4%; }
  @media (max-width: 1399px) {
    .custom-description__text--left {
      padding-right: 5%; } }

.custom-description__image {
  width: 50%;
  min-width: 50%; }
  @media (max-width: 991px) {
    .custom-description__image {
      display: none !important; } }
  .custom-description__image img {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover; }

.custom-description__small-heading {
  font-size: 18px !important;
  text-transform: uppercase;
  padding-top: 50px !important; }
  @media (max-width: 991px) {
    .custom-description__small-heading {
      font-size: 14px !important;
      padding-top: 25px !important; } }

.description__image {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .description__image {
      padding-top: 20px; } }
  .description__image img {
    display: block;
    width: 100%; }

/* ==========================================================================
   #Frequently Bought Together
   ========================================================================== */
.frequently-bought-together {
  padding: 140px 0px 0px 0px; }
  @media (max-width: 991px) {
    .frequently-bought-together {
      padding: 45px 0px 0px 0px; } }

.frequently-bought-together__title {
  font-size: 36px;
  padding: 0px 0px 48px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .frequently-bought-together__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__title {
      font-size: 20px;
      padding: 0px 0px 25px 0px; } }

/* D-flex */
@media (max-width: 991px) {
  .frequently-bought-together__d-flex {
    flex-wrap: wrap; } }

/* Products grid */
.frequently-bought-together__products {
  width: 80%;
  padding-right: 80px; }
  @media (max-width: 991px) {
    .frequently-bought-together__products {
      width: 100%;
      padding-right: 0px; } }

.frequently-bought-together__products-grid {
  margin: 0px -50px;
  position: relative; }
  @media (max-width: 1199px) {
    .frequently-bought-together__products-grid {
      margin: 0px -35px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid {
      margin: 0px -15px; } }
  .frequently-bought-together__products-grid .result-product {
    min-width: 1px;
    width: 372px;
    max-width: 33.333%;
    padding: 0px 50px; }
    @media (max-width: 1199px) {
      .frequently-bought-together__products-grid .result-product {
        padding: 0px 35px; } }
    @media (max-width: 991px) {
      .frequently-bought-together__products-grid .result-product {
        padding: 0px 15px; } }
    .frequently-bought-together__products-grid .result-product:first-of-type .result-product__image:before {
      display: none; }
  .frequently-bought-together__products-grid .result-product__image {
    position: relative; }
    .frequently-bought-together__products-grid .result-product__image:before {
      content: "\ec81";
      font: normal normal normal 1em/1 'LineIconsPro Regular';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 50%;
      left: -60px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 24px; }
      @media (max-width: 1199px) {
        .frequently-bought-together__products-grid .result-product__image:before {
          left: -48px; } }
      @media (max-width: 991px) {
        .frequently-bought-together__products-grid .result-product__image:before {
          font-size: 12px;
          left: -21px; } }

/* Products list */
.frequently-bought-together__products-list {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .frequently-bought-together__products-list {
      margin-top: 10px; } }
  .frequently-bought-together__products-list .form-checkbox__label {
    color: #666666; }
    .frequently-bought-together__products-list .form-checkbox__label strong {
      text-transform: uppercase;
      padding-right: 4px;
      color: #000; }
    .frequently-bought-together__products-list .form-checkbox__label span {
      color: #000; }

/* Action */
.frequently-bought-together__action {
  margin-left: auto;
  width: 365px; }
  @media (max-width: 991px) {
    .frequently-bought-together__action {
      width: 100%;
      margin: 0px;
      padding-top: 10px; } }

.frequently-bought-together__total span {
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.frequently-bought-together__total p {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  font-size: 48px;
  line-height: 1.2;
  color: #000; }
  @media (max-width: 1199px) {
    .frequently-bought-together__total p {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__total p {
      font-size: 24px; } }

.frequently-bought-together__buttons {
  padding-top: 21px; }
  @media (max-width: 991px) {
    .frequently-bought-together__buttons {
      padding-top: 15px; } }
  .frequently-bought-together__buttons a {
    display: block;
    width: 100%;
    margin-top: 19px;
    text-align: center; }
    @media (max-width: 991px) {
      .frequently-bought-together__buttons a {
        margin-top: 10px; } }

/* ==========================================================================
   #PRODUCT GRID ITEM
   ========================================================================== */
.product-grid-item {
  position: relative; }

/* Product grid item tag */
.product-grid-item__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  line-height: 1.667;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000; }

/* Product grid item images */
.product-grid-item__images {
  position: relative;
  overflow: hidden; }

.product-grid-item__images:hover .product-grid-item__previous-image,
.product-grid-item__images:hover .product-grid-item__next-image {
  opacity: 1;
  visibility: visible; }

/* Product grid item images arrows */
.product-grid-item__previous-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media (max-width: 1024px) {
    .product-grid-item__previous-image {
      display: none !important; } }
  .product-grid-item__previous-image:hover {
    background: #fff; }

.product-grid-item__next-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media (max-width: 1024px) {
    .product-grid-item__next-image {
      display: none !important; } }
  .product-grid-item__next-image:hover {
    background: #fff; }

/* Product grid item image */
.brands-grid-item__image,
.product-grid-item__image {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  @media (max-width: 1098px) {
		.brands-grid-item__image,
    .product-grid-item__image {
      display: none !important; } }
	.brands-grid-item__image.active,
  .product-grid-item__image.active {
    visibility: visible;
    position: relative;
    z-index: 1; }
    @media (max-width: 1098px) {
			.brands-grid-item__image.active,
      .product-grid-item__image.active {
        display: block !important; } }
  .product-grid-item__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
	.brands-grid-item__image a {
	display: block;
	position: relative;
	padding-bottom: 51.704%; }
		.brands-grid-item__image a img,
    .product-grid-item__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.product-grid-item__image--large a {
  padding-bottom: 58.9%; }

.product-grid-item__images--ratio-100-122 .product-grid-item__image a {
  padding-bottom: 122.5%; }

.product-grid-item__images--ratio-100-122 .product-grid-item__image--large a {
  padding-bottom: 58.9%; }

.product-grid-item__images--position-top .product-grid-item__image a img {
  object-position: top; }

/* Custom tooltip */
.custom-tooltip {
  top: -45px;
  left: -3px;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  background-color: #000;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.3s all ease-in-out; }
  .custom-tooltip:after {
    left: 8px;
    bottom: -10px;
    content: "";
    position: absolute;
    border-top: 10px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.open-tooltip {
  display: block;
  position: relative; }
  .open-tooltip:hover .custom-tooltip {
    opacity: 1;
    visibility: visible; }

/* Product grid item action */
.product-grid-item__action {
  position: absolute;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  background: #fff;
  left: 0;
  right: 0;
  padding: 14px 27px 14px 27px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  z-index: 3; }
  @media (max-width: 1550px) {
    .product-grid-item__action {
      display: none; } }

.product-grid-item:hover .product-grid-item__action {
  opacity: 1;
  visibility: visible;
  margin-top: 0px; }

.product-grid-item__add-to-cart {
  margin-right: auto;
  padding-right: 10px; }
  .product-grid-item__add-to-cart a {
    color: #aea191;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.product-grid-item__quickview,
.product-grid-item__wishlist,
.product-grid-item__compare {
  padding-left: 24px; }
  .product-grid-item__quickview a,
  .product-grid-item__wishlist a,
  .product-grid-item__compare a {
    font-size: 20px;
    color: #000; }
.product-grid-item__quickview a {
  font-size: 18px;
}
    .product-grid-item__quickview a:hover,
    .product-grid-item__wishlist a:hover,
    .product-grid-item__compare a:hover {
      color: #aea191; }

.product-grid-item:hover .product-grid-item__action-2 {
  opacity: 1;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%); }

.product-grid-item__action-2 {
  opacity: 0;
  width: 100%;
  padding: 10px 0px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  z-index: 4; }
  @media (max-width: 991px) {
    .product-grid-item__action-2 {
      display: none; } }
  .product-grid-item__action-2 .d-flex > div {
    color: #999999;
    font-size: 14px;
    margin: 0px;
    width: auto;
    padding: 0px;
    position: relative;
    transition: 0.3s all ease-in-out;
    height: 20px;
    overflow: hidden; }
    .product-grid-item__action-2 .d-flex > div:after {
      top: 0;
      width: 1px;
      content: "";
      right: 0px;
      height: 20px;
      position: absolute;
      background-color: #d6d6d6; }
    .product-grid-item__action-2 .d-flex > div:last-child:after {
      display: none; }
    .product-grid-item__action-2 .d-flex > div a {
      color: #999999;
      font-size: 14px;
      padding: 0px 20px;
      position: relative;
      transition: 0.3s all ease-in-out;}
.product-grid-item__action-2 .d-flex > div a:not(.open-tooltip) {
  text-transform: uppercase;
}
      .product-grid-item__action-2 .d-flex > div a:hover {
        color: #000; }
      .product-grid-item__action-2 .d-flex > div a i {
        margin-right: 8px; }

/* Product grid item colors */
.product-grid-item__colors {
  margin: 20px 0px -5px 0px;
  list-style: none;
  padding: 0px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap; }
  .product-grid-item__colors li {
    display: block;
    margin: 10px 5px 0px 0px; }
    .product-grid-item__colors li a {
      display: block;
      width: 22px;
      height: 22px;
      padding: 6px; }

.product-grid-item__color {
  padding: 0px;
  margin: 0px;
  height: 10px;
  width: 10px;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: relative; }
  .product-grid-item__color.active span {
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }

/* Product grid item feature */
.product-grid-item__feature {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 25px 0px 0px 0px;
  margin: 0px 0px -11px 0px;
  position: relative; }

/* Product grid item image colors */
.product-grid-item__image-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 18px 0px 0px 0px;
  margin: 0px; }
  .product-grid-item__image-colors li {
    display: block;
    width: 40px;
    margin: 10px 10px 0px 0px; }
    .product-grid-item__image-colors li a {
      display: block; }
      .product-grid-item__image-colors li a img {
        display: block;
        width: 100%; }

.product-grid-item__image-color.active {
  border: 1px solid #aea191; }

/* Product grid item name */
.brands-grid-item__name {
	margin-top: 10px;
	margin-bottom: 30px;
}
.product-grid-item__name {
  margin-top: 20px; }
	.brands-grid-item__name a,
  .product-grid-item__name a {
    color: #000; }
		.brands-grid-item__name a:hover,
    .product-grid-item__name a:hover {
      color: #aea191; }

/* Product grid item price */
.product-grid-item__price {
  /*padding: 8px 0px 0px 0px;*/
  color: #000; }

.product-grid-item__price-new {
  color: #ea311d; }

.product-grid-item__price-old {
  color: #666666;
  text-decoration: line-through;
  padding-left: 3px; }

/* Product grid item sizes */
.product-grid-item__sizes {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .product-grid-item__sizes li {
    padding: 5px 5px 0px 0px;
    margin: 0px; }

.product-grid-item__size {
  min-height: 40px;
  min-width: 40px;
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  color: #999999; }
  .product-grid-item__size.active {
    border-color: #aea191;
    color: #aea191; }

/* Product grid type 2 */
.product-grid-item--type-2:hover .product-grid-item__action {
  right: 20px;
  opacity: 1;
  visibility: visible; }

.product-grid-item--type-2:hover .product-grid-item__add-to-basket a {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.product-grid-item--type-2 .product-grid-item__tag {
  border: 1px solid #cccccc; }

.product-grid-item--type-2 .product-grid-item__action {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  margin: 0px;
  left: auto;
  bottom: auto;
  top: 20px;
  right: -10px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #cccccc;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .product-grid-item--type-2 .product-grid-item__action .d-flex {
    display: block !important; }
  .product-grid-item--type-2 .product-grid-item__action .product-grid-item__quickview,
  .product-grid-item--type-2 .product-grid-item__action .product-grid-item__wishlist,
  .product-grid-item--type-2 .product-grid-item__action .product-grid-item__compare {
    padding: 0px;
    margin: 10px 0px; }
  .product-grid-item--type-2 .product-grid-item__action .custom-tooltip {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-right: 20px; }
    .product-grid-item--type-2 .product-grid-item__action .custom-tooltip:before {
      top: 10px;
      content: "";
      right: -10px;
      position: absolute;
      border-top: 5px solid transparent;
      border-left: 10px solid #000;
      border-bottom: 5px solid transparent; }
    .product-grid-item--type-2 .product-grid-item__action .custom-tooltip:after {
      display: none; }

.product-grid-item--type-2 .product-grid-item__image-color {
  border: 1px solid #cccccc; }
  .product-grid-item--type-2 .product-grid-item__image-color.active {
    border-color: #000; }

.product-grid-item--type-2 .product-grid-item__add-to-basket {
  margin: 25px 0px 0px 0px;
  padding: 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .product-grid-item--type-2 .product-grid-item__add-to-basket {
      display: none; } }
  .product-grid-item--type-2 .product-grid-item__add-to-basket a {
    display: block;
    border: 1px solid #000000;
    background: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #000;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); }
    .product-grid-item--type-2 .product-grid-item__add-to-basket a:hover {
      background: #000;
      color: #fff; }

/* Product grid type 3 */
.product-grid-item--type-3:hover .product-grid-item__add-to-basket a {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.product-grid-item--type-3 .product-grid-item__action {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  margin: 0px;
  left: auto;
  bottom: auto;
  top: 20px;
  right: 20px;
  padding: 0px;
  background: none;
  border: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  opacity: 1;
  visibility: visible; }
  .product-grid-item--type-3 .product-grid-item__action .d-flex {
    display: block !important; }
  .product-grid-item--type-3 .product-grid-item__action .product-grid-item__quickview,
  .product-grid-item--type-3 .product-grid-item__action .product-grid-item__wishlist,
  .product-grid-item--type-3 .product-grid-item__action .product-grid-item__compare {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
    line-height: 45px; }
    .product-grid-item--type-3 .product-grid-item__action .product-grid-item__quickview a,
    .product-grid-item--type-3 .product-grid-item__action .product-grid-item__wishlist a,
    .product-grid-item--type-3 .product-grid-item__action .product-grid-item__compare a {
      font-size: 18px;
      color: #666; }
  .product-grid-item--type-3 .product-grid-item__action .custom-tooltip {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-right: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc; }
    .product-grid-item--type-3 .product-grid-item__action .custom-tooltip:before {
      top: 10px;
      content: "";
      right: -10px;
      position: absolute;
      border-top: 5px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 5px solid transparent; }
    .product-grid-item--type-3 .product-grid-item__action .custom-tooltip:after {
      display: none; }

.product-grid-item--type-3 .product-grid-item__tag {
  border: none;
  background: #da5f39;
  color: #fff;
  font-weight: 600; }

.product-grid-item--type-3 .product-grid-item__add-to-basket {
  margin: 25px 0px 0px 0px;
  padding: 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .product-grid-item--type-3 .product-grid-item__add-to-basket {
      display: none; } }
  .product-grid-item--type-3 .product-grid-item__add-to-basket a {
    display: block;
    border: 1px solid #000000;
    background: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); }
    .product-grid-item--type-3 .product-grid-item__add-to-basket a:hover {
      background: #000;
      color: #fff; }

.product-grid-item__rating {
  margin: 9px 0px -17px 0px;
  position: relative; }
  .product-grid-item__rating i {
    font-size: 12px;
    color: #999999; }
    .product-grid-item__rating i.active {
      color: #ffbb05; }

.product-grid-item__wishlist-right {
  float: right;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-left: 15px; }

/* Product grid type 4 */
.product-grid-item--type-4 .product-grid-item__image-colors li {
  margin-left: 5px;
  margin-right: 5px; }
  .product-grid-item--type-4 .product-grid-item__image-colors li:first-child {
    margin-left: auto; }
  .product-grid-item--type-4 .product-grid-item__image-colors li:last-child {
    margin-right: auto; }

.product-grid-item--type-4 .product-grid-item__feature {
  text-align: center; }
.brands-grid-item__name,
.product-grid-item--type-4 .product-grid-item__name {
  text-align: center; }

.product-grid-item--type-4 .product-grid-item__price {
  text-align: center; }

.product-grid-item:hover .product-grid-item__classic-action {
  margin-top: -20px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.product-grid-item__classic-action {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  z-index: 3;
  text-align: center;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out; }
  .product-grid-item__classic-action a {
    color: #000;
    min-width: 165px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 4px 0 4px;
    padding: 12px 20px 12px 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #d8d2ba;
    transition: 0.3s all ease-in-out; }
    .product-grid-item__classic-action a:hover {
      background: #d8d2ba; }

.product-grid-item__classic-action .d-flex > div:first-child {
  margin-left: auto; }

.product-grid-item__classic-action .d-flex > div:last-child {
  margin-right: auto; }

.product-grid-item__wishlist-top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  font-size: 20px; }

/* Product grid type 5 */
.product-grid-item--type-5:hover .product-grid-item__quick-shop {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
  pointer-events: auto; }

.product-grid-item__quick-shop {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 3;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .product-grid-item__quick-shop {
      display: none !important; } }
  .product-grid-item__quick-shop a {
    display: block;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 13px 15px 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    .product-grid-item__quick-shop a:hover {
      background: #000;
      color: #fff; }

/* ==========================================================================
   #PRODUCT LAYOUT 2
   ========================================================================== */
.product-layout-2 {
  background: #ededec; }
  @media (max-width: 991px) {
    .product-layout-2 {
      background: #fff; }
      .product-layout-2 .product {
        z-index: 990;
        position: relative; } }
  .product-layout-2 ol.breadcrumb {
    padding: 0px; }
  .product-layout-2 .product-breadcrumb__d-flex {
    padding-bottom: 50px;
    padding-top: 87px; }
    @media (max-width: 991px) {
      .product-layout-2 .product-breadcrumb__d-flex {
        display: none !important; } }
  .product-layout-2 .product__thumbnails {
    padding-top: 95px;
    margin-bottom: auto; }
  .product-layout-2 .product__thumbnails li a {
    opacity: 1; }
  .product-layout-2 .product__main-image li {
    display: block; }
  .product-layout-2 .product__add-to-cart .eighth-button {
    background: #aea191;
    border-color: #aea191;
    color: #fff; }
  .product-layout-2 .product__options,
  .product-layout-2 .product__second-action,
  .product-layout-2 .product__socials {
    border-color: #cacaca; }
  .product-layout-2 .product__right {
    margin-bottom: auto; }

/* ==========================================================================
   #PRODUCT LAYOUT 3
   ========================================================================== */
@media (max-width: 1199px) {
  .product-layout-3 .product__main {
    flex-wrap: wrap; } }

.product-layout-3 .product__main-image-and-thumbnails {
  width: 38.15%;
  min-width: 38.15%;
  position: relative; }
  @media (max-width: 1199px) {
    .product-layout-3 .product__main-image-and-thumbnails {
      width: 50%;
      min-width: 50%; } }

.product-layout-3 .product__right {
  width: 30%;
  min-width: 30%;
  margin-left: 6.4%; }
  @media (max-width: 1399px) {
    .product-layout-3 .product__right {
      margin-left: 4.4%; } }
  @media (max-width: 1199px) {
    .product-layout-3 .product__right {
      width: 45.6%;
      min-width: 45.6%; } }
  @media (max-width: 991px) {
    .product-layout-3 .product__right {
      min-width: 100%;
      min-width: 100%;
      margin-left: 0px; } }

.product-layout-3 .product__main-image-and-thumbnails .product__thumbnails li {
  margin: 0px 10px 0px 0px !important;
  width: 14%;
  min-width: 14%; }

.product-layout-3 .product__thumbnails li a {
  opacity: 1; }

.product__sidebar {
  margin-left: 6.4%;
  width: 19.05%;
  min-width: 19.05%; }
  @media (max-width: 1399px) {
    .product__sidebar {
      margin-left: 4.4%;
      width: 23.05%;
      min-width: 23.05%; } }
  @media (max-width: 1199px) {
    .product__sidebar {
      width: 100%;
      min-width: 100%;
      margin: 60px 0px 0px 0px; } }
  @media (max-width: 991px) {
    .product__sidebar {
      margin: 15px 0px 0px 0px; } }

.product-sidebar__features {
  border: 1px solid #d0d0d0;
  padding: 0px 33px 40px 33px; }
  @media (max-width: 991px) {
    .product-sidebar__features {
      border: none;
      padding: 0px; } }
  .product-sidebar__features .home-about-us__feature {
    margin: 40px 0px 0px 0px;
    padding: 0px; }
    @media (max-width: 991px) {
      .product-sidebar__features .home-about-us__feature {
        margin: 25px 0px 0px 0px; } }
  .product-sidebar__features .feature__icon {
    width: 38px;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .product-sidebar__features .feature__icon {
        width: 30px;
        margin-right: 25px; } }
    .product-sidebar__features .feature__icon i {
      font-size: 38px;
      color: #aea191; }
      @media (max-width: 991px) {
        .product-sidebar__features .feature__icon i {
          font-size: 30px; } }
  .product-sidebar__features .feature__h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .product-sidebar__features .feature__h6 {
        font-size: 14px; } }
  .product-sidebar__features .feature__description {
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 991px) {
      .product-sidebar__features .feature__description {
        font-size: 12px;
        line-height: 21px; } }

.product__safe-checkout {
  padding: 47px 0px 0px 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .product__safe-checkout {
      padding: 42px 0px 0px 0px; } }
  .product__safe-checkout img {
    max-width: 100%; }

/* ==========================================================================
   #PRODUCT LAYOUT 4
   ========================================================================== */
@media (max-width: 991px) {
  .product-layout-4 {
    background: #fff !important; }
  .product-layout-4 .product__mobile-gallery {
    background: #e8e1d9; }
  .product-layout-4 .product-breadcrumb__d-flex {
    display: none !important; } }

@media (min-width: 992px) {
  .product-layout-4 {
    padding-top: 60px; }
    .product-layout-4 .product__thumbnails li a {
      opacity: 1; }
    .product-layout-4 ol.breadcrumb {
      padding: 0px; }
    .product-layout-4 .product-breadcrumb__d-flex {
      padding-bottom: 58px; }
    .product-layout-4 .product__add-to-cart .eighth-button {
      background: #aea191;
      border-color: #aea191;
      color: #fff; }
    .product-layout-4 .product__options,
    .product-layout-4 .product__second-action {
      border-color: #cfc6bc; }
    .product-layout-4 .product__sizes select,
    .product-layout-4 .product-quantity__input {
      background: none;
      border-color: #999999; }
    .product-layout-4 .product__mobile-tabs {
      display: block;
      padding-top: 55px; }
    .product-layout-4 .accordion {
      border-color: #cfc6bc;
      padding: 15px 0px; }
    .product-layout-4 .accordion__title {
      cursor: pointer; }
    .product-layout-4 .accordion__title {
      font-size: 16px; }
    .product-layout-4 .form-group__input,
    .product-layout-4 .form-group__textarea {
      background: none;
      border-color: #cfc6bc; }
    .product-layout-4 .accordion__content > *:first-child {
      margin-top: -15px; } }

/* ==========================================================================
   #PRODUCT LAYOUT 5
   ========================================================================== */
.product-layout-5 .product {
  padding: 0px !important; }

.product-layout-5 .product__main-image-and-thumbnails .product__thumbnails {
  padding-bottom: 65px; }

.product-layout-5 .product__right {
  background: #f1f2f6;
  margin-left: 0;
  width: 45%;
  min-width: 45%;
  padding: 70px 100px; }
  @media (max-width: 1599px) {
    .product-layout-5 .product__right {
      padding: 60px 80px; } }
  @media (max-width: 1499px) {
    .product-layout-5 .product__right {
      padding: 50px 40px; } }
  @media (max-width: 991px) {
    .product-layout-5 .product__right {
      width: 100%;
      min-width: 100%;
      padding: 0px 20px 40px 20px; } }

.product-layout-5 .product__add-to-cart .eighth-button {
  background: #da5f39;
  border-color: #da5f39;
  color: #fff;
  font-weight: 600; }

.product-layout-5 .product__mobile-gallery:before {
  background: #f1f2f6; }

.sidebar-features {
  background: #f1f2f6;
  padding: 50px 0px; }
  @media (max-width: 991px) {
    .sidebar-features {
      padding: 20px 0px; } }
  .sidebar-features .about-page__features {
    max-width: 100%; }

.collections-features {
  background: #f8f6f3; }

/* ==========================================================================
   #PRODUCT LAYOUT 6
   ========================================================================== */
/* ==========================================================================
   #PRODUCT LIST ITEM
   ========================================================================== */
.product-list-item {
  position: relative;
  margin-top: 55px;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .product-list-item {
      margin-top: 20px;
      margin-bottom: 15px; } }

/* Product list item tag */
.product-list-item__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  line-height: 1.667;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 991px) {
    .product-list-item__tag {
      display: none; } }

/* Product list item images */
.product-list-item__images {
  position: relative;
  overflow: hidden;
  width: 270px;
  min-width: 270px;
  margin-right: 35px; }
  @media (max-width: 991px) {
    .product-list-item__images {
      width: 30%;
      min-width: 140px;
      margin-right: 20px; } }

.product-list-item__images:hover .product-list-item__previous-image,
.product-list-item__images:hover .product-list-item__next-image {
  opacity: 1;
  visibility: visible; }

/* Product list item images arrows */
.product-list-item__previous-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media (max-width: 1098px) {
    .product-list-item__previous-image {
      display: none !important; } }
  .product-list-item__previous-image:hover {
    background: #fff; }

.product-list-item__next-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media (max-width: 1098px) {
    .product-list-item__next-image {
      display: none !important; } }
  .product-list-item__next-image:hover {
    background: #fff; }

/* Product list item image */
.product-list-item__image {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  @media (max-width: 1098px) {
    .product-list-item__image {
      display: none !important; } }
  .product-list-item__image.active {
    visibility: visible;
    position: relative;
    z-index: 1; }
    @media (max-width: 1098px) {
      .product-list-item__image.active {
        display: block !important; } }
  .product-list-item__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .product-list-item__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Product list item right */
.product-list-item__right {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede; }

/* Product list item colors */
.product-list-item__colors {
  margin: -10px 0px 12px 0px;
  list-style: none;
  padding: 0px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap; }
  .product-list-item__colors li {
    display: block;
    margin: 10px 5px 0px 0px; }
    .product-list-item__colors li a {
      display: block;
      width: 22px;
      height: 22px;
      padding: 6px; }

.product-list-item__color {
  padding: 0px;
  margin: 0px;
  height: 10px;
  width: 10px;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: relative; }
  @media (max-width: 991px) {
    .product-list-item__color {
      width: 8px;
      height: 8px; } }
  .product-list-item__color.active span {
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }

/* Product list item feature */
.product-list-item__feature {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .product-list-item__feature {
      font-size: 10px;
      margin-bottom: 5px; } }

/* Product list item image colors */
.product-list-item__image-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px 10px 0px;
  margin: 0px; }
  .product-list-item__image-colors li {
    display: block;
    width: 40px;
    margin: 0px 10px 10px 0px; }
    @media (max-width: 991px) {
      .product-list-item__image-colors li {
        width: 28px;
        margin: 0px 5px 5px 0px; } }
    .product-list-item__image-colors li a {
      display: block; }
      .product-list-item__image-colors li a img {
        display: block;
        width: 100%; }

.product-list-item__image-color.active {
  border: 1px solid #aea191; }

/* Product list item name */
.product-list-item__name {
  font-family: 'Montserrat', sans-serif; }
  .product-list-item__name a {
    color: #000; }
    .product-list-item__name a:hover {
      color: #aea191; }

/* Product list item price */
.product-list-item__price {
  padding: 8px 0px 0px 0px;
  color: #000; }

.product-list-item__price-new {
  color: #ea311d; }

.product-list-item__price-old {
  color: #666666;
  text-decoration: line-through;
  padding-left: 3px; }

/* Product list item sizes */
.product-list-item__sizes {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .product-list-item__sizes li {
    padding: 5px 5px 0px 0px;
    margin: 0px; }

.product-list-item__size {
  min-height: 40px;
  min-width: 40px;
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .product-list-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; } }
  .product-list-item__size.active {
    border-color: #aea191;
    color: #aea191; }

/* Description */
.product-list-item__description {
  font-size: 16px;
  padding: 15px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .product-list-item__description {
      font-size: 13px;
      line-height: 22px; } }

/* Add to cart */
.product-list-item__add-to-cart {
  padding-top: 30px; }
  .product-list-item__add-to-cart .sixth-button {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media (max-width: 991px) {
      .product-list-item__add-to-cart .sixth-button {
        padding-top: 7px;
        padding-bottom: 7px; } }

/* Product list item action */
.product-list-item__action {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background: #fff;
  left: 50%;
  bottom: 30px;
  padding: 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  z-index: 3; }
  @media (max-width: 991px) {
    .product-list-item__action {
      display: none; } }

.product-list-item:hover .product-list-item__action {
  opacity: 1;
  visibility: visible;
  bottom: 10px; }

.product-list-item__quickview,
.product-list-item__wishlist,
.product-list-item__compare {
  padding-left: 12px;
  padding-right: 12px; }
  .product-list-item__quickview a,
  .product-list-item__wishlist a,
  .product-list-item__compare a {
    color: #000; }
    .product-list-item__quickview a:hover,
    .product-list-item__wishlist a:hover,
    .product-list-item__compare a:hover {
      color: #aea191; }

/* ==========================================================================
   #PRODUCT
   ========================================================================== */
.product {
  padding: 0px 0px 120px 0px; }
  @media (max-width: 991px) {
    .product {
      padding-bottom: 50px; } }

/* Breadcrumb */
.product-breadcrumb {
  padding: 95px 0px 75px 0px; }
  @media (max-width: 991px) {
    .product-breadcrumb {
      display: none; } }
  .product-breadcrumb ol.breadcrumb {
    padding: 0px;
    margin: 0px; }

.product-breadcrumb--type-2 {
  border-top: 1px solid #dbdbdb;
  padding: 40px 0px 70px 0px; }
  .product-breadcrumb--type-2 ol.breadcrumb {
    margin: 0px auto; }
  .product-breadcrumb--type-2 .product-breadcrumb__prev-next {
    display: none !important; }

.product-breadcrumb--type-3 {
  border: none;
  padding: 40px 0px 70px 0px; }
  .product-breadcrumb--type-3 ol.breadcrumb {
    margin: 0px auto; }
  .product-breadcrumb--type-3 .product-breadcrumb__prev-next {
    display: none !important; }

.product-breadcrumb--type-4 {
  padding: 0px; }
  .product-breadcrumb--type-4 .product-breadcrumb__d-flex {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0px; }

/* Prev / next */
.product-breadcrumb__prev-next {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px auto; }
  .product-breadcrumb__prev-next li {
    padding: 0px 0px 0px 60px;
    position: relative; }
    .product-breadcrumb__prev-next li:first-child:before {
      display: none; }
    .product-breadcrumb__prev-next li:before {
      content: '';
      display: block;
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      width: 1px;
      height: 28px;
      background: #d7d7d7; }
    .product-breadcrumb__prev-next li a {
      font-size: 14px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000; }
      .product-breadcrumb__prev-next li a i {
        padding-right: 15px; }
      .product-breadcrumb__prev-next li a span + i {
        padding-right: 0px;
        padding-left: 15px; }

/* Main */
.product__main--images-100-122 .product__thumbnails li a,
.product__main--images-100-122 .product__main-image li a {
  padding-bottom: 122%; }

.product__main--images-100-90 .product__thumbnails li a,
.product__main--images-100-90 .product__main-image li a {
  padding-bottom: 90%; }

/* Product main image and thumbnails */
.product__main-image-and-thumbnails {
  width: 55%;
  min-width: 55%; }
  @media (max-width: 991px) {
    .product__main-image-and-thumbnails {
      display: none; } }
  .product__main-image-and-thumbnails .product__main-image {
    width: 100%;
    min-width: 100%; }
  .product__main-image-and-thumbnails .product__thumbnails {
    width: 100%;
    min-width: 100%;
    display: flex;
    margin: 10px 0px 0px 0px !important; }
    .product__main-image-and-thumbnails .product__thumbnails li {
      width: 12%;
      min-width: 12%;
      margin: 0px 5px;
      padding: 0px; }
      .product__main-image-and-thumbnails .product__thumbnails li:first-child {
        margin-left: auto; }
      .product__main-image-and-thumbnails .product__thumbnails li:last-child {
        margin-right: auto; }

/* Product thumbnails */
.product__thumbnails {
  width: 5.77%;
  min-width: 5.77%;
  margin-right: 10px;
  list-style: none;
  padding: 0px; }
  @media (max-width: 991px) {
    .product__thumbnails {
      display: none; } }
  .product__thumbnails li {
    padding: 0px 0px 10px 0px;
    margin: 0px; }
    .product__thumbnails li a {
      display: block;
      opacity: 0.25;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      position: relative;
      padding-bottom: 139.948%;
      position: relative; }
      .product__thumbnails li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #999;
        pointer-events: none;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        z-index: 3; }
      .product__thumbnails li a.active {
        opacity: 1; }
        .product__thumbnails li a.active:before {
          opacity: 1; }
      .product__thumbnails li a i {
        display: block;
        background: #aea191;
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        z-index: 4;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        font-size: 16px;
        line-height: 40px;
        text-align: center; }
      .product__thumbnails li a img {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        object-fit: cover; }

#main .product__main-image-and-thumbnails .product-thumbnails__next {
  margin-left: auto !important;
  margin-right: 0px !important; }

#main .product-thumbnails__next {
  margin: auto auto auto auto !important;
  min-width: 30px !important;
  width: 30px !important; }
  #main .product-thumbnails__next p {
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    line-height: 1.3;
    cursor: pointer;
    color: #b4b4b4;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    #main .product-thumbnails__next p:hover {
      color: #444444; }
    #main .product-thumbnails__next p:first-child:before {
      content: ''; }
    #main .product-thumbnails__next p:before {
      content: '';
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.product__thumbnails--type-2 li a {
  opacity: 1; }

.product__main-image + .product__thumbnails {
  margin-right: 0px;
  margin-left: 10px; }
  .product__main-image + .product__thumbnails li a {
    opacity: 1; }

/* Product main image */
.product__main-image {
  width: 49%;
  min-width: 49%;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .product__main-image {
      display: none; } }
  .product__main-image li {
    display: none; }
    .product__main-image li.active {
      display: block; }
    .product__main-image li a {
      cursor: url("/local/templates/eshop_bootstrap_v4/assets/images/default/plus.png"), auto;
      display: block;
      padding-bottom: 139.948%;
      position: relative; }
      .product__main-image li a img:not(.zoomit-zoomed) {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        object-fit: cover; }

.product__video {
  padding-bottom: 139.948%;
  width: 100%;
  position: relative; }
  .product__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%; }

/* Product right */
.product__right {
  margin-left: 8.33%;
  width: 36.3%;
  min-width: 36.3%; }
  @media (max-width: 1199px) {
    .product__right {
      margin-left: 5.33%;
      width: 39.3%;
      min-width: 39.3%; } }
  @media (max-width: 991px) {
    .product__right {
      margin: 0;
      width: 100%;
      min-width: 100%;
      position: relative;
      z-index: 10; } }

/* Product tag */
.product__tag {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0px 0px 14px 0px; }
  @media (max-width: 991px) {
    .product__tag {
      font-size: 10px; } }

/* Product title */
.product__title {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px; }
  @media (max-width: 1098px) {
    .product__title {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .product__title {
      font-size: 18px; } }

/* Product reviews */
.product__reviews {
  padding-top: 4px; }
  .product__reviews i {
    font-size: 12px;
    color: #999; }
    @media (max-width: 991px) {
      .product__reviews i {
        font-size: 9px; } }
    .product__reviews i.active {
      color: #ffbb05; }
  .product__reviews span {
    padding-left: 10px;
    font-size: 14px; }
    @media (max-width: 991px) {
      .product__reviews span {
        font-size: 12px; } }

/* Product price */
.product__price {
  font-size: 36px;
  color: #000;
  padding-top: 10px; }
  @media (max-width: 1098px) {
    .product__price {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .product__price {
      font-size: 20px;
      line-height: 1.5; } }

.product-price__new {
  color: #ea311d; }

.product-price__old {
  color: #999;
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: -3px; }
  @media (max-width: 991px) {
    .product-price__old {
      font-size: 16px;
      top: -1px; } }

.product-price__save {
  display: inline-block;
  text-transform: uppercase;
  top: -8px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  position: relative;
  background-color: #80a942;
  letter-spacing: 0.75px;
  margin-left: 10px; }
  @media (max-width: 991px) {
    .product-price__save {
      font-size: 9px;
      top: -4px; } }

/* Product status */
.product__status {
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  color: #999; }
  @media (max-width: 991px) {
    .product__status {
      font-size: 12px;
      padding-top: 15px; } }
  .product__status i {
    padding-right: 10px; }
  .product__status span {
    padding-right: 5px; }

.status__value {
  font-weight: 600;
  color: #8c000d; }

.status__value--in-stock {
  color: #669900; }

.status__value--pre-order {
  color: #e73405; }

.status__value--out-of-stock {
  color: #e73405; }

/* Product description */
.product__description {
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product__description {
      font-size: 13px;
      line-height: 21px;
      padding: 20px 0px 0px 0px; } }

.product__description + .product__action {
  border-top: 1px solid #d8d8d8;
  margin-top: 45px; }
  @media (max-width: 991px) {
    .product__description + .product__action {
      margin-top: 25px; } }

/* Promo bar */
.product__promo-bar {
  margin: 35px 0px 0px 0px;
  background: #f3f3f6;
  padding: 18px 20px; }
  @media (max-width: 991px) {
    .product__promo-bar {
      padding: 15px;
      margin-top: 20px; } }

.promo-bar__item {
  display: flex; }

.promo-bar__item + .promo-bar__item {
  border-top: 1px solid #e4e4e4;
  padding-top: 14px;
  margin-top: 14px; }

.promo-bar-item__title {
  width: 42%;
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .promo-bar-item__title {
      font-size: 10px;
      line-height: 14px; } }

.promo-bar-item__content {
  width: 57%; }

.promo-bar-item__counter ul {
  list-style: none;
  padding: 0px;
  margin: -5px 0px;
  display: flex;
  position: relative; }
  .promo-bar-item__counter ul li {
    position: relative;
    text-align: center;
    margin: 5px 19px 5px 0px; }
    @media (max-width: 1298px) {
      .promo-bar-item__counter ul li {
        margin-right: 12px; } }
    @media (max-width: 991px) {
      .promo-bar-item__counter ul li {
        margin-right: 12px; } }
    .promo-bar-item__counter ul li:last-child:before {
      display: none; }
    .promo-bar-item__counter ul li:before {
      content: ':';
      display: block;
      position: absolute;
      top: 0;
      right: -13px;
      font-size: 24px;
      line-height: 38px;
      color: #999999; }
      @media (max-width: 1598px) {
        .promo-bar-item__counter ul li:before {
          line-height: 32px; } }
      @media (max-width: 1499px) {
        .promo-bar-item__counter ul li:before {
          line-height: 30px; } }
      @media (max-width: 1298px) {
        .promo-bar-item__counter ul li:before {
          right: -8px;
          font-size: 12px;
          line-height: 32px; } }
      @media (max-width: 991px) {
        .promo-bar-item__counter ul li:before {
          right: -9px;
          font-size: 12px;
          line-height: 24px; } }

.product .counter__value {
  background: #fff;
  display: inline-block;
  border: 1px solid #dddddd;
  color: #ea311d;
  font-size: 24px;
  line-height: 38px;
  padding: 0px 9px 0px 9px;
  text-align: center;
  min-width: 46px; }
  @media (max-width: 1598px) {
    .product .counter__value {
      font-size: 19px;
      line-height: 1.6; } }
  @media (max-width: 1499px) {
    .product .counter__value {
      font-size: 17px;
      min-width: 30px;
      padding: 0px 5px; } }
  @media (max-width: 1349px) {
    .product .counter__value {
      font-size: 16px;
      min-width: 30px; } }
  @media (max-width: 1298px) {
    .product .counter__value {
      font-size: 15px;
      min-width: 25px; } }
  @media (max-width: 991px) {
    .product .counter__value {
      font-size: 14px;
      line-height: 24px;
      min-width: 20px;
      padding: 0px 5px; } }

.product .counter__title {
  display: block;
  font-size: 14px;
  color: #999999;
  padding-top: 4px; }
  @media (max-width: 1598px) {
    .product .counter__title {
      font-size: 12px; } }
  @media (max-width: 1499px) {
    .product .counter__title {
      font-size: 11px; } }
  @media (max-width: 1349px) {
    .product .counter__title {
      font-size: 11px; } }
  @media (max-width: 1298px) {
    .product .counter__title {
      font-size: 10px; } }
  @media (max-width: 991px) {
    .product .counter__title {
      font-size: 10px; } }

.sold-bar {
  padding-top: 4px; }

.sold-bar__bar {
  height: 5px;
  background: #d6d6d9; }
  .sold-bar__bar p {
    padding: 0px;
    margin: 0px;
    height: 5px;
    background: #669900; }

.sold-bar__title {
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .sold-bar__title {
      font-size: 11px; } }
  .sold-bar__title span {
    padding-left: 4px;
    color: #000; }

.product__promo-bar--type-2 {
  background: none;
  padding: 0px !important;
  border: none !important;
  margin: 0px !important; }
  .product__promo-bar--type-2 .promo-bar__item {
    display: block;
    padding: 33px 0px 0px 0px !important;
    margin: 0px !important;
    border: none !important; }
    @media (max-width: 991px) {
      .product__promo-bar--type-2 .promo-bar__item {
        padding: 24px 0px 0px 0px !important; } }
  .product__promo-bar--type-2 .promo-bar-item__title {
    padding: 0px 0px 10px 0px; }
  .product__promo-bar--type-2 .promo-bar-item__content {
    width: 100%; }
  .product__promo-bar--type-2 .promo-bar-item__counter ul li:before {
    display: none; }
  .product__promo-bar--type-2 .counter__value {
    border: none;
    text-align: left;
    padding: 0px; }
  .product__promo-bar--type-2 .counter__title {
    text-align: left; }
  .product__promo-bar--type-2 .promo-bar-item__counter ul li {
    margin-right: 35px; }

.product__promo-bar--type-3 .promo-bar-item__title {
  width: 25%; }

.product__promo-bar--type-3 .promo-bar-item__content {
  width: 75%; }

/* Product options */
.product__options {
  border-top: 1px solid #d8d8d8;
  margin-top: 39px;
  padding-top: 5px; }
  @media (max-width: 991px) {
    .product__options {
      margin-top: 20px;
      padding-top: 0px; } }

/* Product colors */
.product__colors {
  padding-top: 25px; }
  @media (max-width: 991px) {
    .product__colors {
      padding-top: 18px; } }

.product__available-colors {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: -2px 0px;
  flex-wrap: wrap;
  position: relative; }
  .product__available-colors li {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    padding: 4px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    margin: 2px 4px 2px 0px; }
    @media (max-width: 991px) {
      .product__available-colors li {
        width: 20px;
        height: 20px;
        padding: 3px; } }
    .product__available-colors li.active {
      border-color: #9c9c9c; }
    .product__available-colors li a {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      background: #000; }
      @media (max-width: 991px) {
        .product__available-colors li a {
          width: 12px;
          height: 12px; } }

.product__image-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: -5px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .product__image-colors {
      margin: -3px 0px -2px 0px; } }
  .product__image-colors li {
    display: block;
    width: 40px;
    margin: 5px 10px 5px 0px; }
    @media (max-width: 991px) {
      .product__image-colors li {
        width: 28px;
        margin: 3px 5px 2px 0px; } }
    .product__image-colors li a {
      display: block; }
      .product__image-colors li a img {
        display: block;
        width: 100%; }

.product__image-color.active {
  border: 1px solid #aea191; }

.product__current-color {
  margin-left: auto;
  padding-left: 15px;
  text-align: right;
  font-size: 16px;
  color: #999999; }
  @media (max-width: 991px) {
    .product__current-color {
      font-size: 13px; } }
  .product__current-color span {
    padding-left: 3px;
    color: #000; }

/* Product sizes */
.product__sizes {
  margin: 25px 0px 0px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .product__sizes {
      margin-top: 18px; } }
  .product__sizes select {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #cecece;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: none;
    font-size: 16px;
    color: #000;
    padding: 12px 70px 12px 19px; }
    @media (max-width: 991px) {
      .product__sizes select {
        font-size: 13px;
        padding: 8px 60px 8px 15px; } }
  .product__sizes:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 19px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }
    @media (max-width: 991px) {
      .product__sizes:after {
        font-size: 13px;
        right: 15px; } }

/* Product sizes 2 */
.product__sizes-2 {
  padding-top: 28px; }
  @media (max-width: 991px) {
    .product__sizes-2 {
      padding-top: 18px; } }

.product__available-sizes {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: -3px 0px -2px 0px;
  flex-wrap: wrap;
  position: relative; }
  .product__available-sizes li {
    margin: 3px 5px 2px 0px; }
    .product__available-sizes li.active a {
      border-color: #aea191;
      color: #aea191; }
    .product__available-sizes li a {
      display: block;
      border: 1px solid #dfdfdf;
      font-size: 14px;
      color: #999999;
      padding: 7px 9px;
      min-width: 40px;
      min-height: 40px;
      text-align: center; }
      @media (max-width: 991px) {
        .product__available-sizes li a {
          min-width: 26px;
          min-height: 26px;
          font-size: 9px;
          line-height: 1.667;
          padding: 5px 5px; } }

.product__current-size {
  margin-left: auto;
  padding-left: 15px;
  text-align: right;
  font-size: 16px;
  color: #999999; }
  @media (max-width: 991px) {
    .product__current-size {
      font-size: 13px; } }
  .product__current-size span {
    padding-left: 3px;
    color: #000; }

/* Product variants */
.product__variants {
  border-top: 1px solid #d8d8d8;
  margin-top: 45px;
  padding-top: 18px; }
  @media (max-width: 991px) {
    .product__variants {
      margin-top: 30px;
      padding-top: 10px; } }

.product__variant {
  padding: 20px 0px; }
  @media (max-width: 991px) {
    .product__variant {
      padding: 15px 0px; } }

.product__variant + .product__variant {
  border-top: 1px solid #d8d8d8; }

.product-variant__image {
  width: 47px;
  min-width: 47px;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .product-variant__image {
      margin-right: 15px; } }
  .product-variant__image p {
    display: block;
    padding-bottom: 139.948%;
    position: relative;
    margin: 0px; }
    .product-variant__image p img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.product-variant__title-and-price {
  padding-right: 30px; }

.product-variant__title {
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .product-variant__title {
      font-size: 13px;
      line-height: 1.3; } }
  .product-variant__title a {
    color: #000; }
    .product-variant__title a:hover {
      color: #aea191; }

.product-variant__price {
  font-size: 18px;
  color: #000;
  padding: 3px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product-variant__price {
      font-size: 14px; } }

.product-variant-price__new {
  color: #ea311d; }

.product-variant-price__old {
  color: #666666;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 4px; }
  @media (max-width: 991px) {
    .product-variant-price__old {
      font-size: 12px; } }

.product-variant__quantity {
  margin-left: auto;
  width: 100px;
  min-width: 100px; }
  @media (max-width: 991px) {
    .product-variant__quantity {
      width: 80px;
      min-width: 80px; } }

.product-variant-quantity__title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px 0px 2px 0px; }
  @media (max-width: 991px) {
    .product-variant-quantity__title {
      font-size: 11px; } }

.product-variant-quantity__content {
  position: relative; }

.product-variant-quantity__minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 12px; }
  @media (max-width: 991px) {
    .product-variant-quantity__minus {
      font-size: 10px;
      left: 10px; } }

.product-variant-quantity__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 35px 6px 35px;
  border: 1px solid #d0d0d0;
  outline: none;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .product-variant-quantity__input {
      font-size: 13px;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 4px;
      padding-bottom: 4px; } }
  .product-variant-quantity__input:focus {
    border-color: #000; }

.product-variant-quantity__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 12px; }
  @media (max-width: 991px) {
    .product-variant-quantity__plus {
      font-size: 10px;
      right: 10px; } }

.product-variants__subtotal {
  padding-top: 20px;
  font-size: 24px;
  color: #999999; }
  @media (max-width: 991px) {
    .product-variants__subtotal {
      padding-top: 10px;
      font-size: 16px; } }
  .product-variants__subtotal span {
    font-size: 30px;
    color: #669900;
    padding-left: 3px; }
    @media (max-width: 991px) {
      .product-variants__subtotal span {
        font-size: 18px; } }

/* Product action */
.product__action {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .product__action {
      padding-top: 15px; } }

/* Quantity */
.product__quantity {
  margin-top: 20px;
  margin-right: 10px;
  width: 140px;
  min-width: 140px;
  position: relative; }
  @media (max-width: 991px) {
    .product__quantity {
      margin-top: 10px;
      width: 105px;
      min-width: 105px; } }

.product-quantity__minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }
  @media (max-width: 991px) {
    .product-quantity__minus {
      font-size: 13px;
      left: 10px; } }

.product-quantity__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 60px 12px 60px;
  border: 1px solid #d0d0d0;
  outline: none;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .product-quantity__input {
      padding: 8px 30px 8px 30px;
      font-size: 13px; } }
  .product-quantity__input:focus {
    border-color: #000; }

.product-quantity__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }
  @media (max-width: 991px) {
    .product-quantity__plus {
      right: 10px;
      font-size: 13px; } }

/* Add to cart */
.product__add-to-cart {
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 991px) {
    .product__add-to-cart {
      margin-top: 10px; } }
  .product__add-to-cart .eighth-button {
    display: block;
    width: 100%;
    text-align: center; }
  .product__add-to-cart .second-button {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px; }
    @media (max-width: 991px) {
      .product__add-to-cart .second-button {
        padding-top: 9px;
        padding-bottom: 9px; } }

.product__add-to-cart--type-2 .eighth-button {
  background: #da5f39;
  border-color: #da5f39;
  color: #fff;
  font-weight: 600; }

.product__add-to-cart--type-3 .eighth-button {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600; }

/* Notify out of stock */
.product__notify-email-field {
  position: relative;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .product__notify-email-field {
      margin-top: 10px; } }
  .product__notify-email-field i {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none; }
    @media (max-width: 991px) {
      .product__notify-email-field i {
        left: 15px; } }
  .product__notify-email-field input {
    display: block;
    width: 100%;
    padding: 12px 25px 12px 65px;
    background: none;
    border: 1px solid #999999;
    outline: none;
    font-size: 16px;
    color: #000; }
    @media (max-width: 991px) {
      .product__notify-email-field input {
        font-size: 12px;
        padding: 8px 25px 8px 40px; } }

/* Buy now */
.product__buy-now {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .product__buy-now {
      padding-top: 10px; } }
  .product__buy-now .second-button {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px; }
    @media (max-width: 991px) {
      .product__buy-now .second-button {
        padding-top: 9px;
        padding-bottom: 9px; } }
  .product__buy-now .paypal-button {
    display: block;
    width: 100%;
    text-align: center; }

/* Second action */
.product__second-action {
  padding: 0px 0px 25px 0px;
  margin: 0px;
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .product__second-action {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: scroll;
      padding-bottom: 20px; } }
  .product__second-action li {
    padding: 30px 52px 0px 0px; }
    @media (max-width: 991px) {
      .product__second-action li {
        padding: 25px 44px 0px 0px; } }
    .product__second-action li:last-child a:before {
      display: none; }
    .product__second-action li:last-child {
      padding-right: 0px; }
    .product__second-action li a {
      font-size: 14px;
      line-height: 24px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      display: block;
      position: relative; }
      @media (max-width: 991px) {
        .product__second-action li a {
          font-size: 11px; } }
      .product__second-action li a:hover {
        color: #aea191; }
      .product__second-action li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -27px;
        width: 1px;
        height: 24px;
        background: #cccccc;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        @media (max-width: 991px) {
          .product__second-action li a:before {
            right: -22px; } }
      .product__second-action li a i {
        padding-right: 3px;
        font-size: 16px;
        line-height: 24px; }
        .product__second-action li a i.lnil-heart-filled {
          color: #da5f39; }

/* Product guaranteed safe checkout */
.product__guaranteed-safe-checkout {
  position: relative;
  margin: -1px 0px 0px 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 991px) {
    .product__guaranteed-safe-checkout {
      padding-bottom: 30px; } }

.guaranteed-safe-checkout__content {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 30px 30px 35px 30px; }
  @media (max-width: 991px) {
    .guaranteed-safe-checkout__content {
      padding: 20px 20px 25px 20px; } }

.guaranteed-safe-checkout__title {
  padding: 0px 0px 22px 0px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .guaranteed-safe-checkout__title {
      font-size: 13px;
      padding-bottom: 15px; } }

.guaranteed-safe-checkout__payment img {
  display: block;
  width: 100%; }

/* Product information */
.product__information {
  list-style: none;
  padding: 25px 0px 0px 0px;
  margin: 0px; }
  .product__information li {
    display: flex;
    padding: 7px 0px 0px 0px;
    margin: 0px; }
    .product__information li:first-child {
      padding-top: 0px; }
    .product__information li span {
      display: block;
      padding-right: 15px;
      min-width: 100px;
      color: #666666;
      font-size: 13px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      @media (max-width: 991px) {
        .product__information li span {
          font-size: 11px;
          line-height: 18px; } }
    .product__information li p {
      padding: 0px;
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      color: #000; }
      @media (max-width: 991px) {
        .product__information li p {
          font-size: 11px;
          line-height: 18px; } }
      .product__information li p a {
        font-size: 14px;
        line-height: 24px;
        color: #000; }
        @media (max-width: 991px) {
          .product__information li p a {
            font-size: 11px;
            line-height: 18px; } }
        .product__information li p a:hover {
          color: #aea191; }

/* Product socials */
.product__socials {
  list-style: none;
  padding: 53px 0px 27px 0px;
  margin: 0px;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 991px) {
    .product__socials {
      padding: 30px 0px 20px 0px; } }
  .product__socials li {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px; }
    .product__socials li i {
      font-size: 20px; }
      @media (max-width: 991px) {
        .product__socials li i {
          font-size: 18px; } }

.product__socials--type-2 {
  padding-bottom: 0 !important;
  border: none; }

/* Product tabs */
.product__tabs {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .product__tabs {
      display: none !important; } }
  .product__tabs li {
    padding: 26px 36px 0px 0px; }
    .product__tabs li:last-child {
      padding-right: 0px; }
    .product__tabs li a {
      font-size: 14px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      display: block;
      position: relative; }
      .product__tabs li a:hover:before {
        width: 100%; }
      .product__tabs li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0px;
        height: 1px;
        background: #000;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in; }

/* Mobile */
@media (max-width: 991px) {
  .product-page-2 .header {
    display: none; } }

@media (max-width: 991px) {
  .product-page .header__container {
    border: none; }
  .product-page .header--type-3 .header__container,
  .product-page .header--type-8 .header__container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .product-page .header--type-4 {
    background: none !important;
    padding: 18px 0px; } }

.product__previous-page {
  top: 80px !important;
  display: none !important; }

.product__mobile-gallery {
  display: none;
  position: relative;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 991px) {
    .product__mobile-gallery {
      display: block; } }
  .product__mobile-gallery:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    z-index: 3; }
  .product__mobile-gallery .slick-prev,
  .product__mobile-gallery .slick-next {
    display: none !important; }
  .product__mobile-gallery .slick-dots {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 4px; }
    .product__mobile-gallery .slick-dots li {
      padding: 6px 0px; }
      .product__mobile-gallery .slick-dots li.slick-active button {
        opacity: 1; }
      .product__mobile-gallery .slick-dots li button {
        display: block;
        width: 4px;
        height: 4px;
        font-size: 0px;
        background: #000;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        cursor: pointer;
        padding: 0px;
        margin: 0px;
        border: none;
        outline: none;
        opacity: 0.2;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in; }

.product__mobile-gallery--images-100-122 .mobile-product-image p {
  padding-bottom: 122%; }

.product__mobile-gallery--images-100-90 .mobile-product-image p {
  padding-bottom: 90%; }

.mobile-product-image {
  display: block !important; }
  .mobile-product-image p {
    display: block;
    padding-bottom: 139.948%;
    position: relative;
    margin: 0px; }
    .mobile-product-image p img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Mobile previous page */
.product__previous-page {
  display: none;
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 20px; }
  @media (max-width: 991px) {
    .product__previous-page {
      display: block; } }
  .product__previous-page a {
    color: #000;
    font-size: 18px; }

/* ==========================================================================
   #COMPLETE YOUR OUTFIT
   ========================================================================== */
.related-products {
  padding: 0px 0px 115px 0px; }
  @media (max-width: 991px) {
    .related-products {
      padding-bottom: 90px; } }
  .related-products hr {
    margin-bottom: 95px; }
    @media (max-width: 991px) {
      .related-products hr {
        display: none; } }
  .related-products .result-product {
    width: 100%;
    min-width: 100%;
    padding: 0px; }
  .related-products .slick-list {
    margin: 0px -25px; }
    @media (max-width: 1399px) {
      .related-products .slick-list {
        margin: 0px -20px; } }
    @media (max-width: 991px) {
      .related-products .slick-list {
        margin: 0px -5px; } }
    .related-products .slick-list .slick-slide {
      padding: 0px 25px; }
      @media (max-width: 1399px) {
        .related-products .slick-list .slick-slide {
          padding: 0px 20px; } }
      @media (max-width: 991px) {
        .related-products .slick-list .slick-slide {
          padding: 0px 5px; } }
  .related-products .slick-prev {
    position: absolute;
    top: -85px;
    right: 75px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .related-products .slick-prev {
        display: none !important; } }
    .related-products .slick-prev:hover:before {
      color: #000; }
    .related-products .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .related-products .slick-next {
    position: absolute;
    top: -85px;
    right: -5px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .related-products .slick-next {
        display: none !important; } }
    .related-products .slick-next:hover:before {
      color: #000; }
    .related-products .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.related-products__title {
  margin: 0px 0px 50px 0px;
  font-size: 36px; }
  @media (max-width: 1098px) {
    .related-products__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .related-products__title {
      font-size: 20px;
      margin-bottom: 20px; } }

.complete-your-outfit + .related-products {
  margin-top: -30px;
  position: relative; }

/* ==========================================================================
   #PRODUCT REVIEWS
   ========================================================================== */
.review {
  padding: 40px 0px 36px 0px; }
  @media (max-width: 991px) {
    .review {
      padding: 30px 0px 26px 0px; } }
  .review:last-of-type {
    padding-bottom: 20px; }

.review__title {
  padding-bottom: 10px !important; }
  @media (max-width: 991px) {
    .review__title {
      padding-bottom: 0px !important; } }

.review + .review {
  border-top: 1px solid #d8d8d8; }

.review__avatar {
  width: 70px;
  min-width: 70px;
  margin-right: 35px; }
  @media (max-width: 991px) {
    .review__avatar {
      width: 60px;
      min-width: 60px;
      margin-right: 20px; } }
  .review__avatar img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
    @media (max-width: 991px) {
      .review__avatar img {
        width: 60px;
        height: 60px; } }

.review__details {
  width: 100%; }

.review__title {
  font-size: 20px;
  color: #000; }
  @media (max-width: 991px) {
    .review__title {
      font-size: 16px; } }

.review__rating {
  white-space: nowrap;
  margin-left: auto;
  padding-left: 15px; }
  .review__rating i {
    font-size: 12px;
    color: #cccccc; }
    @media (max-width: 991px) {
      .review__rating i {
        font-size: 9px; } }
    .review__rating i.active {
      color: #40a106; }

.review__content {
  padding: 17px 0px 0px 0px;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .review__content {
      font-size: 14px;
      line-height: 24px;
      padding: 12px 0px 0px 0px; } }

.review__meta {
  padding: 25px 0px 0px 0px;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .review__meta {
      padding-top: 20px;
      font-size: 12px; } }
  .review__meta span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

/* Add a review */
.review__form {
  padding: 16px 0px 0px 0px; }
  .review__form .form__required-fields {
    padding-bottom: 20px; }
  .review__form .form-group {
    margin-bottom: 20px; }
  .review__form .form-checkbox {
    padding: 10px 0px; }

.form__your-rating {
  padding: 0px 0px 15px 0px; }

.your-rating__title {
  width: 130px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .your-rating__title {
      font-size: 12px;
      width: 110px; } }

.your-rating__content {
  font-size: 12px;
  line-height: 20px; }
  @media (max-width: 991px) {
    .your-rating__content {
      font-size: 9px; } }
  .your-rating__content i {
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    padding-right: 3px;
    margin-right: -3px;
    position: relative; }
    .your-rating__content i.active {
      color: #40a106; }

/* ==========================================================================
   #STICKY ADD TO CART
   ========================================================================== */
.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #dedede;
  padding: 10px 0px 10px 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .sticky-add-to-cart.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media (max-width: 1599px) {
    .sticky-add-to-cart {
      display: none !important; } }

/* Product image */
.sticky-add-to-cart__product-image {
  width: 50px; }
  .sticky-add-to-cart__product-image p {
    padding: 0px 0px 120% 0px;
    margin: 0px;
    position: relative; }
    .sticky-add-to-cart__product-image p img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Product name */
.sticky-add-to-cart__product-name {
  padding-left: 19px;
  color: #000; }

/* Product price */
.sticky-add-to-cart__product-price {
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  margin-right: auto; }

/* Product options -> color */
.sticky-add-to-cart__color {
  padding-left: 35px;
  display: flex;
  align-items: center; }
  .sticky-add-to-cart__color p {
    margin: 0px 18px 0px 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    /*background: #000;*/
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
  .sticky-add-to-cart__color span {
    color: #000; }

/* Product options -> standard */
.sticky-add-to-cart__standard-option {
  padding-left: 35px;
  color: #000; }

/* Quantity */
.sticky-add-to-cart__quantity {
  margin-right: 10px;
  margin-left: 58px;
  width: 140px;
  min-width: 140px;
  position: relative; }

.sticky-add-to-cart-quantity__minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }

.sticky-add-to-cart-quantity__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 60px 12px 60px;
  border: 1px solid #d0d0d0;
  outline: none;
  font-size: 16px;
  color: #000; }
  .sticky-add-to-cart-quantity__input:focus {
    border-color: #000; }

.sticky-add-to-cart-quantity__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }

/* Add to cart */
.sticky-add-to-cart__add-to-cart {
  width: 415px; }
  .sticky-add-to-cart__add-to-cart .second-button {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px; }

/* ==========================================================================
   #TABS
   ========================================================================== */
.tab {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  overflow: hidden; }
  .tab.active {
    visibility: visible;
    pointer-events: auto; }
    .tab.active .tab__overlay {
      opacity: 1; }
    .tab.active .tab__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }

.tab__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.tab__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
  width: 645px;
  max-width: 100%;
  padding: 50px 80px 75px 80px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .tab__content {
      padding: 30px; } }

.tab__heading {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .tab__heading {
      padding-bottom: 25px;
      margin-bottom: 5px; } }

.tab__h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .tab__h3 {
      font-size: 18px; } }

.tab__close {
  margin-left: auto;
  padding-left: 20px;
  text-align: right; }

.tab__description {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .tab__description {
      font-size: 13px;
      line-height: 22px; } }
  .tab__description h1,
  .tab__description h2,
  .tab__description h3,
  .tab__description h4,
  .tab__description h5,
  .tab__description h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: 30px;
    padding: 40px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab__description h1,
      .tab__description h2,
      .tab__description h3,
      .tab__description h4,
      .tab__description h5,
      .tab__description h6 {
        padding-top: 25px;
        font-size: 20px; } }
  .tab__description p {
    padding: 25px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab__description p {
        padding-top: 15px; } }
  .tab__description ul {
    padding: 25px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .tab__description ul {
        padding-top: 20px; } }
    .tab__description ul li {
      position: relative; }
      .tab__description ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .tab__description .contact-page__form {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .tab__description .contact-page__form {
        padding-top: 25px; } }

.tab__features {
  list-style: none;
  padding: 30px 0px 0px 0px !important;
  margin: 0px; }
  @media (max-width: 991px) {
    .tab__features {
      padding-top: 20px !important; } }
  .tab__features li {
    display: flex;
    align-items: center;
    padding: 4px 0px 0px 0px; }
    .tab__features li:before {
      display: none !important; }
    .tab__features li p {
      width: 44px;
      padding: 0px 10px 4px 0px;
      margin: 0px; }
      @media (max-width: 991px) {
        .tab__features li p {
          width: 40px; } }
    .tab__features li span {
      font-size: 14px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000; }
      @media (max-width: 991px) {
        .tab__features li span {
          font-size: 12px; } }

/* ==========================================================================
   10. Popups styles
   ========================================================================== */
/* ==========================================================================
   10.1 #NEWSLETTER POPUP
   ========================================================================== */
.newsletter-popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 60px 30px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  display: flex; }
  .newsletter-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.newsletter-popup__content {
  width: 570px;
  height: 700px;
  max-width: 100%;
  background: #fff url(/local/templates/eshop_bootstrap_v4/assets/bg-newsletter.jpg) center no-repeat;
  background-size: cover;
  margin: auto;
  padding: 76px 70px 50px 70px; }
  @media (max-width: 991px) {
    .newsletter-popup__content {
      background: #fff;
      padding: 40px 30px;
      height: auto; } }

.popup-newsletter__title {
  text-align: center; }
  .popup-newsletter__title > span {
    display: block;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .popup-newsletter__title h4 {
    text-transform: uppercase;
    padding: 68px 0px 0px 0px;
    margin: 0px;
    color: #685d33; }
    @media (max-width: 991px) {
      .popup-newsletter__title h4 {
        padding: 24px 0px 0px 0px; } }
    .popup-newsletter__title h4 span {
      color: #f45828; }

.popup-newsletter__description {
  padding: 74px 0px 0px 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .popup-newsletter__description {
      padding: 28px 0px 0px 0px; } }

.popup-newsletter-form {
  max-width: 370px;
  margin: 30px auto 0px auto;
  position: relative; }

.popup-newsleter-input {
  display: block;
  width: 100%;
  border: 1px solid #d0d0d0;
  color: #000;
  font-size: 16px;
  padding: 14px 130px 14px 20px;
  outline: none; }
  @media (max-width: 991px) {
    .popup-newsleter-input {
      font-size: 14px;
      padding-top: 9px;
      padding-bottom: 9px; } }
  .popup-newsleter-input::-webkit-input-placeholder {
    color: #666; }
  .popup-newsleter-input::-moz-placeholder {
    color: #666; }
  .popup-newsleter-input:-ms-input-placeholder {
    color: #666; }
  .popup-newsleter-input:-moz-placeholder {
    color: #666; }

.popup-newsletter-button {
  right: 20px;
  top: 14px;
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.5px;
  display: block;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  @media (max-width: 991px) {
    .popup-newsletter-button {
      font-size: 12px;
      top: 10px;
      right: 10px; } }

.popup-newsletter__policy {
  padding: 35px 0px 0px 0px;
  font-size: 16px;
  color: #999;
  text-align: center; }
  @media (max-width: 991px) {
    .popup-newsletter__policy {
      font-size: 13px;
      padding: 25px 0px 0px 0px; } }
  .popup-newsletter__policy a {
    color: #000;
    text-decoration: underline; }

/* ==========================================================================
   10.2 #QUICKVIEW
   ========================================================================== */
.quickview-popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 60px 30px 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  display: flex; }
  .quickview-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .quickview-popup .slick-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    z-index: 3;
    display: block !important; }
    @media (max-width: 991px) {
      .quickview-popup .slick-prev {
        display: none !important; } }
    .quickview-popup .slick-prev:hover:before {
      color: #000; }
    .quickview-popup .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .quickview-popup .slick-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    z-index: 3;
    display: block !important; }
    @media (max-width: 991px) {
      .quickview-popup .slick-next {
        display: none !important; } }
    .quickview-popup .slick-next:hover:before {
      color: #000; }
    .quickview-popup .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .quickview-popup .slick-dots {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    bottom: 40px;
    left: 20px;
    right: 20px;
    top: auto;
    position: absolute;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: auto; }
    @media (max-width: 991px) {
      .quickview-popup .slick-dots {
        bottom: 20px; } }
    .quickview-popup .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px; }
      .quickview-popup .slick-dots li.slick-active button {
        width: 38px;
        border-radius: 40px;
        background-color: #aea191; }
      .quickview-popup .slick-dots li button {
        border: none;
        padding: 0px;
        margin: 0px;
        font-size: 0px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s all ease-in-out;
        outline: none; }

.quickview-popup__content {
  width: 1140px;
  max-width: 100%;
  background: #fff;
  margin: auto;
  display: flex;
  position: relative; }
  @media (max-width: 991px) {
    .quickview-popup__content {
      flex-wrap: wrap; } }
  .quickview-popup__content .product__mobile-gallery {
    display: block !important;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;

    width: 52.63% !important;
    min-width: 52.63% !important;
    margin: 0px !important; }
    @media (max-width: 991px) {
      .quickview-popup__content .product__mobile-gallery {
        width: 100% !important;
        width: 100% !important; } }
  .quickview-popup__content .product__mobile-gallery:before {
    display: none !important; }
  .quickview-popup__content .product__add-to-cart .eighth-button {
    background: #aea191;
    border-color: #aea191;
    color: #fff; }

.quickview-popup__right {
  width: 47.37%;
  min-width: 47.37%;
  padding: 55px 70px 55px 70px; }
  @media (max-width: 1098px) {
    .quickview-popup__right {
      padding: 40px; } }
  @media (max-width: 991px) {
    .quickview-popup__right {
      width: 100%;
      min-width: 100%;
      padding: 40px 30px; } }

/* ==========================================================================
   10.3 #SEARCH POPUP
   ========================================================================== */
.search-popup {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 60px 0px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .search-popup {
      padding: 30px 0px 50px 0px; } }
  .search-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

/* Search close */
.search-popup__close {
  position: absolute;
  top: 40px;
  right: 55px; }
  @media (max-width: 991px) {
    .search-popup__close {
      top: 0;
      right: 0; } }
  .search-popup__close a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center; }

/* Search title */
.search-popup__title {
  font-size: 30px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .search-popup__title {
      font-size: 22px; } }

/* Search categories */
.search-popup__categories {
  padding: 40px 0px 0px 0px;
  margin: 0px;
  list-style: none;
  text-align: center; }
  .search-popup__categories li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px; }
    @media (max-width: 991px) {
      .search-popup__categories li {
        margin: 0px 8px; } }
    .search-popup__categories li a {
      font-size: 16px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000; }
      @media (max-width: 991px) {
        .search-popup__categories li a {
          font-size: 14px; } }
      .search-popup__categories li a.active {
        color: #aea191;
        text-decoration: underline; }

/* Search form */
.search-popup__form {
  padding: 40px 0px 0px 0px;
  margin: 0px; }

/* Search form input */
.search-popup__input {
  display: block;
  width: 100%;
  color: #000;
  border: none;
  padding: 5px 0px;
  background-color: #fff;
  font-size: 30px;
  border-bottom: 1px solid #000;
  outline: none; }
  @media (max-width: 991px) {
    .search-popup__input {
      font-size: 22px; } }
  .search-popup__input::-webkit-input-placeholder {
    color: #000; }
  .search-popup__input::-moz-placeholder {
    color: #000; }
  .search-popup__input:-ms-input-placeholder {
    color: #000; }
  .search-popup__input:-moz-placeholder {
    color: #000; }

/* Search results */
.search-popups__results {
  padding-top: 55px; }
  @media (max-width: 991px) {
    .search-popups__results {
      padding-top: 30px; } }

/* Search results heading */
.search-popup__results-heading {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px;
  margin: 0px; }

/* Search results products */
.search-popups__results-products {
  margin: 30px -25px 0px -25px;
  position: relative;
  overflow-x: auto; }
  @media (max-width: 1399px) {
    .search-popups__results-products {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 991px) {
    .search-popups__results-products {
      margin-left: -5px;
      margin-right: -5px;
      margin-top: 25px; } }

/* Search result product */
.result-product {
  width: 20%;
  min-width: 20%;
  padding: 0px 25px; }
  @media (max-width: 1399px) {
    .result-product {
      padding: 0px 20px;
      width: 25%;
      min-width: 25%; } }
  @media (max-width: 991px) {
    .result-product {
      padding: 0px 5px;
      width: 50%;
      min-width: 50%; } }

.result-product__image a {
  display: block;
  padding-bottom: 139.948%;
  position: relative; }
  .result-product__image a img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    object-fit: cover; }

.result-product__image--ratio-100-122 a {
  padding-bottom: 122%; }

.result-product__name {
  padding-top: 25px; }
  @media (max-width: 991px) {
    .result-product__name {
      padding-top: 15px;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis; } }
  .result-product__name a {
    color: #000; }
    .result-product__name a:hover {
      color: #aea191; }

.result-product__price {
  padding: 7px 0px 0px 0px;
  color: #000; }
  @media (max-width: 991px) {
    .result-product__price {
      padding: 2px 0px 0px 0px; } }

.result-product__price-new {
  color: #ea311d; }

.result-product__price-old {
  color: #666666;
  text-decoration: line-through;
  padding-left: 3px; }

/* Results action */
.search-popup__results-action {
  text-align: center;
  padding-top: 75px; }
  @media (max-width: 991px) {
    .search-popup__results-action {
      padding-top: 40px; } }

/* ==========================================================================
   11. Home full width styles
   ========================================================================== */
/* ==========================================================================
   11.1 #FULL WIDTH BANNERS
   ========================================================================== */
.full-width-banners {
  display: flex; }
  @media (max-width: 991px) {
    .full-width-banners {
      flex-wrap: wrap; } }

/* Banner */
.full-width-banner {
  width: 65%;
  height: 700px;
  background: #d8c9b2;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1399px) {
    .full-width-banner {
      height: 600px; } }
  @media (max-width: 991px) {
    .full-width-banner {
      width: 100%;
      height: 435px; } }

.full-width-banner--small {
  width: 35%; }
  @media (max-width: 991px) {
    .full-width-banner--small {
      width: 100%; } }
  .full-width-banner--small .full-width-banner__content {
    width: 80%;
    max-width: 550px; }
  .full-width-banner--small .full-width-banner__image {
    top: auto;
    right: -20px;
    bottom: -125px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    max-width: 556px;
    width: 90%; }
    @media (max-width: 991px) {
      .full-width-banner--small .full-width-banner__image {
        left: 30%;
        right: 0px;
        max-width: none;
        width: auto;
        bottom: -150px; } }
    @media (max-width: 767px) {
      .full-width-banner--small .full-width-banner__image {
        bottom: -70px; } }
    @media (max-width: 500px) {
      .full-width-banner--small .full-width-banner__image {
        left: 80px;
        right: 0px;
        bottom: -70px; } }

.full-width-banner--white-text {
  background: #8d968c; }
  .full-width-banner--white-text .full-width-banner__tag {
    color: rgba(255, 255, 255, 0.5); }
  .full-width-banner--white-text .full-width-banner__title {
    color: #fff; }
  .full-width-banner--white-text .full-width-banner__description {
    color: rgba(255, 255, 255, 0.75); }
  .full-width-banner--white-text .full-width-banner__action a {
    color: #fff; }
    .full-width-banner--white-text .full-width-banner__action a:before {
      background: #fff; }

/* Image */
.full-width-banner__image {
  top: 50%;
  right: 80px;
  position: absolute;
  transform: translateY(-50%);
  width: 46.7%;
  max-width: 617px; }
  @media (max-width: 1399px) {
    .full-width-banner__image {
      right: 70px; } }
  @media (max-width: 1098px) {
    .full-width-banner__image {
      right: 50px; } }
  @media (max-width: 991px) {
    .full-width-banner__image {
      max-width: 70%;
      width: 70%;
      right: -35%;
      top: 50%; } }
  @media (max-width: 500px) {
    .full-width-banner__image {
      max-width: 120%;
      width: 120%;
      right: -75%;
      top: 58%; } }
  .full-width-banner__image img {
    display: block;
    width: 100%; }

/* Content */
.full-width-banner__content {
  position: absolute;
  top: 95px;
  left: 80px;
  width: 45%;
  max-width: 420px; }
  @media (max-width: 1399px) {
    .full-width-banner__content {
      left: 70px;
      top: 75px; } }
  @media (max-width: 1098px) {
    .full-width-banner__content {
      left: 50px; } }
  @media (max-width: 991px) {
    .full-width-banner__content {
      left: 40px;
      top: 45px;
      width: 90%; } }

.full-width-banner__tag {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .full-width-banner__tag {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .full-width-banner__tag {
      margin-bottom: 15px;
      font-size: 14px; } }

.full-width-banner__title {
  font-size: 60px;
  color: #503a2a;
  line-height: 1.067;
  padding-bottom: 50px;
  margin: 0px;
  letter-spacing: 1px; }
  @media (max-width: 1199px) {
    .full-width-banner__title {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .full-width-banner__title {
      font-size: 36px;
      padding-bottom: 25px; } }
  .full-width-banner__title span {
    color: #ff4e00; }

.full-width-banner__description {
  color: rgba(0, 0, 0, 0.75); }
  @media (max-width: 991px) {
    .full-width-banner__description {
      max-width: 50%; } }

/* Action */
.full-width-banner__action {
  position: absolute;
  left: 80px;
  bottom: 100px; }
  @media (max-width: 1399px) {
    .full-width-banner__action {
      left: 70px;
      bottom: 80px; } }
  @media (max-width: 1098px) {
    .full-width-banner__action {
      left: 50px; } }
  @media (max-width: 991px) {
    .full-width-banner__action {
      left: 40px;
      bottom: 50px; } }
  .full-width-banner__action a {
    color: #503a2a;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .full-width-banner__action a {
        font-size: 21px; } }
    @media (max-width: 991px) {
      .full-width-banner__action a {
        font-size: 16px; } }
    .full-width-banner__action a:hover:before {
      right: 0; }
    .full-width-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 100%;
      height: 1px;
      background: #503a2a;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .full-width-banner__action a:before {
          right: 0; } }

/* ==========================================================================
   11.2 #CANVAS CART
   ========================================================================== */
.canvas-cart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  overflow: hidden; }
  .canvas-cart.active {
    visibility: visible;
    pointer-events: auto; }
    .canvas-cart.active .canvas-cart__overlay {
      opacity: 1; }
    .canvas-cart.active .canvas-cart__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }
  .canvas-cart .cart-item__delete {
    margin-left: 0px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .canvas-cart .cart-item__delete {
        padding-left: 20px;
        margin-left: auto; } }
  .canvas-cart .header-cart__subtotal {
    border: none; }
  .canvas-cart .subtotal__title {
    font-size: 20px; }
    @media (max-width: 991px) {
      .canvas-cart .subtotal__title {
        font-size: 16px; } }
  .canvas-cart .subtotal__value {
    font-size: 24px; }
    @media (max-width: 991px) {
      .canvas-cart .subtotal__value {
        font-size: 16px; } }
  .canvas-cart .header-cart__button {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 14px; }
    @media (max-width: 991px) {
      .canvas-cart .header-cart__button {
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 7px; } }
    .canvas-cart .header-cart__button:hover {
      background: #000;
      border-color: #000;
      color: #fff; }

.canvas-cart__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.canvas-cart__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
  width: 645px;
  max-width: 100%;
  padding: 0px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .canvas-cart__content {
      width: 500px; } }

.canvas-cart__d-flex {
  padding: 50px 80px 75px 80px;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .canvas-cart__d-flex {
      padding: 30px; } }

.canvas-cart__top-and-products {
  width: 100%; }

.canvas-cart__bottom {
  width: 100%;
  margin: auto 0px 0px 0px; }

.canvas-cart__heading {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .canvas-cart__heading {
      padding-bottom: 25px;
      margin-bottom: 30px; } }

.canvas-cart__h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .canvas-cart__h3 {
      font-size: 18px; } }

.canvas-cart__close {
  margin-left: auto;
  padding-left: 20px;
  text-align: right; }

.cart-item__quantity {
  margin-left: auto;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .cart-item__quantity {
      display: none; } }

/* ==========================================================================
   11.3 #CANVAS MENU
   ========================================================================== */
.canvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  overflow: hidden; }
  .canvas-menu.active {
    visibility: visible;
    pointer-events: auto; }
    .canvas-menu.active .canvas-menu__overlay {
      opacity: 1; }
    .canvas-menu.active .canvas-menu__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }

.canvas-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.canvas-menu__content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 100vh;
  padding: 50px 80px 70px 80px;
  z-index: 9999;
  width: 450px;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 1199px) {
    .canvas-menu__content {
      width: 375px;
      padding: 50px 50px 50px 50px; } }

/* Close */
.canvas-menu__close a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px; }

.canvas-menu__close i {
  font-size: 30px;
  padding-right: 25px; }

.canvas-menu__close span {
  display: block;
  padding-top: 3px; }

/* Switchers */
.canvas-menu__switchers {
  margin: 60px 0px 85px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  display: flex; }

.canvas-menu__switcher {
  margin-right: 80px;
  position: relative; }
  .canvas-menu__switcher:last-child:after {
    display: none; }
  .canvas-menu__switcher:after {
    top: 50%;
    width: 1px;
    content: "";
    right: -40px;
    height: 26px;
    position: absolute;
    background-color: #dbdbdb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .canvas-menu__switcher i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    pointer-events: none; }
  .canvas-menu__switcher select {
    color: #000;
    border: none;
    font-size: 16px;
    padding: 0px 27px 0px 0px;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none; }

/* Nav */
.canvas-menu__nav {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
  margin: 0px; }
  .canvas-menu__nav > li {
    margin-bottom: 8px; }
    .canvas-menu__nav > li:before {
      content: "";
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 220px;
      bottom: 0; }
    .canvas-menu__nav > li:hover:before {
      display: block; }
    .canvas-menu__nav > li:hover .canvas-nav__item {
      color: #aea191; }
    .canvas-menu__nav > li:hover .nav__mega-menu {
      margin-left: 0px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .canvas-menu__nav > li:hover .nav__dropdown-menu {
      margin-left: 0px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .canvas-menu__nav .nav__mega-menu {
    top: 0;
    left: 100%;
    margin-left: -80px;
    border: none;
    bottom: 0;
    height: 100vh;
    width: 1120px;
    max-width: 70vw;
    padding: 120px 70px 70px 70px;
    overflow-y: scroll;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none; }
  .canvas-menu__nav .nav__dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: -80px;
    border: none;
    bottom: 0;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 120px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none; }

.canvas-nav__wrap-item--without-submenu:before {
  display: none !important; }

.canvas-nav__item {
  font-size: 30px;
  color: #000;
  line-height: 1.667;
  position: relative;
  z-index: 3; }

/* About and social */
.canvas-menu__about-and-social {
  position: absolute;
  bottom: 70px;
  left: 80px;
  right: 80px; }
  @media (max-width: 1199px) {
    .canvas-menu__about-and-social {
      left: 50px;
      right: 50px; } }
  @media (max-height: 900px) {
    .canvas-menu__about-and-social {
      display: none; } }

.canvas-menu-about__heading {
  display: block;
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.canvas-menu-about__description {
  color: #000000;
  font-size: 16px;
  padding: 15px 0px 0px 0px;
  margin: 0px; }

.canvas-menu__social {
  list-style: none;
  padding: 40px 0px 0px 0px;
  margin: 0px;
  display: flex; }
  .canvas-menu__social li {
    margin-right: 20px; }
    .canvas-menu__social li a {
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      border-radius: 100%;
      display: block;
      background: #fff;
      border: 1px solid #cdcdcd;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      position: relative; }
      .canvas-menu__social li a:hover {
        background: #aea191;
        border-color: #aea191; }
        .canvas-menu__social li a:hover svg path {
          fill: #fff !important; }
      .canvas-menu__social li a svg {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
        .canvas-menu__social li a svg path {
          fill: #666666 !important;
          transition: all 0.3s ease-in;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in; }

/* ==========================================================================
   11.4 #FOOTER TYPE 2
   ========================================================================== */
.footer--type-2 {
  background: #f3f6f8 !important;
  border: none !important; }
  .footer--type-2 .footer__newsleter-input {
    border-width: 1px !important; }
  .footer--type-2 .footer__newsletter-button {
    background: #503a2a !important; }
  .footer--type-2 .copyright {
    border-color: #dedede !important; }

/* ==========================================================================
   11.5 #HEADER - VERSION 2
   ========================================================================== */
body:not(.absolute-header) .header--type-2 {
  border-color: rgba(0, 0, 0, 0.07);
  position: relative; }
  body:not(.absolute-header) .header--type-2 .mobile-menu__open a {
    color: #000; }
  body:not(.absolute-header) .header--type-2 .header__logo a {
    color: #000; }
  body:not(.absolute-header) .header--type-2 .cart__total-price {
    color: #000; }
  body:not(.absolute-header) .header--type-2 .header__canvas-menu:before {
    background: rgba(0, 0, 0, 0.07); }
  body:not(.absolute-header) .header--type-2 .header__right > li > a {
    color: #000; }
    body:not(.absolute-header) .header--type-2 .header__right > li > a span {
      background: #000; }

.header--type-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  @media (max-width: 991px) {
    .header--type-2 {
      margin: 0px 20px;
      padding: 20px 0px 18px 0px; }
      .header--type-2 .container--type-3 {
        padding: 0px; } }
  .header--type-2 .header__container {
    padding: 0px;
    margin: 0px;
    border: none; }
  .header--type-2 .mobile-menu__open a {
    color: #fff; }
  .header--type-2 .header__logo a {
    color: #fff; }
  .header--type-2 .header__right {
    margin-left: auto; }
    .header--type-2 .header__right > li > a {
      color: #fff; }
      .header--type-2 .header__right > li > a span {
        background: #000; }
  .header--type-2 .header__cart:before {
    display: none !important; }
  .header--type-2 .header__cart span {
    left: 10px;
    right: auto; }
  .header--type-2 .cart__total-price {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: none !important;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .header--type-2 .cart__total-price {
        display: none; } }
  .header--type-2 .header__canvas-menu {
    margin-left: 110px;
    position: relative; }
    @media (max-width: 991px) {
      .header--type-2 .header__canvas-menu {
        display: none; } }
    .header--type-2 .header__canvas-menu:before {
      top: 50%;
      left: -55px;
      width: 1px;
      content: "";
      height: 50px;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.07);
      display: block;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
    .header--type-2 .header__canvas-menu a {
      font-size: 22px; }
  .header--type-2 .mobile-menu__content {
    background: #fff; }
  .header--type-2 .mobile-menu__logo {
    color: #000; }
  .header--type-2 .mobile-menu__close a {
    color: #000; }
  .header--type-2 .mobile-menu__nav > li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .header--type-2 .mobile-menu__nav > li > a {
    color: #000; }
  .header--type-2 .mobile-menu__dropdown-btn {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .header--type-2 .mobile-menu__dropdown-menu li a {
    color: #000; }

/* ==========================================================================
   11.6 #FULL WIDTH OUR JOURNAL
   ========================================================================== */
.full-width-our-journal {
  padding: 110px 0px 145px 0px; }
  @media (max-width: 991px) {
    .full-width-our-journal {
      padding: 65px 0px 110px 0px; } }
  .full-width-our-journal .row {
    margin: 0px -30px; }
    @media (max-width: 1450px) {
      .full-width-our-journal .row {
        margin: 0px -20px; } }
    .full-width-our-journal .row > div {
      padding: 0px 30px; }
      @media (max-width: 1450px) {
        .full-width-our-journal .row > div {
          padding: 0px 20px; } }

.full-width-our-journal__title {
  font-size: 36px;
  padding: 0px 20px 0px 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .full-width-our-journal__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .full-width-our-journal__title {
      font-size: 24px;
      margin-bottom: 15px; } }

.full-width-our-journal__action {
  margin-left: auto;
  text-align: right; }
  @media (max-width: 991px) {
    .full-width-our-journal__action {
      margin-bottom: 15px; } }
  .full-width-our-journal__action a {
    color: #000;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
    .full-width-our-journal__action a i {
      padding-left: 7px; }

/* Post */
.full-width-post {
  margin-top: 60px;
  position: relative; }
  @media (max-width: 991px) {
    .full-width-post {
      margin-top: 20px; } }
  .full-width-post:hover .full-width-post__content {
    opacity: 1;
    visibility: visible; }

.full-width-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.full-width-post__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #dadada;
  padding: 55px 55px 45px 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .full-width-post__content {
      padding: 35px 35px 30px 35px; } }

.full-width-post__date {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
  height: 21px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .full-width-post__date {
      font-size: 11px;
      height: 18px;
      margin-bottom: 10px; } }

.full-width-post__title {
  color: #000000;
  padding-bottom: 48px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .full-width-post__title {
      padding-bottom: 30px; } }
  .full-width-post__title a {
    display: block;
    height: 72px;
    overflow: hidden;
    color: #000;
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .full-width-post__title a {
        font-size: 20px;
        line-height: 1.5;
        height: 60px; } }

.full-width-post__description {
  margin-bottom: 20px;
  height: 90px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .full-width-post__description {
      font-size: 12px;
      line-height: 1.5;
      height: 54px;
      margin-bottom: 25px; } }

.full-width-post__continue-link a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .full-width-post__continue-link a {
      font-size: 11px; } }
  .full-width-post__continue-link a:after {
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    background-color: #000; }

/* ==========================================================================
   11.7 #FULL WIDTH PRODUCT TABS
   ========================================================================== */
.product-tabs {
  padding: 100px 0px 120px 0px; }
  @media (max-width: 991px) {
    .product-tabs {
      padding: 60px 0px 65px 0px; } }
  .product-tabs .products-row .product-grid-item {
    margin-top: 50px;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .product-tabs .products-row .product-grid-item {
        margin-top: 35px; } }
  @media (max-width: 991px) {
    .product-tabs .col-12 .product-grid-item {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .product-tabs .col-6 .product-grid-item__colors {
      margin-top: 10px; }
      .product-tabs .col-6 .product-grid-item__colors .product-grid-item__color {
        width: 8px;
        height: 8px; }
    .product-tabs .col-6 .product-grid-item__image-colors {
      padding-top: 15px; }
      .product-tabs .col-6 .product-grid-item__image-colors li {
        width: 28px;
        margin: 5px 5px 0px 0px; }
    .product-tabs .col-6 .product-grid-item__sizes {
      padding-top: 10px; }
    .product-tabs .col-6 .product-grid-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; }
    .product-tabs .col-6 .product-grid-item__tag {
      left: 11px;
      top: 14px;
      font-size: 9px;
      padding: 4px 9px; }
    .product-tabs .col-6 .product-grid-item__feature {
      font-size: 10px;
      padding: 15px 0px 0px 0px; }
    .product-tabs .col-6 .product-grid-item__name {
      margin-top: 15px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-tabs .col-6 .product-grid-item__price {
      padding-top: 3px; } }

.product-tabs__tabs-and-action {
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    .product-tabs__tabs-and-action {
      padding-bottom: 0px; } }

.product-tabs__tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .product-tabs__tabs {
      flex-wrap: nowrap;
      overflow-x: scroll;
      white-space: nowrap; } }
  .product-tabs__tabs li {
    margin-right: 75px; }
    @media (max-width: 991px) {
      .product-tabs__tabs li {
        margin-right: 50px; }
        .product-tabs__tabs li:last-child {
          margin-right: 0px; } }
    .product-tabs__tabs li a {
      font-family: 'Montserrat', sans-serif;
      font-size: 36px;
      color: #999; }
      @media (max-width: 1199px) {
        .product-tabs__tabs li a {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .product-tabs__tabs li a {
          font-size: 24px; } }
      .product-tabs__tabs li a.active, .product-tabs__tabs li a:hover {
        color: #000; }

.product-tabs__action {
  margin-left: auto;
  text-align: right; }
  @media (max-width: 991px) {
    .product-tabs__action {
      display: none; } }
  .product-tabs__action a {
    color: #000;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
    .product-tabs__action a i {
      padding-left: 7px; }

/* ==========================================================================
   11.8 #FULL WIDTH SLIDER
   ========================================================================== */
.full-width-slider .slick-prev {
  display: block !important;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .full-width-slider .slick-prev {
      left: 70px; } }
  @media (max-width: 1098px) {
    .full-width-slider .slick-prev {
      left: 50px; } }
  @media (max-width: 991px) {
    .full-width-slider .slick-prev {
      display: none !important; } }
  .full-width-slider .slick-prev:hover {
    opacity: 1; }
  .full-width-slider .slick-prev:before {
    content: "\ecc1";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff; }

.full-width-slider .slick-next {
  display: block !important;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .full-width-slider .slick-next {
      right: 70px; } }
  @media (max-width: 1098px) {
    .full-width-slider .slick-next {
      right: 50px; } }
  @media (max-width: 991px) {
    .full-width-slider .slick-next {
      display: none !important; } }
  .full-width-slider .slick-next:hover {
    opacity: 1; }
  .full-width-slider .slick-next:before {
    content: "\ecc3";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff; }

.full-width-slider .slick-dots {
  display: block !important;
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  right: 80px;
  bottom: 90px;
  z-index: 10; }
  @media (max-width: 1399px) {
    .full-width-slider .slick-dots {
      right: 70px; } }
  @media (max-width: 1098px) {
    .full-width-slider .slick-dots {
      right: 50px; } }
  @media (max-width: 991px) {
    .full-width-slider .slick-dots {
      right: 40px;
      width: 95%;
      max-width: 335px;
      bottom: 50px; } }
  .full-width-slider .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .full-width-slider .slick-dots li.slick-active button {
      border-color: #fff; }
    .full-width-slider .slick-dots li button {
      width: 25px;
      height: 25px;
      margin-left: 10px;
      position: relative;
      border-radius: 100%;
      display: block;
      border: 1px solid #fff;
      border-color: transparent;
      background: none;
      font-size: 0px;
      outline: none; }
      .full-width-slider .slick-dots li button:before {
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }

.full-width-slider__item {
  min-height: 100vh;
  height: 1080px;
  position: relative;
  display: none !important;
  background: #795d4b; }
  .full-width-slider__item:first-of-type {
    display: block !important; }
  @media (max-width: 1199px) {
    .full-width-slider__item {
      height: 1000px; } }
  @media (max-width: 991px) {
    .full-width-slider__item {
      height: 720px; } }

/* Image */
.full-width-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .full-width-slider__image img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .full-width-slider__image img {
        object-position: 40%; } }
    .full-width-slider__image img.active {
      display: block; }

/* Current slider */
.full-width-slider__current-slider {
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 9;
  text-align: center; }
  @media (max-width: 1399px) {
    .full-width-slider__current-slider {
      left: 65px; } }
  @media (max-width: 1098px) {
    .full-width-slider__current-slider {
      left: 45px; } }
  @media (max-width: 991px) {
    .full-width-slider__current-slider {
      display: none; } }
  .full-width-slider__current-slider span {
    display: block;
    color: #a4846e;
    font-size: 36px;
    font-weight: 300;
    padding-right: 3px; }
    .full-width-slider__current-slider span.current-slider {
      color: #fff; }
  .full-width-slider__current-slider svg path {
    fill: #fff !important;
    opacity: 0.25; }

/* Feature */
.full-width-slider__feature {
  position: absolute;
  top: 200px;
  left: 76px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-align: right;
  width: 120px;
  height: 120px;
  white-space: nowrap;
  letter-spacing: 1px; }
  @media (max-width: 1399px) {
    .full-width-slider__feature {
      left: 66px; } }
  @media (max-width: 1098px) {
    .full-width-slider__feature {
      left: 46px; } }
  @media (max-width: 991px) {
    .full-width-slider__feature {
      display: none; } }

/* Content */
.full-width-slider__content {
  position: absolute;
  left: 52%;
  width: 45%;
  max-width: 600px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 9; }
  @media (max-width: 1199px) {
    .full-width-slider__content {
      left: 45%; } }
  @media (max-width: 991px) {
    .full-width-slider__content {
      right: 40px;
      left: auto;
      width: 95%;
      max-width: 325px;
      top: 140px;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; } }

.full-width-slider__content--with-image-swatches {
  padding-top: 50px; }

/* Subtitle */
.full-width-slider__subtitle {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 65px;
  display: block;
  text-transform: uppercase; }
  @media (max-width: 1098px) {
    .full-width-slider__subtitle {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .full-width-slider__subtitle {
      font-size: 14px;
      padding-bottom: 40px; } }

/* Title */
.full-width-slider__title {
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0px 0px 25px 0px;
  margin: 0px;
  font-size: 90px; }
  @media (max-width: 1199px) {
    .full-width-slider__title {
      font-size: 72px; } }
  @media (max-width: 1098px) {
    .full-width-slider__title {
      font-size: 60px; } }
  @media (max-width: 991px) {
    .full-width-slider__title {
      font-size: 48px;
      line-height: 54px;
      padding-bottom: 20px; } }

/* Descripion */
.full-width-slider__description {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 0px 35px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .full-width-slider__description {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .full-width-slider__description {
      font-size: 14px;
      padding-bottom: 25px; } }

/* Start from */
.full-width-slider__start-from {
  padding: 20px 0px 30px 0px; }
  @media (max-width: 991px) {
    .full-width-slider__start-from {
      padding: 10px 0px 20px 0px; } }
  .full-width-slider__start-from span {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block; }
    @media (max-width: 991px) {
      .full-width-slider__start-from span {
        font-size: 11px; } }
  .full-width-slider__start-from p {
    color: #daf94c;
    font-size: 48px;
    line-height: 1;
    padding: 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .full-width-slider__start-from p {
        font-size: 30px; } }

/* Price */
.full-width-slider__price {
  color: #ffbb39;
  font-size: 48px; }
  @media (max-width: 991px) {
    .full-width-slider__price {
      font-size: 30px;
      line-height: 1.667; } }
  .full-width-slider__price del {
    color: #fff;
    font-size: 24px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
    padding-top: 24px; }
    @media (max-width: 991px) {
      .full-width-slider__price del {
        font-size: 16px;
        padding-top: 15px; } }

/* Image swatches */
.full-width-slider__image-swatches {
  padding: 50px 0px 40px 0px; }
  @media (max-width: 991px) {
    .full-width-slider__image-swatches {
      padding: 30px 0px 20px 0px; } }
  .full-width-slider__image-swatches span {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .full-width-slider__image-swatches span {
        font-size: 11px;
        margin-bottom: 16px; } }
  .full-width-slider__image-swatches ul {
    list-style: none;
    padding: 0px;
    margin: -8px 0px;
    display: flex;
    position: relative; }
    .full-width-slider__image-swatches ul li {
      padding: 8px 16px 8px 0px; }
      .full-width-slider__image-swatches ul li a {
        display: block; }
        .full-width-slider__image-swatches ul li a.active img {
          border: 1px solid #fff; }
        .full-width-slider__image-swatches ul li a img {
          width: 70px;
          height: 85px;
          object-fit: cover; }
          @media (max-width: 991px) {
            .full-width-slider__image-swatches ul li a img {
              width: 50px;
              height: 60px; } }

/* Buy now button */
.full-width-slider__buy-now {
  padding-top: 50px; }
  @media (max-width: 991px) {
    .full-width-slider__buy-now {
      padding-top: 40px; } }
  .full-width-slider__buy-now a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #fff; }
    @media (max-width: 991px) {
      .full-width-slider__buy-now a {
        font-size: 16px; } }
    .full-width-slider__buy-now a:after {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      content: "";
      position: absolute;
      background-color: #fff; }

/* ==========================================================================
   12. Home modern styles
   ========================================================================== */
/* ==========================================================================
   12.1 #HOME MODERN BANNERS
   ========================================================================== */
.modern-banners {
  padding: 0px 0px 195px 0px; }
  @media (max-width: 991px) {
    .modern-banners {
      padding-bottom: 90px; } }

.modern-banners__d-flex {
  margin: 0px -5px;
  position: relative; }
  @media (max-width: 991px) {
    .modern-banners__d-flex {
      flex-wrap: wrap; } }

.modern-banners__banner {
  margin: 0px 5px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .modern-banners__banner {
      width: 100%;
      margin-bottom: 5px; } }
  .modern-banners__banner:hover .modern-banner__image img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15); }

.modern-banner__image img {
  display: block;
  width: 100%;
  transition: 0.8s all ease-in-out;
  -webkit-transition: 0.8s all ease-in-out;
  -moz-transition: 0.8s all ease-in-out; }
  @media (max-width: 991px) {
    .modern-banner__image img {
      height: 415px;
      width: 100%;
      object-fit: cover; } }

.modern-banner__text {
  top: 60px;
  left: 65px;
  position: absolute; }
  @media (max-width: 1199px) {
    .modern-banner__text {
      top: 45px;
      left: 50px; } }
  @media (max-width: 991px) {
    .modern-banner__text {
      top: 40px;
      left: 45px; } }

.modern-banner__tag {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .modern-banner__tag {
      font-size: 11px;
      padding-bottom: 15px; } }

.modern-banner__title {
  padding: 0px;
  margin: 0px;
  line-height: 1.22; }

.modern-banner__button {
  position: absolute;
  left: 65px;
  bottom: 60px; }
  @media (max-width: 1199px) {
    .modern-banner__button {
      left: 50px;
      bottom: 45px; } }
  @media (max-width: 991px) {
    .modern-banner__button {
      bottom: 40px;
      left: 45px; } }
  .modern-banner__button a {
    display: inline-block;
    padding: 15px 32px 15px 32px;
    background: #fff;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    @media (max-width: 991px) {
      .modern-banner__button a {
        padding: 9px 27px 9px 27px; } }
    .modern-banner__button a:hover {
      background: #000;
      color: #fff; }

/* ==========================================================================
   12.2 #HOME MODERN DEAL WEEK
   ========================================================================== */
.modern-deal-week {
  background: #c8c1b8;
  color: #fff;
  padding: 140px 0px 65px;
  text-align: center; }
  @media (max-width: 991px) {
    .modern-deal-week {
      padding: 80px 0px 70px 0px;
      background-size: cover;
      background-position: 48% center; } }

.modern-deal-week__tag {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px;
  padding: 0px 0px 40px 0px; }
  @media (max-width: 991px) {
    .modern-deal-week__tag {
      padding: 0px 0px 25px 0px;
      font-size: 12px;
      letter-spacing: 2px; } }

.modern-deal-week__title {
  color: #fff;
  font-size: 72px;
  margin: 0 auto;
  padding: 0px 0px 25px 0px;
  font-weight: 300;
  line-height: 1.111;
  max-width: 690px; }
  @media (max-width: 1098px) {
    .modern-deal-week__title {
      font-size: 60px; } }
  @media (max-width: 991px) {
    .modern-deal-week__title {
      font-size: 42px;
      padding-bottom: 10px; } }

.modern-deal-week__countdown ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .modern-deal-week__countdown ul li {
    display: inline-block;
    vertical-align: top;
    margin: 30px 35px 0px 35px;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .modern-deal-week__countdown ul li {
        margin-left: 20px;
        margin-right: 20px; } }
    .modern-deal-week__countdown ul li .counter__value {
      display: block;
      line-height: 1;
      font-size: 72px;
      font-weight: 300;
      margin-bottom: 15px; }
      @media (max-width: 1098px) {
        .modern-deal-week__countdown ul li .counter__value {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .modern-deal-week__countdown ul li .counter__value {
          font-size: 42px; } }
    .modern-deal-week__countdown ul li .counter__title {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .modern-deal-week__countdown ul li .counter__title {
          font-size: 10px;
          letter-spacing: 0.5px; } }

.modern-deal-week__button {
  padding: 70px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .modern-deal-week__button {
      padding-top: 50px; } }
  .modern-deal-week__button a {
    display: inline-block;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    padding: 15px 35px 15px 35px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    @media (max-width: 991px) {
      .modern-deal-week__button a {
        padding: 9px 27px 9px 27px; } }
    .modern-deal-week__button a:hover {
      background: #000;
      color: #fff; }

.modern-deal-week__description {
  padding: 120px 0px 0px 0px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .modern-deal-week__description {
      padding-top: 60px;
      font-size: 13px; } }
  .modern-deal-week__description span {
    color: #000;
    padding: 3px 5px;
    background-color: #fee2a7; }

/* ==========================================================================
   12.3 #MODERN FOOTER
   ========================================================================== */
.modern-footer {
  background: #f2f5fa;
  padding: 100px 0px 75px 0px; }
  @media (max-width: 991px) {
    .modern-footer {
      padding: 60px 0px 50px 0px; } }
  .modern-footer .blog-newsletter {
    padding: 0px 0px 85px 0px; }
    @media (max-width: 991px) {
      .modern-footer .blog-newsletter {
        padding: 0px 0px 65px 0px; } }
  @media (max-width: 991px) {
    .modern-footer .blog-newsletter__title {
      text-align: center; } }

@media (max-width: 991px) {
  .mobile-order-2 {
    order: 2; } }

@media (max-width: 991px) {
  .mobile-order-3 {
    order: 3; } }

/* Menu */
.modern-footer__menu {
  list-style: none;
  margin: 65px 0px 75px 0px;
  padding: 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .modern-footer__menu {
      margin: 35px -20px 65px -20px;
      position: relative;
      overflow-x: scroll; } }
  .modern-footer__menu li {
    display: inline-block;
    margin: 0px 26px;
    font-size: 16px; }
    @media (max-width: 991px) {
      .modern-footer__menu li {
        margin: 0px 18px;
        font-size: 12px; } }
    .modern-footer__menu li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px; }

/* Social */
@media (max-width: 991px) {
  .modern-footer__social {
    text-align: center;
    padding: 35px 0px 0px 0px; } }

.modern-footer__social p {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 25px 0px; }
  @media (max-width: 991px) {
    .modern-footer__social p {
      font-size: 10px;
      letter-spacing: 0.5px;
      padding: 0px 0px 15px 0px; } }

.modern-footer__social ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .modern-footer__social ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px; }
    @media (max-width: 991px) {
      .modern-footer__social ul li {
        margin: 0px 10px; } }
    .modern-footer__social ul li a {
      font-size: 20px; }
      @media (max-width: 991px) {
        .modern-footer__social ul li a {
          font-size: 18px; } }

/* Currency */
.modern-footer__currency {
  text-align: right; }
  @media (max-width: 991px) {
    .modern-footer__currency {
      text-align: center;
      padding: 35px 0px 0px 0px; } }
  .modern-footer__currency p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 25px 0px; }
    @media (max-width: 991px) {
      .modern-footer__currency p {
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 0px 0px 15px 0px; } }
  .modern-footer__currency ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .modern-footer__currency ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: 30px; }
      @media (max-width: 991px) {
        .modern-footer__currency ul li {
          margin: 0px 13px; } }
      .modern-footer__currency ul li a {
        font-size: 16px;
        letter-spacing: 1px;
        color: #999;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .modern-footer__currency ul li a {
            font-size: 13px; } }
        .modern-footer__currency ul li a.active, .modern-footer__currency ul li a:hover {
          color: #000; }

/* Logo */
.modern-footer__logo {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000; }
  @media (max-width: 991px) {
    .modern-footer__logo {
      font-size: 22px; } }
  .modern-footer__logo img {
    max-width: 100%; }

/* Address */
.modern-footer__address {
  text-align: center;
  line-height: 2;
  padding: 30px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .modern-footer__address {
      padding: 20px 0px 0px 0px; } }

/* Payment */
.modern-footer__payment {
  text-align: center;
  padding: 60px 0px 0px 0px; }
  @media (max-width: 991px) {
    .modern-footer__payment {
      padding-top: 45px; } }
  .modern-footer__payment img {
    max-width: 100%; }

/* Copyright */
.modern-footer__copyright {
  padding: 60px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .modern-footer__copyright {
      padding: 40px 0px 0px 0px;
      font-size: 12px; } }

/* ==========================================================================
   12.4 #MODERN HEADER TYPE 03
   ========================================================================== */
body:not(.absolute-header) .header--type-3 {
  border-color: rgba(0, 0, 0, 0.07);
  position: relative; }
  body:not(.absolute-header) .header--type-3 .header__container {
    border-color: rgba(0, 0, 0, 0.07); }
  body:not(.absolute-header) .header--type-3 .mobile-menu__open a {
    color: #000; }
  body:not(.absolute-header) .header--type-3 .nav__item {
    color: #000; }
  body:not(.absolute-header) .header--type-3 .header__logo a {
    color: #000; }
  body:not(.absolute-header) .header--type-3 .cart__total-price {
    color: #000; }
  body:not(.absolute-header) .header--type-3 .header__canvas-menu:before {
    background: rgba(0, 0, 0, 0.07); }
  body:not(.absolute-header) .header--type-3 .header__right > li > a {
    color: #000; }
    body:not(.absolute-header) .header--type-3 .header__right > li > a span {
      background: #000; }

.header--type-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
  @media (max-width: 991px) {
    .header--type-3 {
      border: none; } }
  .header--type-3 .header__container {
    border: none;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .header--type-3 .header__container {
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35); } }
  @media (max-width: 1298px) {
    .header--type-3 .container--type-2 {
      padding: 0px 50px; } }
  @media (max-width: 1199px) {
    .header--type-3 .container--type-2 {
      padding: 0px 40px; } }
  @media (max-width: 1098px) {
    .header--type-3 .container--type-2 {
      padding: 0px 30px; } }
  @media (max-width: 991px) {
    .header--type-3 .container--type-2 {
      padding: 0px 20px; } }
  .header--type-3 .mobile-menu__open a {
    color: #fff; }
  .header--type-3 .header__logo {
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .header--type-3 .header__logo a {
    color: #fff; }
  .header--type-3 .header__nav > li {
    margin: 0px 58px 0px 0px; }
    @media (max-width: 1449px) {
      .header--type-3 .header__nav > li {
        margin-right: 38px; } }
    @media (max-width: 1199px) {
      .header--type-3 .header__nav > li {
        margin-right: 28px; } }
  .header--type-3 .nav__item {
    color: #fff; }
    @media (max-width: 1098px) {
      .header--type-3 .nav__item {
        font-size: 14px; } }
    .header--type-3 .nav__item:after {
      display: none; }
  .header--type-3 .header__language-switcher > li > a {
    color: rgba(255, 255, 255, 0.75); }
  .header--type-3 .header__language-switcher > li > a.active, .header--type-3 .header__language-switcher > li > a:hover {
    color: #fff; }
  .header--type-3 .header__right > li {
    margin-left: 58px;
    position: relative; }
    @media (max-width: 1449px) {
      .header--type-3 .header__right > li {
        margin-left: 38px; } }
    @media (max-width: 1199px) {
      .header--type-3 .header__right > li {
        margin-left: 28px; } }
    @media (max-width: 991px) {
      .header--type-3 .header__right > li {
        margin-left: 19px; } }
    .header--type-3 .header__right > li select {
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      width: auto;
      height: auto;
      opacity: 0;
      z-index: 10; }
  .header--type-3 .header__right > li > a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    @media (max-width: 1098px) {
      .header--type-3 .header__right > li > a {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .header--type-3 .header__right > li > a {
        font-size: 18px; } }
  .header--type-3 .header__right {
    margin: 0px 0px 0px auto; }
  .header--type-3 .mobile-menu__overlay {
    background: rgba(0, 0, 0, 0.5); }
  .header--type-3 .mobile-menu__content {
    background: #fff; }
  .header--type-3 .mobile-menu__close a {
    color: #000; }
  .header--type-3 .mobile-menu__logo {
    color: #000; }
  .header--type-3 .mobile-menu__nav > li > a {
    color: #000; }
  .header--type-3 .mobile-menu__dropdown-btn {
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5); }
  .header--type-3 .mobile-menu__nav > li {
    border-color: rgba(0, 0, 0, 0.1); }
  .header--type-3 .mobile-menu__dropdown-menu li a {
    color: #000; }

/* Promo bar */
.header__promo-bar {
  padding: 10px 20px;
  background-color: #fee2a7;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 991px) {
    .header__promo-bar {
      font-size: 10px;
      padding: 4px 20px;
      white-space: nowrap;
      overflow-x: scroll; } }
  .header__promo-bar a {
    color: #000;
    text-transform: uppercase; }
    .header__promo-bar a i {
      font-size: 20px; }
      @media (max-width: 991px) {
        .header__promo-bar a i {
          font-size: 14px; } }
    .header__promo-bar a span {
      color: #ff4b14;
      font-weight: 600;
      margin: 0px 5px; }

/* ==========================================================================
   12.5 #MODERN MAIN BANNER
   ========================================================================== */
.modern-main-banner {
  padding: 0px;
  background-color: #bec4d0;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  height: 1080px;
  position: relative; }
  @media (max-width: 991px) {
    .modern-main-banner {
      height: 720px;
      background-position: 70% center; } }

.modern-main-banner__content {
  padding-top: 110px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff; }
  @media (max-width: 991px) {
    .modern-main-banner__content {
      padding-top: 90px; } }

.modern-main-banner__subtitle {
  font-size: 22px;
  letter-spacing: 5px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .modern-main-banner__subtitle {
      font-size: 14px;
      letter-spacing: 3px; } }

.modern-main-banner__title {
  color: #fff;
  padding: 65px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .modern-main-banner__title {
      padding-top: 35px;
      font-size: 48px; } }

.modern-main-banner__description {
  padding: 55px 0px 0px 0px;
  margin: 0px;
  font-size: 24px; }
  @media (max-width: 991px) {
    .modern-main-banner__description {
      padding: 30px 0px 0px 0px;
      font-size: 14px; } }

.modern-main-banner__buttons {
  padding: 110px 0px 0px 0px;
  margin: 0px;
  display: flex; }
  @media (max-width: 991px) {
    .modern-main-banner__buttons {
      padding-top: 70px; } }
  .modern-main-banner__buttons a {
    display: block;
    padding: 14px 35px;
    letter-spacing: 1px;
    margin-right: 10px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    @media (max-width: 991px) {
      .modern-main-banner__buttons a {
        padding: 9px 27px; } }
    .modern-main-banner__buttons a:hover {
      background: #fff;
      color: #000; }

/* ==========================================================================
   12.6 #HOME MODERN - OUR JOURNAL
   ========================================================================== */
.modern-our-journal {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .modern-our-journal {
      padding-bottom: 100px; } }
  .modern-our-journal .row {
    margin: 0px -30px; }
    .modern-our-journal .row > div {
      padding: 0px 30px; }
  .modern-our-journal .blog-article {
    margin: 0px; }
    @media (max-width: 991px) {
      .modern-our-journal .blog-article {
        margin: 40px 0px 0px 0px; } }
  .modern-our-journal .blog-article__title {
    line-height: 1.33;
    font-size: 30px; }
    @media (max-width: 1098px) {
      .modern-our-journal .blog-article__title {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .modern-our-journal .blog-article__title {
        font-size: 20px; } }

.modern-our-journal__title {
  text-align: center;
  padding: 140px 0px 90px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .modern-our-journal__title {
      padding: 65px 0px 0px 0px; } }

/* ==========================================================================
   12.7 #HOME MODERN - OUR PRODUCTS
   ========================================================================== */
@media (max-width: 991px) {
  .modern-our-products .container .container {
    padding: 0px; } }

.modern-our-products .our-products__title {
  text-align: center;
  padding: 0px 0px 55px 0px; }
  @media (max-width: 991px) {
    .modern-our-products .our-products__title {
      padding-bottom: 35px; } }

.modern-our-products .our-products__nav li {
  margin: 0px 35px; }
  @media (max-width: 991px) {
    .modern-our-products .our-products__nav li {
      margin: 0px 18px; } }
  .modern-our-products .our-products__nav li:first-child {
    margin-left: auto; }
  .modern-our-products .our-products__nav li:last-child {
    margin-right: auto; }
  .modern-our-products .our-products__nav li a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #999; }
    @media (max-width: 991px) {
      .modern-our-products .our-products__nav li a {
        font-size: 13px;
        letter-spacing: 0.5px; } }
    .modern-our-products .our-products__nav li a:hover {
      color: #000; }
    .modern-our-products .our-products__nav li a.active {
      font-weight: 400;
      color: #000; }

.modern-our-products .slick-dots li.slick-active button {
  background: #5e6879; }

/* ==========================================================================
   12.8 #HOME MODERN PERFECT GIFT
   ========================================================================== */
.modern-perfect-gift {
  padding: 150px 0px; }
  @media (max-width: 991px) {
    .modern-perfect-gift {
      padding: 70px 0px 70px 0px; } }
  @media (max-width: 1199px) {
    .modern-perfect-gift .container .container {
      padding: 0px; } }

.modern-perfect-gift__title {
  padding: 0px 0px 40px 0px;
  margin: 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .modern-perfect-gift__title {
      padding: 0px 0px 27px 0px; } }

.modern-perfect-gift__description {
  text-align: center;
  font-size: 20px;
  color: #999;
  padding: 0px 0px 100px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .modern-perfect-gift__description {
      font-size: 13px;
      line-height: 20px;
      padding: 0px 0px 60px 0px; } }

.modern-perfect-gift__image {
  text-align: center;
  padding: 95px 0px 0px 0px; }
  @media (max-width: 991px) {
    .modern-perfect-gift__image {
      padding: 60px 70px;
      background: #ebebeb; } }
  .modern-perfect-gift__image img {
    max-width: 100%; }

.product-gift__content {
  max-width: 500px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .product-gift__content {
      max-width: 100%;
      padding: 35px 0px 0px 0px; } }

.product-gift__title {
  font-size: 36px;
  padding: 0px 0px 25px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .product-gift__title {
      font-size: 22px;
      padding: 0px 0px 20px 0px; } }

.product-gift__price {
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 0px 33px 0px;
  font-size: 24px; }
  @media (max-width: 991px) {
    .product-gift__price {
      font-size: 16px;
      margin-bottom: 20px;
      padding-bottom: 25px; } }

.product-gift__value {
  margin: 0px 0px 20px 0px; }
  .product-gift__value p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px 0px 11px 0px;
    padding: 0px; }
    @media (max-width: 991px) {
      .product-gift__value p {
        font-size: 11px; } }
  .product-gift__value ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .product-gift__value ul li {
      margin: 0px 5px 5px 0px; }
      .product-gift__value ul li a {
        display: block;
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 12px 35px 12px 35px;
        min-width: 100px;
        text-align: center;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in; }
        @media (max-width: 991px) {
          .product-gift__value ul li a {
            padding: 6px 20px;
            min-width: 70px;
            font-size: 12px; } }
        .product-gift__value ul li a.active {
          border-color: #000; }

.product-gift__quantity {
  padding-bottom: 15px; }
  .product-gift__quantity .product__quantity {
    margin: 0px;
    width: 160px;
    min-width: 1px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .product-gift__quantity .product__quantity {
        width: 110px; } }

.product-gift__quantity-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0px 0px 11px 0px;
  padding: 0px; }
  @media (max-width: 991px) {
    .product-gift__quantity-title {
      font-size: 11px; } }

.product-gift__paypal {
  padding: 15px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product-gift__paypal {
      padding: 10px 0px 0px 0px; } }
  .product-gift__paypal a {
    display: block;
    width: 100%;
    background-color: #fdc349;
    padding: 12px 20px 12px 20px;
    color: #000;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 991px) {
      .product-gift__paypal a {
        font-size: 14px; } }
    .product-gift__paypal a img {
      margin-left: 15px; }
      @media (max-width: 991px) {
        .product-gift__paypal a img {
          max-height: 18px; } }

.product-gift__description {
  margin: 40px 0px 0px 0px;
  color: #666666;
  font-size: 16px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .product-gift__description {
      margin-top: 30px;
      font-size: 12px;
      line-height: 1.667; } }
  .product-gift__description a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 9991px) {
      .product-gift__description a {
        font-size: 11px;
        line-height: 1.667; } }

.product-gift__share {
  margin: 40px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product-gift__share {
      margin-top: 30px; } }
  .product-gift__share p {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px; }
    @media (max-width: 991px) {
      .product-gift__share p {
        font-size: 12px;
        padding-top: 1px; } }
  .product-gift__share ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .product-gift__share ul li {
      font-size: 18px;
      margin-right: 22px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 991px) {
        .product-gift__share ul li {
          font-size: 14px;
          margin-right: 18px; } }

/* ==========================================================================
   13. Home collection styles
   ========================================================================== */
/* ==========================================================================
   13.1 #HOME COLLECTION - BANNERS
   ========================================================================== */
@media (max-width: 991px) {
  .collection-banners {
    flex-wrap: wrap; } }

.collection-banners__banner {
  width: 50%;
  min-width: 50%;
  position: relative; }
  @media (max-width: 991px) {
    .collection-banners__banner {
      width: 100%;
      min-width: 100%; } }

.collection-banner__image img {
  height: 50vw;
  width: 100%;
  min-height: 960px;
  object-fit: cover; }
  @media (max-width: 1098px) {
    .collection-banner__image img {
      min-height: 800px; } }
  @media (max-width: 991px) {
    .collection-banner__image img {
      min-height: 720px; } }

.collection-banner__content {
  top: 50%;
  left: 50px;
  right: 50px;
  color: #fff;
  margin: 0 auto;
  z-index: 5;
  max-width: 840px;
  position: absolute;
  transform: translateY(-50%);
  padding-top: 50px;
  max-width: 530px;
  text-align: center; }

.collection-banner__title {
  font-size: 100px;
  line-height: 1;
  padding: 0px 0px 45px 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1098px) {
    .collection-banner__title {
      font-size: 72px; } }
  @media (max-width: 991px) {
    .collection-banner__title {
      font-size: 48px;
      padding: 0px 0px 35px 0px; } }

.collection-banner__description {
  font-size: 24px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 991px) {
    .collection-banner__description {
      font-size: 16px; } }

.collection-banner__buttons {
  padding: 120px 0px 0px 0px; }
  @media (max-width: 991px) {
    .collection-banner__buttons {
      padding: 60px 0px 0px 0px; } }
  .collection-banner__buttons a {
    display: inline-block;
    margin: 0px 5px;
    padding: 14px 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    letter-spacing: 0.75px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .collection-banner__buttons a {
        padding: 9px 27px; } }
    .collection-banner__buttons a.without-background {
      background: none;
      color: #fff; }
      .collection-banner__buttons a.without-background:hover {
        background: #fff;
        color: #000; }

/* ==========================================================================
   13.2 #HOME COLLECTION - FEATURES
   ========================================================================== */
.collection-features {
  background: #f8f6f3;
  padding-bottom: 110px;
  padding-top: 25px; }
  @media (max-width: 991px) {
    .collection-features {
      padding-bottom: 70px; } }

/* ==========================================================================
   13.3 #HOME COLLECTION - FOOTER
   ========================================================================== */
.collection-footer {
  background: #fff; }

/* ==========================================================================
   13.4 #HEADER - VERSION 4
   ========================================================================== */
body:not(.absolute-header) .header--type-4 {
  border-color: rgba(0, 0, 0, 0.07);
  position: relative; }
  body:not(.absolute-header) .header--type-4 .header__desktop-menu a {
    color: #000; }
  body:not(.absolute-header) .header--type-4 .mobile-menu__open a {
    color: #000; }
  body:not(.absolute-header) .header--type-4 .header__logo a {
    color: #000; }
  body:not(.absolute-header) .header--type-4 .cart__total-price {
    color: #000; }
  body:not(.absolute-header) .header--type-4 .header__canvas-menu:before {
    background: rgba(0, 0, 0, 0.07); }
  body:not(.absolute-header) .header--type-4 .header__right > li > a {
    color: #000; }
    body:not(.absolute-header) .header--type-4 .header__right > li > a span {
      background: #000; }

.header--type-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 60px 0px 60px;
  border: none; }
  @media (max-width: 991px) {
    .header--type-4 {
      margin: 0px 20px;
      padding: 30px 0px 28px 0px; }
      .header--type-4 .container--type-3 {
        padding: 0px; } }
  .header--type-4 .header__container {
    padding: 0px;
    margin: 0px;
    border: none; }
  .header--type-4 .mobile-menu__open a {
    color: #fff; }
  .header--type-4 .header__desktop-menu {
    width: 40%;
    min-width: 40%;
    margin: 0px; }
    @media (max-width: 991px) {
      .header--type-4 .header__desktop-menu {
        display: none; } }
    .header--type-4 .header__desktop-menu a {
      color: #fff; }
    .header--type-4 .header__desktop-menu i {
      font-size: 30px; }
    .header--type-4 .header__desktop-menu span {
      padding-left: 18px;
      font-size: 16px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      position: relative;
      top: -5px; }
  .header--type-4 .header__logo {
    width: 20%;
    min-width: 20%;
    margin: 0px;
    text-align: center;
    font-size: 36px; }
    @media (max-width: 991px) {
      .header--type-4 .header__logo {
        font-size: 22px;
        width: auto;
        min-width: 1px;
        position: absolute;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); } }
@media (max-width: 480px) {
  .header--type-4 .header__logo {
    top: 30%;
  }}
    .header--type-4 .header__logo a {
      color: #fff; }
  .header--type-4 .header__right {
    width: 40%;
    min-width: 40%;
    margin: 0px; }
    @media (max-width: 991px) {
      .header--type-4 .header__right {
        min-width: 1px;
        width: auto;
        margin-left: auto; } }
    .header--type-4 .header__right > li:first-child {
      margin-left: auto; }
    .header--type-4 .header__right > li > a {
      color: #fff; }
      .header--type-4 .header__right > li > a span {
        background: #000; }
  .header--type-4 .header__cart:before {
    display: none !important; }
  .header--type-4 .header__cart span {
    left: 10px;
    right: auto; }
  .header--type-4 .mobile-menu__content {
    background: #fff; }
  .header--type-4 .mobile-menu__logo {
    color: #000; }
  .header--type-4 .mobile-menu__close a {
    color: #000; }
  .header--type-4 .mobile-menu__nav > li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .header--type-4 .mobile-menu__nav > li > a {
    color: #000; }
  .header--type-4 .mobile-menu__dropdown-btn {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .header--type-4 .mobile-menu__dropdown-menu li a {
    color: #000; }

/* ==========================================================================
   13.5 #HOME COLLECTION - OUR JOURNAL
   ========================================================================== */
.collection-our-journal {
  background: #f8f6f3;
  padding: 0px; }
  .collection-our-journal .modern-our-journal__title {
    text-transform: uppercase; }

.collection-our-journal__container {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .collection-our-journal__container {
      padding-bottom: 70px; } }

/* ==========================================================================
   13.6 #HOME COLLECTION PRODUCTS
   ========================================================================== */
@media (max-width: 991px) {
  .collection-our-products .col-6 {
    padding-bottom: 30px; }
    .collection-our-products .col-6 .product-grid-item__colors {
      margin-top: 10px; }
      .collection-our-products .col-6 .product-grid-item__colors .product-grid-item__color {
        width: 8px;
        height: 8px; }
    .collection-our-products .col-6 .product-grid-item__image-colors {
      padding-top: 15px; }
      .collection-our-products .col-6 .product-grid-item__image-colors li {
        width: 28px;
        margin: 5px 5px 0px 0px; }
    .collection-our-products .col-6 .product-grid-item__sizes {
      padding-top: 10px; }
    .collection-our-products .col-6 .product-grid-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; }
    .collection-our-products .col-6 .product-grid-item__tag {
      left: 11px;
      top: 14px;
      font-size: 9px;
      padding: 4px 9px; }
    .collection-our-products .col-6 .product-grid-item__feature {
      font-size: 10px;
      padding: 15px 0px 0px 0px; }
    .collection-our-products .col-6 .product-grid-item__name {
      margin-top: 15px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .collection-our-products .col-6 .product-grid-item__price {
      padding-top: 3px; } }

.collection-our-products__more {
  text-align: center;
  padding-top: 30px; }
  @media (max-width: 991px) {
    .collection-our-products__more .eighth-button {
      display: block; } }

/* ==========================================================================
   13.7 #HOME COLLECTION - SLIDER
   ========================================================================== */
.collection-slider .slick-prev {
  display: block !important;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .collection-slider .slick-prev {
      left: 70px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-prev {
      left: 50px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-prev {
      display: none !important; } }
  .collection-slider .slick-prev:hover {
    opacity: 1; }
  .collection-slider .slick-prev:before {
    content: "\ecc1";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff; }

.collection-slider .slick-next {
  display: block !important;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .collection-slider .slick-next {
      right: 70px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-next {
      right: 50px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-next {
      display: none !important; } }
  .collection-slider .slick-next:hover {
    opacity: 1; }
  .collection-slider .slick-next:before {
    content: "\ecc3";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff; }

.collection-slider .slick-dots {
  display: block !important;
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  right: 80px;
  bottom: 90px;
  z-index: 10; }
  @media (max-width: 1399px) {
    .collection-slider .slick-dots {
      right: 70px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-dots {
      right: 50px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-dots {
      right: 40px;
      width: 95%;
      max-width: 335px;
      bottom: 50px; } }
  .collection-slider .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .collection-slider .slick-dots li.slick-active button {
      border-color: #fff; }
    .collection-slider .slick-dots li button {
      width: 25px;
      height: 25px;
      margin-left: 10px;
      position: relative;
      border-radius: 100%;
      display: block;
      border: 1px solid #fff;
      border-color: transparent;
      background: none;
      font-size: 0px;
      outline: none; }
      .collection-slider .slick-dots li button:before {
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }

.collection-slider__item {
  min-height: 100vh;
  height: 1080px;
  position: relative;
  display: none !important;
  background: #795d4b; }
  .collection-slider__item:first-of-type {
    display: block !important; }
  @media (max-width: 1199px) {
    .collection-slider__item {
      height: 1000px; } }
  @media (max-width: 991px) {
    .collection-slider__item {
      height: 720px; } }

/* Image */
.collection-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .collection-slider__image img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .collection-slider__image img {
        object-position: 40%; } }
    .collection-slider__image img.active {
      display: block; }
  .collection-slider__image:after {
    background: rgba(0,0,0,0.2);
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }

/* Current slider */
.collection-slider__current-slider {
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 9;
  text-align: center; }
  @media (max-width: 1399px) {
    .collection-slider__current-slider {
      left: 65px; } }
  @media (max-width: 1098px) {
    .collection-slider__current-slider {
      left: 45px; } }
  @media (max-width: 991px) {
    .collection-slider__current-slider {
      display: none; } }
  .collection-slider__current-slider span {
    display: block;
    color: #a4846e;
    font-size: 36px;
    font-weight: 300;
    padding-right: 3px; }
    .collection-slider__current-slider span.current-slider {
      color: #fff; }
  .collection-slider__current-slider svg path {
    fill: #fff !important;
    opacity: 0.25; }

.collection-slider .slick-prev {
  line-height: 1;
  opacity: 1;
  left: auto;
  top: auto;
  right: 190px;
  bottom: 65px;
  padding: 0px;
  margin: 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }
  @media (max-width: 1399px) {
    .collection-slider .slick-prev {
      right: 180px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-prev {
      right: 160px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-prev {
      display: none; } }
  .collection-slider .slick-prev:before {
    content: "\ecb2";
    font-size: 48px; }

.collection-slider .slick-next {
  line-height: 1;
  opacity: 1;
  left: auto;
  top: auto;
  right: 80px;
  bottom: 65px;
  padding: 0px;
  margin: 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }
  @media (max-width: 1399px) {
    .collection-slider .slick-next {
      right: 70px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-next {
      right: 50px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-next {
      display: none; } }
  .collection-slider .slick-next:before {
    content: "\ecb6";
    font-size: 48px; }

.collection-slider .slick-dots {
  top: 50%;
  left: 80px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 1399px) {
    .collection-slider .slick-dots {
      left: 70px; } }
  @media (max-width: 1098px) {
    .collection-slider .slick-dots {
      left: 50px; } }
  @media (max-width: 991px) {
    .collection-slider .slick-dots {
      left: 20px;
      top: auto;
      right: auto;
      bottom: 25px; } }
  .collection-slider .slick-dots li {
    display: block; }
    @media (max-width: 991px) {
      .collection-slider .slick-dots li {
        display: inline-block; } }
    .collection-slider .slick-dots li button {
      margin: 10px 0px; }
      @media (max-width: 991px) {
        .collection-slider .slick-dots li button {
          margin-right: 10px; } }

.collection-slider .collection-slider__item {
  background: #a1acab; }

.collection-slider .collection-slider__current-slider svg path {
  opacity: 0.5; }

.collection-slider .collection-slider__current-slider span {
  color: #fff; }

.collection-slider__short-description {
  color: #fff;
  left: 240px;
  bottom: 75px;
  position: absolute;
  width: 80%;
  max-width: 480px; }
  @media (max-width: 1640px) {
    .collection-slider__short-description {
      left: 220px; } }
  @media (max-width: 1399px) {
    .collection-slider__short-description {
      left: 200px; } }
  @media (max-width: 1098px) {
    .collection-slider__short-description {
      left: 160px; } }
  @media (max-width: 991px) {
    .collection-slider__short-description {
      left: 20px;
      right: 20px;
      bottom: 120px; } }
  .collection-slider__short-description span {
    font-weight: bold;
    text-transform: uppercase; }
  .collection-slider__short-description p {
    padding: 40px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.5;
    margin: 0px; }
    @media (max-width: 991px) {
      .collection-slider__short-description p {
        font-size: 16px;
        padding-top: 20px; } }

.collection-slider__content {
  z-index: 2;
  color: #fff;
  margin: 0;
  max-width: 760px;
  position: absolute;
  left: 50%;
  top: 48%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 991px) {
    .collection-slider__content {
      top: 44%; } }

.collection-slider__title {
  font-size: 150px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  transform: translateY(50px); }
  @media (max-width: 1098px) {
    .collection-slider__title {
      font-size: 120px; } }
  @media (max-width: 991px) {
    .collection-slider__title {
      font-size: 55px; } }

.slick-active .collection-slider__title.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 500ms; }

.collection-slider__buttons {
  padding: 65px 0px 0px 0px;
  opacity: 0;
  transform: translateY(50px); }
  @media (max-width: 991px) {
    .collection-slider__buttons {
      padding-top: 75px; } }
	  @media (max-width: 520px) {
    .collection-slider__buttons {
      padding-top: 95px; } }
  .collection-slider__buttons a {
    display: inline-block;
    margin: 0px 5px;
    padding: 5px 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    letter-spacing: 0.75px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .collection-slider__buttons a {
        padding: 5px 27px; } }
    .collection-slider__buttons a.without-background {
      background: rgba(0,0,0,0.2);
      color: #fff;
      font-size: 24px;}
      .collection-slider__buttons a.without-background:hover {
        background: #fff;
        color: #000; }

.slick-active .collection-slider__buttons.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1000ms ease;
  transition-delay: 700ms; }

/* ==========================================================================
   13.8 #HOME COLLECTION - VIDEO
   ========================================================================== */
.collection-video {
  height: 960px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1098px) {
    .collection-video {
      height: 800px; } }
  @media (max-width: 991px) {
    .collection-video {
      height: 720px; } }

.collection-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }
  .collection-video__iframe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .collection-video__iframe iframe {
    width: 150%;
    height: 150%;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: -25%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }

.collection-video__content {
  top: 50%;
  left: 50px;
  right: 50px;
  color: #fff;
  margin: 0 auto;
  z-index: 5;
  max-width: 840px;
  position: absolute;
  transform: translateY(-50%);
  padding-top: 50px;
  text-align: center; }
  @media (max-width: 991px) {
    .collection-video__content {
      padding-top: 0px; } }

.collection-video__title {
  font-size: 100px;
  line-height: 1;
  padding: 0px 0px 45px 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1098px) {
    .collection-video__title {
      font-size: 72px; } }
  @media (max-width: 991px) {
    .collection-video__title {
      font-size: 48px;
      padding-bottom: 35px; } }

.collection-video__subtitle {
  font-size: 48px;
  padding: 0px 0px 35px 0px;
  margin: 0px;
  color: #fff; }
  @media (max-width: 1098px) {
    .collection-video__subtitle {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .collection-video__subtitle {
      font-size: 28px; } }

.collection-video__description {
  font-size: 24px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 1098px) {
    .collection-video__description {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .collection-video__description {
      font-size: 16px; } }

.collection-video__buttons {
  padding: 120px 0px 0px 0px; }
  @media (max-width: 991px) {
    .collection-video__buttons {
      padding-top: 60px; } }
  .collection-video__buttons a {
    display: inline-block;
    margin: 0px 5px;
    padding: 14px 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    letter-spacing: 0.75px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .collection-video__buttons a {
        padding: 9px 27px; } }
    .collection-video__buttons a.without-background {
      background: none;
      color: #fff; }
      .collection-video__buttons a.without-background:hover {
        background: #fff;
        color: #000; }

/* ==========================================================================
   14. Home dark styles
   ========================================================================== */
/* ==========================================================================
   14.1 #HOME DARK - BANNERS
   ========================================================================== */
@media (max-width: 1199px) {
  .dark-banners {
    padding-top: 65px; } }

@media (max-width: 991px) {
  .dark-banners {
    padding-top: 25px; } }

.dark-banners .row {
  margin: 0px -45px; }
  .dark-banners .row > div {
    padding: 0px 45px; }

.dark-banners .featured-product {
  margin-top: 95px; }
  @media (max-width: 1199px) {
    .dark-banners .featured-product {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .dark-banners .featured-product {
      margin-top: 20px; } }

.dark-banners .featured-product__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222; }
  .dark-banners .featured-product__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.dark-banners .featured-product__category {
  color: #eaddc7;
  font-size: 14px; }

.dark-banners .featured-product__product-name {
  color: #fbf7ef; }

.dark-banners .featured-product__product-description {
  color: #ccc; }

.dark-banners .button {
  color: #fbf7ef;
  border-color: #fbf7ef;
  border-width: 1px;
  font-weight: 600; }
  .dark-banners .button:hover {
    color: #fff;
    background: #da5f39;
    border-color: #da5f39; }

/* ==========================================================================
   14.2 #HOME DARK - BESTSELLER PRODUCT
   ========================================================================== */
.dark-bestseller-product {
  background: #e9e8e6;
  padding-top: 140px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .dark-bestseller-product {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .dark-bestseller-product .product__mobile-gallery {
      margin: 0px -21px 35px -21px;
      position: relative; }
      .dark-bestseller-product .product__mobile-gallery:before {
        display: none; } }
  .dark-bestseller-product .product__right {
    min-width: 1px;
    width: 400px; }
    @media (max-width: 991px) {
      .dark-bestseller-product .product__right {
        width: 100%; } }
  .dark-bestseller-product .product__socials {
    border: none;
    padding-bottom: 50px; }
  .dark-bestseller-product .product__buy-now .second-button {
    background: #da5f39; }
  .dark-bestseller-product .product__add-to-cart .eighth-button {
    border-color: #999;
    font-weight: 600; }
  .dark-bestseller-product .product__sizes select {
    background: none;
    border-color: #999; }
  .dark-bestseller-product .product-quantity__input {
    border-color: #999;
    background: none; }

.dark-bestseller-product__title {
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .dark-bestseller-product__title {
      padding-bottom: 50px; } }

/* ==========================================================================
   14.3 #HOME DARK - BRANDS
   ========================================================================== */
.dark-brands .home-brands__items {
  padding: 120px 0px 0px 0px;
  margin: 0px;
  border: none; }
  @media (max-width: 991px) {
    .dark-brands .home-brands__items {
      padding-top: 30px; } }

/* ==========================================================================
   14.4 #HOME DARK - FOOTER
   ========================================================================== */
.dark-footer {
  padding: 175px 0px 125px 0px; }
  @media (max-width: 991px) {
    .dark-footer {
      padding: 70px 0px 60px 0px; } }

.dark-footer--type-2 {
  padding-top: 0px; }

.dark-footer__top {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .dark-footer__top {
      border: none; } }
  @media (max-width: 991px) {
    .dark-footer__top .row {
      margin: 0px -20px; } }
  .dark-footer__top .row > div {
    border-left: 1px solid #dbdbdb; }
    @media (max-width: 991px) {
      .dark-footer__top .row > div {
        padding: 0px 20px;
        border: none;
        border-bottom: 1px solid #dbdbdb !important; }
        .dark-footer__top .row > div:first-child {
          border-top: 1px solid #dbdbdb !important; } }
    .dark-footer__top .row > div:first-child {
      border: none; }

.dark-footer__about {
  padding: 80px 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .dark-footer__about {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .dark-footer__about {
      padding: 50px 20px; } }

.dark-footer__title {
  font-size: 18px;
  padding: 0px 0px 25px 0px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 991px) {
    .dark-footer__title {
      font-size: 16px; } }

.dark-footer__description {
  font-size: 16px;
  line-height: 26px;
  color: #999999; }
  @media (max-width: 991px) {
    .dark-footer__description {
      font-size: 14px;
      line-height: 24px; } }

.dark-footer__social {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .dark-footer__social {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .dark-footer__social {
      padding: 50px 20px; } }

.dark-footer__social-item {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #999999;
  margin: 6px 12px 0px 12px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .dark-footer__social-item {
      font-size: 18px; } }

.dark-footer__newsletter {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .dark-footer__newsletter {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .dark-footer__newsletter {
      padding: 50px 20px; } }

.dark-footer__newsletter-form {
  position: relative; }

.dark-footer__newsleter-input {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
  color: #000;
  font-size: 16px;
  padding: 11px 130px 11px 20px;
  outline: none; }
  @media (max-width: 991px) {
    .dark-footer__newsleter-input {
      font-size: 14px;
      padding-top: 9px;
      padding-bottom: 9px; } }
  .dark-footer__newsleter-input::-webkit-input-placeholder {
    color: #cccccc; }
  .dark-footer__newsleter-input::-moz-placeholder {
    color: #cccccc; }
  .dark-footer__newsleter-input:-ms-input-placeholder {
    color: #cccccc; }
  .dark-footer__newsleter-input:-moz-placeholder {
    color: #cccccc; }

.dark-footer__newsletter-button {
  right: 10px;
  top: 13px;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.5px;
  display: block;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  @media (max-width: 991px) {
    .dark-footer__newsletter-button {
      font-size: 12px;
      top: 10px; } }

.dark-footer__menu {
  list-style: none;
  padding: 50px 0px 0px 0px;
  margin: 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .dark-footer__menu {
      padding-top: 40px;
      overflow-x: scroll;
      white-space: nowrap; } }
  .dark-footer__menu li {
    margin: 0px 26px;
    display: inline-block; }
    @media (max-width: 991px) {
      .dark-footer__menu li {
        margin: 0px 18px; } }
    .dark-footer__menu li a {
      color: #666;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 16px; }
      @media (max-width: 991px) {
        .dark-footer__menu li a {
          font-size: 12px; } }
      .dark-footer__menu li a:hover {
        color: #000; }

.dark-footer__copyright {
  text-align: center;
  padding: 45px 0px 0px 0px;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .dark-footer__copyright {
      font-size: 14px;
      padding-top: 30px; } }
  .dark-footer__copyright span {
    color: #000; }

/* ==========================================================================
   14.5 #HOME DARK - HEADER
   ========================================================================== */
.header--type-5 {
  background: #232324; }
  .header--type-5 .header__promo-bar {
    background: #2b2b2c;
    color: #eaddc7; }
    .header--type-5 .header__promo-bar a {
      color: #eaddc7; }
  .header--type-5 .header__container {
    border: none;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 991px) {
      .header--type-5 .header__container {
        padding: 19px 0px; } }
  .header--type-5 .mobile-menu__open a {
    color: #eaddc7; }
  .header--type-5 .mobile-menu__logo {
    color: #eaddc7; }
  .header--type-5 .mobile-menu__close a {
    color: #eaddc7; }
  .header--type-5 .mobile-menu__nav > li {
    border-bottom: 1px dashed rgba(234, 221, 199, 0.1); }
  .header--type-5 .mobile-menu__nav > li > a {
    color: #eaddc7; }
  .header--type-5 .mobile-menu__dropdown-btn {
    color: rgba(234, 221, 199, 0.5);
    border-color: rgba(234, 221, 199, 0.5); }
  .header--type-5 .mobile-menu__dropdown-menu li a {
    color: #eaddc7; }
  .header--type-5 .header__logo {
    color: #eaddc7;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    .header--type-5 .header__logo a {
      color: #eaddc7; }
  .header--type-5 .header__nav > li {
    margin: 0px 55px 0px 0px; }
    @media (max-width: 1199px) {
      .header--type-5 .header__nav > li {
        margin-right: 40px; } }
    @media (max-width: 1098px) {
      .header--type-5 .header__nav > li {
        margin-right: 35px; } }
  .header--type-5 .nav__item {
    color: #eaddc7; }
  .header--type-5 .nav__item:after {
    display: none; }
  .header--type-5 .header__right {
    margin-left: auto; }
  .header--type-5 .header__right > li > a {
    color: #eaddc7; }
  .header--type-5 .header__right > li > a span {
    background: #da5f39; }

/* ==========================================================================
   14.6 #HOME DARK - INTRO TEXT
   ========================================================================== */
.dark-intro-text {
  padding-top: 130px;
  text-align: center; }
  @media (max-width: 991px) {
    .dark-intro-text {
      padding-top: 70px; } }

.dark-intro-text__title {
  padding: 0px;
  margin: 0px; }

.dark-intro-text__description {
  line-height: 2;
  max-width: 820px;
  margin: 0px auto;
  padding: 38px 0px 0px 0px; }
  @media (max-width: 991px) {
    .dark-intro-text__description {
      padding: 30px 0px 0px 0px;
      line-height: 1.8; } }

/* ==========================================================================
   14.7 #HOME DARK - OUR PRODUCTS
   ========================================================================== */
.dark-our-products {
  padding-bottom: 0px; }
  .dark-our-products .our-products__nav li a {
    font-size: 18px; }
    @media (max-width: 991px) {
      .dark-our-products .our-products__nav li a {
        font-size: 14px; } }
  .dark-our-products .our-products__nav li a i {
    margin-top: 2px; }
    @media (max-width: 991px) {
      .dark-our-products .our-products__nav li a i {
        font-size: 18px; } }
  .dark-our-products .eighth-button {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-color: #000; }
    @media (max-width: 1199px) {
      .dark-our-products .eighth-button {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .dark-our-products .eighth-button {
        font-size: 13px;
        display: block;
        margin: 0px 0px 10px 0px; }
        .dark-our-products .eighth-button:last-of-type {
          margin: 0px; } }
    .dark-our-products .eighth-button:hover {
      border-color: #da5f39;
      background: #da5f39;
      color: #fff; }
  @media (max-width: 991px) {
    .dark-our-products .row {
      margin: 0px -5px; } }
  @media (max-width: 991px) {
    .dark-our-products .row > div {
      padding: 0px 5px; } }
  @media (max-width: 991px) {
    .dark-our-products .product-grid-item {
      margin-bottom: 25px; } }
  @media (max-width: 991px) {
    .dark-our-products .col-6 .product-grid-item__colors {
      margin-top: 10px; }
      .dark-our-products .col-6 .product-grid-item__colors .product-grid-item__color {
        width: 8px;
        height: 8px; }
    .dark-our-products .col-6 .product-grid-item__image-colors {
      padding-top: 15px; }
      .dark-our-products .col-6 .product-grid-item__image-colors li {
        width: 28px;
        margin: 5px 5px 0px 0px; }
    .dark-our-products .col-6 .product-grid-item__sizes {
      padding-top: 10px; }
    .dark-our-products .col-6 .product-grid-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; }
    .dark-our-products .col-6 .product-grid-item__tag {
      left: 11px;
      top: 14px;
      font-size: 9px;
      padding: 4px 9px; }
    .dark-our-products .col-6 .product-grid-item__feature {
      font-size: 10px;
      margin-bottom: -15px;
      padding: 15px 0px 0px 0px; }
    .dark-our-products .col-6 .product-grid-item__name {
      margin-top: 15px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dark-our-products .col-6 .product-grid-item__price {
      padding-top: 3px; }
    .dark-our-products .col-6 .product-grid-item__rating,
    .dark-our-products .col-6 .product-grid-item__wishlist-right {
      display: none; } }

/* ==========================================================================
   14.8 #HOME DARK - SLIDER
   ========================================================================== */
.dark-slider {
  background: #3d3e40;
  position: relative;
  overflow: hidden; }
  .dark-slider .slick-prev {
    display: block !important;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    opacity: 0.35;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    font-size: 0px;
    background: none;
    border: none;
    outline: none; }
    @media (max-width: 1399px) {
      .dark-slider .slick-prev {
        left: 60px; } }
    @media (max-width: 1199px) {
      .dark-slider .slick-prev {
        left: 40px; } }
    @media (max-width: 991px) {
      .dark-slider .slick-prev {
        display: none !important; } }
    .dark-slider .slick-prev:hover {
      opacity: 1; }
    .dark-slider .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #fbf7ef; }
  .dark-slider .slick-next {
    display: block !important;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    opacity: 0.35;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    font-size: 0px;
    background: none;
    border: none;
    outline: none; }
    @media (max-width: 1399px) {
      .dark-slider .slick-next {
        right: 60px; } }
    @media (max-width: 1199px) {
      .dark-slider .slick-next {
        right: 40px; } }
    @media (max-width: 991px) {
      .dark-slider .slick-next {
        display: none !important; } }
    .dark-slider .slick-next:hover {
      opacity: 1; }
    .dark-slider .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #fbf7ef; }
  .dark-slider .slick-dots {
    display: block !important;
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    right: 20px;
    left: 20px;
    text-align: center;
    bottom: 55px;
    z-index: 10; }
    @media (max-width: 991px) {
      .dark-slider .slick-dots {
        bottom: 35px; } }
    .dark-slider .slick-dots li {
      display: inline-block;
      vertical-align: top; }
      .dark-slider .slick-dots li.slick-active button {
        border-color: #fff; }
      .dark-slider .slick-dots li button {
        width: 25px;
        height: 25px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        border-radius: 100%;
        display: block;
        border: 1px solid #fff;
        border-color: transparent;
        background: none;
        font-size: 0px;
        outline: none; }
        .dark-slider .slick-dots li button:before {
          top: 50%;
          left: 50%;
          width: 6px;
          height: 6px;
          content: "";
          position: absolute;
          border-radius: 100%;
          background-color: #fff;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%); }

.dark-slider__item {
  height: 930px;
  display: none !important; }
  @media (max-width: 991px) {
    .dark-slider__item {
      height: 480px; } }
  .dark-slider__item:first-of-type {
    display: block !important; }

.dark-slider__image img {
  display: block;
  width: 100%;
  height: 930px;
  object-fit: cover;
  transition: all 7000ms linear; }
  @media (max-width: 991px) {
    .dark-slider__image img {
      object-position: 30% center;
      height: 480px; } }

.slick-slide.slick-active .dark-slider__image.is-active img {
  transform: scale(1.15); }

.opt-categories {
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
}
.dark-categories {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 45px; }
  @media (max-width: 991px) {
    .dark-categories {
      display: none; } }

.dark-categories__list {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .dark-categories__list li {
    margin: 0px auto;
    padding: 0px 30px; }
    .dark-categories__list li:first-child {
      padding-left: 0px;
      margin-left: 0px; }
    .dark-categories__list li:last-child {
      padding-right: 0px;
      margin-right: 0px; }
    .dark-categories__list li a {
      display: flex;
      align-items: center;
      color: #eaddc7; }
      .dark-categories__list li a:hover {
        color: #da5f39; }
      .dark-categories__list li a i {
        font-size: 40px;
        margin-right: 20px;
        display: block; }
        @media (max-width: 1199px) {
          .dark-categories__list li a i {
            font-size: 38px; } }
        @media (max-width: 1098px) {
          .dark-categories__list li a i {
            font-size: 36px; } }
      .dark-categories__list li a span {
        display: block;
        position: relative;
        letter-spacing: 0.75px;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .dark-categories__list li a span {
            font-size: 15px;
            line-height: 22px; } }
.opt-categories .dark-categories__list li a {
	color: #000;
}
.opt-categories .dark-categories__list li a:hover {
	color: #aea191;
}
.dark-slider__content {
  z-index: 1;
  margin: 0 auto;
  max-width: 750px;
  position: absolute;
  padding-top: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 90%;
  text-align: center; }
  @media (max-width: 991px) {
    .dark-slider__content {
      padding-top: 0px;
      padding-bottom: 30px; } }

.dark-slider__tag {
  color: #eaddc7;
  font-size: 24px;
  letter-spacing: 0.75px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px); }
  @media (max-width: 1199px) {
    .dark-slider__tag {
      font-size: 22px; } }
  @media (max-width: 1098px) {
    .dark-slider__tag {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .dark-slider__tag {
      font-size: 14px; } }

.slick-slide.slick-active .dark-slider__tag.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 500ms; }

.dark-slider__title {
  color: #fbf7ef;
  font-size: 100px;
  line-height: 1.2;
  padding: 20px 0px 80px 0px;
  margin: 0px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px); }
  @media (max-width: 1199px) {
    .dark-slider__title {
      font-size: 80px; } }
  @media (max-width: 1098px) {
    .dark-slider__title {
      font-size: 72px; } }
  @media (max-width: 991px) {
    .dark-slider__title {
      font-size: 36px;
      padding: 15px 0px 40px 0px; } }

.slick-slide.slick-active .dark-slider__title.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 700ms; }

.dark-slider__buttons {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px); }
  .dark-slider__buttons .third-button {
    display: inline-block;
    vertical-align: top;
    background: #da5f39;
    font-weight: 600; }
  .dark-slider__buttons .slider__view-lookbook {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 991px) {
      .dark-slider__buttons .slider__view-lookbook {
        display: none; } }
    .dark-slider__buttons .slider__view-lookbook a i {
      color: #fbf7ef;
      border-color: #fbf7ef;
      margin-right: 15px; }
    .dark-slider__buttons .slider__view-lookbook a span {
      color: #fbf7ef;
      font-size: 16px;
      line-height: 24px;
      padding-top: 4px; }

.slick-slide.slick-active .dark-slider__buttons.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms; }
.opt-dark-slider__content {
  z-index: 1;
  margin: 0 auto;
  max-width: 990px;
  position: absolute;
  padding-top: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 90%;
  text-align: center; }
  @media (max-width: 991px) {
    .opt-dark-slider__content {
      padding-top: 0px;
      padding-bottom: 30px; } }

.opt-page .opt-dark-slider__tag {
	color: #eaddc7;
	font-size: 24px;
	letter-spacing: 0.75px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	opacity: 1;
}
.opt-page:not(.form-style) .opt-dark-slider__tag {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.opt-page .opt-dark-slider__buttons {
  opacity: 1;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px); }
  .opt-page .opt-dark-slider__buttons .third-button {
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 1px solid #fff;
    font-weight: 300;
    padding: 10px 20px;}
  .opt-page .opt-dark-slider__buttons .third-button:hover {
    background: #aea191;
    border-color: #aea191;
  }
  .opt-page .opt-dark-slider__buttons .slider__view-lookbook {
    display: inline-block;
    vertical-align: top; }
.opt-page .opt-dark-slider__title {
  color: #fbf7ef;
  font-size: 48px;
  line-height: 1.2;
  padding: 20px 0px 80px 0px;
  margin: 0px;
  text-transform: uppercase;
  opacity: 1;
}
.opt-page.count-style .opt-dark-slider__title {
  padding: 20px 0px;
}
.opt-page:not(.count-style) .opt-dark-slider__title {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}
.opt-page .opt-dark-slider__description {
	color: #fff;
	font-size: 20px;
}
/* ==========================================================================
   14.9 #HOME DARK - TESTIMONIALS
   ========================================================================== */
.dark-testimonials {
  padding-top: 140px; }
  @media (max-width: 991px) {
    .dark-testimonials {
      padding-top: 70px; } }
  .dark-testimonials .slick-list {
    margin: 0px -40px; }
    @media (max-width: 991px) {
      .dark-testimonials .slick-list {
        margin: 0px -20px; } }
    .dark-testimonials .slick-list .slick-slide {
      padding: 0px 40px; }
      @media (max-width: 991px) {
        .dark-testimonials .slick-list .slick-slide {
          padding: 0px 20px; } }
  .dark-testimonials .slick-prev {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .dark-testimonials .slick-prev {
        display: none !important; } }
    .dark-testimonials .slick-prev:hover:before {
      color: #000; }
    .dark-testimonials .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
  .dark-testimonials .slick-next {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1499px) {
      .dark-testimonials .slick-next {
        display: none !important; } }
    .dark-testimonials .slick-next:hover:before {
      color: #000; }
    .dark-testimonials .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.dark-testimonials__title {
  text-align: center;
  padding: 0px 0px 70px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .dark-testimonials__title {
      padding: 0px 0px 40px 0px; } }

.dark-testimonial {
  display: block !important;
  padding: 60px;
  border: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .dark-testimonial {
      padding: 30px; } }

.dark-testimonial__author {
  display: flex;
  align-items: center; }

.dark-testimonial__avatar {
  width: 60px;
  min-width: 60px;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .dark-testimonial__avatar {
      width: 52px;
      min-width: 52px; } }
  .dark-testimonial__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
    @media (max-width: 991px) {
      .dark-testimonial__avatar img {
        width: 52px;
        height: 52px; } }

.dark-testimonial__author-icon {
  margin-left: auto;
  text-align: right;
  font-size: 36px;
  color: #999;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .dark-testimonial__author-icon {
      font-size: 24px; } }

.dark-testimonial__author-info > a {
  font-size: 20px;
  color: #000;
  line-height: 1.1; }
  @media (max-width: 991px) {
    .dark-testimonial__author-info > a {
      font-size: 17px; } }

.dark-testimonial__author-info p {
  padding: 3px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  color: #999;
  line-height: 1.1; }
  @media (max-width: 991px) {
    .dark-testimonial__author-info p {
      font-size: 14px; } }
  .dark-testimonial__author-info p a {
    color: #999; }

.dark-testimonial__content {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  padding: 40px 0px 0px 0px;
  margin: 0px -20px 0px 0px;
  position: relative; }
  @media (max-width: 1199px) {
    .dark-testimonial__content {
      font-size: 26px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .dark-testimonial__content {
      font-size: 22px;
      line-height: 30px;
      padding: 25px 0px 0px 0px;
      margin: 0px; } }
  .dark-testimonial__content a {
    color: #00ccff; }

/* ==========================================================================
   14.10#HOME DARK - VIDEO
   ========================================================================== */
.dark-video {
  margin-top: 135px;
  height: 750px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .dark-video {
      margin-top: 70px;
      height: 400px; } }

.dark-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }
  .dark-video__iframe iframe {
    width: 150%;
    height: 150%;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: -25%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }

.dark-video__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 60px;
  z-index: 3;
  transform: translateY(-50%);
  -wekbit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center; }
  @media (max-width: 991px) {
    .dark-video__content {
      padding-top: 20px; } }

.dark-video__title {
  max-width: 900px;
  margin: 0px auto;
  font-size: 36px;
  line-height: 60px;
  color: #fbf7ef; }
  @media (max-width: 1199px) {
    .dark-video__title {
      font-size: 32px;
      line-height: 54px; } }
  @media (max-width: 991px) {
    .dark-video__title {
      font-size: 18px;
      line-height: 28px; } }

.dark-video__action {
  padding: 90px 0px 0px 0px; }
  @media (max-width: 991px) {
    .dark-video__action {
      padding: 35px 0px 0px 0px; } }
  .dark-video__action a {
    color: #fbf7ef;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative; }
    @media (max-width: 991px) {
      .dark-video__action a {
        font-size: 12px; } }
    .dark-video__action a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 1px;
      background: #fbf7ef; }

/* ==========================================================================
   15. Home classic styles
   ========================================================================== */
/* ==========================================================================
   15.1 #HOME CLASSIC - BANNERS
   ========================================================================== */
.classic-banners .row {
  margin: 0px -10px; }
  .classic-banners .row > div {
    padding: 0px 10px; }

.classic-banners__banner {
  margin-top: 65px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .classic-banners__banner {
      margin-top: 20px; } }
  .classic-banners__banner:hover .classic-banner__image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2); }

.classic-banner__image img {
  display: block;
  width: 100%;
  height: 750px;
  object-fit: cover;
  transition: 1s all ease-in-out;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out; }
  @media (max-width: 1199px) {
    .classic-banner__image img {
      height: 600px; } }
  @media (max-width: 991px) {
    .classic-banner__image img {
      height: 440px; } }

.classic-banner__content {
  position: absolute;
  top: 55px;
  left: 60px;
  right: 60px;
  max-width: 300px; }
  @media (max-width: 991px) {
    .classic-banner__content {
      top: 30px;
      left: 30px;
      right: 30px;
      max-width: 200px; } }

.classic-banner__tag {
  padding: 0px 0px 20px 0px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .classic-banner__tag {
      font-size: 12px; } }

.classic-banner__title {
  color: #685d33;
  padding: 0px;
  margin: 0px; }

.classic-banner__action {
  position: absolute;
  left: 60px;
  bottom: 65px; }
  @media (max-width: 991px) {
    .classic-banner__action {
      left: 30px;
      bottom: 40px; } }
  .classic-banner__action a {
    display: inline-block;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px; }
    @media (max-width: 991px) {
      .classic-banner__action a {
        font-size: 17px; } }
    .classic-banner__action a:hover:before {
      width: 100%; }
    .classic-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 2px;
      background: #000;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.classic-banners__banner--white .classic-banner__tag {
  color: #fff; }

.classic-banners__banner--white .classic-banner__title {
  color: #fff; }

.classic-banners__banner--white .classic-banner__action a {
  color: #fff; }
  .classic-banners__banner--white .classic-banner__action a:before {
    background: #fff; }

/* ==========================================================================
   15.2 #HOME CLASSIC - BRANDS
   ========================================================================== */
.classic-brands .home-brands__items {
  padding: 80px 0px 80px 0px;
  margin: 0px;
  border: none; }
  @media (max-width: 991px) {
    .classic-brands .home-brands__items {
      padding: 35px 0px 55px 0px; } }

/* ==========================================================================
   15.3 #HOME CLASSIC - COLLECTION BANNERS
   ========================================================================== */
.classic-collection-banners {
  padding-top: 95px; }
  @media (max-width: 991px) {
    .classic-collection-banners {
      padding-top: 50px; } }

.classic-collection-banner {
  margin: 20px 0px 0px 0px;
  display: flex;
  background: #e9ecf2; }
  @media (max-width: 991px) {
    .classic-collection-banner {
      flex-wrap: wrap; } }

.classic-collection-banner__image {
  width: calc(100% - 400px); }
  @media (max-width: 991px) {
    .classic-collection-banner__image {
      width: 100%; } }
  .classic-collection-banner__image img {
    height: 500px;
    display: block;
    width: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .classic-collection-banner__image img {
        height: 360px; } }

.classic-collection-banner__content {
  max-width: 400px;
  padding: 50px 55px;
  position: relative; }
  @media (max-width: 991px) {
    .classic-collection-banner__content {
      width: 100%;
      order: 2;
      padding: 30px; } }

.classic-collection-banner__tag {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .classic-collection-banner__tag {
      font-size: 12px; } }

.classic-collection-banner__title {
  color: #353368;
  padding: 0px 0px 20px 0px;
  margin: 0px; }

.classic-collection-banner__description {
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .classic-collection-banner__description {
      font-size: 14px;
      line-height: 24px; } }

.classic-collection-banner__action {
  position: absolute;
  left: 60px;
  bottom: 70px;
  font-size: 20px; }
  @media (max-width: 991px) {
    .classic-collection-banner__action {
      left: auto;
      bottom: auto;
      position: relative;
      font-size: 17px;
      padding-top: 25px; } }
  .classic-collection-banner__action a {
    display: inline-block;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px; }
    @media (max-width: 991px) {
      .classic-collection-banner__action a {
        font-size: 17px; } }
    .classic-collection-banner__action a:hover:before {
      width: 100%; }
    .classic-collection-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 2px;
      background: #000;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.classic-collection-banner--type-2 {
  background: #f4f1ed; }
  .classic-collection-banner--type-2 .classic-collection-banner__title {
    color: #685233; }

/* ==========================================================================
   15.4 #HOME CLASSIC - FOOTER
   ========================================================================== */
.classic-footer {
  background: #f5f4f2;
  border: none; }
  .classic-footer .footer__logo {
    color: #685d33; }

.home-classic .classic-footer {
  margin-top: 200px; }
  @media (max-width: 991px) {
    .home-classic .classic-footer {
      margin-top: 90px; } }

/* ==========================================================================
   15.5 #HOME CLASSIC - HEADER
   ========================================================================== */
.header--type-6 .header__promo-bar {
  background: #d8d2ba; }

.header--type-6 .header__container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-color: #dbdbdb; }
  @media (max-width: 991px) {
    .header--type-6 .header__container {
      padding-top: 19px;
      padding-bottom: 19px; } }

.header--type-6 .header__search {
  width: 275px;
  padding: 0px;
  margin: 0px;
  position: relative; }
  @media (max-width: 991px) {
    .header--type-6 .header__search {
      display: none; } }

.header--type-6 .header-search__input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  padding-left: 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px; }

.header--type-6 .header-search__button {
  left: 0;
  top: 1px;
  position: absolute;
  display: block;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px; }

.header--type-6 .header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .header--type-6 .header__logo a {
    color: #685d33; }

.header--type-6 .header__right {
  margin-left: auto; }

.header--type-6 .header__right > li > a span {
  background: #d8d2ba;
  color: #000; }

.header--type-6 .header__nav {
  position: relative; }
  .header--type-6 .header__nav > li:first-child {
    margin-left: auto; }
    .header--type-6 .header__nav > li:first-child .nav__item:after {
      display: none; }
  .header--type-6 .header__nav > li:last-child {
    margin-right: auto; }

.header--type-6 .nav__item {
  padding-top: 25px;
  padding-bottom: 25px; }
  .header--type-6 .nav__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0px;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1299px) {
      .header--type-6 .nav__item:after {
        left: -27px; } }
    @media (max-width: 1098px) {
      .header--type-6 .nav__item:after {
        left: -20px; } }

/* ==========================================================================
   15.6 #HOME CLASSIC - INTRO TEXT
   ========================================================================== */
.classic-intro-text {
  margin: 110px 0px 0px 0px;
  text-align: center;
  padding: 0px; }
  @media (max-width: 991px) {
    .classic-intro-text {
      margin-top: 65px; } }

.classic-intro-text__text {
  padding: 0px;
  margin: 0px auto;
  font-size: 24px;
  line-height: 44px;
  max-width: 1025px; }
  @media (max-width: 1098px) {
    .classic-intro-text__text {
      font-size: 22px;
      line-height: 40px; } }
  @media (max-width: 991px) {
    .classic-intro-text__text {
      font-size: 17px;
      line-height: 1.8; } }

/* ==========================================================================
   15.7 #HOME CLASSIC - LIMITED EDITION
   ========================================================================== */
.classic-limited-edition {
  padding: 120px 0px 100px 0px; }
  @media (max-width: 991px) {
    .classic-limited-edition {
      padding: 70px 0px 60px 0px; } }
  .classic-limited-edition .slick-prev {
    left: -120px; }
  .classic-limited-edition .slick-next {
    right: -120px; }
  @media (min-width: 992px) {
    .classic-limited-edition .slick-dots {
      display: none !important; } }
  .classic-limited-edition .our-products__title {
    text-align: center;
    padding: 0px 0px 65px 0px;
    margin: 0px;
    font-size: 36px; }
    @media (max-width: 991px) {
      .classic-limited-edition .our-products__title {
        font-size: 24px;
        padding: 0px 0px 45px 0px; } }

.classic-limited-edition--type-2 {
  padding-bottom: 175px !important;
  padding-top: 0px !important; }
  @media (max-width: 991px) {
    .classic-limited-edition--type-2 {
      padding-bottom: 90px !important; } }

/* ==========================================================================
   15.8 #HOME CLASSIC - NEWSLETTER
   ========================================================================== */
.classic-newsletter {
  margin: 130px 0px 0px 0px; }
  @media (max-width: 991px) {
    .classic-newsletter {
      margin: 70px 0px 0px 0px; } }

.classic-newsletter__container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 70px;
  min-height: 370px; }
  @media (max-width: 1350px) {
    .classic-newsletter__container {
      border: 10px solid #e6dfd4; } }
  @media (max-width: 991px) {
    .classic-newsletter__container {
      border-width: 5px;
      padding: 30px;
      min-height: 1px; } }

.classic-newsletter__background-image {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1; }
  @media (max-width: 1350px) {
    .classic-newsletter__background-image {
      display: none; } }
  .classic-newsletter__background-image img {
    display: block;
    width: 100%; }

.classic-newsletter__title {
  padding-left: 100px;
  position: relative;
  margin-right: -30px; }
  @media (max-width: 1350px) {
    .classic-newsletter__title {
      padding-left: 60px; } }
  @media (max-width: 991px) {
    .classic-newsletter__title {
      padding: 0px;
      margin: 0px; } }
  .classic-newsletter__title > span {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .classic-newsletter__title > span {
        font-size: 12px; } }
  .classic-newsletter__title h4 {
    color: #685d33;
    padding: 30px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .classic-newsletter__title h4 {
        padding-top: 15px; } }
    .classic-newsletter__title h4 span {
      color: #f45828; }

.classic-newsletter__right {
  padding: 0px 90px; }
  @media (max-width: 1350px) {
    .classic-newsletter__right {
      padding: 0px 60px; } }
  @media (max-width: 991px) {
    .classic-newsletter__right {
      padding: 20px 0px 0px 0px; } }

.classic-newsletter-form {
  margin-top: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .classic-newsletter-form {
      margin-top: 25px; } }

.classic-newsleter-input {
  display: block;
  width: 100%;
  border: 1px solid #d0d0d0;
  color: #000;
  font-size: 18px;
  padding: 14px 130px 14px 20px;
  outline: none; }
  @media (max-width: 991px) {
    .classic-newsleter-input {
      font-size: 14px;
      padding-top: 9px;
      padding-bottom: 9px; } }
  .classic-newsleter-input::-webkit-input-placeholder {
    color: #666; }
  .classic-newsleter-input::-moz-placeholder {
    color: #666; }
  .classic-newsleter-input:-ms-input-placeholder {
    color: #666; }
  .classic-newsleter-input:-moz-placeholder {
    color: #666; }

.classic-newsletter-button {
  right: 20px;
  top: 13px;
  color: #000;
  border: none;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.5px;
  display: block;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  @media (max-width: 991px) {
    .classic-newsletter-button {
      font-size: 12px;
      top: 10px;
      right: 10px; } }

.classic-newsletter__policy {
  padding: 35px 0px 0px 0px;
  font-size: 16px;
  color: #999; }
  @media (max-width: 991px) {
    .classic-newsletter__policy {
      font-size: 13px;
      padding: 25px 0px 0px 0px; } }
  .classic-newsletter__policy a {
    color: #000;
    text-decoration: underline; }

/* ==========================================================================
   15.9#HOME CLASSIC - OUR JOURNAL
   ========================================================================== */
.classic-our-journal .row {
  margin: 0px -30px; }
  .classic-our-journal .row > div {
    padding: 0px 30px; }

.classic-our-journal .our-journal__title {
  text-align: center;
  padding: 100px 0px 60px 0px;
  margin: 0px;
  font-size: 36px; }
  @media (max-width: 991px) {
    .classic-our-journal .our-journal__title {
      font-size: 24px;
      padding-top: 70px;
      padding-bottom: 20px; } }

.classic-our-journal .blog-article {
  margin: 0px; }
  @media (max-width: 991px) {
    .classic-our-journal .blog-article {
      margin: 40px 0px 0px 0px; } }

/* ==========================================================================
   15.10 #HOME CLASSIC - OUR PRODUCTS
   ========================================================================== */
.classic-our-products {
  padding: 90px 0px 0px 0px; }
  @media (max-width: 991px) {
    .classic-our-products {
      padding-top: 65px; } }
  .classic-our-products .slick-prev {
    left: -120px; }
  .classic-our-products .slick-next {
    right: -120px; }
  .classic-our-products .our-products__title {
    text-align: center;
    padding: 0px 0px 55px 0px;
    font-size: 36px; }
    @media (max-width: 991px) {
      .classic-our-products .our-products__title {
        padding-bottom: 35px;
        font-size: 24px; } }
  .classic-our-products .our-products__nav {
    padding-bottom: 45px; }
    @media (max-width: 991px) {
      .classic-our-products .our-products__nav {
        padding: 0px;
        margin: 0px 0px 40px 0px; } }
    .classic-our-products .our-products__nav li {
      margin: 0px 35px; }
      @media (max-width: 991px) {
        .classic-our-products .our-products__nav li {
          margin: 0px 18px; } }
      .classic-our-products .our-products__nav li:first-child {
        margin-left: auto; }
      .classic-our-products .our-products__nav li:last-child {
        margin-right: auto; }
      .classic-our-products .our-products__nav li a {
        font-size: 18px;
        letter-spacing: 1px;
        color: #000; }
        @media (max-width: 991px) {
          .classic-our-products .our-products__nav li a {
            font-size: 13px;
            letter-spacing: 0.5px; } }
        .classic-our-products .our-products__nav li a:hover {
          color: #b5af95; }
        .classic-our-products .our-products__nav li a.active {
          font-weight: 400;
          color: #b5af95; }
  .classic-our-products .slick-dots li.slick-active button {
    background: #d8d2ba; }

/* ==========================================================================
   16. Home best selling styles
   ========================================================================== */
/* ==========================================================================
   16.1 #HOME BEST SELLING - HEADER
   ========================================================================== */
.header--type-4-black .mobile-menu__open a {
  color: #000; }

.header--type-4-black .header__logo a {
  color: #000; }

.header--type-4-black .header__desktop-menu a {
  color: #000; }

.header--type-4-black .header__right > li > a {
  color: #000; }

.header--type-4-black .header__right > li > a span {
  background: #5e4d30; }

/* ==========================================================================
   16.2 #HOME BEST SELLING - SLIDER
   ========================================================================== */
.best-selling-slider .slick-slide {
  border: none; }

.best-selling-slider .slick-dots {
  display: block !important;
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  right: 80px;
  bottom: 90px;
  z-index: 10; }
  @media (max-width: 1399px) {
    .best-selling-slider .slick-dots {
      right: 70px; } }
  @media (max-width: 1098px) {
    .best-selling-slider .slick-dots {
      right: 50px; } }
  @media (max-width: 991px) {
    .best-selling-slider .slick-dots {
      right: 40px;
      width: 95%;
      max-width: 335px;
      bottom: 50px; } }
  .best-selling-slider .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .best-selling-slider .slick-dots li.slick-active button {
      border-color: #fff; }
    .best-selling-slider .slick-dots li button {
      width: 25px;
      height: 25px;
      margin-left: 10px;
      position: relative;
      border-radius: 100%;
      display: block;
      border: 1px solid #fff;
      border-color: transparent;
      background: none;
      font-size: 0px;
      outline: none; }
      .best-selling-slider .slick-dots li button:before {
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }

.best-selling-slider__item {
  min-height: 100vh;
  height: 1080px;
  position: relative;
  display: none !important;
  background: #795d4b; }
  .best-selling-slider__item:first-of-type {
    display: block !important; }
  @media (max-width: 1199px) {
    .best-selling-slider__item {
      height: 1000px; } }
  @media (max-width: 991px) {
    .best-selling-slider__item {
      height: auto; } }

/* Image */
.best-selling-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media (max-width: 991px) {
    .best-selling-slider__image {
      position: relative;
      padding-top: 60px; } }
  .best-selling-slider__image img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .best-selling-slider__image img {
        width: auto;
        margin: 0px;
        height: 320px;
        object-position: 38%;
        position: relative; } }
    .best-selling-slider__image img.active {
      display: block; }

/* Current slider */
.best-selling-slider__current-slider {
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 9;
  text-align: center; }
  @media (max-width: 1399px) {
    .best-selling-slider__current-slider {
      left: 65px; } }
  @media (max-width: 1098px) {
    .best-selling-slider__current-slider {
      left: 45px; } }
  @media (max-width: 991px) {
    .best-selling-slider__current-slider {
      display: none; } }
  .best-selling-slider__current-slider span {
    display: block;
    color: #a4846e;
    font-size: 36px;
    font-weight: 300;
    padding-right: 3px; }
    .best-selling-slider__current-slider span.current-slider {
      color: #000; }
  .best-selling-slider__current-slider svg path {
    fill: #000 !important;
    opacity: 0.25; }

.best-selling-slider .slick-prev {
  display: none; }

.best-selling-slider .slick-next {
  display: none; }

.best-selling-slider .slick-dots {
  top: 26%;
  left: 80px;
  right: auto;
  bottom: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }
  @media (max-width: 1399px) {
    .best-selling-slider .slick-dots {
      left: 70px; } }
  @media (max-width: 1098px) {
    .best-selling-slider .slick-dots {
      left: 50px; } }
  @media (max-width: 991px) {
    .best-selling-slider .slick-dots {
      left: 20px;
      top: auto;
      right: auto;
      bottom: 25px; } }
  .best-selling-slider .slick-dots li {
    display: block; }
    .best-selling-slider .slick-dots li.slick-active button {
      border-color: #000; }
      .best-selling-slider .slick-dots li.slick-active button:before {
        background: #000; }
    @media (max-width: 991px) {
      .best-selling-slider .slick-dots li {
        display: inline-block; } }
    .best-selling-slider .slick-dots li button {
      margin: 10px 0px; }
      .best-selling-slider .slick-dots li button:before {
        background: #bfb6a7; }
      @media (max-width: 991px) {
        .best-selling-slider .slick-dots li button {
          margin-right: 10px; } }

.best-selling-slider .best-selling-slider__item {
  background: #e6e1d8; }

.best-selling-slider .best-selling-slider__current-slider span {
  color: #000; }

.best-selling-slider__short-description {
  color: #000;
  left: 240px;
  bottom: 75px;
  position: absolute;
  width: 80%;
  max-width: 480px; }
  @media (max-width: 1640px) {
    .best-selling-slider__short-description {
      left: 220px; } }
  @media (max-width: 1399px) {
    .best-selling-slider__short-description {
      left: 200px; } }
  @media (max-width: 1300px) {
    .best-selling-slider__short-description {
      display: none; } }
  @media (max-width: 1098px) {
    .best-selling-slider__short-description {
      left: 160px; } }
  @media (max-width: 991px) {
    .best-selling-slider__short-description {
      left: 20px;
      right: 20px;
      bottom: 120px; } }
  .best-selling-slider__short-description span {
    font-weight: bold;
    text-transform: uppercase; }
  .best-selling-slider__short-description p {
    padding: 40px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.5;
    margin: 0px;
    color: #666; }
    @media (max-width: 991px) {
      .best-selling-slider__short-description p {
        font-size: 16px;
        padding-top: 20px; } }

.best-selling-slider__shop-all {
  position: absolute;
  right: 80px;
  bottom: 70px; }
  @media (max-width: 1399px) {
    .best-selling-slider__shop-all {
      right: 70px; } }
  @media (max-width: 1098px) {
    .best-selling-slider__shop-all {
      right: 50px; } }
  @media (max-width: 991px) {
    .best-selling-slider__shop-all {
      display: none; } }
  .best-selling-slider__shop-all a {
    font-size: 30px;
    color: #000; }

.best-selling-slider__content {
  top: 50%;
  right: 80px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 55px 60px 50px 60px;
  background-color: #fff;
  width: 40%;
  max-width: 495px;
  display: block; }
  @media (max-width: 1399px) {
    .best-selling-slider__content {
      padding: 45px;
      right: 70px; }
      .best-selling-slider__content .product__quantity {
        min-width: 100px; }
      .best-selling-slider__content .product-quantity__input {
        padding-left: 30px;
        padding-right: 30px; } }
  @media (max-width: 1098px) {
    .best-selling-slider__content {
      right: 50px; } }
  @media (max-width: 991px) {
    .best-selling-slider__content {
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: auto;
      max-width: 100%;
      padding: 0px 20px 100px 20px;
      background: none;
      position: relative;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }
      .best-selling-slider__content .product__sizes select,
      .best-selling-slider__content .product-quantity__input {
        background: none;
        border-color: rgba(0, 0, 0, 0.1); } }
  .best-selling-slider__content .product__title {
    font-size: 48px; }
    @media (max-width: 991px) {
      .best-selling-slider__content .product__title {
        font-size: 26px; } }
    .best-selling-slider__content .product__title a {
      color: #5e4d30; }
  .best-selling-slider__content .product__information {
    border-top: 1px solid #dedbd7;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .best-selling-slider__content .product__information {
        border-color: rgba(0, 0, 0, 0.1); } }
  .best-selling-slider__content .product__options {
    border: none;
    padding: 5px 0px 0px 0px;
    margin: 0px; }
  .best-selling-slider__content .product__action {
    padding: 0px; }
  .best-selling-slider__content .product__add-to-cart .eighth-button {
    background: #5e4d30;
    border-color: #5e4d30;
    color: #fff;
    font-weight: 600; }
  .best-selling-slider__content .product__second-action {
    border: none;
    padding: 0px;
    margin: 0px; }
  .best-selling-slider__content .product__socials {
    padding: 0px;
    margin: 28px 0px 0px auto;
    border: none; }
    .best-selling-slider__content .product__socials li {
      margin: 0px 0px 0px 22px; }
  .best-selling-slider__content .product__socials li i {
    font-size: 16px; }

/* ==========================================================================
   17. Home sidebar styles
   ========================================================================== */
/* ==========================================================================
   17.1 #HOME SIDEBAR CATEGORIES
   ========================================================================== */
.sidebar-categories {
  margin: 0px; }
  .sidebar-categories > div {
    padding: 0px; }
  .sidebar-categories .shop-category {
    margin: 0px; }

/* ==========================================================================
   17.2 #HOME SIDEBAR - FOOTER
   ========================================================================== */
.sidebar-footer {
  padding: 0px 0px 125px 0px;
  border-top: 1px solid #dbdbdb;
  overflow: hidden; }
  @media (max-width: 991px) {
    .sidebar-footer {
      padding-bottom: 55px; } }

.sidebar-footer__top {
  border-bottom: 1px solid #dbdbdb;
  margin: 0px -80px;
  position: relative; }
  @media (max-width: 1399px) {
    .sidebar-footer__top {
      margin: 0px -70px; } }
  @media (max-width: 1098px) {
    .sidebar-footer__top {
      margin: 0px -50px; } }
  @media (max-width: 991px) {
    .sidebar-footer__top {
      margin: 0px -20px; } }
  @media (max-width: 991px) {
    .sidebar-footer__top {
      border: none; } }
  @media (max-width: 991px) {
    .sidebar-footer__top .row {
      margin: 0px -20px; } }
  .sidebar-footer__top .row > div {
    border-left: 1px solid #dbdbdb; }
    @media (max-width: 991px) {
      .sidebar-footer__top .row > div {
        padding: 0px 20px;
        border: none !important;
        border-bottom: 1px solid #dbdbdb !important; } }
    .sidebar-footer__top .row > div:first-child {
      border: none; }

.sidebar-footer__about {
  padding: 80px 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .sidebar-footer__about {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .sidebar-footer__about {
      padding: 50px 20px; } }

.sidebar-footer__title {
  font-size: 18px;
  padding: 0px 0px 25px 0px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 991px) {
    .sidebar-footer__title {
      font-size: 16px; } }

.sidebar-footer__description {
  font-size: 16px;
  line-height: 26px;
  color: #999999; }
  @media (max-width: 991px) {
    .sidebar-footer__description {
      font-size: 14px;
      line-height: 24px; } }

.sidebar-footer__social {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .sidebar-footer__social {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .sidebar-footer__social {
      padding: 50px 20px; } }

.sidebar-footer__social-item {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #999999;
  margin: 6px 12px 0px 12px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 991px) {
    .sidebar-footer__social-item {
      font-size: 18px; } }

.sidebar-footer__newsletter {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .sidebar-footer__newsletter {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .sidebar-footer__newsletter {
      padding: 50px 20px; } }

.sidebar-footer__newsletter-form {
  position: relative; }

.sidebar-footer__newsleter-input {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
  color: #000;
  font-size: 16px;
  padding: 11px 130px 11px 20px;
  outline: none; }
  @media (max-width: 991px) {
    .sidebar-footer__newsleter-input {
      font-size: 14px;
      padding-top: 9px;
      padding-bottom: 9px; } }
  .sidebar-footer__newsleter-input::-webkit-input-placeholder {
    color: #cccccc; }
  .sidebar-footer__newsleter-input::-moz-placeholder {
    color: #cccccc; }
  .sidebar-footer__newsleter-input:-ms-input-placeholder {
    color: #cccccc; }
  .sidebar-footer__newsleter-input:-moz-placeholder {
    color: #cccccc; }

.sidebar-footer__newsletter-button {
  right: 10px;
  top: 13px;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.5px;
  display: block;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  @media (max-width: 991px) {
    .sidebar-footer__newsletter-button {
      font-size: 12px;
      top: 10px; } }

.sidebar-footer__menu {
  list-style: none;
  padding: 50px 0px 0px 0px;
  margin: 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .sidebar-footer__menu {
      padding-top: 40px;
      overflow-x: scroll;
      white-space: nowrap; } }
  .sidebar-footer__menu li {
    margin: 0px 26px;
    display: inline-block; }
    @media (max-width: 991px) {
      .sidebar-footer__menu li {
        margin: 0px 18px; } }
    .sidebar-footer__menu li a {
      color: #666;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 16px; }
      @media (max-width: 991px) {
        .sidebar-footer__menu li a {
          font-size: 12px; } }
      .sidebar-footer__menu li a:hover {
        color: #000; }

.sidebar-footer__copyright {
  text-align: center;
  padding: 45px 0px 0px 0px;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .sidebar-footer__copyright {
      font-size: 14px;
      padding-top: 30px; } }
  .sidebar-footer__copyright span {
    color: #000; }

/* ==========================================================================
   17.3 #HOME SIDEBAR HEADER
   ========================================================================== */
.home-sidebar #main {
  padding-left: 376px;
  overflow: visible; }
  @media (max-width: 1499px) {
    .home-sidebar #main {
      padding-left: 300px; } }
  @media (max-width: 1199px) {
    .home-sidebar #main {
      padding-left: 0px;
      overflow: hidden; } }

.sidebar-header--mobile {
  display: none;
  border-bottom: 1px solid #dbdbdb; }
  @media (max-width: 1199px) {
    .sidebar-header--mobile {
      display: block; } }
  .sidebar-header--mobile .header__mobile-menu {
    display: block; }
  .sidebar-header--mobile .mobile-menu {
    display: block; }
  .sidebar-header--mobile .header__container {
    border: none;
    padding-top: 18px;
    padding-bottom: 17px; }
  .sidebar-header--mobile .header__right {
    margin-left: auto; }
  .sidebar-header--mobile .header__right > li > a span {
    background: #da5e3a; }
  .sidebar-header--mobile .mobile-menu__overlay {
    background: rgba(0, 0, 0, 0.5); }
  .sidebar-header--mobile .mobile-menu__content {
    background: #fff; }
  .sidebar-header--mobile .mobile-menu__close a {
    color: #000; }
  .sidebar-header--mobile .mobile-menu__logo {
    color: #000; }
  .sidebar-header--mobile .mobile-menu__nav > li > a {
    color: #000; }
  .sidebar-header--mobile .mobile-menu__dropdown-btn {
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5); }
  .sidebar-header--mobile .mobile-menu__nav > li {
    border-color: rgba(0, 0, 0, 0.1); }
  .sidebar-header--mobile .mobile-menu__dropdown-menu li a {
    color: #000; }

.sidebar-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 376px;
  border-right: 1px solid #e3e3e3;
  z-index: 990;
  padding: 70px 70px 70px 70px; }
  @media (max-width: 1499px) {
    .sidebar-header {
      width: 300px;
      padding: 40px; } }
  @media (max-width: 1199px) {
    .sidebar-header {
      display: none; } }
  .sidebar-header .header__search {
    width: 100%;
    padding: 0px;
    margin: 60px 0px 0px 0px;
    position: relative; }
  .sidebar-header .header-search__input {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding-right: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px; }
  .sidebar-header .header-search__button {
    right: 0;
    top: 1px;
    position: absolute;
    display: block;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px; }
  .sidebar-header .canvas-menu__nav {
    padding-top: 67px; }
    .sidebar-header .canvas-menu__nav > li:before {
      top: 300px;
      bottom: 200px; }
  .sidebar-header .canvas-nav__item {
    font-size: 24px; }
  .sidebar-header .canvas-menu__nav > li:hover .canvas-nav__item {
    color: #da5e3a; }

/* Cart */
.sidebar-header__cart {
  padding: 55px 0px 0px 0px; }
  .sidebar-header__cart a {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .sidebar-header__cart a i {
      font-size: 30px;
      color: #000; }
    .sidebar-header__cart a span {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background: #da5e3a;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #fff;
      margin: 16px 0px 0px 16px; }
    .sidebar-header__cart a p {
      padding: 4px 0px 0px 25px;
      margin: 0px;
      color: #000; }

/* Information menu */
.sidebar-header__information-menu {
  position: relative;
  z-index: 3;
  list-style: none;
  padding: 64px 0px 0px 0px;
  margin: 0px; }
  @media (max-height: 890px) {
    .sidebar-header__information-menu {
      display: none !important; } }
  .sidebar-header__information-menu li a {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .sidebar-header__information-menu li a:hover {
      color: #000; }

/* Account */
.sidebar-header__account {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 70px; }
  @media (max-width: 1499px) {
    .sidebar-header__account {
      left: 40px;
      right: 40px;
      bottom: 40px; } }
  @media (max-height: 980px) {
    .sidebar-header__account {
      display: none !important; } }
  .sidebar-header__account i {
    font-size: 30px;
    color: #000;
    margin-right: 23px;
    display: inline-block;
    vertical-align: top; }
  .sidebar-header__account a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .sidebar-header__account a:hover {
      color: #000; }
  .sidebar-header__account a + a:before {
    content: '|';
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0px 9px 0px 5px; }

/* ==========================================================================
   17.4 #HOME SIDEBAR - INSTAGRAM
   ========================================================================== */
.sidebar-instagram {
  background: #e9ecf2;
  padding: 0px 0px 185px 0px; }
  @media (max-width: 991px) {
    .sidebar-instagram {
      padding: 0px 0px 70px 0px; } }
  .sidebar-instagram .instagram__title {
    padding-top: 0px;
    text-transform: none;
    font-size: 36px; }
    @media (max-width: 991px) {
      .sidebar-instagram .instagram__title {
        font-size: 24px; } }
  .sidebar-instagram .instagram_feed {
    padding-top: 57px; }
    @media (max-width: 991px) {
      .sidebar-instagram .instagram_feed {
        padding-top: 40px; } }

/* ==========================================================================
   17.5 #HOME SIDEBAR OUR PRODUCTS
   ========================================================================== */
.sidebar-our-products {
  padding: 105px 0px 120px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .sidebar-our-products {
      padding: 60px 0px; } }
  .sidebar-our-products .our-products__title {
    font-size: 36px;
    padding: 0px 0px 70px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .sidebar-our-products .our-products__title {
        font-size: 26px;
        padding-bottom: 40px;
        text-align: center; } }
  .sidebar-our-products .slick-prev,
  .sidebar-our-products .slick-next {
    display: none !important; }
  .sidebar-our-products .slick-dots li.slick-active button {
    background: #da5e3a; }
  @media (max-width: 991px) {
    .sidebar-our-products .our-products__title-and-action .our-products__title {
      width: 100%; } }
  .sidebar-our-products .our-products__title-and-action .product-tabs__action {
    padding-top: 10px;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .sidebar-our-products .our-products__title-and-action .product-tabs__action {
        display: none; } }

.sidebar-our-products__wrap {
  margin-right: 10%; }
  @media (max-width: 991px) {
    .sidebar-our-products__wrap {
      margin: 0px; } }
  .sidebar-our-products__wrap .slick-list {
    overflow: visible; }
    @media (max-width: 991px) {
      .sidebar-our-products__wrap .slick-list {
        overflow: hidden; } }

/* ==========================================================================
   17.6 #HOME SIDEBAR PRODUCT
   ========================================================================== */
.sidebar-product {
  padding: 140px 0px 120px 0px; }
  @media (max-width: 991px) {
    .sidebar-product {
      padding: 0px 0px 60px 0px; } }
  .sidebar-product .product {
    padding: 0px; }
  .sidebar-product .product__mobile-gallery {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px; }
  .sidebar-product .product__mobile-gallery:before {
    display: none; }

/* ==========================================================================
   17.7 #HOME SIDEBAR - TESTIMONIALS
   ========================================================================== */
.sidebar-testimonials {
  background: #e9ecf2;
  padding: 120px 0px 100px 0px; }
  @media (max-width: 991px) {
    .sidebar-testimonials {
      padding: 70px 0px 55px 0px; } }
  .sidebar-testimonials .slick-list {
    margin: 0px -40px; }
    @media (max-width: 991px) {
      .sidebar-testimonials .slick-list {
        margin: 0px -20px; } }
    .sidebar-testimonials .slick-list .slick-slide {
      padding: 0px 40px; }
      @media (max-width: 991px) {
        .sidebar-testimonials .slick-list .slick-slide {
          padding: 0px 20px; } }
  .sidebar-testimonials .slick-prev {
    position: absolute;
    top: -104px;
    right: 55px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 991px) {
      .sidebar-testimonials .slick-prev {
        top: -66px;
        right: 45px; } }
    .sidebar-testimonials .slick-prev:hover:before {
      color: #000; }
    .sidebar-testimonials .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .sidebar-testimonials .slick-prev:before {
          font-size: 20px; } }
  .sidebar-testimonials .slick-next {
    position: absolute;
    top: -104px;
    right: 0px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 991px) {
      .sidebar-testimonials .slick-next {
        top: -66px; } }
    .sidebar-testimonials .slick-next:hover:before {
      color: #000; }
    .sidebar-testimonials .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .sidebar-testimonials .slick-next:before {
          font-size: 20px; } }

.sidebar-testimonials__title {
  text-align: left;
  padding: 0px 0px 70px 0px;
  margin: 0px;
  font-size: 36px; }
  @media (max-width: 991px) {
    .sidebar-testimonials__title {
      padding: 0px 0px 40px 0px;
      font-size: 24px; } }

.sidebar-testimonial {
  display: block !important;
  padding: 60px;
  background: #fff; }
  @media (max-width: 991px) {
    .sidebar-testimonial {
      padding: 30px; } }

.sidebar-testimonial__author {
  display: flex;
  align-items: center; }

.sidebar-testimonial__avatar {
  width: 60px;
  min-width: 60px;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .sidebar-testimonial__avatar {
      width: 52px;
      min-width: 52px; } }
  .sidebar-testimonial__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
    @media (max-width: 991px) {
      .sidebar-testimonial__avatar img {
        width: 52px;
        height: 52px; } }

.sidebar-testimonial__author-icon {
  margin-left: auto;
  text-align: right;
  font-size: 36px;
  color: #999;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .sidebar-testimonial__author-icon {
      font-size: 24px; } }

.sidebar-testimonial__author-info > a {
  font-size: 20px;
  color: #000;
  line-height: 1.1; }
  @media (max-width: 991px) {
    .sidebar-testimonial__author-info > a {
      font-size: 17px; } }

.sidebar-testimonial__author-info p {
  padding: 3px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  color: #999;
  line-height: 1.1; }
  @media (max-width: 991px) {
    .sidebar-testimonial__author-info p {
      font-size: 14px; } }
  .sidebar-testimonial__author-info p a {
    color: #999; }

.sidebar-testimonial__content {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  padding: 40px 0px 0px 0px;
  margin: 0px -20px 0px 0px;
  position: relative; }
  @media (max-width: 1199px) {
    .sidebar-testimonial__content {
      font-size: 26px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .sidebar-testimonial__content {
      font-size: 22px;
      line-height: 30px;
      padding: 25px 0px 0px 0px;
      margin: 0px; } }
  .sidebar-testimonial__content a {
    color: #00ccff; }

/* ==========================================================================
   18. Home minimal styles
   ========================================================================== */
/* ==========================================================================
   18.1 #MINIMAL ABOUT
   ========================================================================== */
@media (max-width: 991px) {
  .minimal-about__d-flex {
    flex-wrap: wrap; } }

.minimal-about__image {
  width: 50%;
  min-width: 50%; }
  @media (max-width: 991px) {
    .minimal-about__image {
      width: 100%;
      min-width: 100%; } }
  .minimal-about__image img {
    display: block;
    width: 100%;
    min-height: 955px;
    object-fit: cover; }
    @media (max-width: 991px) {
      .minimal-about__image img {
        min-height: 400px; } }

.minimal-about__content {
  width: 50%;
  min-width: 50%;
  background: url(/local/templates/eshop_bootstrap_v4/assets/bg-about.jpg) top center no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .minimal-about__content {
      width: 100%;
      min-width: 100%; } }
  .minimal-about__content .home-about-us__title {
    padding: 0px 0px 57px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .minimal-about__content .home-about-us__title {
        padding: 0px 0px 30px 0px; } }
  .minimal-about__content .home-about-us__description {
    padding: 0px 0px 15px 0px; }
    @media (max-width: 991px) {
      .minimal-about__content .home-about-us__description {
        padding: 0px; } }
  .minimal-about__content .home-about-us__feature {
    margin: 50px 0px 0px 0px; }
  .minimal-about__content .feature__icon {
    width: 36px;
    min-width: 36px;
    padding-top: 3px; }
    .minimal-about__content .feature__icon i {
      font-size: 36px; }

.minimal-about__container {
  max-width: 500px;
  margin: 150px 50px 120px 180px; }
  @media (max-width: 1500px) {
    .minimal-about__container {
      margin-left: 8vw; } }
  @media (max-width: 1098px) {
    .minimal-about__container {
      margin-top: 100px;
      margin-bottom: 80px; } }
  @media (max-width: 991px) {
    .minimal-about__container {
      max-width: 100%;
      padding: 70px 20px;
      margin: 0px; } }

/* ==========================================================================
   18.2 #MINIMAL FOOTER
   ========================================================================== */
.minimal-footer {
  background: #f6f6f6; }

/* ==========================================================================
   18.3 #HEADER - VERSION 7
   ========================================================================== */
body.home-minimal .header--type-7 {
  border: none; }

.header--type-7 {
  border-bottom: 1px solid #dedede; }
  .header--type-7 .header__promo-bar {
    background: #216353; }
    .header--type-7 .header__promo-bar a {
      color: #fff; }
  .header--type-7 .header__container {
    border: none;
    padding: 38px 0px; }
    @media (max-width: 991px) {
      .header--type-7 .header__container {
        padding: 18px 0px; } }
  .header--type-7 .header__logo a {
    color: #76603e; }
  .header--type-7 .header__nav > li .nav__item:after {
    display: none; }
  .header--type-7 .header__right {
    margin-left: auto; }
    .header--type-7 .header__right > li > a span {
      background: #216353; }
  .header--type-7 .header__cart:before {
    display: none !important; }
  .header--type-7 .header__cart span {
    left: 10px;
    right: auto; }
  .header--type-7 .cart__total-price {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: none !important;
    color: #000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-left: 15px; }
    @media (max-width: 1298px) {
      .header--type-7 .cart__total-price {
        display: none; } }
  .header--type-7 .header__canvas-menu {
    margin-left: 110px;
    position: relative; }
    @media (max-width: 1098px) {
      .header--type-7 .header__canvas-menu {
        margin-left: 70px; } }
    @media (max-width: 991px) {
      .header--type-7 .header__canvas-menu {
        margin-left: 50px;
        display: none; } }
    .header--type-7 .header__canvas-menu:before {
      top: 50%;
      left: -55px;
      width: 1px;
      content: "";
      height: 50px;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.07);
      display: block;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
      @media (max-width: 1098px) {
        .header--type-7 .header__canvas-menu:before {
          left: -35px; } }
      @media (max-width: 991px) {
        .header--type-7 .header__canvas-menu:before {
          left: -25px;
          height: 30px; } }
    .header--type-7 .header__canvas-menu a {
      font-size: 22px; }
  .header--type-7 .mobile-menu__content {
    background: #fff; }
  .header--type-7 .mobile-menu__logo {
    color: #000; }
  .header--type-7 .mobile-menu__close a {
    color: #000; }
  .header--type-7 .mobile-menu__nav > li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .header--type-7 .mobile-menu__nav > li > a {
    color: #000; }
  .header--type-7 .mobile-menu__dropdown-btn {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .header--type-7 .mobile-menu__dropdown-menu li a {
    color: #000; }

/* ==========================================================================
   18.4 #HOME MINIMAL - INSTAGRAM
   ========================================================================== */
.minimal-shop-by-the-look .slick-list {
  margin: 0px -5px; }
  .minimal-shop-by-the-look .slick-list .slick-slide {
    padding: 0px 5px; }

.minimal-shop-by-the-look .slick-prev {
  display: none !important; }

.minimal-shop-by-the-look .slick-next {
  display: none !important; }

.minimal-shop-by-the-look .slick-dots {
  text-align: center;
  margin: 90px 0px 0px 0px;
  padding: 0px;
  list-style: none; }
  @media (max-width: 991px) {
    .minimal-shop-by-the-look .slick-dots {
      margin: 50px 0px 0px 0px; } }
  .minimal-shop-by-the-look .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px; }
    .minimal-shop-by-the-look .slick-dots li.slick-active button {
      width: 38px;
      border-radius: 40px;
      background-color: #216353; }
    .minimal-shop-by-the-look .slick-dots li button {
      border: none;
      padding: 0px;
      margin: 0px;
      font-size: 0px;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      display: block;
      background: #cccccc;
      transition: 0.3s all ease-in-out;
      outline: none; }

.minimal-shop-by-the-look__container {
  padding: 148px 0px 125px 0px; }
  @media (max-width: 991px) {
    .minimal-shop-by-the-look__container {
      padding: 70px 0px 60px 0px; } }

@media (max-width: 991px) {
  .minimal-shop-by-the-look__title-and-action {
    flex-wrap: wrap;
    padding-bottom: 40px; } }

.minimal-shop-by-the-look__title {
  padding: 0px 0px 70px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .minimal-shop-by-the-look__title {
      width: 100%;
      text-align: center;
      padding: 0px 0px 10px 0px; } }

.minimal-shop-by-the-look__action {
  margin-left: auto;
  text-align: right;
  padding: 15px 0px 0px 30px; }
  @media (max-width: 991px) {
    .minimal-shop-by-the-look__action {
      width: 100%;
      text-align: center;
      padding: 0px 0px 0px 0px; } }
  .minimal-shop-by-the-look__action span {
    font-weight: 600;
    color: #216353; }

/* Instagram feed */
.minimal-instagram-item a {
  display: block;
  padding-bottom: 100%;
  position: relative; }
  .minimal-instagram-item a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .minimal-instagram-item a i {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 3;
    color: #fff;
    opacity: 0;
    font-size: 48px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transform: translateY(-50%);
    margin-top: -30px;
    transition: 0.3s all ease-in-out; }
  .minimal-instagram-item a:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    visibility: hidden;
    background-color: #000;
    transition: 0.3s all ease-in-out;
    z-index: 2; }
  .minimal-instagram-item a:hover i {
    opacity: 1;
    margin-top: 0;
    visibility: visible; }
  .minimal-instagram-item a:hover:after {
    opacity: 0.7;
    visibility: visible; }

/* ==========================================================================
   18.5 #HOME MINIMAL - OUR JOURNAL
   ========================================================================== */
.minimal-our-journal {
  padding: 0px 0px 170px 0px; }
  @media (max-width: 991px) {
    .minimal-our-journal {
      padding-bottom: 70px; } }
  .minimal-our-journal .row {
    margin: 0px -30px; }
    @media (max-width: 991px) {
      .minimal-our-journal .row {
        margin: 0px -15px; } }
    .minimal-our-journal .row > div {
      padding: 0px 30px; }
      @media (max-width: 991px) {
        .minimal-our-journal .row > div {
          padding: 0px 15px; } }
  .minimal-our-journal .our-journal__title {
    text-align: left;
    padding: 120px 0px 75px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .minimal-our-journal .our-journal__title {
        text-align: center;
        width: 100%;
        padding: 70px 0px 10px 0px; } }
  .minimal-our-journal .our-journal__action {
    padding: 130px 0px 0px 30px; }
    @media (max-width: 991px) {
      .minimal-our-journal .our-journal__action {
        display: none; } }
    .minimal-our-journal .our-journal__action a {
      color: #000; }
  .minimal-our-journal .blog-article {
    margin: 0px; }
    @media (max-width: 991px) {
      .minimal-our-journal .blog-article {
        margin: 40px 0px 0px 0px; } }

/* ==========================================================================
   18.6 #HOME MINIMAL OUR PRODUCTS
   ========================================================================== */
.minimal-our-products {
  padding: 120px 0px 90px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minimal-our-products {
      padding: 60px 0px 50px 0px; } }
  .minimal-our-products .product-grid-item {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .minimal-our-products .product-grid-item {
        margin-bottom: 30px; } }
  .minimal-our-products .our-products__title {
    padding: 0px 0px 70px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .minimal-our-products .our-products__title {
        padding-bottom: 40px;
        text-align: center; } }
  @media (max-width: 991px) {
    .minimal-our-products .our-products__title-and-action .our-products__title {
      width: 100%; } }
  .minimal-our-products .our-products__title-and-action .product-tabs__action {
    padding-top: 10px;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .minimal-our-products .our-products__title-and-action .product-tabs__action {
        display: none; } }
  @media (max-width: 991px) {
    .minimal-our-products .col-6 .product-grid-item__colors {
      margin-top: 10px; }
      .minimal-our-products .col-6 .product-grid-item__colors .product-grid-item__color {
        width: 8px;
        height: 8px; }
    .minimal-our-products .col-6 .product-grid-item__image-colors {
      padding-top: 15px; }
      .minimal-our-products .col-6 .product-grid-item__image-colors li {
        width: 28px;
        margin: 5px 5px 0px 0px; }
    .minimal-our-products .col-6 .product-grid-item__sizes {
      padding-top: 10px; }
    .minimal-our-products .col-6 .product-grid-item__size {
      min-width: 26px;
      min-height: 26px;
      font-size: 9px;
      line-height: 1.667;
      padding: 5px 5px; }
    .minimal-our-products .col-6 .product-grid-item__tag {
      left: 11px;
      top: 14px;
      font-size: 9px;
      padding: 4px 9px; }
    .minimal-our-products .col-6 .product-grid-item__feature {
      font-size: 10px;
      padding: 15px 0px 0px 0px; }
    .minimal-our-products .col-6 .product-grid-item__name {
      margin-top: 15px;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .minimal-our-products .col-6 .product-grid-item__price {
      padding-top: 3px; } }

/* ==========================================================================
   18.7 #MINIMAL SLIDER
   ========================================================================== */
.minimal-slider .slick-prev {
  display: block !important;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: color 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .minimal-slider .slick-prev {
      left: 70px; } }
  @media (max-width: 1098px) {
    .minimal-slider .slick-prev {
      left: 50px; } }
  @media (max-width: 991px) {
    .minimal-slider .slick-prev {
      display: none !important; } }
  .minimal-slider .slick-prev:hover {
    opacity: 1; }
  .minimal-slider .slick-prev:before {
    content: "\ecc1";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #000; }

.minimal-slider .slick-next {
  display: block !important;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  opacity: 0.35;
  transition: color 0.3s ease-in-out;
  z-index: 10;
  font-size: 0px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 1399px) {
    .minimal-slider .slick-next {
      right: 70px; } }
  @media (max-width: 1098px) {
    .minimal-slider .slick-next {
      right: 50px; } }
  @media (max-width: 991px) {
    .minimal-slider .slick-next {
      display: none !important; } }
  .minimal-slider .slick-next:hover {
    opacity: 1; }
  .minimal-slider .slick-next:before {
    content: "\ecc3";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #000; }

.minimal-slider .slick-dots {
  display: block !important;
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  right: 80px;
  bottom: 90px;
  z-index: 10; }
  @media (max-width: 1399px) {
    .minimal-slider .slick-dots {
      right: 70px; } }
  @media (max-width: 1098px) {
    .minimal-slider .slick-dots {
      right: 50px; } }
  @media (max-width: 991px) {
    .minimal-slider .slick-dots {
      left: 15px;
      right: auto;
      width: 95%;
      max-width: 335px;
      bottom: 40px; } }
  .minimal-slider .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .minimal-slider .slick-dots li.slick-active button {
      border-color: #000; }
      .minimal-slider .slick-dots li.slick-active button:before {
        background: #000; }
    .minimal-slider .slick-dots li button {
      width: 25px;
      height: 25px;
      margin-left: 10px;
      position: relative;
      border-radius: 100%;
      display: block;
      border: 1px solid #000;
      border-color: transparent;
      background: none;
      font-size: 0px;
      outline: none; }
      .minimal-slider .slick-dots li button:before {
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: #bfb6a7;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }

.minimal-slider__item {
  height: 935px;
  position: relative;
  display: none !important;
  background: #f3f3f3; }
  .minimal-slider__item:first-of-type {
    display: block !important; }
  @media (max-width: 991px) {
    .minimal-slider__item {
      height: 480px; } }

.minimal-slider__container {
  height: 935px;
  position: relative; }
  @media (max-width: 991px) {
    .minimal-slider__container {
      height: 480px; } }

/* Image */
.minimal-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .minimal-slider__image img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .minimal-slider__image img.active {
      display: block; }

/* Current slider */
.minimal-slider__current-slider {
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 9;
  text-align: center; }
  @media (max-width: 1399px) {
    .minimal-slider__current-slider {
      left: 65px; } }
  @media (max-width: 1098px) {
    .minimal-slider__current-slider {
      left: 45px; } }
  @media (max-width: 991px) {
    .minimal-slider__current-slider {
      display: none; } }
  .minimal-slider__current-slider span {
    display: block;
    color: #000;
    font-size: 36px;
    font-weight: 300;
    padding-right: 3px; }
    .minimal-slider__current-slider span.current-slider {
      color: #000; }
  .minimal-slider__current-slider svg path {
    fill: #000 !important;
    opacity: 0.25; }

/* Feature */
.minimal-slider__feature {
  position: absolute;
  top: 130px;
  left: 76px;
  color: #76603e;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-align: right;
  width: 120px;
  height: 120px;
  white-space: nowrap;
  letter-spacing: 1px; }
  @media (max-width: 1399px) {
    .minimal-slider__feature {
      left: 66px; } }
  @media (max-width: 1098px) {
    .minimal-slider__feature {
      left: 46px; } }
  @media (max-width: 991px) {
    .minimal-slider__feature {
      display: none; } }

/* Short description */
.minimal-slider__short-description {
  color: #666666;
  left: 240px;
  bottom: 75px;
  position: absolute;
  width: 80%;
  max-width: 480px; }
  @media (max-width: 1640px) {
    .minimal-slider__short-description {
      left: 220px; } }
  @media (max-width: 1399px) {
    .minimal-slider__short-description {
      left: 200px; } }
  @media (max-width: 1098px) {
    .minimal-slider__short-description {
      left: 160px; } }
  @media (max-width: 991px) {
    .minimal-slider__short-description {
      left: 20px;
      right: 20px;
      bottom: 100px; } }
  .minimal-slider__short-description span {
    font-weight: bold;
    text-transform: uppercase;
    color: #000; }
  .minimal-slider__short-description p {
    padding: 40px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.5;
    margin: 0px; }
    @media (max-width: 991px) {
      .minimal-slider__short-description p {
        font-size: 16px;
        padding-top: 20px; } }

/* Title */
.minimal-slider__title {
  color: #666666;
  left: 240px;
  top: 115px;
  position: absolute;
  width: 80%;
  max-width: 680px;
  font-size: 72px;
  line-height: 84px;
  color: #000; }
  @media (max-width: 1640px) {
    .minimal-slider__title {
      left: 220px; } }
  @media (max-width: 1399px) {
    .minimal-slider__title {
      left: 200px; } }
  @media (max-width: 1098px) {
    .minimal-slider__title {
      left: 160px;
      font-size: 60px;
      line-height: 1.2; } }
  @media (max-width: 991px) {
    .minimal-slider__title {
      left: 20px;
      right: 20px;
      top: 30px;
      font-size: 36px; } }

/* ==========================================================================
   18.8 #HOME MINIMAL - TWEET
   ========================================================================== */
.minimal-tweet {
  padding: 0px 0px 160px 0px; }
  @media (max-width: 991px) {
    .minimal-tweet {
      padding: 0px 0px 80px 0px; } }

.minimal-tweet__icon svg {
  margin: 0px auto;
  display: block; }
  @media (max-width: 991px) {
    .minimal-tweet__icon svg {
      width: 40px;
      height: 40px; } }
  .minimal-tweet__icon svg path {
    fill: #00ccff !important; }

.minimal-tweet__content {
  max-width: 1060px;
  margin: 55px auto 0px auto;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-family: 'Montserrat', sans-serif;
  color: #000; }
  @media (max-width: 991px) {
    .minimal-tweet__content {
      font-size: 18px;
      line-height: 30px;
      margin-top: 40px; } }
  .minimal-tweet__content a {
    color: #00ccff; }

.minimal-tweet__meta {
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  text-align: center; }
  .minimal-tweet__meta li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666666; }
    @media (max-width: 991px) {
      .minimal-tweet__meta li {
        font-size: 11px; } }
    .minimal-tweet__meta li:first-child:before {
      display: none; }
    .minimal-tweet__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 0px 7px; }
    .minimal-tweet__meta li a {
      color: #666666; }

/* ==========================================================================
   19. Home shoppable styles
   ========================================================================== */
/* ==========================================================================
   19.1 #HOME SHOPPABLE - BANNERS
   ========================================================================== */
@media (max-width: 1199px) {
  .shoppable-banners {
    padding-top: 65px; } }

@media (max-width: 991px) {
  .shoppable-banners {
    padding-top: 35px; } }

.shoppable-banners .row {
  margin: 0px -10px; }
  .shoppable-banners .row > div {
    padding: 0px 10px; }

.shoppable-banners .featured-product {
  margin-top: 145px;
  height: 600px; }
  @media (max-width: 1199px) {
    .shoppable-banners .featured-product {
      margin-top: 30px;
      height: 560px; } }
  @media (max-width: 991px) {
    .shoppable-banners .featured-product {
      margin-top: 20px;
      height: 330px; } }

.shoppable-banners .featured-product__content {
  transform: translate(-5px, -5px);
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px); }
  @media (max-width: 991px) {
    .shoppable-banners .featured-product__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; } }

.shoppable-banners .featured-product__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222; }
  .shoppable-banners .featured-product__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.shoppable-banners .featured-product__category {
  color: #fff;
  font-size: 14px; }
  @media (max-width: 991px) {
    .shoppable-banners .featured-product__category {
      font-size: 12px; } }

.shoppable-banners .featured-product__product-name {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 1; }
  .shoppable-banners .featured-product__product-name span {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0px 9px 0px 9px;
    margin-bottom: 13px;
    margin-top: 15px; }

.shoppable-banners .featured-product__product-description {
  color: #fff; }

.shoppable-banners .featured-product__button {
  bottom: -10px; }
  @media (max-width: 991px) {
    .shoppable-banners .featured-product__button {
      bottom: 0px; } }
  .shoppable-banners .featured-product__button a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    padding: 5px 0px; }
    @media (max-width: 991px) {
      .shoppable-banners .featured-product__button a {
        font-size: 15px; } }
    .shoppable-banners .featured-product__button a:hover:before {
      width: 100%; }
    .shoppable-banners .featured-product__button a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background: #fff;
      width: 36px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

/* ==========================================================================
   19.2 #HOME SHOPPABLE - FEATURES
   ========================================================================== */
.shoppable-features {
  padding-top: 90px;
  padding-bottom: 170px; }
  @media (max-width: 991px) {
    .shoppable-features {
      padding-top: 50px;
      padding-bottom: 80px; } }

/* ==========================================================================
   19.3 #HOME SHOPPABLE - FOOTER
   ========================================================================== */
.shoppable-footer {
  border: none;
  background: #f3f3f6; }
  .shoppable-footer .blog-newsletter__title span {
    color: #f24d1d; }
  .shoppable-footer .footer__first-column,
  .shoppable-footer .footer__second-column,
  .shoppable-footer .footer__third-column,
  .shoppable-footer .footer__fourth-column {
    padding-top: 75px; }

/* ==========================================================================
   19.4 #HOME SHOPPABLE - HEADER
   ========================================================================== */
.header--type-8 .header__container {
  padding-top: 32px;
  padding-bottom: 32px;
  border-color: #e6e6e6; }
  @media (max-width: 991px) {
    .header--type-8 .header__container {
      border: none;
      padding: 18px 0px; } }

.header--type-8 .header__right {
  margin-left: 0px; }
  @media (max-width: 991px) {
    .header--type-8 .header__right {
      margin-left: auto; } }

.header--type-8 .header__cart:before {
  display: none !important; }

.header--type-8 .header__cart span {
  left: 10px;
  right: auto;
  background: #000; }

.header--type-8 .cart__total-price {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: none !important;
  color: #000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 16px;
  margin-left: 15px; }
  @media (max-width: 1199px) {
    .header--type-8 .cart__total-price {
      display: none; } }

.header--type-8 .header__nav > li {
  margin: 0px 70px 0px 0px; }

.header--type-8 .nav__item {
  padding: 22px 0px; }

.header--type-8 .nav__item:after {
  display: none; }

.header--type-8 .mobile-menu__overlay {
  background: rgba(0, 0, 0, 0.5); }

.header--type-8 .mobile-menu__content {
  background: #fff; }

.header--type-8 .mobile-menu__close a {
  color: #000; }

.header--type-8 .mobile-menu__logo {
  color: #000; }

.header--type-8 .mobile-menu__nav > li > a {
  color: #000; }

.header--type-8 .mobile-menu__dropdown-btn {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5); }

.header--type-8 .mobile-menu__nav > li {
  border-color: rgba(0, 0, 0, 0.1); }

.header--type-8 .mobile-menu__dropdown-menu li a {
  color: #000; }

.header__contact {
  margin-left: auto;
  margin-right: 90px; }
  @media (max-width: 1199px) {
    .header__contact {
      margin-right: 45px; } }
  @media (max-width: 991px) {
    .header__contact {
      display: none !important; } }

.header__contact + .header__contact {
  margin-left: 0px; }

.header-contact__icon {
  min-width: 25px;
  width: 25px;
  margin-right: 25px; }
  .header-contact__icon svg {
    width: 25px;
    height: 25px; }

.header-contact__content {
  line-height: 1.2; }
  .header-contact__content span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .header-contact__content p {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    color: #000; }

.header__bottom-menu {
  position: relative; }
  @media (max-width: 991px) {
    .header__bottom-menu {
      display: none; } }

.header__switcher {
  float: right;
  position: relative;
  padding: 22px 0px 22px 0px;
  margin-left: 62px; }
  @media (max-width: 991px) {
    .header__switcher {
      display: none; } }
  .header__switcher p {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-size: 16px; }
    .header__switcher p span {
      padding-left: 7px; }
      .header__switcher p span:before {
        content: "";
        display: inline-block;
        font: normal normal normal 1em/1 "LineIconsPro Light";
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        color: #000;
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        pointer-events: none;
        top: 13px;
        position: relative; }
  .header__switcher select {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

/* ==========================================================================
   19.5 #HOME SHOPPABLE - MAIN BANNER
   ========================================================================== */
.shoppable-main-banner {
  position: relative; }

.shoppable-main-banner__image img {
  display: block;
  width: 100%;
  height: 46.875vw;
  object-fit: cover;
  min-height: 900px; }
  @media (max-width: 1199px) {
    .shoppable-main-banner__image img {
      object-position: 64%; } }
  @media (max-width: 991px) {
    .shoppable-main-banner__image img {
      object-position: 90%;
      min-height: 500px; } }

.shoppable-main-banner__content {
  position: absolute;
  left: 59.73%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 390px;
  max-width: 25%; }
  @media (max-width: 991px) {
    .shoppable-main-banner__content {
      left: 20px;
      max-width: 60%; } }

.shoppable-main-banner__tag {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px 0px 36px 0px; }
  @media (max-width: 991px) {
    .shoppable-main-banner__tag {
      padding: 0px 0px 26px 0px; } }

.shoppable-main-banner__title {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  padding: 0px 0px 55px 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .shoppable-main-banner__title {
      font-size: 72px;
      padding-bottom: 35px; } }
  @media (max-width: 991px) {
    .shoppable-main-banner__title {
      font-size: 48px; } }

.shoppable-main-banner__description {
  color: #fff;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .shoppable-main-banner__description {
      font-size: 14px;
      line-height: 24px; } }

.shoppable-main-banner__action {
  padding: 110px 0px 0px 0px; }
  @media (max-width: 1199px) {
    .shoppable-main-banner__action {
      padding: 40px 0px 0px 0px; } }
  .shoppable-main-banner__action a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    padding: 5px 0px; }
    @media (max-width: 991px) {
      .shoppable-main-banner__action a {
        font-size: 15px; } }
    .shoppable-main-banner__action a:hover:before {
      width: 100%; }
    .shoppable-main-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background: #fff;
      width: 36px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

/* Pin */
.shoppable-main-banner__pin {
  display: block;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  @media (max-width: 1298px) {
    .shoppable-main-banner__pin {
      display: none; } }

.pin__open {
  display: block;
  width: 30px;
  height: 30px;
  background: #d8d2ba;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: relative; }
  .pin__open:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: #d8d2ba;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    opacity: 0.25;
    z-index: -1; }
  .pin__open svg {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

.pin__content {
  position: absolute;
  right: -12px;
  bottom: 100%;
  background: #fff;
  margin-bottom: 35px;
  width: 470px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .pin__content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .pin__content:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -14px;
    right: 18px; }

.pin-product__image {
  width: 170px;
  min-width: 170px;
  position: relative; }
  .pin-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .pin-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.pin-product__content {
  width: 100%;
  padding: 25px 30px 65px 30px;
  position: relative; }

.pin-product__close {
  float: right;
  padding-left: 20px; }

.pin-product__title {
  padding: 0px 0px 12px 0px; }
  .pin-product__title a {
    color: #000; }

.pin-product__price-new {
  color: #ea311d; }

.pin-product__price-old {
  color: #666666;
  text-decoration: line-through;
  padding-left: 3px; }

.pin-product__quick-shop {
  position: absolute;
  left: 30px;
  bottom: 25px; }
  .pin-product__quick-shop a {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    .pin-product__quick-shop a:hover {
      color: #000; }
    .pin-product__quick-shop a:before {
      content: '';
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      padding-right: 9px; }

/* ==========================================================================
   19.6 #HOME SHOPPABLE - NEW IN
   ========================================================================== */
.shoppable-new-in {
  padding: 126px 0px 0px 0px; }
  @media (max-width: 991px) {
    .shoppable-new-in {
      padding: 60px 0px 0px 0px; } }
  .shoppable-new-in .row {
    margin: 0px -5px; }
    .shoppable-new-in .row > div {
      padding: 0px 5px; }

.shoppable-new-in__title-and-action {
  display: flex; }

.shoppable-new-in__title {
  font-weight: 400;
  padding: 0px 0px 54px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .shoppable-new-in__title {
      width: 100%;
      padding-bottom: 34px; } }

.shoppable-new-in__action {
  margin-left: auto;
  padding: 15px 0px 0px 20px; }
  @media (max-width: 991px) {
    .shoppable-new-in__action {
      display: none; } }
  .shoppable-new-in__action a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000; }

.shoppable-new-in__category {
  display: block;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
  position: relative; }
  .shoppable-new-in__category:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2); }
  .shoppable-new-in__category img {
    height: 190px;
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
  .shoppable-new-in__category p {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .shoppable-new-in__category p {
        font-size: 18px; } }

/* ==========================================================================
   19.7 #HOME SHOPPABLE - OUR JOURNAL
   ========================================================================== */
.shoppable-our-journal {
  padding: 0px 0px 130px 0px; }
  @media (max-width: 991px) {
    .shoppable-our-journal {
      padding-bottom: 70px; } }
  .shoppable-our-journal .row {
    margin: 0px -30px; }
    @media (max-width: 991px) {
      .shoppable-our-journal .row {
        margin: 0px -15px; } }
    .shoppable-our-journal .row > div {
      padding: 0px 30px; }
      @media (max-width: 991px) {
        .shoppable-our-journal .row > div {
          padding: 0px 15px; } }
  .shoppable-our-journal .our-journal__title {
    text-align: left;
    padding: 145px 0px 75px 0px;
    margin: 0px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .shoppable-our-journal .our-journal__title {
        text-align: center;
        width: 100%;
        padding: 70px 0px 10px 0px; } }
  .shoppable-our-journal .our-journal__action {
    padding: 155px 0px 0px 30px; }
    @media (max-width: 991px) {
      .shoppable-our-journal .our-journal__action {
        display: none; } }
    .shoppable-our-journal .our-journal__action a {
      color: #000; }
  .shoppable-our-journal .blog-article {
    margin: 0px; }
    @media (max-width: 991px) {
      .shoppable-our-journal .blog-article {
        margin: 40px 0px 0px 0px; } }

/* ==========================================================================
   19.8 #HOME SHOPPABLE - OUR PRODUCTS
   ========================================================================== */
.shoppable-our-products {
  padding-bottom: 0px;
  margin-bottom: -60px;
  position: relative; }
  @media (max-width: 991px) {
    .shoppable-our-products {
      margin-bottom: -30px; } }
  .shoppable-our-products .our-products__title {
    font-weight: 400; }

/* ==========================================================================
   19.9 #HOME SHOPPABLE - PRODUCT
   ========================================================================== */
.shoppable-product {
  padding: 140px 0px 0px 0px; }
  @media (max-width: 991px) {
    .shoppable-product {
      padding: 20px 0px 0px 0px; } }
  .shoppable-product .product {
    padding: 0px; }
  .shoppable-product .product__right {
    border: 1px solid #dcdcdc;
    margin-bottom: auto;
    padding: 60px; }
    @media (max-width: 1298px) {
      .shoppable-product .product__right {
        border: none;
        padding: 0px; } }
  .shoppable-product .product__mobile-gallery {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px; }
  .shoppable-product .product__mobile-gallery:before {
    display: none; }

/* ==========================================================================
   19.10 #HOME SHOPPABLE - VIDEO
   ========================================================================== */
.shoppable-video {
  margin-top: 155px;
  height: 750px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .shoppable-video {
      margin-top: 70px;
      height: 400px; } }

.shoppable-video__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.shoppable-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }
  .shoppable-video__iframe iframe {
    width: 150%;
    height: 150%;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: -25%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }

.shoppable-video__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 60px;
  z-index: 3;
  transform: translateY(-50%);
  -wekbit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center; }
  @media (max-width: 991px) {
    .shoppable-video__content {
      padding-top: 20px; } }

.shoppable-video__title {
  max-width: 900px;
  margin: 0px auto;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .shoppable-video__title {
      font-size: 32px;
      line-height: 54px; } }
  @media (max-width: 991px) {
    .shoppable-video__title {
      font-size: 18px;
      line-height: 28px; } }

.shoppable-video__action {
  padding: 90px 0px 0px 0px; }
  @media (max-width: 991px) {
    .shoppable-video__action {
      padding: 35px 0px 0px 0px; } }
  .shoppable-video__action a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative; }
    @media (max-width: 991px) {
      .shoppable-video__action a {
        font-size: 12px; } }
    .shoppable-video__action a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 1px;
      background: #fff; }

.next-posts-navigation {
	text-align: center;
	padding-top: 26px;
	margin-top: 0;
}
.next-posts-navigation .nav-previous-ajax {
	display: inline-block;
	position: relative;
}
.next-posts-navigation a {
	color: #aea191;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding: 9px 60px;
	border: 1px solid #aea191;
}
.next-posts-navigation a:hover {
    background-color: #aea191;
    color: #fff;
}
.next-posts-navigation .durotan-gooey-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.durotan-gooey {
	width: 100%;
	height: 100%;
	filter: contrast(20);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #aea191;
	background-color: #fff;
}
.durotan-gooey .dots span {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	filter: blur(4px);
	background-color: #aea191;
	border-radius: 50%;
	-webkit-animation: bubble 1.2s -0.6s infinite ease-out;
	animation: bubble 1.2s -0.6s infinite ease-out;
}
.durotan-gooey .dots span:nth-child(2n) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.durotan-gooey .dots span:nth-child(3n) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.brand-description {
	padding: 0 0 80px 0;
}
.manager-company,
.opt-brands-container,
.opt-features,
.cooperation-company {
	padding: 30px 0 30px 0;
}
.manager-company img:not(.mess-icon) {
	width: 100%;
	height: auto;
}
.error-form {
	color: red;
	font-size: 14px;
}
.a-left {
	text-align: left;
}
.mrg-b {
	margin-bottom: 25px;
}
.title-count {
  color: #aea191;
  font-size: 48px;
  line-height: 1.2;
}
.text-count {
  color: #fff;
}

/* Форма купить в 1 клик */
#overlay {
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 999999999;
}
#modal_form,
#modal_size,
#modal_profile {
  width: auto;
  max-width: 500px;
  margin: 30px auto;
  display: none;
  position: fixed;
  top: 25%;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999999;
}
#modal_size {
  max-width: 960px;
}
#modal_close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  margin: 0;
  font-size: 14px;
  padding: 15px;
  border: none;
  z-index: 9;
}
.modal-content {
  padding: 40px;
  border: none;
  border-radius: 0;
}
.modal-content h2 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#order-form input:not(.agreement), #profile-request-form input:not(.agreement) {
  width: 100%;
  height: 40px;
  padding: 8px 10px 9px;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  outline: none;
}
#profile-request-form textarea {
  width: 100%;
  height: 140px;
  padding: 8px 10px 9px;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  outline: none;
}
#order-form input[type="submit"], #profile-request-form input[type="submit"] {
  background: #f3eddf;
  border-color: #f3eddf;
  color: #000;
}
#order-form input[type="submit"]:active,
#order-form input[type="submit"]:focus,
#order-form input[type="submit"]:hover,
#profile-request-form input[type="submit"]:active,
#profile-request-form input[type="submit"]:focus,
#profile-request-form input[type="submit"]:hover
 {
  box-shadow: none;
}
#order-form input[type="submit"]:hover,
#profile-request-form input[type="submit"]:hover {
  background: #aea191;
  border-color: #aea191;
}
p.conditions {
  font-size: 12px;
}
.conditions input.agreement {
  height: 17px;
  vertical-align: bottom;
}
.conditions input.agreement:before {
  position: relative;
  content: '';
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  top: 1px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
}
/*.conditions input.agreement:checked::before {
  background-color: #f3eddf;
  border-color: #f3eddf;
}*/
.modal-content .table-size {
  display: block;
  border: #dbdbdb 1px solid;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal-content .table-size table {
  color: #2d2d2d;
  border-collapse: separate;
  width: 100%;
}
.modal-content .table-size table>tbody>tr>th {
  font-weight: 700;
  background-color: #ededed;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 10px 15px;
}
.modal-content .table-size table>tbody>tr>th:first-child {
  border-left: none;
}
.modal-content .table-size table>tbody>tr>td {
  background-color: #fbfbfb;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 10px 15px;
  text-align: center;
}
@media all and (max-width: 991px) {
  #modal_size {
    max-width: 700px;
  }
  .conditions input.agreement:before {
    top: -1px;
  }
}
@media all and (max-width: 767px) {
  #modal_size {
    width: 96%;
  }
  .manager-company img:not(.mess-icon) {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 520px) {
  .header__logo {
    margin-right: 0;
  }
  .modal-content {
    padding: 20px;
  }
}
@media all and (max-width: 499px) {
  .header__logo a img {
    width: 190px;
  }
}
@media all and (max-width: 320px) {
  .header__logo a img {
    width: 112px;
  }
}

.store-item__address .store-item__margin {
  margin-bottom: 10px;
}

.store-item__mini-title {
  font-weight: 600;
}

.row.row__contacts {
  align-items: center;
}

.store-item__title.stores-list__item_office {
  padding-bottom: 0;
}

.section__main-office {
  padding-top: 50px;
}

@media (max-width: 1500px) {
  .row.row__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/assets/custom.css?175084598975272*/
/* Start. Эти стили нужны толко при использовании полосы прокрутки popmechanic-js-container
   когда она отключена стили нужно закомментировать */

#main {
  margin-top: 60px;
}
.my-popmechanic-embed {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.my-popmechanic-embed + .header--type-4 {
  padding: 142px 0 60px;
}
#popmechanic-container-105618.popmechanic-tablet #popmechanic-form-105618 .popmechanic-marquee,
#popmechanic-container-105618.popmechanic-mobile #popmechanic-form-105618 .popmechanic-marquee {
  height: 60px !important;
}
.review {
  margin-bottom: 30px;
}
.flex-review-video {
  gap: 15px;
  flex-wrap: wrap;
}
.flex-review-video .flex-review-video-item {
  height: 0;
  padding-bottom: 18.4%;
  position: relative;
  width: calc(33.3333% - 10px);
}
.flex-review-video .flex-review-video-item iframe {
  height: 100%;
  position: absolute;
  top: 0;
}
.review__slider button,
.review__slider button:hover,
.review__slider button:focus {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  top: 290px;
  z-index: 9;
}
.review__slider .slick-prev {
  left: -45px;
}
.review__slider .slick-next {
  right: -45px;
}
.review__slider .home-brand-item span {
  display: inline-block;
  line-height: 1.2;
}
.review__slider .product-title {
  color: #000;
  font-weight: 500;
  margin: 10px 0 15px;
}
.review__slider .review-count {
  color: #aea191;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
}
.review__slider .product-review-title {
  display: flex;
}
.review__slider .product-review-title span {
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 10px 0;
}
.review__slider .product-review-description {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.reg-btn {
  margin-top: 20px;
}
.post__container.reg-btn a {
  color: #fff;
  text-decoration: none;
}
.account p,
.account a:not(.second-button),
.account li,
.account th,
.account td,
.account .table-bordered th,
.account .table-bordered td {
  color: #494947;
}
@media (max-width: 991px) {
  #main {
    margin-top: 40px;
  }
  #main .my-popmechanic-embed + .header--type-4 {
    padding: 85px 0 60px;
  }
  #popmechanic-container-105618.popmechanic-tablet #popmechanic-form-105618 .popmechanic-marquee,
  #popmechanic-container-105618.popmechanic-mobile #popmechanic-form-105618 .popmechanic-marquee {
    height: 40px !important;
  }
}
/* End */
.sale-order-list-title-container h3 {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-inner-title-line-item {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-payment-title,
.sale-order-list-shipment-title {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-shipment-status,
.sale-order-list-shipment-item,
.sale-order-list-payment-check,
.sale-order-list-payment-price {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-shipment-button,
.sale-order-list-change-payment {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-list-shipment-status-block {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-methods-info-title,
.sale-order-detail-payment-options-methods-shipment-list-item-title {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-restricted,
.sale-order-detail-payment-options-methods-info-title-status-success {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-methods-info-total-check,
.sale-order-detail-payment-options-methods-info-total-price {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-methods-info-change-link {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-payment-options-methods-shipment-list {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-total-payment-list-left-item {
  font-family: 'Montserrat', sans-serif;
}

.sale-order-detail-total-payment-list-right-item {
  font-family: 'Montserrat', sans-serif;
}

.about-page__title.left-h1 {
  margin: 0;
  text-align: left;
  width: 100%;
}

.about-page__title.mrgn-bottom {
  margin-bottom: 45px;
}

.flex {
  display: flex;
}

.guaranty-img {
  margin: 30px 0 15px 0;
}

.pay .flex,
.deliv .flex,
.guaranty .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.deliv .flex:not(.box-img-2) {
  align-items: center;
}

.guaranty-subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.deliv .guaranty-subtitle {
  margin: 25px 0;
}

.pay .flex-item,
.guaranty .flex-item {
  margin-top: 30px;
  width: 49%;
}

.bg-block {
  background: #fafafa;
  margin-top: 30px;
  padding: 25px 30px 50px;
}

.bg-block img {
  margin-bottom: 15px;
}

.pay p,
.pay li,
.deliv p,
.deliv li,
.guaranty p {
  color: #000;
  font-weight: 300;
}

.guaranty-bold {
  color: #c9ab8a;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.guaranty b {
  font-weight: 500;
}

.deliv .map-img,
.deliv .rub-img,
.deliv .box-img {
  margin-bottom: 1rem;
}

.deliv .map-img img {
  margin-right: 15px;
  width: 20px;
}

.deliv .map-img p {
  margin: 0;
  width: calc(100% - 35px);
}

.deliv .rub-img img {
  margin-right: 15px;
  width: 21px;
}

.deliv .rub-img p {
  margin: 0;
  width: calc(100% - 36px);
}

.deliv .box-img img {
  margin-right: 15px;
  width: 23px;
}

.deliv .box-img p,
.deliv .box-img-2 div {
  margin: 0;
  width: calc(100% - 38px);
}

.deliv .box-img-2 div p:first-child {
  margin-top: -4px;
}

.deliv h5 {
  margin: 40px 0 30px;
}

.deliv p.small-txt {
  color: #747474;
  font-size: 12px;
}

body .flex.product-item-price-container .product-discount-price-block,
body .flex.product-item-price-container-in-catalog .product-discount-price-block {
  font-size: 12px;
}

.tablebodytext {
  display: none !important;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.sale-order-list-inner-row-template .tablebodytext,
.customer-information__section .tablebodytext,
.orderdetail .tablebodytext,
.sale-order-detail-card .tablebodytext {
  display: block !important;
  visibility: visible;
  position: static;
}
.orderdetail {
  padding-top: 20px;
}
.orderdetail table tr {
  padding: 5px 0;
  border-bottom: 1px solid #666;
}
.hidden {
  display: none !important;
  visibility: hidden;
}

.mainpage-tab_container {
  display: none;
}

.mainpage-tab_container.active {
  display: block;
}

.product-grid-item__action-2 {
  z-index: 100;
}

.product-grid-item__tag {
  z-index: 100;
}

.catalog-categories-filter {
  margin-bottom: 25px;
}

.smart-filter-checkbox-text.form-check-label.disabled {
  pointer-events: none;
}

.smart-filter-checkbox-text.form-check-label.disabled span {
  color: #6c6c6c;
}

.widget__checkbox-options b {
  font-weight: normal;
}

.smart-filter-slider-handle {
  position: absolute;
  top: -3px;
  border: 1px solid #aea191 !important;
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 100;
  transition: none;
}

.smart-filter-slider-track {
  height: 4px;
  background: #ececec;
}

.smart-filter-slider-price-bar-vd {
  background: #aea191;
}

.smart-filter-slider-handle.left {
  margin-left: -10px;
}

.smart-filter-slider-handle.right {
  margin-right: -10px;
}

.filter-reset {
  border: none;
  background: none;
  color: #000;
}

.product-grid-item__tag-in-catalog {
  display: flex;
  gap: 10px;
  align-items: center;
  background: none;
}

.product-grid-item__tag-in-catalog div {
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.667;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
}

.product-grid-item__action {
  z-index: 100;
}

.product-grid-item__add-to-cart button {
  color: #aea191;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  background: none;
  outline: none;
  transition: color 0.3s ease;
}
.product-grid-item__add-to-cart button:focus,
.product-grid-item__add-to-cart button:hover {
  color: #000;
}

.product-item-price-container-in-catalog {
  text-align: left !important;
  margin-top: 10px;
}

.product-item-price-container-in-catalog span {
  white-space: nowrap;
  font-size: 24px !important;
}

.product-item-price-container-in-catalog span:not() .product-item-image-slide {
  background-size: contain;
}

.standard-pagination li>span {
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  border: 1px solid #dfdfdf;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.standard-pagination li>span:hover,
.standard-pagination li span.active {
  background: #aea191;
  border-color: #aea191;
  color: #fff;
}

.widget__checkbox-options li label {
  font-weight: normal;
}

.standard-pagination a:hover {
  text-decoration: none;
}

.product-item-container:hover .product-grid-item__previous-image,
.product-item-container:hover .product-grid-item__next-image {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  background: none;
}

.product-item-scu-item-text-container {
  padding: 0;
  margin: 0px;
}

.product-item-scu-item-text {
  min-height: 40px;
  min-width: 40px;
  display: block;
  border: 1px solid #616161;
  text-align: center;
  padding: 9px 5px;
  font-size: 12px;
  color: #525252;
}

.product-item-scu-item-text-block {
  outline: none;
  padding: 0;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text {
  border-color: #616161;
  color: #525252;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block .product-item-scu-item-text {
  background: #ccc;
  border-color: #ccc;
  color: #000;
}

.product-item-scu-item-color-container {
  width: 20px;
  border-radius: 50%;
}

.product-item-scu-item-color {
  border-radius: 50%;
  background-size: cover;
}

.product-item-scu-item-color-block {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.modern-footer__currency {
  display: none;
}

.product .product-item-scu-item-list {
  display: flex;
  gap: 4px;
}

.product .product-item-scu-item-color-container {
  width: 30px;
  max-width: 100%;
  padding: 0;
}

.product .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  border-color: #9c9c9c;
}

.product .product-item-scu-item-color-container .product-item-scu-item-color-block {
  width: 30px;
  height: 30px;
  outline: none;
  border: 1px solid transparent;
  padding: 0;
}

.product .product-item-scu-item-color-container .product-item-scu-item-color-block .product-item-scu-item-color {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
}

.product__mobile-slider {
  height: 0;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}

.product__mobile-slider.active {
  height: auto;
  overflow: visible;
}

.popup-window-titlebar {
  text-align: center;
  text-transform: uppercase;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
  padding: 0;
  color: #333;
  font-weight: 600;
}

.popup-window-content>div {
  max-width: 400px;
}

.popup-window-content img {
  height: 100%;
  max-height: 250px !important;
  margin-bottom: 15px;
  width: auto;
}

.popup-window-content p {
  color: #333;
  margin: 0;
  text-transform: uppercase;
}

.popup-window-buttons {
  padding: 0 0 15px
}

.popup-window-buttons .btn.btn-primary,
.popup-window-buttons .btn.btn-primary:hover {
  background-color: #aea191;
  border-color: #aea191;
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}

.about-page__description ul li {
  list-style: disc;
}

.about-page__description ol li span {
  display: inline-block;
  margin-bottom: 1rem;
}

.about-page__description ul li,
.about-page__description ol>li>ol>li {
  margin-bottom: 1rem;
}

.about-page__description ol {
  list-style: none;
  counter-reset: li;
}

.about-page__description ol>li:before {
  counter-increment: li;
  content: counters(li, ".");
  font-weight: 500;
  margin-right: 10px;
}
.section-description a,
.post__container a,
.about-page__description a {
  color: #000;
  text-decoration: underline;
}
.legacy-cookie  {
  left: 20px;
  width: calc(100% - 40px);
}
.close-cookie-btn {
  background: #aea191;
  border: none;
  color: #fff;
  outline: none !important;
  padding: 5px 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .product__thumbnails {
    display: none !important;
  }
}

.btn-favorite.active span:nth-child(1):not(.custom-tooltip) {
  display: none;
}

.btn-favorite.active span:nth-child(2) {
  display: block;
}

.mobole-show,
.btn-favorite span:nth-child(2) {
  display: none;
}

.opt-dark-slider__content {
  top: 45%;
  max-width: 1140px;
  padding: 80px 80px 100px;
  /*background-color: rgba(0, 0, 0, .5);*/
}

.opt-page .opt-dark-slider__title {
  padding: 0px 0px 80px 0px;
}

.brands-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.opt-page .opt-dark-slider__description {
  font-size: 20pt;
}

.agreement-block .agreement {
  width: 20px;
}

.agreement-text {
  line-height: 1.2;
  margin-left: 15px;
  width: calc(100% - 35px);
}

.agreement-text,
.agreement-text a {
  color: #fff;
}
.contact-page .agreement-text,
.accordion__content .agreement-text {
  color: #000;
  font-size: 14px;
}
.contact-page .agreement-text a,
.accordion__content .agreement-text a {
  color: #aea191;
}

.mobile-show {
  display: none;
}

@media (max-width: 1660px) {
  .opt-dark-slider__content {
    padding: 50px 80px 70px;
  }

  .opt-page .opt-dark-slider__buttons {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
  }
}

@media (max-width: 1439.98px) {
  .brands-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .opt-dark-slider__content {
    top: 50%;
  }
}

@media (max-width: 1200px) {
  .opt-page .opt-dark-slider__title {
    font-size: 35px;
  }

  .opt-page .opt-dark-slider__description {
    font-size: 20px;
  }

  .opt-dark-slider__content {
    padding: 30px 45px 50px;
  }
}

@media (max-width: 1023.98px) {
  .brands-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .guaranty .guaranty-subtitle br {
    display: none;
  }
}

@media (max-width: 991px) {
  .opt-page .opt-dark-slider__title {
    font-size: 30px;
  }

  .opt-dark-slider__content {
    padding: 30px 15px;
  }

  .opt-page .opt-dark-slider__title {
    padding: 0px 0px 60px 0px;
  }

  .opt-page:not(.count-style) .opt-dark-slider__title {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
  }

  .form-style .opt-dark-slider__content {
    width: 100%;
    height: 100%;
  }

  .title-count {
    font-size: 40px;
  }

  .opt-page__image img {
    min-height: 355px;
    object-fit: cover;
  }
  .review__slider button,
  .review__slider button:hover,
  .review__slider button:focus {
    top: 225px;
  }
  .review__slider .slick-prev {
    left: -10px;
  }
  .review__slider .slick-next {
    right: -10px;
  }
}

@media (max-width: 767.98px) {
  .brands-list {
    grid-template-columns: 100%;
  }

  .pay .flex-item,
  .guaranty .flex-item {
    width: 100%;
  }

  .bg-block {
    padding: 15px;
  }
}

.brands-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c4c3bd;
  color: #aea191;
  min-height: 192px;
}

.brands-list__item img {
  max-width: 100%;
}

.toast {
  line-height: 1.4;
}

.opt-page .opt-dark-slider__tag {
  font-size: 22pt;
}

.product-grid-item__wishlist a.active {
  color: #aea191;
}
.product-grid-item__action-2 .d-flex > div a.btn-favorite.active {
  color: #aea191;
}
.product__second-action li a i.lnil-heart-filled {
  color: #aea191;
}

.top-bar {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  z-index: 990;
}

.top-bar.dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.top-bar.dark .top-bar-left a svg path:last-of-type {
  fill: #fff !important;
}

.top-bar.white {
  border-color: rgba(0, 0, 0, 0.2);
}

/*.top-bar__container div {
width: 50%;
}*/
.top-bar__container div.top-bar-right {
  width: 100%;
  justify-content: right;
}

.top-bar-left {
  justify-content: left;
}

.top-bar-left a:first-child {
  margin-left: 0;
}

.top-bar-right {
  justify-content: right;
}

.top-bar-right a {
  display: flex;
  align-items: center;
}

.top-bar-left a,
.top-bar-right a {
  margin-left: 15px;
  transition: color 0.3s;
}

.dark .top-bar-left a,
.dark .top-bar-right a {
  color: #fff;
}

.white .top-bar-left a,
.white .top-bar-right a {
  color: #000;
}

.top-bar-left a:hover,
.top-bar-right a:hover {
  color: #625b4f;
}

.top-bar-right a:hover .lnil.lnil-phone-ring {
  color: #625b4f;
}

.header__fixed .top-bar-right a:hover {
  color: #aea191;
}
.header__fixed .header-cart__button {
  text-align: center;
  justify-content: center;
}
.header__fixed .top-bar-right a.header-cart__button--checkout:hover {
  color: #fff;
}

.scroll-up-btn {
  width: 45px;
  height: 45px;
  background: #5e4d30;
  position: fixed;
  bottom: 18px;
  right: -48px;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
  font-size: 24px;
  color: #ffffff;
  transition: background 0.2s ease-out;
  transition: all 0.5s ease-out;
  z-index: 99999;
}

.scroll-up-btn:hover {
  background: #aea191;
  color: #ffffff;
}

.scroll-up-btn.hidd {
  right: 0;
  transform: translateX(-18px);
}

.scroll-up-btn i {
  font-weight: 600;
}

.blog__load-more .loading-spin {
  padding: 0;
}

.grecaptcha-badge {
  display: none;
}

.about-page__description--content {
  max-width: 100%;
  text-align: left;
}

.form__required-fields a {
  color: red;
}

@media (max-width: 991.98px) {
  .post-with-sidebar>.container {
    padding: 0;
  }
}

.post-with-sidebar .container .container {
  padding: 0;
}

.quickview-popup__content .product__mobile-gallery.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.about-feature__icon img {
  max-width: 100%;
  height: auto;
}

.product-breadcrumb__prev-next li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .opt-page .opt-dark-slider__buttons {
    transform: none;
  }

  .breadcrumb__item:before {
    padding: 0px 2px 0 0px;
  }
}

@media (max-width: 991px) {
  #main .header--type-4 {
    padding: 60px 0 60px;
  }

  #main .header__container {
    padding-top: 41px;
    padding-bottom: 17px;
  }

  .footer .container--type-2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .opt-dark-slider__content:not(.mobile-show) {
    position: static;
    transform: none;
    width: 100%;
  }

  .opt-dark-slider__content.opt-dark-slider__content_mobile {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }

  .opt-page .opt-dark-slider__description {
    color: inherit;
  }

  .about-company {
    padding: 50px 0;
  }

  .input-block {
    margin-bottom: 30px;
  }

  .opt-dark-slider__content_mobile .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .title-count {
    font-size: 35px;
  }
}

@media (max-width: 579px) {
  .top-bar__container div.top-bar-left {
    width: 27%;
  }

  .top-bar__container div.top-bar-right {
    width: 73%;
  }

  .opt-page .opt-dark-slider__title {
    font-size: 25px;
  }
  h1.contact-page__title.my-font {
    font-size: 22px;
  }
  h2.contact-section__title.my-font-c {
    font-size: 18px;
  }
  h2.contact-section__title.my-font {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .opt-page .opt-dark-slider__description {
    font-size: 16px;
  }

  .opt-dark-slider__content_mobile .col-md-3 {
    width: 50%;
  }

  .opt-page__image.opt-page__image_mobile img {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .text-count {
    font-weight: 600;
  }

  .title-count {
    font-weight: 600;
  }

  .opt-page .opt-dark-slider__tag {
    font-size: 24px;
  }
}

@media (max-width: 399px) {
  .top-bar__container div.top-bar-left {
    display: none !important;
  }

  .top-bar__container div.top-bar-right {
    width: 100%;
    justify-content: center;
  }

  .opt-page.count-style .opt-dark-slider__title {
    padding: 0 0 10px;
  }

  .opt-page .opt-dark-slider__description {
    font-size: 15px;
  }

  .text-count {
    font-size: 12px;
  }
}

.stop-scroll {
  overflow-y: hidden;
}

.header__logo {
  max-width: 250px;
}

.header--type-4 .header__logo {
  max-width: 400px;
}

.footer__logo {
  max-width: 250px;
}

.modern-footer__logo {
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .header__logo {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .header__logo {
    max-width: 140px;
  }

  .header__logo a img {
    width: 140px;
  }

  .header--type-4 .header__logo a img {
    width: 190px;
  }
}

.header__logo img {
  width: 100%;
}

.mobile-menu__logo img {
  width: 95%;
}

.smart-filter-slider-ruler {
  display: none;
}

.widget__view-result_show {
  position: relative;
}

.top-filter--left-column .widget__view-result .second-button {
  text-align: left;
  padding-left: 65px;
}

#num_span {
  position: absolute;
  top: 59px;
  left: 160px;
  color: #fff;
}

.min-price.form-control,
.max-price.form-control {
  border-bottom: none;
}

.min-price.form-control {
  display: inline-block;
}

.d-flex__special {
  align-items: baseline;
  padding-left: 20px;
  width: 74%;
}

@media (max-width: 1279.98px) {
  .d-flex__special {
    width: 100%;
    align-items: normal;
  }
}

@media (max-width: 1200px) {
  .top-filter--left-column .widget__view-result .second-button {
    padding-left: 50px;
  }

  #num_span {
    left: 140px;
  }
}

@media (max-width: 991px) {
  .collection-our-products__more .eighth-button {
    display: block;
  }

  .top-filter--left-column .widget__view-result .second-button {
    text-align: center;
    padding-left: 15px;
  }

  #num_span {
    top: 48px;
    left: 57%;
  }

  .footer__logo {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  #num_span {
    left: 61%;
  }
}

@media (max-width: 480px) {
  #num_span {
    left: 65%;
  }
}

.home-brands__slider .slick-slide,
.optovicam__slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.header__logo_js-white,
.header__logo_js-black {
  display: none;
}

.header__logo_js-active {
  display: block;
}

@media (max-width: 480px) {
  .top-bar__container div.top-bar-left {
    width: 20%;
  }

  .top-bar__container div.top-bar-right {
    width: 80%;
  }

  .top-bar-right a {
    margin-left: 8px;
  }
}

@media (max-width: 399px) {
  .top-bar__container div.top-bar-right {
    font-size: 13px;
    width: 100%;
  }

  .shop-category__subheading-and-heading,
  .shop-category__heading-and-description {
    width: 88%;
  }

  .shop-category__shop-now,
  .shop-category__small-heading,
  .shop-category__subheading-and-heading,
  .shop-category__heading-and-description {
    left: 15px;
  }

  .products-sort-by {
    flex-direction: column;
  }

  .products-sort-by label,
  .products-sort-by__select {
    width: 100%;
  }

  .products-sort-by__select select {
    padding: 6px 20px 6px 0;
  }
}

.header--type-4 {
  padding: 75px 0px 60px;
}

.footer__logo img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1700px) {
  .header__nav>li {
    margin: 0px 15px;
  }

  .nav__item {
    font-size: 15px;
  }

  .header__right>li {
    margin-left: 15px;
  }
}

.nav__mega-menu {
  overflow-y: auto;
}

@media (max-width: 1660px) {
  .nav__mega-menu {
    flex-wrap: wrap;
    row-gap: 10px;
    overflow-y: auto;
  }
}

@media (max-width: 1440px) {
  .header__nav>li {
    margin: 0px 10px;
  }

  .mega-menu__banner {
    display: none;
  }
}

@media (max-width: 1280px) {
  .nav__item {
    font-size: 12px;
  }

  .header__right {
    margin-left: 20px;
  }

  .header__right>li>a {
    font-size: 21px;
  }

  .header__fixed .header__right>li>a {
    font-size: 23px;
  }

  .header__right>li>a .lnil-user {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .header__right {
    margin-left: auto;
  }

  .top-filter.show .row>div {
    padding-top: 9px;
  }
  .header__right>li>a {
    font-size: 17px;
  }
  .header__fixed .header__right>li>a .lnil-cart {
    font-size: 23px;
  }
}
@media (min-width: 1610px) {
  .legacy-cookie {
    left: calc(50% - 780px);
    max-width: 1560px;
  }
}
@media (min-width: 992px) {
  .top-filter--left-column .row>div {
    padding-top: 10px;
  }

  .top-filter--left-column .widget__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .header__fixed .header__right>li>a {
    font-size: 20px;
  }
}
.widget__title {
  padding-bottom: 10px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  background: rgba(255, 255, 255, 0.75) no-repeat center;
}

.product-item-scu-item-text-container {
  min-width: 30px;
}

.product-item-scu-item-text {
  min-height: 30px;
  min-width: 30px;
  padding: 6px 5px;
}

.canvas-menu__social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.top-bar .top-bar-left a svg path,
.modern-footer__social ul li a svg path {
  transition: fill 0.2s ease-in-out;
}

.canvas-menu__social li a svg path {
  fill: #918e8e !important;
  stroke: #918e8e !important;
}

.canvas-menu__social li a svg.mongolshop__telegram path {
  fill: #918e8e !important;
  stroke: #918e8e !important;
}

.canvas-menu__social li a:hover svg.mongolshop__telegram path {
  fill: #fff !important;
}

.header {
  z-index: 989;
}

.mobile-menu {
  z-index: 999;
}

.mobile__white .mobile-menu__nav>li>a {
  color: #000;
}

.mobile__white .mobile-menu__content {
  background: #fff;
}

.mobile__white .mobile-menu__close a {
  color: #000;
}

.top-bar .top-bar-left a:hover svg path:last-of-type,
.modern-footer__social ul li a:hover svg path:last-of-type {
  fill: #aea191 !important;
}

@media (max-width: 480px) {
  .top-bar-left a {
    margin-left: 5px;
  }
}

/*REGION*/
.select-city__block {
  display: flex;
  align-items: center;
}

.select-city__block__text-city:after {
  right: 0 !important;
}

.select-city__block__text {
  flex-shrink: 0;
  padding-right: 10px;
}

.select-city__block__text-city {
  position: relative;
  font-size: 14px !important;
  text-decoration: none !important;
  flex-shrink: 0;
  line-height: 1 !important;
}

.select-city__modal__submit-wrap {
  display: none;
}

.select-city__modal__list__item:hover,
.select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
  color: #aea191 !important;
  text-decoration-color: #aea191;
}

.contact-page .title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 15px;
}

.contact-page .value {
  font-size: 16px;
}

.contact-page .value a {
  color: #aea191;
  transition: color 0.2s ease-in-out;
}

.contact-page .value a:hover {
  color: #000;
}

.select-city__list_item {
  padding: 5px !important;
  color: inherit !important;
}

.select-city__input__comment span {
  color: #aea191 !important;
  border-bottom: 1px solid #aea191 !important;
}

.select-city__tab_name_content__village,
.select-city__list_wrapper_cities {
  display: none !important;
}

.select-city__dropdown__choose__yes {
  border: 1px solid #aea191 !important;
  background: #aea191 !important;
}

.select-city__list_wrapper_favorites .select-city__list {
  gap: 15px;
  max-width: 100%;
  max-height: 1048px !important;
}

.select-city__list_wrapper_favorites,
.select-city__list_wrapper_cities {
  height: 250px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.select-city__tab_name_content__big_city {
  font-weight: bold;
  margin-bottom: 20px;
}

.select-city__modal-wrap {
  max-height: 700px !important;
}

.select-city__dropdown__choose__no {
  color: #aea191 !important;
  border: 1px solid #aea191 !important;
}

.select-city__dropdown__choose__no:hover {
  color: #ffffff !important;
  background: #aea191 !important;
}

.main__regions {
  padding-bottom: 25px;
  padding-top: 70px;
}

.main__regions h1 {
  font-size: 30px;
  padding: 15px 0px;
  margin: 0px;
  color: #888888;
  font-weight: bold;
}

.main__regions h2 {
  font-size: 20px;
  padding: 15px 0px;
  margin: 0px;
  color: #888888;
}

.main__regions a {
  color: #aea191;
  transition: color 0.2s ease-in-out;
}

.main__regions a:hover {
  color: #000;
}

.contact__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.catalog-categories-filter .widget__collections li {
  margin-bottom: 15px;
}

.product-item-image-wrapper span {
  background-size: cover;
}

@media (max-width: 1024px) {
  .contact__flex {
    flex-direction: column;
  }

  .contact-page .title {
    line-height: 19px;
  }
}

@media (max-width: 768px) {

  .select-city__list_wrapper_favorites,
  .select-city__tab_name_content__big_city {
    display: block !important;
  }

  .select-city__list_wrapper_favorites .select-city__list {
    max-height: 250px !important;
  }

  .select-city__list_wrapper_favorites,
  .select-city__list_wrapper_cities {
    overflow-x: auto !important;
    overflow-y: auto;
  }
  .legacy-cookie>div {
    display: flex;
    flex-direction: column;
  }
  .legacy-cookie__text {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {}

/*END REGION*/

.smart-filter-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
}

.min-price.form-control,
.max-price.form-control {
  border: 1px solid #d8d8d8;
  margin-left: 5px;
  margin-right: 5px;
}

.quickview-popup__close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.quickview-popup__close-btn {
  color: #000;
}

.quickview-popup__close-btn {
  width: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}

.product-price__new,
.result-product__price-new {
  color: #000;
}

.shop-breadcrumb__title {
  font-size: 36px;
}

@media (max-width: 991px) {
  .shop-breadcrumb__title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .shop-breadcrumb__title {
    font-size: 20px;
  }
}

.sticky-add-to-cart__product-price {
  flex-shrink: 0;
}

.product-breadcrumb__prev-next li {
  padding: 0 0 0 32px;
}

.product-breadcrumb__prev-next li:before {
  left: 17px;
}

@media (max-width: 1680px) {
  .product-breadcrumb__prev-next li a i {
    padding-right: 2px;
  }

  .product-breadcrumb__prev-next li a span+i {
    padding-left: 2px;
  }

  .product__right .breadcrumb__item {
    font-size: 13px;
  }

  .product-breadcrumb__prev-next li a {
    font-size: 13px;
  }
}

@media (max-width: 1480px) {
  .product__right .breadcrumb__item {
    font-size: 11px;
  }

  .product-breadcrumb__prev-next li a {
    font-size: 11px;
  }
}

@media (max-width: 1280px) {
  .product-breadcrumb__prev-next li {
    padding: 0 0 0 10px;
  }

  .product-breadcrumb__prev-next li:before {
    left: 4px;
  }
}

@media (max-width: 1024px) {
  .product__right .breadcrumb__item {
    font-size: 9px;
  }

  .product__right .breadcrumb__item {
    font-size: 9px;
  }

  .product-breadcrumb__prev-next li a {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  .product-layout-4 .product__mobile-gallery {
    background: transparent;
  }

  .mobile-product-image p img {
    object-fit: contain;
  }
}

.modern-footer__payment img {
  margin-bottom: 10px;
}

.copyright .copyright__payment img {
  margin-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .copyright .copyright__payment span {
    display: inline;
  }
}

.nav__item {
  font-weight: 500;
}

.standard-column__title {
  font-weight: 700;
}

.standard-column__nav li a {
  font-weight: 500;
}

.product-item-image-slider-control-container,
.product-item-image-slider-progress-bar-container {
  display: none;
}

.lnir.lnir-whatsapp {
  font-size: 21px;
}

.top-bar:not(.dark) .lnir.lnir-whatsapp:before {
  color: #29a71a;
}

.top-bar.dark .lnir.lnir-whatsapp:before {
  background: #29a71a;
  border-radius: 50px;
  display: block;
  height: 21px;
}

.lnil.lnil-phone-ring {
  transform: rotateY(180deg) translateY(2px);
  font-weight: 400;
  font-size: 20px;
  transition: color 0.2s ease;
  filter: contrast(4.5);
}
.mobile-menu__content .mobile__padding .lnil.lnil-phone-ring {
  filter: contrast(4.5);
}
.top-bar.dark .lnil.lnil-phone-ring {
  color: #fff;
}

.top-bar {
  padding: 5px 0;
}

@media (max-width: 399px) {
  .top-bar__container div.top-bar-left {
    display: flex !important;
  }

  .top-bar__container div.top-bar-right {
    justify-content: right;
  }
}

.header__container {
  padding-top: 70px;
  padding-bottom: 35px;
}

.nav__item {
  line-height: 1;
}

@media (max-width: 991px) {
  #main .header__container {
    padding-top: 52px;
  }
}

@media (max-width: 768px) {
  .collection-slider__buttons a.without-background:first-child {
    margin-bottom: 10px;
  }
}

.product-grid-item__action-2 .d-flex>div {
  overflow: visible;
}

@media (max-width: 991px) {
  .canvas-cart__d-flex {
    padding: 60px 30px 30px;
  }
}

.dark .top-bar-right a.top-bar__color {
  color: #aea191;
  opacity: 0;
}

@media (max-width: 576px) {
  .discount__submit {
    top: 138%;
    right: inherit;
    left: 0;
  }

  .discount__input {
    padding: 12px;
  }
}

/*Catalog SEO*/
.catalog__seo-text {
  padding: 20px 0px 20px;
}

.group_description_block p,
.group_description_block ul {
  margin-bottom: 10px;
  font-size: 16px;
}

.catalog__seo-text h2 {
  font-size: 30px;
}

.catalog__seo-text h3,
.catalog__seo-text h4 {
  font-size: 25px;
}

/*End Catalog SEO*/

.catalog__filter_colors {
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  border: 1px solid #aea191;
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .smart-filter-popup-result.left {
    display: none !important;
  }
}

.row>div.product-item-small-card {
  padding: 20px 15px;
}

#widget__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group.form-check.mb-1 {
  margin: 0px 10px 30px 0px;
  flex-basis: 44%;
}

.product-layout-4 .product__add-to-cart .eighth-button {
  cursor: pointer;
}

@media (max-width: 1550px) {
  .product-grid-item__action {
    display: block;
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .product-grid-item__action {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .product-grid-item__action {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .product-grid-item__action {
    display: none;
  }
}

.summary-total__price .product-item-price-old {
  color: #666;
  font-size: 20px;
  font-weight: 400;
}

.custom-tooltip:after {
  left: inherit;
  right: 9px;
}

.custom-tooltip {
  left: inherit;
  right: 10px;
}

.smart-filter__selected {
  font-size: 16px;
  text-transform: none;
}

.smart-filter-angle {
  display: none;
}

.form-check-input[disabled]+span {
  opacity: 0.3;
}

.product-item-image-wrapper span {
  background-size: contain;
}

.product-item-scu-item-text-container.selected {
  background-color: #e5d4be;
}

.politika {
  padding: 30px 0;
}

.politika h2 {
  font-size: 45px;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
  background: gray;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active {
  border: 1px solid #ccd5db;
  cursor: text;
}

.reviews-block-container.reviews-reviews-block-container {
  padding-top: 20px;
}

.reviews-post-reply-buttons span.separator {
  background-color: #E0E0E0;
  display: inline-block;
  margin: 0 4px;
  height: 8px;
  line-height: 5px;
  width: 1px;
}

div.reviews-post-reply-buttons a {
  font-size: 14px;
}

.product__information li {
  align-items: center;
}

.accordion__content [data-bx-role="navigation-container-top"],
.accordion__content [data-bx-role="navigation-container-bottom"] {
  padding-top: 20px;
}

/* Start:/bitrix/templates/new_mongolshop_2019/components/bitrix/iblock.vote/element_rating/style.css?1659513170419*/
div.star-active {
  cursor: pointer;
}

div.star-voted,
div.star-over {}

div.star-empty {
  background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px -19px no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

div.star-voted {
  background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

div.star-over {
  background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.brands__description h2 {
  font-size: 30px;
}

.brands__description h3 {
  font-size: 25px;
}

.brands__description h4 {
  font-size: 20px;
}

.blog__news .our-journal__post {
  display: flex !important;
  gap: 30px;
  align-items: center;
}

.blog__news .our-journal__post-image a img {
  width: auto;
  max-height: 320px;
  object-fit: contain;
}

.blog__news .our-journal__post-info {
  margin-top: 0;
}

.blog__news .blog__latest-articles .slick-list .slick-slide {
  overflow: hidden;
}

@media (max-width: 1660px) {
  .blog__news .our-journal__post {
    flex-direction: column;
  }

  .blog__news .our-journal__post-image a img {
    min-height: 120px;
  }
}

.post__container_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.post__container_flex div img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}

.post__sale .post__image {
  text-align: center;
}

.post__sale .post__image img {
  width: auto;
  max-height: 200px;
  margin: 0 auto;
}

.post__sale .post__container p span {
  color: inherit;
  text-decoration: inherit;
}

.product-item-info-container {
  flex-wrap: wrap;
}

.popup-window-content>div#ecom-widget {
  max-width: 100%;
}

@media (max-width: 991px) {
  .four .shop-category__heading {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 1199px) {
  .collection-slider__item {
    min-height: 0;
    height: 800px;
  }
}

@media (max-width: 992px) {
  .collection-slider__item {
    height: 700px;
  }
}

@media (max-width: 768px) {
  .collection-slider__item {
    height: 500px;
  }
}

@media (max-width: 1024px) {

  .product-grid-item__action,
  .product-grid-item__action-2 {
    display: block;
    background: rgba(255, 255, 255, .7);
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    padding: 9px 27px 18px 27px;
  }

  .product-grid-item__action-2 {
    transform: translateY(-100%);
    padding: 9px 27px 22px 27px;
  }

  .col-6.product-item-big-card .product-grid-item__action {
    padding: 9px 27px 28px 27px;
  }

  .product-grid-item__add-to-cart button {
    color: #000;
  }

  .quickview-popup__close {
    z-index: 10;
  }
}

@media (max-width: 992px) {
  .product-grid-item__action {
    padding: 9px 50px 18px 50px;
  }
}

@media (max-width: 767px) {

  .mobile-hidden,
  .mobile__dissapear {
    display: none;
  }

  .mobile-show {
    display: block;
    text-align: right;
    height: auto !important;
    top: 24%;
    padding-left: 265px;
    background: none;
  }

  .opt-page .mobile-show .opt-dark-slider__tag {
    font-size: 26pt;
    font-weight: 400;
  }

  .opt-dark-slider__content:not(.mobile-show, .opt-dark-slider__content_mobile) {
    background-color: #EDEBDE;
  }

  .agreement-text,
  .agreement-text a {
    color: #000;
  }

  .basket-item-actions-remove {
    margin-top: 15px;
  }

  .basket-item-actions-remove:after,
  .basket-item-actions-remove:before {
    height: 16px;
    background: #000;
  }

  .cart-product__mobile-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile__centered {
    text-align: center;
  }

  .mobile__centered .basket-item-label-ring {
    position: static;
    margin: 0 auto;
  }

  .shopping-cart__table .cart-product__price {
    font-size: 20px;
  }

  .basket-item-label-ring.basket-item-label-small {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
  }

  .product-grid-item__action-2 {
    padding: 5px 27px 22px 27px;
  }
}

@media (max-width: 756px) {
  .mobile-show {
    padding-left: 200px;
  }
}

@media (max-width: 699px) {
  .mobile-show {
    padding-left: 100px;
  }
}

@media (max-width: 599px) {
  .mobile-show {
    padding-left: 0px;
    top: 18%;
  }

  .opt-page .mobile-show .opt-dark-slider__tag {
    font-size: 20pt;
  }
}

@media (max-width: 576px) {
  .collection-slider__item {
    height: 450px;
  }

  .collection-banner__image img {
    min-height: 450px;
  }

  .col-6.product-item-big-card .lnil {
    font: normal normal normal 16px / 26px 'LineIconsPro Light';
  }

  .col-6.product-item-big-card .product-grid-item__quickview {
    padding-left: 0;
  }

  .col-6.product-item-big-card .product-grid-item__wishlist {
    padding-left: 10px;
  }

  .col-6.product-item-big-card .product-grid-item__action {
    padding: 5px 20px 25px;
  }

  .col-6.product-item-big-card .product-grid-item__add-to-cart.myy-2 {
    font-size: 11px;
  }

  .product-grid-item__action-2 {
    padding: 5px 16px 22px 16px;
  }
}

#order-form input:not(.agreement).reg-error__block {
  border: 1px solid #8b0000;
}

@media (max-width: 499px) {
  .mobile-show {
    top: 15%;
  }

  .opt-page .mobile-show .opt-dark-slider__tag {
    font-size: 16pt;
  }

  .opt-page .opt-dark-slider__description {
    font-size: 14px;
  }

  .agreement-text {
    margin-left: 10px;
    width: calc(100% - 25px);
  }
  .sm-mob-dnone,
  .top-bar-right a.sm-mob-dnone  {
    display: none;
  }
}

@media (max-width: 480px) {
  #main .top-bar.dark .top-bar__container div.top-bar-right {
    display: none !important;
  }

  .top-bar.dark {
    padding: 10px 0;
    border: none;
    width: fit-content;
    left: 55px;
    top: 90px;
  }

  .top-bar.dark .select-city__block__text-city {
    font-size: 0 !important;
  }

  .top-bar.dark .container--type-3 {
    padding: 0;
  }

  .top-bar.dark .select-city__block__text {
    padding-right: 0;
  }

  .top-bar.dark .select-city__block__text-city {
    padding: 20px 9px 5px 5px;
  }

  #main .header--type-4 {
    padding: 0;
  }

  #main .header__container.main__page {
    padding-top: 17px;
  }

  .header--type-4 .header__logo {
    top: 50%;
  }

  .cart-product__image {
    width: 45px;
    min-width: 45px;
  }

  .cart-product__title-and-variant {
    padding-left: 10px;
  }

  .cart-product__title {
    font-size: 12px;
  }

  .shopping-cart__table .cart-product__variant .selected {
    font-size: 11px;
  }

  .shopping-cart__table .cart-product__price,
  .shopping-cart__table .product-item-price-old {
    font-size: 12px;
  }

  .shopping-cart__table .quantity-field__input {
    font-size: 15px;
    height: 26px;
    padding: 0px 15px;
  }

  .quantity-field__minus {
    top: 43%;
  }

  .shopping-cart__table tbody tr td {
    padding: 20px 5px;
  }

  .shopping-cart__table tbody tr td:first-child {
    padding-left: 0px;
  }

  .cart-product__quantity-field {
    min-width: 50px;
    max-width: 50px;
  }

  .basket-item-label-ring.basket-item-label-small {
    width: 27px;
    height: 27px;
    font-size: 9px;
    line-height: 27px;
  }

  .basket-item-actions-remove {
    margin-top: 8px;
  }

  .basket-item-actions-remove:after,
  .basket-item-actions-remove:before {
    width: 1px;
  }

  .modern-our-products .our-products__nav li {
    margin: 0px 5px;
    position: relative;
  }

  .modern-our-products .our-products__nav li:not(:last-child):after {
    position: absolute;
    content: '|';
    display: inline-block;
    vertical-align: top;
    color: #999;
    padding: 0px 2px 0 3px;
  }

  .product-item-scu-item-text-container {
    margin: 0px 5px 5px 0;
  }

  .col-6.product-item-big-card .lnil {
    font: normal normal normal 14px / 26px 'LineIconsPro Light';
  }

  .col-6.product-item-big-card .product-item-price-container-in-catalog span {
    font-size: 16px !important;
  }

  .col-6.product-item-big-card .product-grid-item__action {
    padding: 5px 14px 25px;
  }

  .product-grid-item__action-2 {
    padding: 5px 23px 14px 23px;
  }
}

@media (max-width: 399px) {
  .top-bar.dark {
    left: 50px;
  }

  .col-6.product-item-big-card .product-grid-item__action {
    padding: 5px 10px 25px;
  }

  .opt-page__image.opt-page__image_mobile img {
    min-height: 180px;
  }

  .form-style .opt-dark-slider__content {
    padding: 15px;
  }
}

.mobile__padding {
  padding: 50px 20px 0;
  display: flex;
  justify-content: space-around;
}

.mobile__padding .lnil-search-alt::before,
.mobile__padding .lnil-heart::before {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991px) {
  ol.breadcrumb {
    display: flex;
  }

  .breadcrumb__item {
    font-size: 11px;
  }
}

.mobile__appear {
  display: none;
}

@media (max-width: 480px) {
  .mobile__appear {
    display: block;
  }

  .mobile-menu__open {
    margin-right: 15px;
  }

  .quickview-popup__content .product__add-to-cart .eighth-button {
    font-size: 12px;
    padding: 8px 25px;
  }
}

@media (max-width: 576px) {
  .mr-4.second-button {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .product-layout-4 {
    padding-top: 30px;
  }
}

.shop-breadcrumb.shop-breadcrumb__detail {
  padding: 20px 0px 0px 0px;
}

.shop-category__image img {
  object-position: top center;
}

.stores-list__item {
  padding-top: 35px;
}

.contact-section__title {
  padding-top: 35px;
  font-size: 30px;
}
.gis h3 {
  font-size: 20px;
}

.store-item__title {
  font-size: 22px;
}

.address__store-number {
  padding: 0px 0px 5px 0px;
}

.account__menu li.active,
.account__menu li:hover,
.account__menu li:active,
.account__menu li:focus {
  background: #aea191;
}

.sale-order-list-title-container {
  background: #aea191;
  border: 1px solid #aea191;
}

.btn-primary {
  background-color: #aea191;
  border-color: #aea191;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #83796d;
  border-color: #83796d;
}

.sale-personal-section-index-block-ico svg path {
  fill: #aea191;
}

/*Fix header*/

.header__fixed {
  position: fixed;
  background: #fff;
  z-index: 650;
  left: 0;
  right: 0;
  top: 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  transform: translateY(-500px);
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header__fixed_active {
  transform: translateY(0);
}

.header__logo_fixed {
  max-width: 150px;
  margin: 0;
}

.header__logo_fixed img {
  transform: translateY(-4px);
}

.container__flex {
  display: flex;
  justify-content: space-between;
}

.header__fixed .lnir.lnir-whatsapp {
  font-size: 24px;
  transform: translateY(-2px);
  font-weight: 400;
  color: #000;
  transition: color 0.2s ease-in-out;
}

.header__fixed .lnil.lnil-phone-ring {
  transform: rotateY(180deg) translateY(-1px);
  font-size: 24px;
  font-weight: 600;
  color: #000;
  transition: color 0.2s ease-in-out;
  filter: none;
}
@media (max-width: 480px) {
  .gis h3 {
    font-size: 18px;
  }
  .header__fixed .lnir.lnir-whatsapp {
    font-size: 20px;
  }
  .header__fixed .lnil.lnil-phone-ring {
    font-size: 20px;
  }
}
.header__fixed .top-bar-right a:focus .lnir.lnir-whatsapp,
.header__fixed .top-bar-right a:focus .lnil.lnil-phone-ring,
.header__fixed .top-bar-right a:hover .lnir.lnir-whatsapp,
.header__fixed .top-bar-right a:hover .lnil.lnil-phone-ring {
  color: #aea191;
}

.header__fixed .header__right {
  margin: 0;
}

.header__fixed .lnil {
  font-weight: 600;
}

.header__fixed .header__right>li {
  margin-left: 0;
}

.container__relative {
  position: relative;
}

.header__fixed .nav__mega-menu {
  top: 166%;
  max-height: 500px;
}

@media (max-width: 991px) {
  .header__logo_fixed img {
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .container__flex {
    justify-content: normal;
  }

  .header__logo_fixed {
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .header__fixed .top-bar-right a {
    margin-left: 12px;
  }
}

.bx-soa-more-btn button.btn-primary:hover,
#bx-soa-orderSave .btn-primary:hover {
  border-color: #aea191 !important;
  background: #aea191 !important;
  color: #fff !important;
}

.bx-soa-more-btn button.btn-outline-secondary:hover {
  border-color: #aea191 !important;
  color: #aea191 !important;
}

.about-page__image {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-page__image {
    margin-bottom: 50px;
  }
  @media (max-width: 480px) {
    .about-page__image {
      margin-bottom: 35px;
    }
  }

  .about-page__features {
    padding: 0px 20px 30px 20px;
  }

  .about-page__features .row>div {
    width: 100%;
  }

  .about-page__features .row {
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 25px;
  }

  .about-feature__title {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .about-feature__text {
    max-width: 300px;
  }

  .about-feature__description {
    font-size: 15px;
  }

  .about-feature__icon {
    width: 35px;
    min-width: 35px;
  }

  .collection-features {
    padding-bottom: 0;
  }

  .about-page__title.mrgn-bottom {
    margin-bottom: 25px;
  }
}

.featured-article__details {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.blog__featured-articles .slick-dots {
  bottom: 80px;
}

.popular-post__title {
  white-space: normal;
}

.shop-breadcrumb__brands .shop-breadcrumb__d-flex ol.breadcrumb {
  margin-bottom: 0;
}

.shop-breadcrumb.shop-breadcrumb__brands_detail .shop-breadcrumb__d-flex {
  flex-direction: column;
  gap: 10px;
}

.shop-breadcrumb__brands_detail .shop-breadcrumb__d-flex ol.breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
}

.popup-window-titlebar-text {
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

.pay .flex__banks {
  justify-content: normal;
  gap: 20px;
  align-items: center;
}

.offer__page {
  padding: 0;
}

@media (max-width: 576px) {
  .loading-spin .standard-pagination li:first-child {
    margin-left: 0;
  }

  .standard-pagination li>span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

@media (max-width: 480px) {
  .products-sort-by {
    flex-wrap: wrap;
  }

  .products-sort-by label {
    font-size: 12px;
  }

  .products-sort-by__select select {
    font-size: 12px;
  }

  .blog__title {
    padding: 50px 0px 0px 0px;
  }

  h4.latest-articles__title {
    font-size: 22px;
  }

  .blog__latest-articles .slick-next {
    right: -13px;
  }

  .blog__latest-articles .slick-prev {
    right: 40px;
  }

  .latest-articles {
    padding-bottom: 35px;
  }

  .blog__categories-and-search {
    padding-top: 35px;
  }

  .blog__categories li {
    padding: 0px 15px 10px 0px;
  }

  .blog__categories li a {
    font-size: 12px;
  }

  .our-journal__post-date {
    min-width: 70px;
  }

  .container .blog .blog__latest-articles .container {
    padding: 0;
  }

  .container .blog .container.mobile__container {
    padding: 0;
  }

  .post {
    padding: 0px 0px 50px 0px;
  }

  .post__heading {
    padding: 30px 0px 30px 0px;
  }

  .offer__page ul,
  .offer__page ol {
    padding: 0;
  }

  .offer__page ul {
    padding-left: 15px;
  }

  .our-products .slick-list {
    margin: 0;
  }

  .our-products .slick-list .slick-slide {
    padding: 0px 40px;
  }

  .our-products {
    padding: 30px 0px 15px 0px;
  }

  .modern-our-products .our-products__title {
    padding-bottom: 10px;
  }

  .our-products .main__catalog_slider .slick-list .slick-slide .product-grid-item__name {
    font-size: 14px;
    margin-top: 0;
  }

  .our-products .main__catalog_slider .slick-dots {
    margin-top: 15px;
  }

  .our-products__nav {
    margin: 0px 0px 20px 0px;
  }

  .collection-our-products .main__catalog_slider .col-6 {
    padding-bottom: 0;
  }

  .our-products .product-item-image-wrapper {
    margin-bottom: 5px;
  }

  .our-products .product-item-info-container {
    margin-bottom: 0;
  }

  .modern-our-journal__title {
    padding: 30px 0px 0px 0px;
  }

  .modern-our-journal .blog-article {
    margin: 27px 0px 0px 0px;
  }

  .collection-our-journal__container {
    padding-bottom: 30px;
  }

  .main__regions {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .main__regions h1 {
    font-size: 25px;
  }

  .collection-features {
    padding-top: 30px;
  }

  .modern-footer {
    padding: 30px 0px 50px 0px;
  }

  .collection-our-products .col-6 .product-grid-item__name {
    white-space: normal;
  }

  .about-page__title {
    padding: 35px 0px 25px 0px;
  }

  .about-page__description {
    padding: 0px 0px 35px 0px;
  }

  .about-page__title.mrgn-bottom {
    margin-bottom: 7px;
  }

  .faq-section:first-child .faq-section__title {
    padding-top: 8px;
  }

  .catalog__seo-text h2 {
    font-size: 25px;
  }

  .shop-categories__title {
    padding: 35px 0px 25px 0px;
  }

  .shop-categories__description {
    padding: 0px 0px 30px 0px;
  }

  .checkout {
    padding: 42px 0px 80px 0px;
  }

  .checkout__title {
    padding-bottom: 0;
  }
}

@media (max-width: 395px) {
  .latest-articles {
    padding-bottom: 15px;
  }
}

.modern-our-products .slick-dots li.slick-active button {
  background: #aea191;
}

/*new*/
div[data-property-id-row='29'],
div[data-property-id-row='30'] {
  display: none;
}

.account__right .soc-serv-title,
.account__right .soc-serv-accounts {
  display: none;
}

.account {
  padding: 0 0 140px;
  position: relative;
  z-index: 1;
}

.account__container {
  padding: 0;
}

.account__left {
  width: 274px;
  min-width: 274px;
  margin-right: 80px;
}

.account__my-account {
  padding: 0 0 50px;
  margin: 0;
}

.account__left-nav {
  border: 1px solid #d0d0d0;
}

.account__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account__menu li:first-child {
  border-top: none;
}

.account__menu li {
  background: inherit;
  border-top: 1px solid #d0d0d0;
  transition: background 0.3s;
}

.account__menu li a {
  display: block;
  padding: 16px 60px 16px 18px;
  position: relative;
  transition: color 0.3s;
}

.account__menu li.active a,
.account__menu li:hover a,
.account__menu li:active a,
.account__menu li:focus a {
  color: #fff;
}

.account__right {
  width: calc(100% - 304px);
}
.sale-order-detail-card-title {
  color: #666;
}
.sale-personal-section-index-block {
  display: flex;
  justify-content: center;
  height: calc(100% - 30px);
}
@media (max-width: 991px) {
  .account__left {
    width: 100%;
    margin-right: 0;
  }
  .account__right {
    width: 100%;
  }
  .account__right h2 {
    font-size: 25px;
  }
  .account h3 {
    font-size: 15px;
  }
  .account__d-flex {
    flex-direction: column-reverse;
  }
}

.widget__collections li.active a {
  color: #aea191;
}

.modern-footer__social svg {
  width: 25px !important;
  fill: #918e8e;
}

.modern-footer__social svg path {
  fill: #918e8e !important;
}

.header-cart__button_pointer {
  pointer-events: none;
  opacity: 0.4;
}

.header-cart__empty {
  text-align: center;
  font-size: 25px;
}

.search-popup__title {
  display: none;
}

.product-grid-item__action-2 .d-flex>div.product-grid-item__wishlist a,
.product-grid-item__action-2 .d-flex>div.product-grid-item__quickview a {
  padding-right: 0;
}
.product-grid-item__action-2 .d-flex>div.product-grid-item__wishlist a {
  font-size: 17px;
  transform: translateY(-3px);
}
.product-grid-item__action-2 .d-flex>div:after {
  background-color: transparent;
}

.product-grid-item__action-2 .product-grid-item__add-to-cart button {
  transform: translateY(-5px);
}

.modern-footer__social ul li:last-child {
  margin-right: 0;
}

.modern-footer__social {
  width: fit-content;
  text-align: center;
}

.modern-our-journal .row {
  row-gap: 15px;
}
@media (max-width: 1199px) {
  .product-grid-item__action-2 .product-grid-item__add-to-cart button {
    transform: translateY(-3px);
  }
}

@media (max-width: 1024px) {
  .product-grid-item__action-2 .d-flex>div a {
    color: #000
  }

  .product-grid-item__action-2 .product-grid-item__add-to-cart button {
    transform: translateY(-3px);
  }

  .product-grid-item__action-2 .d-flex>div.product-grid-item__quickview {
    display: none;
  }

}

@media (max-width: 991px) {
  .modern-footer__social {
    width: 100%;
  }
  .product-grid-item__action-2 .d-flex>div.product-grid-item__wishlist a {
    transform: translateY(0);
  }
}

@media screen and (max-width: 420px) {
  .collection-video__content .collection-video__buttons a.without-background {
    font-size: 20px;
  }
}
.product__second-action li {
  padding: 30px 40px 0px 0px;
}
.product__second-action li a:before {
  right: -20px;
}
.bx-order-cancel {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .bx-order-cancel {
    margin-bottom: 65px;
  }
}
.smart-filter {
  font-family: 'Montserrat', sans-serif;
}
.smart-filter-popup-result a {
  color: #aea191;
}
.smart-filter-hint-popup-content {
  font-size: 14px;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #838486;
  border-color: #838486;
}
@media screen and (max-width: 520px) {
  #modal_form, #modal_size, #modal_profile {
    margin: 30px 2%;
  }
}

.wishlist__empty {
  text-align: center;
}
.opt-form__button_wishlist {
  margin-top: 15px;
}
.opt-form__button_wishlist:focus,
.opt-form__button_wishlist:hover {
  color: #fff;
  background-color: #83796d;
  border-color: #83796d;
}
.header__cart .header__cart_empty:focus + .header-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.popup-window-buttons span.btn:last-child {
  display: block;
}
.accordion__content table {
  width: 100%;
  table-layout: fixed;
}
.accordion__content table colgroup col:first-child {
  width: 150px;
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .accordion__content table {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .accordion__content table colgroup col:first-child {
    width: 105px;
  }
}
.shopping-cart__discount_text {
  font-size: 14px;
}
.sixth-button:hover,
.fifth-button:hover,
.canvas-cart .header-cart__button:hover {
  background: #aea191;
  border-color: #aea191;
}
/*input[type="checkbox"] {
  filter: sepia(1);
}
.conditions input[type="checkbox"] {
  filter: sepia(0);
}
#bx-soa-order input[type="checkbox"] {
  filter: sepia(0);
}*/
.flex.agreement-block {
  align-items: center;
}
input[type="checkbox"]:before {
  position: relative;
  content: '';
  display: inline-block;
  width: 100%;
  height: 22px;
  top: -5px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
}
input[type="checkbox"]#USER_REMEMBER {
  position: relative;
  top: 5px;
}
input[type="checkbox"]#USER_REMEMBER:before {
  width: 17px;
  height: 17px;
  left: -2px;
}
input[type="checkbox"]:checked::before {
  background-image: url(/local/templates/eshop_bootstrap_v4/images/check_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #aea191;
  border-color: #aea191;
  background-size: 150%;
}
@media (max-width: 991px) {
  input[type="checkbox"]#USER_REMEMBER:before {
    top: 0;
    left: 0;
  }
  .reviews-reply-field-setting:first-child {
    margin-bottom: 5px;
  }
}
.accordion__content .form__action a {
  color: #aea191;
}
.accordion__content .form__action a:focus,
.accordion__content .form__action a:hover {
  color: #000;
}
.accordion__content .form__action a.second-button {
  color: #fff;
}
form.reviews-form__detail {
  background-color: transparent;
}
div.reviews-reply-header {
  background-color: transparent;
}
div.reviews-reply-form {
  background-color: transparent;
  border-color: transparent;
}
.forum-notify-bar {
  background: none!important;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  table.reviews-post-table td {
    border-color: #cfc6bc;
  }

  table.reviews-post-table {
    border-bottom: 1px solid #cfc6bc;
  }

  .feed-add-post-form {
    border-bottom: 1px solid #cfc6bc;
  }
  div.reviews-navigation-box {
    border-color: #cfc6bc;
  }
}
div.reviews-reply-field-settings input {
  width: 20px;
  margin: 0;
  height: auto;
  flex-shrink: 0;
}
div.reviews-reply-field-settings label {
  font-size: 14px;
  margin-left: 13px;
  color: #000;
}
.reviews-reply-field-setting {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  div.reviews-reply-field-settings label {
    font-size: 12px;
    margin-left: 7px;
  }
  .form__action {
    padding-top: 10px;
  }
  .accordion__content [data-bx-role="navigation-container-top"], .accordion__content [data-bx-role="navigation-container-bottom"] {
    padding-top: 10px;
  }
  /*div.reviews-reply-field-settings input {
    width: 15px;
  }*/
  .accordion__content .agreement-text {
    font-size: 12px;
  }
  .shopping-cart__discount {
    margin: 15px 0px 0px 0px;
  }
    .shopping-cart__order-summary {
        margin-top: 37px;
    }
  .shopping-cart__discount_text {
    font-size: 12px;
  }
  .bx-soa-item-td-text .bx-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .order-summary__background {
    padding: 40px 10px 0 10px;
  }
  .checkout__summary {
    padding: 50px 10px 60px 10px;
  }
  .bx-soa-pp-company-image {
    left: 18px;
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company-logo .bx-soa-pp-company-image {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .product-layout-4 ol.breadcrumb {
    padding: 0px;
    padding-top: 4px;
  }
}
@media (max-width: 991px) {
  .product__second-action li[data-entity="item__oneClickBuy"] a {
    padding: 0 7px;
    background: #aea191;
    color: #fff;
  }
}
.pswp__button.pswp__button--share {
  display: none;
}
.collection-banner__title {
  font-size: 80px;
}
@media (max-width: 1440px) {
  .collection-banner__title {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  .collection-banner__title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .collection-banner__title {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .collection-banner__title {
    font-size: 37px;
  }
}
.store-item__address a {
  color: #aea191;
  transition: color 0.2s ease-in-out;
}
.store-item__address a:hover {
  color: #000;
}
.open-mobile-top-filter {
  position: static;
  background: #aea191;
  padding: 6px 9px;
}
@media (max-width: 991px) {
  .products-view {
    display: none!important;
  }
  .open-mobile-top-filter.js-open-mobile-filter {
    margin-left: auto;
  }
}
@media (max-width: 567px) {
  .open-mobile-top-filter {
    font-size: 12px;
    padding: 5px;
  }
  .products-sort-by label {
    font-size: 12px;
  }
  .products-sort-by__select select {
    font-size: 12px;
  }
  .products-sort-by__select select {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .products-sort-by label {
    display: flex;
    align-items: center;
  }
  .products-sort-by label span.sort-text_dissapear {
    display: none;
  }
}
.mobile__padding .header__counts_favourites {
  position: relative;
}
.mobile__padding .header__counts_favourites span {
  right: -10px;
  bottom: -3px;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 100%;
  position: absolute;
  background-color: #aea191;
  text-align: center;
}
.mobile__padding_black a {
  color: #fff;
}
.accordion__whatsapp_link {
  display: flex;
  align-items: center;
  padding-top: 30px;
  gap: 5px;
  color: #aea191;
}
.login__box.active {
  padding: 30px 0;
}
.register-captcha .col-6:first-child {
  display: none;
}
/*optovikam top 10*/
.web-form-control .error {
  color: #909090;
}
.opt_TOP10_SIMPLE_FORM_2 .agreement-text a {
  color: #aea191;
}
.opt_TOP10_SIMPLE_FORM_2 .form_result.success {
  margin-bottom: 20px;
  color: #fff;
}
.second-button[disabled] {
  background: #b3b3b3;
}
@media (max-width: 1200px) {
  .web-form-control .error {
    font-size: 13px;
    color: #fff;
  }
}
@media (max-width: 992px) {
  .opt_TOP10_SIMPLE_FORM_2 .form_result.success {
    margin-bottom: 15px;
  }
  .opt_TOP10_SIMPLE_FORM_2 .mrg-b {
    margin-bottom: 15px;
  }
  .opt-page .opt-dark-slider__description {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .web-form-control .error {
    color: #666;
  }
  .opt_TOP10_SIMPLE_FORM_2 .form_result.success {
    color: #666;
  }
  .opt_TOP10_SIMPLE_FORM_2 .input-block {
    margin-bottom: 0;
  }
  .opt_TOP10_SIMPLE_FORM_2 .footer__newsleter-input {
    margin-bottom: 8px;
  }
}
/*mob menu catalog*/
.mobile-menu__nav > li.flex__li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__categories {
  transform: rotate(270deg);
  cursor: pointer;
}
.canvas-nav__item.selected {
  color: #aea191;
}
.canvas-nav__item:focus,
.canvas-nav__item:hover,
.canvas-nav__item:active {
  color: #443e38;
}
.canvas-nav__item.selected + .mobile-menu__categories svg path {
  fill: #aea191;
}
.mobile-menu__nav > li > a.mobile-menu__categories {
  padding: 15px;
}
.mobile-menu__categories:focus svg path,
.mobile-menu__categories:hover svg path,
.mobile-menu__categories:active svg path {
  fill: #443e38;
}
.mobile-menu__nav_catalog {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #1c1c1c;
  transform: translateX(500px);
  transition: all 0.3s ease;
}
.mobile-menu__nav > li {
  position: static;
}
.mobile-menu__content {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .hidden-notebook {
    display: none;
  }
}
.mobile-menu__nav_catalog {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu__nav_item {
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.mobile-menu__nav_flex {
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__nav_flex a {
  display: block;
  color: #d5d5d5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 15px 60px 15px 20px;
  transition: color 0.2s ease;
}
.mobile-menu__nav > li > a {
  transition: color 0.2s ease;
}
.mobile-menu__nav_flex a:focus,
.mobile-menu__nav_flex a:hover,
.mobile-menu__nav_flex a:active,
.mobile-menu__nav_item .standard-column__nav li a:focus,
.mobile-menu__nav_item .standard-column__nav li a:hover,
.mobile-menu__nav_item .standard-column__nav li a:active {
  color: #443e38;
}
.mobile-menu__nav_catalog > li:nth-child(2) {
  margin-top: 50px;
}
.mobile-menu__nav_flex .title_icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile-menu__nav_flex .title_icon svg path {
  fill: #fff;
}
.mobile-menu__back {
  position: absolute;
  top: 15px;
  left: 15px;
}
.mobile-menu__nav_catalog .mobile-menu__close {
  top: 15px;
  left: auto;
  right: 15px;
}
.mobile-menu__back a {
  color: #fff;
  font-size: 20px;
}
.mobile-menu__nav_item .standard-column__nav {
  padding-left: 20px;
}
.mobile-menu__nav_item .standard-column__nav li a {
  color: #d5d5d5;
  font-weight: 400;
  transition: color 0.2s ease;
}
.mobile-menu__nav_item .standard-column__nav li a.active,
.mobile-menu__nav_flex a.active {
  color: #aea191;
}
.mobile-menu__nav_flex a.active + .title_icon svg path {
  fill: #aea191;
}
.mobile__white .mobile-menu__nav > li > a.mobile-menu__categories svg path {
  fill: #000;
}
.mobile__white .mobile-menu__nav > li > a.canvas-nav__item.selected {
  color: #aea191;
}
.mobile__white .mobile-menu__nav > li > a.canvas-nav__item:focus, .mobile__white .mobile-menu__nav > li > a.canvas-nav__item:hover, .mobile__white .mobile-menu__nav > li > a.canvas-nav__item:active {
  color: #acabab;
}
.mobile__white .mobile-menu__nav_catalog {
  background: #fff;
}
.mobile__white .mobile-menu__back a,
.mobile__white .mobile-menu__nav_flex a,
.mobile__white .mobile-menu__nav_item .standard-column__nav li a {
  color: #000;
}
.mobile__white .mobile-menu__nav_flex .title_icon svg path {
  fill: #000;
}
.mobile__white .mobile-menu__nav_flex a:focus, .mobile__white .mobile-menu__nav_flex a:hover, .mobile__white .mobile-menu__nav_flex a:active, .mobile__white .mobile-menu__nav_item .standard-column__nav li a:focus, .mobile__white .mobile-menu__nav_item .standard-column__nav li a:hover, .mobile__white .mobile-menu__nav_item .standard-column__nav li a:active {
  color: #acabab;
}
.mobile__white .mobile-menu__nav_item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.mobile__white .mobile-menu__nav > li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.standard-column__nav li {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (max-width: 390px) {
  .blog-with-sidebar__newsletter {
    margin: 0 -25px;
  }
  .header__right > li.d-lg-block {
    display: none;
  }
}
@media (max-width: 576px) {
  .basket-coupon-alert-section {
    margin-bottom: 0;
    margin-top: 35px;
  }
}

.smsauth_buttons {
	display: flex;
	width: 100%;
}

.smsauth_buttons > div {
	width: 50%;
}

.categories-tree > ul ul {
	display: none;
}

.categories-tree > ul li.selected > ul {
	display: block;
  margin-top: 15px;
}

.categories-tree li.selected > a {
	color: #aea191;
}

.categories-tree li.is_parent > a {
	display: block;
	position: relative;
	z-index: 9;
}

.categories-tree > ul ul {
	margin-left: 10px;
}

.catalog-categories-filter .categories-tree > ul.widget__collections ul li {
	font-size: 14px;
	margin-bottom: 8px;
}

.categories-tree li.is_parent {
	position: relative;
}

.categories-tree li.is_parent::after {
	content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    cursor: pointer;
}

.categories-tree li.is_parent.selected::after {
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg); }
}

.categories-tree > ul li.is_parent li.is_parent::after {
	top: 12px;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/assets/vote.css?1752047424660*/

.bx_item_detail_rating_form{
	margin-bottom: 10px;
}
.bx_item_detail_rating_form .bx_stars_container{
	position: relative;
	width: 68px;
	height: 30px;
	background: #dadada;
	background-size: 100% 100%;
}
.bx_item_detail_rating_form .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/eshop_bootstrap_v4/assets/images/stars.png) no-repeat center;
}
.bx_item_detail_rating_form .bx_stars_progress{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #e76110;
}
@media (max-width:530px){
	.bx-touch .bx_item_detail_rating_form .bx_stars_container{
		height: 15px;
		margin: 4px 0;
	}
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/sotbit/regions.choose/new-location/style.css?17236370659961*/
.select-city-wrap {
	position: relative;
}
.select-city__tabs_wrapper {height:0}
.select-city__block__text {
	font-size: 23px;
	line-height: 30px;
	transition: color 0.3s ease-in-out;
}

.top-bar.white .select-city__block__text {
	color: #666;
}

.top-bar.dark .select-city__block__text {
	color: #fff;
}

.select-city__block__text-city {
	padding: 5px 15px 5px 5px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.top-bar.white .select-city__block__text-city {
	color: #666;
}

.top-bar.dark .select-city__block__text-city {
	color: #fff;
}

.select-city__block__text-city:after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 5px;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s ease-in-out;
	transform-origin: 50% 0;
	width: 6px;
	height: 6px;
	margin-top: 0;
}

.top-bar.dark .select-city__block__text-city:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.top-bar.white .select-city__block__text-city:after {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.top-bar.white .select-city__block__text-city:hover,
.top-bar.dark .select-city__block__text-city:hover {
	color: #625b4f;
}

.top-bar.white .select-city__block__text-city:hover:after,
.top-bar.dark .select-city__block__text-city:hover:after {
	border-color: #625b4f;
}

/* Your choose place*/

.select-city__dropdown-wrap {
	z-index: 9999;
	position: absolute;
}

.select-city__dropdown {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
	width: 275px;
	padding: 20px 25px 25px 25px;
	text-align: center;
	border: 1px solid #ededed;
}

.select-city__dropdown__title {
	color: #272727;
	font-size: 13px;
	font-weight: 700;
	display: block;
	margin: 0 0 15px 0;
}


.select-city__dropdown__choose {
	display: inline-block;
	height: 40px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.select-city__dropdown__choose__yes {
	color: #ffffff;
	border: 1px solid #fb0040;
	background: #fb0040;
	margin: 0 10px 0 0;
}



.select-city__dropdown__choose__no {
  color: #fb0040;
  background: transparent;
  border: 1px solid #fb0040;
}


.select-city__dropdown__choose__yes:hover {
	background: #c80033;
	border: 1px solid #c80033;
}

.select-city__dropdown__choose__no:hover {
	color: #ffffff;
	background: #fb0040;
}


.select-city__dropdown__choose-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* end choose Your place*/

.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
    background-color: rgba(0, 0, 0, 0.5);
}


/* new style origami*/
.select-city__modal-wrap {
	/*font-family: "Open Sans", Arial, sans-serif;*/
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	max-width: 730px;
	max-height: 570px;
	padding: 50px;
	position: relative;
	margin: 20vh auto;
	-webkit-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}

.select-city__close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	height: 25px;
	opacity: 1;
	cursor: pointer;
}

.select-city__close:before,
.select-city__close:after {
	position: absolute;
	left: 12px;
	content: ' ';
	height: 25px;
	width: 1px;
	background-color: #bcbcbc;
}
.select-city__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select-city__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.select-city__close:hover {
	opacity: .7;
}

/*tabs*/
.select-city__tabs {
	display: inline-block;
	margin: 0 0 35px 0;
	padding: 0;
}
.select-city__tab  {
	display: inline-block;
	padding: 0;
	margin: 0 30px 0 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 31px;
	border-bottom: 1px solid transparent;
	color: #000000;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.select-city__tab.active {
	border-bottom: 1px solid #fb0040;
	color: #fb0040;
}

.select-city__tab:hover {
	color: #fb0040;
}

.select-city__tab:last-child {
	margin-right: 0;
}

.select-city__tab:before {
	display: none;
}

/*tabs*/

/* name city*/

.select-city__modal__title {
	color: #717171;
	font-size: 17px;
	line-height: 20px;
	padding: 0 0 15px 0;
	margin: 0;
}

.select-city__modal__title span {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #000000;
}

.select-city__modal__title span:hover {
	color: #fb0040;
	cursor: pointer;
}

/* end name city*/

/*input*/

.select-city__wrapper__input {
	display: none;
	margin: 0 0 50px 0;
}

.select-city__input {
	border: 1px solid #a2a2a2;
	height: 40px;
	width: 100%;
	padding: 0 10px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	font-size: 13px;
	color: #000000;
}
.select-city__input:focus-visible {
  border: 1px solid #a2a2a2;
  outline: none;
}
.select-city__input__comment {
	font-size: 12px;
}

.select-city__input__comment span {
	color: #fb0040;
	border-bottom: 1px solid #fb0040;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.select-city__input__comment span:hover {
	color: #222222;
	border-bottom: 1px solid #222222;
	cursor: pointer;
}

/*input*/

/*alphabet city*/


.select-city__tab_name_content,
.select-city__list_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 300px;
}
.select-city__tab_name_content__big_city,
.select-city__tab_content>div:not(.select-city__list_wrapper) {
	color: #000;
}
.select-city__tab_name_content__big_city,
.select-city__list_wrapper_favorites {
	width: 100%;
	flex-shrink: 0;
}

.select-city__tab_name_content__village,
#container_scroll {
	width: 75%;
}

.select-city__tab_name_content {
	margin: 0 0 30px 0;
}

.select-city__tab_name_content__big_city,
.select-city__tab_name_content__village {
	font-size: 15px;
}

.select-city__list_wrapper_favorites,
.select-city__list_wrapper_cities {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.select-city__list_wrapper_cities {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.select-city__list_letter_wrapper {
	width: 33%;
}

.select-city__list_letter {
	font-size: 18px;
	margin: 0 0 20px 0;
}

.select-city__list_item {
	padding: 0;
	margin: 0;
}


.select-city__list_item {
	font-size: 13px;
	padding: 0;
	line-height: 21px;
	color: #fb0040;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.select-city__list_item:hover {
	color: #000000;
}

.select-city__list {
	margin: 0 0 15px 0;
}
.select-city__list .select-city__list_item {
  color: #000 !important;
}
/* end alphabet city*/

/* scroll bar*/

.select-city__list_wrapper_cities::-webkit-scrollbar,
.select-city__list_wrapper_favorites::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f3f3;
}


.select-city__list_wrapper_cities::-webkit-scrollbar-track,
.select-city__list_wrapper_favorites::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #f5f3f3;
}

.select-city__list_wrapper_cities::-webkit-scrollbar-thumb,
.select-city__list_wrapper_favorites::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #d7d8d9;
}

.select-city__list_wrapper_favorites {
    margin-right: 10px;
}

.select-city__list_wrapper_favorites .select-city__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 100px;
}

/* end scroll bar*/

@media (max-width: 768px) {
	.select-city__tab_name_content__village,
	.select-city__list_wrapper_cities {
		/*display: none;*/
	}
	.select-city__list_wrapper_favorites,
	.select-city__tab_name_content__big_city {
		/*width: 100%;*/
        display: none;
	}
	.select-city__modal-wrap {
		max-height: 90vh;
		height: auto;
		margin: 5vh 15px;
		padding: 40px 20px;
	}

	.select-city__close {
		width: 20px;
		height: 20px;
	}

	.select-city__close::before,
	.select-city__close::after {
		height: 20px;
	}


	.select-city__tabs {
		margin-bottom: 43px;
	}

	.select-city__tab {
		margin-right: 18px;
		font-size: 13px;
		line-height: 18px;
	}

	.select-city__wrapper__input {
		margin-bottom: 44px;
	}

	.select-city__input {
		margin-bottom: 6px;
	}

	.select-city__tab_name_content__big_city,
	.select-city__tab_name_content__village {
		font-size: 14px;
	}

	.select-city__modal__title {
		padding-bottom: 10px;
	}


	.select-city__dropdown-wrap {
		position: absolute;
		width: max-content;
	}

	.select-city__dropdown {
		box-shadow: none;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
	}

	.select-city__dropdown__choose-wrap {
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* DELiTE*/

/*.select-city__modal-wrap .select-city__tab_content[data-country-id="3157"]{*/
	/*display: block;*/
/*}*/

/*.select-city__tab[data-country-id="3157"] {*/
	/*border-bottom: 1px solid #fb0040;*/
	/*color: #fb0040;*/
/*}*/


/* DELiTE*/


/**/

#container_scroll {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 210px;
	overflow: auto;
}
#container_scroll .content {
	width: 100%;
	height: auto;
}

/**/

/*
 * Container style
 */





/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/custom-main/style.min.css?17193026204011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-menu-mobile/style.min.css?1719302620490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-menu-mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/subscribe.form/custom-main-2/style.css?1750056595116*/
.modern-footer .blog-newsletter {
  align-items: center;
}
.politic {
  font-size: 14px;
  margin-top: 15px;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-bottom/style.min.css?1719302620490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/header/style.css?17193026232183*/
div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	/*display:none;*/
	/*overflow:hidden;*/
	/*z-index:205;*/
	position: static!important;
	width: auto!important;
}

/*
table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}*/

/* End */
/* /local/templates/eshop_bootstrap_v4/assets/bootstrap.min.css?1719302620193352 */
/* /local/templates/eshop_bootstrap_v4/assets/opt-form.css?17254507153279 */
/* /local/templates/eshop_bootstrap_v4/assets/toastr.min.css?17193026206741 */
/* /local/templates/eshop_bootstrap_v4/assets/theme.css?1743579775703765 */
/* /local/templates/eshop_bootstrap_v4/assets/custom.css?175084598975272 */
/* /local/templates/eshop_bootstrap_v4/assets/vote.css?1752047424660 */
/* /local/templates/eshop_bootstrap_v4/components/sotbit/regions.choose/new-location/style.css?17236370659961 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/custom-main/style.min.css?17193026204011 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-menu-mobile/style.min.css?1719302620490 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/subscribe.form/custom-main-2/style.css?1750056595116 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/menu/main-bottom/style.min.css?1719302620490 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/search.title/header/style.css?17193026232183 */
