@charset "UTF-8";
.alert {
  font-weight: 400;
  font-size: 16px;
}

/*----------------------------------------*/
/*  Font Futura
/*----------------------------------------*/
@font-face {
  font-family: "Futura";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/futura/futura-lig-webfont.eot");
  src: url("../fonts/futura/futura-lig-webfont.eot") format("embedded-opentype"), url("../fonts/futura/futura-lig-webfont.woff2") format("woff2"), url("../fonts/futura/futura-lig-webfont.woff") format("woff"), url("../fonts/futura/futura-lig-webfont.svg") format("svg");
}
@font-face {
  font-family: "Futura";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/futura/futura-med-webfont.eot");
  src: url("../fonts/futura/futura-med-webfont.eot") format("embedded-opentype"), url("../fonts/futura/futura-med-webfont.woff2") format("woff2"), url("../fonts/futura/futura-med-webfont.woff") format("woff"), url("../fonts/futura/futura-med-webfont.svg") format("svg");
}
@font-face {
  font-family: "Futura";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/futura/futura-bol-webfont.eot");
  src: url("../fonts/futura/futura-bol-webfont.eot") format("embedded-opentype"), url("../fonts/futura/futura-bol-webfont.woff2") format("woff2"), url("../fonts/futura/futura-bol-webfont.woff") format("woff"), url("../fonts/futura/futura-bol-webfont.svg") format("svg");
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #007bff;
  background-color: rgb(224.4, 239.16, 255);
  border-color: rgb(224.4, 239.16, 255);
}
.alert-primary hr {
  border-top-color: rgb(198.9, 225.96, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 98.4, 204);
}

.alert-secondary {
  color: #6c757d;
  background-color: rgb(237.36, 238.44, 239.4);
  border-color: rgb(237.36, 238.44, 239.4);
}
.alert-secondary hr {
  border-top-color: rgb(223.8275090253, 225.7360288809, 227.4324909747);
}
.alert-secondary .alert-link {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.alert-success {
  color: #28a745;
  background-color: rgb(229.2, 244.44, 232.68);
  border-color: rgb(229.2, 244.44, 232.68);
}
.alert-success hr {
  border-top-color: rgb(211.1059405941, 237.0340594059, 217.0265346535);
}
.alert-success .alert-link {
  color: rgb(30.1449275362, 125.8550724638, 52);
}

.alert-info {
  color: #17a2b8;
  background-color: rgb(227.16, 243.84, 246.48);
  border-color: rgb(227.16, 243.84, 246.48);
}
.alert-info hr {
  border-top-color: rgb(207.6352475248, 236.0132673267, 240.5047524752);
}
.alert-info .alert-link {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.alert-warning {
  color: #ffc107;
  background-color: rgb(255, 247.56, 225.24);
  border-color: rgb(255, 247.56, 225.24);
}
.alert-warning hr {
  border-top-color: rgb(255, 241.185, 199.74);
}
.alert-warning .alert-link {
  color: rgb(211, 158.25, 0);
}

.alert-danger {
  color: #dc3545;
  background-color: rgb(250.8, 230.76, 232.68);
  border-color: rgb(250.8, 230.76, 232.68);
}
.alert-danger hr {
  border-top-color: rgb(247.0341772152, 209.0258227848, 212.6673417722);
}
.alert-danger .alert-link {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.alert-light {
  color: #f8f9fa;
  background-color: rgb(254.16, 254.28, 254.4);
  border-color: rgb(254.16, 254.28, 254.4);
}
.alert-light hr {
  border-top-color: rgb(239.285, 241.53, 243.775);
}
.alert-light .alert-link {
  color: rgb(218.25, 223.5, 228.75);
}

.alert-dark {
  color: #343a40;
  background-color: rgb(230.64, 231.36, 232.08);
  border-color: rgb(230.64, 231.36, 232.08);
}
.alert-dark hr {
  border-top-color: rgb(217.5016751269, 218.61, 219.7183248731);
}
.alert-dark .alert-link {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

.zommableImage {
  cursor: pointer;
}

/*-----------------------------------------------------------------------------------

    Template Name: Learts – Handmade Shop eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Template Spacing CSS
    03. Plugin Custom CSS (Custom style to override plugin default style)
        03.01. Image Zoom
        03.02. Ion Range Slider
        03.03. Parfect Scrollbar
        03.04. Photo Swipe
        03.05. Product 360
        03.06. Select 2
        03.07. Slick Slider
        03.08. Swiper Slider
    04. Elements CSS
        04.01 Accordion CSS
        04.02 Blockquote CSS
        04.03 Brand CSS
        04.04 Button CSS
        04.05 Form CSS
        04.06 Icon Box CSS
        04.07 Tooltip CSS
    05. Header CSS
        05.01 Topbar CSS
        05.02 Main Header CSS
    06. Slider CSS
        06.01. Home One Slider
        06.02. Home Two Slider
        06.03. Home Three Slider
        06.04. Home Four Slider
        06.05. Home Five Slider
        06.06. Home Six Slider
        06.07. Home Seven Slider
        06.08. Home Eight Slider
        06.09. Home Twelve Slider
    07. Titles CSS (Section, Block & Page Title/Page Header)
    08. Banner CSS
        08.01. Sale Banner CSS
        08.02. Category Banner CSS
        08.03. Parallax Banner CSS
        08.04. Other Banner CSS
    09. Product CSS
        09.01. Product One, Two & List Style CSS
        09.02. Deal Product CSS
        09.03. Single Product CSS
        09.04. Quick View CSS
    10. Blog CSS
        10.01. Blog Style CSS
        10.02. Single Blog CSS
    11. Team CSS
    12. Testimonial CSS
    13. Instagram CSS
    14. Countdown CSS
    15. Portfolio CSS
    16. Widget CSS
    17. Footer CSS
    18. Other Pages CSS
        18.01. Shop Page CSS
            18.01.01. Product Toolbar CSS
            18.01.02. Product Filter CSS
            18.01.03. Cart & Wishlist CSS
            18.01.04. Checkout CSS
            18.01.05. Order Tracking CSS
            18.01.06. Login & Register CSS
            18.01.07. Lost Password CSS
            18.01.08. My Account CSS
        18.02. About Page CSS
        18.03. Contact Page CSS
        18.04. 404 Page CSS
        18.05. Coming Soon Page CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  font-family: "Futura", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #696969;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  color: #333333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #9d2235;
}

a,
button,
img,
input {
  transition: none;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;
  color: #9d2235;
  outline: none;
}

a:hover {
  text-decoration: underline;
  color: #9d2235;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul:last-child {
  margin-bottom: 0;
}
hr {
  border-top-width: 2px;
}

/* Common Classes */
.fix {
  overflow: hidden;
}

@media only screen and (min-width: 1500px) {
  .section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-fluid > .container, .section-fluid > .container-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 350px;
  }
}
.bg-primary {
  background-color: #9d2235 !important;
}

.text-primary {
  color: #9d2235 !important;
}

.bg-primary2 {
  background-color: #006747 !important;
}

.text-primary2 {
  color: #006747 !important;
}

.bg-primary3 {
  background-color: #BAA491 !important;
}

.text-primary3 {
  color: #BAA491 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black {
  background-color: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

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

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

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

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

.bg-body-light {
  background-color: #7E7E7E !important;
}

.text-body-light {
  color: #7E7E7E !important;
}

.bg-heading {
  background-color: #333333 !important;
}

.text-heading {
  color: #333333 !important;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Overlay */
[data-overlay] {
  position: relative;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
}

[data-overlay="0"]::before {
  opacity: 0;
}

[data-overlay="5"]::before {
  opacity: 0.05;
}

[data-overlay="10"]::before {
  opacity: 0.1;
}

[data-overlay="15"]::before {
  opacity: 0.15;
}

[data-overlay="20"]::before {
  opacity: 0.2;
}

[data-overlay="25"]::before {
  opacity: 0.25;
}

[data-overlay="30"]::before {
  opacity: 0.3;
}

[data-overlay="35"]::before {
  opacity: 0.35;
}

[data-overlay="40"]::before {
  opacity: 0.4;
}

[data-overlay="45"]::before {
  opacity: 0.45;
}

[data-overlay="50"]::before {
  opacity: 0.5;
}

[data-overlay="55"]::before {
  opacity: 0.55;
}

[data-overlay="60"]::before {
  opacity: 0.6;
}

[data-overlay="65"]::before {
  opacity: 0.65;
}

[data-overlay="70"]::before {
  opacity: 0.7;
}

[data-overlay="75"]::before {
  opacity: 0.75;
}

[data-overlay="80"]::before {
  opacity: 0.8;
}

[data-overlay="85"]::before {
  opacity: 0.85;
}

[data-overlay="90"]::before {
  opacity: 0.9;
}

[data-overlay="95"]::before {
  opacity: 0.95;
}

[data-overlay="100"]::before {
  opacity: 1;
}

/* Background Image */
[data-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Other */
body.homepage-bg1 {
  padding: 0 15px 15px !important;
  background-color: #F4EDE7;
}
body.homepage-bg1 .topbar-section {
  background-color: #F4EDE7 !important;
}
body.homepage-bg1.offcanvas-open {
  padding-right: 32px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.homepage-bg1.offcanvas-open {
    padding-right: 15px !important;
  }
}

/* Scroll Up */
#scrollUp {
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #9d2235;
}
#scrollUp i {
  line-height: 40px;
}

/* Border Style */
.border-top-dashed {
  border-top: 1px dashed #D2D2D2;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #D2D2D2;
}

/* Image Over Gray Scale */
.img-hover-color {
  filter: grayscale(100);
}
.img-hover-color:hover {
  filter: grayscale(0);
}

.bg-gray {
  background: #e9ecef !important;
}

/*----------------------------------------*/
/*  02. Template Spacing CSS
/*----------------------------------------*/
/* Section Spacing */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Custom Column For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-2 {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-3 {
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-4 {
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-5 {
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-6 {
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-7 {
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-8 {
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-9 {
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-11 {
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
}
@media only screen and (min-width: 1500px) {
  .col-xxl-12 {
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
/* Custom Order For Large Device Minimum Width 1500px */
@media only screen and (min-width: 1500px) {
  .order-xxl-1 {
    order: 1;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-2 {
    order: 2;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-3 {
    order: 3;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-4 {
    order: 4;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-5 {
    order: 5;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-6 {
    order: 6;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-7 {
    order: 7;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-8 {
    order: 8;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-9 {
    order: 9;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-10 {
    order: 10;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-11 {
    order: 11;
  }
}
@media only screen and (min-width: 1500px) {
  .order-xxl-12 {
    order: 12;
  }
}
/* Margin */
.learts-mb-10 {
  margin-bottom: 10px;
}

.learts-mb-n10 {
  margin-bottom: -10px;
}

.learts-mb-20 {
  margin-bottom: 20px;
}

.learts-mb-n20 {
  margin-bottom: -20px;
}

.learts-mb-30 {
  margin-bottom: 30px;
}

.learts-mb-n30 {
  margin-bottom: -30px;
}

.learts-mb-40 {
  margin-bottom: 40px;
}

.learts-mb-n40 {
  margin-bottom: -40px;
}

.learts-mb-50 {
  margin-bottom: 50px;
}

.learts-mb-n50 {
  margin-bottom: -50px;
}

.learts-mb-60 {
  margin-bottom: 60px;
}

.learts-mb-n60 {
  margin-bottom: -60px;
}

.learts-mb-70 {
  margin-bottom: 70px;
}

.learts-mb-n70 {
  margin-bottom: -70px;
}

.learts-mb-80 {
  margin-bottom: 80px;
}

.learts-mb-n80 {
  margin-bottom: -80px;
}

.learts-mb-90 {
  margin-bottom: 90px;
}

.learts-mb-n90 {
  margin-bottom: -90px;
}

.learts-mb-100 {
  margin-bottom: 100px;
}

.learts-mb-n100 {
  margin-bottom: -100px;
}

.learts-mt-10 {
  margin-top: 10px;
}

.learts-mt-n10 {
  margin-top: -10px;
}

.learts-mt-20 {
  margin-top: 20px;
}

.learts-mt-n20 {
  margin-top: -20px;
}

.learts-mt-30 {
  margin-top: 30px;
}

.learts-mt-n30 {
  margin-top: -30px;
}

.learts-mt-40 {
  margin-top: 40px;
}

.learts-mt-n40 {
  margin-top: -40px;
}

.learts-mt-50 {
  margin-top: 50px;
}

.learts-mt-n50 {
  margin-top: -50px;
}

.learts-mt-60 {
  margin-top: 60px;
}

.learts-mt-n60 {
  margin-top: -60px;
}

.learts-mt-70 {
  margin-top: 70px;
}

.learts-mt-n70 {
  margin-top: -70px;
}

.learts-mt-80 {
  margin-top: 80px;
}

.learts-mt-n80 {
  margin-top: -80px;
}

.learts-mt-90 {
  margin-top: 90px;
}

.learts-mt-n90 {
  margin-top: -90px;
}

.learts-mt-100 {
  margin-top: 100px;
}

.learts-mt-n100 {
  margin-top: -100px;
}

/* Padding */
.learts-pb-10 {
  padding-bottom: 10px;
}

.learts-pb-20 {
  padding-bottom: 20px;
}

.learts-pb-30 {
  padding-bottom: 30px;
}

.learts-pb-40 {
  padding-bottom: 40px;
}

.learts-pb-50 {
  padding-bottom: 50px;
}

.learts-pb-60 {
  padding-bottom: 60px;
}

.learts-pb-70 {
  padding-bottom: 70px;
}

.learts-pb-80 {
  padding-bottom: 80px;
}

.learts-pb-90 {
  padding-bottom: 90px;
}

.learts-pb-100 {
  padding-bottom: 100px;
}

.learts-pt-10 {
  padding-top: 10px;
}

.learts-pt-20 {
  padding-top: 20px;
}

.learts-pt-30 {
  padding-top: 30px;
}

.learts-pt-40 {
  padding-top: 40px;
}

.learts-pt-50 {
  padding-top: 50px;
}

.learts-pt-60 {
  padding-top: 60px;
}

.learts-pt-70 {
  padding-top: 70px;
}

.learts-pt-80 {
  padding-top: 80px;
}

.learts-pt-90 {
  padding-top: 90px;
}

.learts-pt-100 {
  padding-top: 100px;
}

/*----------------------------------------*/
/*  03. Plugin Custom CSS
/*----------------------------------------*/
/* 03.08. Swiper Slider */
.swiper-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}
.swiper-slider-wrapper .swiper-button-prev {
  left: -40px;
}
.swiper-slider-wrapper .swiper-button-next {
  right: -40px;
}
.swiper-slider-wrapper:hover [class*=swiper-button] {
  opacity: 1;
}
.swiper-slider-wrapper:hover .swiper-button-prev {
  left: 0;
}
.swiper-slider-wrapper:hover .swiper-button-next {
  right: 0;
}

[class*=swiper-button] {
  width: 40px;
  height: 40px;
  margin-top: 0 !important;
  transition: none;
  transform: translateY(-50%);
  opacity: 0;
  color: #696969;
}
[class*=swiper-button] i {
  font-size: 25px;
  line-height: 1;
  transition: none;
}
[class*=swiper-button]::after {
  display: none !important;
}
[class*=swiper-button]:hover {
  color: #333333;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  margin-top: 35px;
}
.swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 auto;
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  margin: 6px !important;
  transition: none;
  border: 1px solid transparent;
  background-color: #1F1F1F;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  max-width: 18px;
  height: 18px;
  max-height: 18px;
  border-color: #333333;
  background-color: transparent;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*----------------------------------------*/
/*  04. Element CSS
/*----------------------------------------*/
/* 04.04 Button CSS */
.btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-icon {
  width: 56px;
  padding: 15px;
}

/* Button Sizes */
.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
}

.btn-md {
  font-size: 14px;
  padding: 10px 30px;
}

.btn-lg {
  font-size: 18px;
  padding: 20px 50px;
}

.btn-xl {
  font-size: 20px;
  padding: 25px 60px;
}

/* Button Color & Style (Solid & Outline) */
.btn-primary {
  border-color: #9d2235;
  background-color: #9d2235;
  color: #FFFFFF;
}
.btn-primary:hover {
  border-color: rgb(125.5589005236, 27.1910994764, 42.3861256545);
  background-color: rgb(125.5589005236, 27.1910994764, 42.3861256545);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-primary {
  color: #9d2235;
  border-color: #9d2235;
  background-color: transparent;
}
.btn-outline-primary:hover {
  border-color: #9d2235;
  background-color: #9d2235;
  color: #FFFFFF;
}

.btn-primary2 {
  border-color: #006747;
  background-color: #006747;
  color: #FFFFFF;
}
.btn-primary2:hover {
  border-color: rgb(0, 64.75, 44.6334951456);
  background-color: rgb(0, 64.75, 44.6334951456);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-primary2 {
  color: #006747;
  border-color: #006747;
  background-color: transparent;
}
.btn-outline-primary2:hover {
  border-color: #006747;
  background-color: #006747;
  color: #FFFFFF;
}

.btn-primary3 {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}
.btn-primary3:hover {
  border-color: rgb(171.2555865922, 144.5544692737, 121.4944134078);
  background-color: rgb(171.2555865922, 144.5544692737, 121.4944134078);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-primary3 {
  color: #BAA491;
  border-color: #BAA491;
  background-color: transparent;
}
.btn-outline-primary3:hover {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}

.btn-secondary {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-secondary {
  color: #6C757D;
  border-color: #6C757D;
  background-color: transparent;
}
.btn-outline-secondary:hover {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-success {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}
.btn-success:hover {
  border-color: rgb(64.4183266932, 148.3316733068, 67.8087649402);
  background-color: rgb(64.4183266932, 148.3316733068, 67.8087649402);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-success {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: transparent;
}
.btn-outline-success:hover {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.btn-danger {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}
.btn-danger:hover {
  border-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  background-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-danger {
  color: #F44336;
  border-color: #F44336;
  background-color: transparent;
}
.btn-outline-danger:hover {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

.btn-warning {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #333333;
}
.btn-warning:hover {
  border-color: rgb(223.75, 167.8125, 0);
  background-color: rgb(223.75, 167.8125, 0);
  text-decoration: none !important;
  color: #333333;
}

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
  background-color: transparent;
}
.btn-outline-warning:hover {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #333333;
}

.btn-info {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}
.btn-info:hover {
  border-color: rgb(18.75, 132.0652173913, 150);
  background-color: rgb(18.75, 132.0652173913, 150);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-info {
  color: #17A2B8;
  border-color: #17A2B8;
  background-color: transparent;
}
.btn-outline-info:hover {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}

.btn-light {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #333333;
}
.btn-light:hover {
  border-color: rgb(225.6875, 229.875, 234.0625);
  background-color: rgb(225.6875, 229.875, 234.0625);
  text-decoration: none !important;
  color: #333333;
}

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-light:hover {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #333333;
}

.btn-dark {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
.btn-dark:hover {
  border-color: rgb(31.875, 31.875, 31.875);
  background-color: rgb(31.875, 31.875, 31.875);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}
.btn-outline-dark:hover {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-black {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}
.btn-black:hover {
  border-color: black;
  background-color: black;
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.btn-outline-black:hover {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn-grey {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}
.btn-grey:hover {
  border-color: rgb(218.25, 223.5, 244.5);
  background-color: rgb(218.25, 223.5, 244.5);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-grey {
  color: #F8F9FD;
  border-color: #F8F9FD;
  background-color: transparent;
}
.btn-outline-grey:hover {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}

.btn-body {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}
.btn-body:hover {
  border-color: rgb(85.875, 85.875, 85.875);
  background-color: rgb(85.875, 85.875, 85.875);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-body {
  color: #696969;
  border-color: #696969;
  background-color: transparent;
}
.btn-outline-body:hover {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}

.btn-body-light {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}
.btn-body-light:hover {
  border-color: rgb(106.875, 106.875, 106.875);
  background-color: rgb(106.875, 106.875, 106.875);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-body-light {
  color: #7E7E7E;
  border-color: #7E7E7E;
  background-color: transparent;
}
.btn-outline-body-light:hover {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}

.btn-heading {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}
.btn-heading:hover {
  border-color: rgb(31.875, 31.875, 31.875);
  background-color: rgb(31.875, 31.875, 31.875);
  text-decoration: none !important;
  color: #FFFFFF;
}

.btn-outline-heading {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}
.btn-outline-heading:hover {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

/* Button Hover Color & Style (Solid & Outline) */
.btn-hover-primary:hover, .btn-hover-primary:not(:disabled):not(.disabled).active {
  border-color: #9d2235;
  background-color: #9d2235;
  color: #FFFFFF;
}

.btn-outline-hover-primary:hover, .btn-outline-hover-primary:not(:disabled):not(.disabled).active {
  color: #9d2235;
  border-color: #9d2235;
  background-color: transparent;
}

.btn-hover-primary2:hover, .btn-hover-primary2:not(:disabled):not(.disabled).active {
  border-color: #006747;
  background-color: #006747;
  color: #FFFFFF;
}

.btn-outline-hover-primary2:hover, .btn-outline-hover-primary2:not(:disabled):not(.disabled).active {
  color: #006747;
  border-color: #006747;
  background-color: transparent;
}

.btn-hover-primary3:hover, .btn-hover-primary3:not(:disabled):not(.disabled).active {
  border-color: #BAA491;
  background-color: #BAA491;
  color: #FFFFFF;
}

.btn-outline-hover-primary3:hover, .btn-outline-hover-primary3:not(:disabled):not(.disabled).active {
  color: #BAA491;
  border-color: #BAA491;
  background-color: transparent;
}

.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {
  border-color: #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-outline-hover-secondary:hover, .btn-outline-hover-secondary:not(:disabled):not(.disabled).active {
  color: #6C757D;
  border-color: #6C757D;
  background-color: transparent;
}

.btn-hover-success:hover, .btn-hover-success:not(:disabled):not(.disabled).active {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.btn-outline-hover-success:hover, .btn-outline-hover-success:not(:disabled):not(.disabled).active {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: transparent;
}

.btn-hover-danger:hover, .btn-hover-danger:not(:disabled):not(.disabled).active {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

.btn-outline-hover-danger:hover, .btn-outline-hover-danger:not(:disabled):not(.disabled).active {
  color: #F44336;
  border-color: #F44336;
  background-color: transparent;
}

.btn-hover-warning:hover, .btn-hover-warning:not(:disabled):not(.disabled).active {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #333333;
}

.btn-outline-hover-warning:hover, .btn-outline-hover-warning:not(:disabled):not(.disabled).active {
  color: #FFC107;
  border-color: #FFC107;
  background-color: transparent;
}

.btn-hover-info:hover, .btn-hover-info:not(:disabled):not(.disabled).active {
  border-color: #17A2B8;
  background-color: #17A2B8;
  color: #FFFFFF;
}

.btn-outline-hover-info:hover, .btn-outline-hover-info:not(:disabled):not(.disabled).active {
  color: #17A2B8;
  border-color: #17A2B8;
  background-color: transparent;
}

.btn-hover-light:hover, .btn-hover-light:not(:disabled):not(.disabled).active {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
  color: #333333;
}

.btn-outline-hover-light:hover, .btn-outline-hover-light:not(:disabled):not(.disabled).active {
  color: #F8F9FA;
  border-color: #F8F9FA;
  background-color: transparent;
}

.btn-hover-dark:hover, .btn-hover-dark:not(:disabled):not(.disabled).active {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-outline-hover-dark:hover, .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.btn-hover-black:hover, .btn-hover-black:not(:disabled):not(.disabled).active {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn-outline-hover-black:hover, .btn-outline-hover-black:not(:disabled):not(.disabled).active {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.btn-hover-grey:hover, .btn-hover-grey:not(:disabled):not(.disabled).active {
  border-color: #F8F9FD;
  background-color: #F8F9FD;
  color: #FFFFFF;
}

.btn-outline-hover-grey:hover, .btn-outline-hover-grey:not(:disabled):not(.disabled).active {
  color: #F8F9FD;
  border-color: #F8F9FD;
  background-color: transparent;
}

.btn-hover-body:hover, .btn-hover-body:not(:disabled):not(.disabled).active {
  border-color: #696969;
  background-color: #696969;
  color: #FFFFFF;
}

.btn-outline-hover-body:hover, .btn-outline-hover-body:not(:disabled):not(.disabled).active {
  color: #696969;
  border-color: #696969;
  background-color: transparent;
}

.btn-hover-body-light:hover, .btn-hover-body-light:not(:disabled):not(.disabled).active {
  border-color: #7E7E7E;
  background-color: #7E7E7E;
  color: #FFFFFF;
}

.btn-outline-hover-body-light:hover, .btn-outline-hover-body-light:not(:disabled):not(.disabled).active {
  color: #7E7E7E;
  border-color: #7E7E7E;
  background-color: transparent;
}

.btn-hover-heading:hover, .btn-hover-heading:not(:disabled):not(.disabled).active {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

.btn-outline-hover-heading:hover, .btn-outline-hover-heading:not(:disabled):not(.disabled).active {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.alert.alert-dismissible .close {
  border: 0;
  background: none;
  transition: all 0.2s;
}
.alert.alert-dismissible .close:hover {
  transform: scale(1.4);
}

/* 04.07 Tooltip CSS */
[class*=hintT] {
  position: relative;
  z-index: 9;
}
[class*=hintT]::before {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  padding: 8px 10px;
  content: attr(data-hint);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  white-space: nowrap;
  text-transform: initial;
  pointer-events: none;
  opacity: 0;
  color: #FFFFFF;
  background: #333333;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 #000000;
}
[class*=hintT]::after {
  position: absolute;
  z-index: 1000001;
  z-index: 8;
  visibility: hidden;
  content: "";
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  opacity: 0;
  border: 6px solid transparent;
  background: 0 0;
}
[class*=hintT]:hover::before, [class*=hintT]:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Position Top */
.hintT-top::before {
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
.hintT-top::after {
  bottom: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #333333;
}
.hintT-top:hover::before {
  bottom: calc(100% + 6px);
}
.hintT-top:hover::after {
  bottom: calc(100% - 5px);
}

/* Position Right */
.hintT-right::before {
  top: 50%;
  left: calc(100% - 4px);
  transform: translateY(-50%);
}
.hintT-right::after {
  top: 50%;
  left: calc(100% - 16px);
  transform: translateY(-50%);
  border-right-color: #333333;
}
.hintT-right:hover::before {
  left: calc(100% + 6px);
}
.hintT-right:hover::after {
  left: calc(100% - 5px);
}

/* Position Bottom */
.hintT-bottom::before {
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
.hintT-bottom::after {
  top: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #333333;
}
.hintT-bottom:hover::before {
  top: calc(100% + 6px);
}
.hintT-bottom:hover::after {
  top: calc(100% - 5px);
}

/* Position Left */
.hintT-left::before {
  top: 50%;
  right: calc(100% - 4px);
  transform: translateY(-50%);
}
.hintT-left::after {
  top: 50%;
  right: calc(100% - 16px);
  transform: translateY(-50%);
  border-left-color: #333333;
}
.hintT-left:hover::before {
  right: calc(100% + 6px);
}
.hintT-left:hover::after {
  right: calc(100% - 5px);
}

/* 04.03 Brand CSS */
.brand-carousel .slick-track {
  display: flex;
  align-items: center;
}

.brand-item {
  display: flex;
  justify-content: center;
}
.brand-item a {
  display: block;
  opacity: 0.4;
}
.brand-item a img {
  max-width: 100%;
}
.brand-item a:hover {
  opacity: 1;
}

/* 04.02 Blockquote CSS */
/* Default */
blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 10px 20px;
  border-left: 2px solid #333333;
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p {
  font-size: 18px !important;
  font-weight: 300;
  font-style: italic;
  line-height: 1.675;
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
    margin-left: 0;
  }
}

/* Custom Style One */
blockquote.learts-blockquote,
.learts-blockquote {
  overflow: hidden;
  height: 100%;
  padding: 60px;
  background-color: #e9ecef;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
blockquote.learts-blockquote .inner .desc,
.learts-blockquote .inner .desc {
  margin-bottom: 20px;
}
blockquote.learts-blockquote .inner .desc p,
.learts-blockquote .inner .desc p {
  font-size: 16px;
  font-weight: 400;
}
blockquote.learts-blockquote .inner .link,
.learts-blockquote .inner .link {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  float: right;
  margin-left: auto;
  color: #333333;
}
blockquote.learts-blockquote .inner .link::before,
.learts-blockquote .inner .link::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 40px;
  height: 2px;
  margin-right: 20px;
  content: "";
  transition: all 0.4s;
  transform: translateY(-50%);
  background-color: #333333;
}
blockquote.learts-blockquote .inner .link:hover,
.learts-blockquote .inner .link:hover {
  text-decoration: none;
}
blockquote.learts-blockquote .inner .link:hover::before,
.learts-blockquote .inner .link:hover::before {
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 50px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 50px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 40px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  blockquote.learts-blockquote,
  .learts-blockquote {
    padding: 30px;
  }
  blockquote.learts-blockquote .inner .title,
  .learts-blockquote .inner .title {
    font-size: 24px;
  }
}

/* Custom Style Two */
blockquote.learts-blockquote2,
.learts-blockquote2 {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-align: center;
}
blockquote.learts-blockquote2:last-child,
.learts-blockquote2:last-child {
  margin-bottom: 0;
}
blockquote.learts-blockquote2 .icon,
.learts-blockquote2 .icon {
  margin-bottom: 36px;
}
blockquote.learts-blockquote2 .content p,
.learts-blockquote2 .content p {
  font-family: "Futura";
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.675;
}

/* 04.05 Form CSS */
/* Label */
label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: #333333;
}
label .required {
  font-size: 16px;
  color: #FF0000;
}

/* Input & Textarea */
input:not([type=checkbox]):not([type=radio]), select,
textarea {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px;
  color: #333333;
  border: 0px;
  background-color: #e9ecef;
  border-radius: 3px;
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7E7E7E;
}
input:not([type=checkbox]):not([type=radio]):-moz-placeholder, select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7E7E7E;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7E7E7E;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7E7E7E;
}
input:not([type=checkbox]):not([type=radio]):focus, select:focus,
textarea:focus {
  border-bottom-color: #333333;
}

input[type=radio], input[type=checkbox] {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

textarea {
  height: 200px;
  resize: none;
}

/* Checkbox */
.form-check input[type=checkbox] {
  margin-top: 2px;
}

/* Fieldset */
fieldset {
  padding: 30px 40px;
  border: 1px solid #EEEEEE;
}
fieldset legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -9px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: #333333;
  background-color: #FFFFFF;
}

.field-required {
  color: #F44336;
}

.search-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.search-form .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .btn {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  border: 0px;
  background-color: #006747;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background 0.4s;
}
.search-form .btn:hover {
  background: rgb(0, 77.5, 53.4223300971);
}

.admin-fast-actions {
  display: flex;
  margin-top: -15px;
  margin-bottom: 20px;
}
.admin-fast-actions .fast-action-btn {
  border: 0;
  padding: 0;
  background: #e9ecef;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin-right: 10px;
  text-align: center;
  color: #696969;
  transform: 0.3s;
}
.admin-fast-actions .fast-action-btn:hover {
  color: #006747;
}

/*----------------------------------------*/
/*  05. Header CSS
/*----------------------------------------*/
/* 05.01 Topbar CSS */
/* Topbar Section */
.topbar-section {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 101;
  background: #e9ecef;
}
.topbar-section a {
  color: #696969 !important;
}
@media only screen and (min-width: 1500px) {
  .topbar-section.section-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .topbar-section.section-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
  .topbar-section.section-fluid .container, .topbar-section.section-fluid .container-fluid {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-section.section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar-section.section-fluid .container {
    max-width: 720px;
  }
}

/* Topbar Menu */
.topbar-menu ul {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.topbar-menu ul li {
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.topbar-menu ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
  background-color: #D8D8D8;
}
.topbar-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.topbar-menu ul li:last-child::after {
  display: none;
}
.topbar-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
}

/* Topbar Language & Currency */
.header-lan-curr ~ ul li:last-child {
  margin-right: 15px;
  padding-right: 15px;
}
.header-lan-curr ~ ul li:last-child::after {
  display: block !important;
}

/* 05.02 Main Header CSS */
@media (max-width: 991.98px) {
  body.offcanvas-menu-open {
    overflow-y: hidden;
  }
  body.offcanvas-menu-open .header-menu {
    transform: translateX(0%);
  }
}
.page-header .header-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .page-header .header-mobile {
    padding: 25px;
    padding-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #DEDEDE;
    display: block;
  }
  .page-header .header-mobile .close-logo {
    height: 20px;
    padding-top: 2px;
    float: right;
  }
  .page-header .header-mobile .close-button {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #6c757d;
  }
  .page-header .header-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    transform: translateX(-100%);
    transition: 0.4s;
  }
  .page-header .header-menu .topbar-section {
    order: 2;
    flex: 0 0 auto;
  }
  .page-header .header-menu .topbar-section .topbar-menu ul {
    display: flex;
  }
  .page-header .header-menu .topbar-section .topbar-menu ul li {
    flex: 1 1 50%;
    margin: 0;
    padding-right: 0;
  }
  .page-header .header-menu .topbar-section .topbar-menu ul li::after {
    display: none;
  }
  .page-header .header-menu .topbar-section .topbar-menu ul li.link-admin {
    display: none;
  }
  .page-header .header-menu .header-section {
    order: 1;
    flex: 1 1 auto;
    overflow-y: none;
  }
  .page-header .header-menu .header-section .rs-header-lang {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
  }
  .page-header .header-menu .header-section .rs-header-logo {
    display: none;
  }
  .page-header .header-menu .header-section .rs-header-tools {
    display: block;
  }
  .page-header .header-menu .header-section .site-menu-section .container .site-main-menu {
    display: block;
  }
  .page-header .header-menu .header-section .site-menu-section .container .site-main-menu ul {
    display: block;
  }
}

/*
.header-section {
    // position: relative;
    // z-index: 98;

    & .container,
    & .container-fluid {
        position: relative;
    }

    & .row {
        & > [class*="col"] {
            position: static;
        }
    }

    /*&.header-menu-center {
        & .row {
            & > [class*="col"] {
                &:first-child,
                &:last-child {
                    flex: 1 0 210px;

                    max-width: 210px;
                }
            }
        }
    }
*/
/*&.header-transparent {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;

        background-color: transparent !important;
    }*
}*/
/* Sticky Header *
.sticky-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    transition: $transition;
    transform: translateY(-100%);

    border-bottom: 1px solid rgba($black, 0.075);

    & .container,
    & .container-fluid {
        position: relative;
    }

    & .row {
        & > [class*="col"] {
            position: static;
        }
    }

    &.header-menu-center {
        & .row {
            @media only screen and (min-width: 1200px) {
                & > [class*="col"] {
                    &:first-child,
                    &:last-child {
                        flex: 1 0 210px;

                        max-width: 210px;
                    }
                }
            }
        }
    }

    &.is-sticky {
        transform: translateY(0);
    }
}*/
/* Mobile Header *
.mobile-header {
}


body.offside-header-left {
    margin-left: 400px;

    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        margin-left: 300px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        margin-left: 0;
    }
}

/* Header Call *
.header-call {
    position: absolute;
    top: 0;
    right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 200px;
    height: 100%;

    border-right: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;

    & p {
        font-size: 16px;
        font-weight: 600;

        & i {
            margin-right: 10px;
        }
    }
}*/
/* Header Logo */
.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-logo a {
  display: flex;
}

/* Header Language & Currency */
.header-lan-curr {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.header-lan-curr .lan-curr-icon {
  vertical-align: middle;
  margin-bottom: 3px;
}
.header-lan-curr > li {
  position: relative;
  margin-right: 16px;
  padding-right: 15px;
}
.header-lan-curr > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
  background-color: #D8D8D8;
}
.header-lan-curr > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-lan-curr > li:last-child::after {
  display: none;
}
.header-lan-curr > li > a {
  line-height: 1;
  padding: 5px 0;
  color: #7E7E7E;
}
.header-lan-curr > li > a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-left: 5px;
  content: "\f107";
  opacity: 0.4;
}
.header-lan-curr > li > .curr-lan-sub-menu {
  position: absolute;
  z-index: 1;
  top: 150%;
  left: -15px;
  display: block;
  visibility: hidden;
  min-width: 120px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  transition: none;
  letter-spacing: 0;
  opacity: 0;
  background-color: #FFFFFF;
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
.header-lan-curr > li > .curr-lan-sub-menu li {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
.header-lan-curr > li > .curr-lan-sub-menu li::after {
  display: none;
}
.header-lan-curr > li > .curr-lan-sub-menu li + li {
  margin-top: 5px;
}
.header-lan-curr > li > .curr-lan-sub-menu li a {
  display: block;
  padding: 0;
  color: #7E7E7E;
  transition: padding-left 0.3s;
}
.header-lan-curr > li > .curr-lan-sub-menu li a:hover {
  padding-left: 5px;
  text-decoration: none;
}
.header-lan-curr > li:hover > a {
  color: #333333;
  text-decoration: none;
}
.header-lan-curr > li:hover > .curr-lan-sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/* Header Tools/Action Buttons */
.header-tools {
  display: flex;
}
.header-tools > div {
  margin-left: 25px;
}
.header-tools > div a {
  position: relative;
  display: flex;
  color: #333333;
}
.header-tools > div a span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 14px;
  background-color: #9d2235;
}
.header-tools > div a i {
  font-size: 20px;
  line-height: 32px;
  display: block;
}
.header-tools > div.header-wishlist > a i, .header-tools > div.header-cart > a i {
  margin-right: 10px;
}
.header-tools > div.mobile-menu-toggle > a {
  width: 24px;
  height: 32px;
}
.header-tools > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .header-tools > div {
    margin-left: 15px;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-menu-toggle svg path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #333333;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}
.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close {
  opacity: 1;
}
.mobile-menu-toggle .close svg path#top, .mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

/* Site Menu Section */
.site-menu-section {
  border-top: 1px dashed #DEDEDE;
  position: relative;
}

/* Site Main Menu */
.site-main-menu {
  font-weight: 400;
  display: flex;
}
.site-main-menu > ul {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.site-main-menu > ul > li {
  letter-spacing: 1.5px;
}
.site-main-menu > ul > li > a {
  line-height: 1.5;
  position: relative;
  display: flex;
  padding: 25px;
  text-transform: uppercase;
  color: #7E7E7E;
}
.site-main-menu > ul > li > a > .menu-text {
  position: relative;
}
.site-main-menu > ul > li > a > .menu-text::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  background-color: #333333;
}
.site-main-menu > ul > li.has-children > a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M143 352.3L7 216.3a23.9 23.9 0 010-33.9l22.6-22.6a23.9 23.9 0 0133.9 0l96.4 96.4 96.4-96.4a23.9 23.9 0 0133.9 0l22.6 22.6a23.9 23.9 0 010 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .site-main-menu > ul > li.has-children > a::before {
    display: none;
  }
}
.site-main-menu > ul > li.align-left > .sub-menu {
  right: 0;
  left: auto;
}
.site-main-menu > ul > li:hover > a {
  color: #333333;
  text-decoration: none;
}
.site-main-menu > ul > li:hover > a > .menu-text::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.site-main-menu > ul > li:hover > .sub-menu {
  z-index: 99;
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.site-main-menu.menu-height-100 > ul > li > a {
  padding-top: 38px;
  padding-bottom: 38px;
}
.site-main-menu.menu-height-60 > ul > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Sub Menu */
.sub-menu {
  position: absolute;
  z-index: 9;
  z-index: 9;
  top: 150%;
  visibility: hidden;
  min-width: 280px;
  margin: 0;
  padding: 20px 0;
  list-style: none;
  transition: 0.2s;
  letter-spacing: 0;
  opacity: 0;
  background-color: #FFFFFF;
  box-shadow: -1px 20px 40px -30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .sub-menu {
    display: none;
  }
}
.sub-menu li {
  line-height: 3.125;
  position: relative;
}
.sub-menu li a {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #7E7E7E;
  text-decoration: none;
}
.sub-menu li a:not(.mega-menu-title) .menu-text {
  position: relative;
}
.sub-menu li a:not(.mega-menu-title) .menu-text::after {
  position: absolute;
  top: calc(50% + 10px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: none;
  opacity: 0;
  background-color: #333333;
}
.sub-menu li a:hover .menu-text::after {
  opacity: 0.2;
}
.sub-menu li.has-children > a::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "\f105";
  transform: translateY(-50%);
  opacity: 0.6;
}
.sub-menu li.has-children.align-left > a::before {
  content: "\f104";
}
.sub-menu li.has-children.align-left > .sub-menu {
  right: 100%;
  left: auto;
}
.sub-menu li > .sub-menu {
  top: 100%;
  left: 100%;
}
.sub-menu li:hover > a {
  color: #333333;
}
.sub-menu li:hover > .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.sub-menu.mega-menu {
  right: auto;
  left: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  margin: 0;
  padding: 30px 30px 30px 10px;
  list-style: none;
}
.sub-menu.mega-menu > li {
  flex: 1 0 25%;
  padding: 0 10px 0 30px;
  border-right: 1px solid #E7E7E7;
}
.sub-menu.mega-menu > li:last-child {
  border: none;
}
.sub-menu.mega-menu > li > a {
  padding: 0;
}
.sub-menu.mega-menu > li > a.mega-menu-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  color: #333333;
}
.sub-menu.mega-menu > li:hover > a {
  color: #333333;
}
.sub-menu.mega-menu > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu.mega-menu > li ul li {
  line-height: 3.125;
  position: relative;
}
.sub-menu.mega-menu > li ul li a {
  padding: 0;
  color: #7E7E7E;
}
.sub-menu.mega-menu > li ul li > img {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 40%;
  visibility: hidden;
  width: 250px;
  height: auto;
  transform: translateY(-40%);
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.sub-menu.mega-menu > li ul li:hover > a {
  color: #333333;
}
.sub-menu.mega-menu > li ul li:hover > img {
  visibility: visible;
  transform: translateY(-50%);
  opacity: 1;
}

/*----------------------------------------*/
/*  06. Slider CSS
/*----------------------------------------*/
/* 06.01. Home One Slider */
.home1-slider {
  width: 100%;
  height: 750px;
}
.home1-slider:hover [class*=swiper-button] {
  opacity: 1;
}
.home1-slider:hover [class*=swiper-button]:hover i {
  transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
  .home1-slider {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .home1-slider {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .home1-slider {
    height: 450px;
  }
}

/* Home One Slide Item */
.home1-slide-item {
  display: flex;
  justify-content: center;
}

/* Home One Slide One Content */
.home1-slide1-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  width: 466px;
  height: 466px;
  padding: 25px;
  border-radius: 50%;
  background-color: transparent;
}
.home1-slide1-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home1-slide1-content .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  border-radius: 50%;
  background-color: #FFFFFF;
}
.home1-slide1-content .slide-border {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  transform: scale(0.8);
  border: 1px dashed #006747;
  border-radius: 50%;
}
.home1-slide1-content .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  transform: translateY(-30px);
}
.home1-slide1-content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 11px;
  transform: translateY(30px);
  color: #333333;
}
.home1-slide1-content .sub-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 28px;
  transform: translateY(30px);
  color: #006747;
}
.home1-slide1-content .link {
  transform: translateY(30px);
}
.home1-slide1-content .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.home1-slide1-content .link a:hover {
  color: #006747;
  border-color: #006747;
}
@media only screen and (max-width: 767px) {
  .home1-slide1-content {
    width: 400px;
    height: 400px;
  }
  .home1-slide1-content .icon img {
    height: 100px;
  }
  .home1-slide1-content .title {
    font-size: 54px;
  }
  .home1-slide1-content .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home1-slide1-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home1-slide1-content {
    width: 350px;
    height: 350px;
  }
  .home1-slide1-content .icon img {
    height: 80px;
  }
  .home1-slide1-content .title {
    font-size: 48px;
  }
  .home1-slide1-content .sub-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home1-slide1-content {
    width: 300px;
    height: 300px;
  }
  .home1-slide1-content .icon img {
    height: 60px;
  }
  .home1-slide1-content .title {
    font-size: 40px;
  }
  .home1-slide1-content .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home1-slide1-content .link a {
    font-size: 12px;
  }
}

/* Home One Slide Two Content */
.home1-slide2-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  width: 466px;
  height: 466px;
  padding: 25px;
  border-radius: 50%;
  background-color: transparent;
}
.home1-slide2-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home1-slide2-content .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  border-radius: 50%;
  background-color: transparent;
}
.home1-slide2-content .slide-border {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  transform: scale(0.8);
  border: 3px solid rgb(225.3184357542, 215.8547486034, 207.6815642458);
  border-radius: 50%;
}
.home1-slide2-content .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  transform: translateY(-30px);
}
.home1-slide2-content .icon img:last-child:not(:first-child) {
  margin-left: 15px;
}
.home1-slide2-content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 11px;
  transform: translateY(30px);
  color: #BAA491;
}
.home1-slide2-content .sub-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
  transform: translateY(30px);
  text-align: center;
  color: #333333;
}
.home1-slide2-content .link {
  transform: translateY(30px);
}
.home1-slide2-content .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.home1-slide2-content .link a:hover {
  color: #006747;
  border-color: #006747;
}
@media only screen and (max-width: 767px) {
  .home1-slide2-content {
    width: 400px;
    height: 400px;
  }
  .home1-slide2-content .title {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .home1-slide2-content .sub-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .home1-slide2-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home1-slide2-content {
    width: 350px;
    height: 350px;
  }
  .home1-slide2-content .title {
    font-size: 48px;
  }
  .home1-slide2-content .sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .home1-slide2-content {
    width: 300px;
    height: 300px;
  }
  .home1-slide2-content .icon {
    margin-bottom: 15px;
  }
  .home1-slide2-content .title {
    font-size: 40px;
  }
  .home1-slide2-content .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home1-slide2-content .link a {
    font-size: 12px;
  }
}

/* Home One Slide Three Content */
.home1-slide3-content {
  max-width: calc(100% - 20px);
  margin-top: 80px;
  text-align: center;
}
.home1-slide3-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home1-slide3-content .title {
  font-family: "Futura";
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateY(30px);
  color: #BAA491;
}
.home1-slide3-content .sub-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  padding: 0 80px;
  transform: translateY(30px);
  text-align: center;
  color: #000000;
}
.home1-slide3-content .sub-title img {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
}
.home1-slide3-content .sub-title img.left-icon {
  left: 0;
  transform: translateX(30px);
}
.home1-slide3-content .sub-title img.right-icon {
  right: 0;
  transform: translateX(-30px);
}
.home1-slide3-content .link {
  transform: translateY(30px);
}
.home1-slide3-content .link a {
  font-family: "Futura";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 9;
  padding: 0 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url("../images/slider/home1/slide-3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home1-slide3-content {
    margin-top: 60px;
  }
  .home1-slide3-content .title {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .home1-slide3-content .sub-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .home1-slide3-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home1-slide3-content {
    margin-top: 60px;
  }
  .home1-slide3-content .title {
    font-size: 54px;
  }
  .home1-slide3-content .sub-title {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 50px;
  }
  .home1-slide3-content .sub-title img {
    height: 16px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 479px) {
  .home1-slide3-content .title {
    font-size: 40px;
  }
  .home1-slide3-content .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home1-slide3-content .link a {
    font-size: 12px;
  }
}

/* Home One Slide Content Animation */
.swiper-slide-active .home1-slide1-content > * {
  opacity: 1;
}
.swiper-slide-active .home1-slide1-content .bg {
  transition-delay: 0.75s;
  transform: scale(1);
}
.swiper-slide-active .home1-slide1-content .slide-border {
  transition-delay: 1s;
  transform: scale(1);
}
.swiper-slide-active .home1-slide1-content .icon {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .sub-title {
  transition-delay: 1.5s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .link {
  transition-delay: 1.7s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content > * {
  opacity: 1;
}
.swiper-slide-active .home1-slide2-content .bg {
  transition-delay: 0.75s;
  transform: scale(1);
}
.swiper-slide-active .home1-slide2-content .slide-border {
  transition-delay: 1s;
  transform: scale(1);
}
.swiper-slide-active .home1-slide2-content .icon {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .sub-title {
  transition-delay: 1.5s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .link {
  transition-delay: 1.7s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content > * {
  opacity: 1;
}
.swiper-slide-active .home1-slide3-content .title {
  transition-delay: 0.75s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content .sub-title {
  transition-delay: 0.95s;
  transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content .sub-title img {
  transition-delay: 1.5s;
  opacity: 1;
}
.swiper-slide-active .home1-slide3-content .sub-title img.left-icon {
  transform: translateX(0);
}
.swiper-slide-active .home1-slide3-content .sub-title img.right-icon {
  transform: translateX(0);
}
.swiper-slide-active .home1-slide3-content .link {
  transition-delay: 1.15s;
  transform: translateY(0);
}

/* 06.02. Home Two Slider */
.home2-slider {
  width: 100%;
  height: 770px;
}
.home2-slider [class*=swiper-button]:hover i {
  transform: scale(1.5);
}
.home2-slider:hover [class*=swiper-button] {
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home2-slider {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slider {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .home2-slider {
    height: 650px;
  }
}

/* Home Two Slide Item */
.home2-slide-item .slide-pointer {
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all 1s ease 0s;
  text-align: center;
  opacity: 0;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  background-color: #DA0E2B;
}
.home2-slide-item .slide-pointer span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-top: -5px;
}
.home2-slide-item .slide-product {
  position: absolute;
  display: none;
  width: 300px;
  padding: 40px;
  background-color: #FFFFFF;
}
.home2-slide-item .slide-product .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  margin-bottom: 20px;
  transition: all 1s ease 0s;
  transform: translateY(30px);
}
.home2-slide-item .slide-product .image img {
  max-width: 100%;
  max-height: 100%;
}
.home2-slide-item .slide-product .title {
  font-family: "Futura";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
}
.home2-slide-item .slide-product .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.home2-slide-item .slide-product.active {
  display: block;
}
.home2-slide-item .slide-product.active .image {
  transition-delay: 0.5s;
  transform: translateY(0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide-item .slide-pointer {
    width: 30px;
    height: 30px;
  }
  .home2-slide-item .slide-pointer span {
    font-size: 36px;
    margin-top: -5px;
  }
  .home2-slide-item .slide-product {
    width: 180px;
    padding: 30px;
  }
  .home2-slide-item .slide-product .image {
    height: 140px;
    margin-bottom: 20px;
  }
  .home2-slide-item .slide-product .title {
    font-size: 16px;
  }
  .home2-slide-item .slide-product .price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .home2-slide-item .slide-product {
    width: 180px;
    padding: 30px;
  }
  .home2-slide-item .slide-product .image {
    height: 140px;
    margin-bottom: 20px;
  }
  .home2-slide-item .slide-product .title {
    font-size: 16px;
  }
  .home2-slide-item .slide-product .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home2-slide-item .slide-pointer {
    display: none;
  }
}

/* Home Two Slide One Image */
.home2-slide1-image {
  position: absolute;
  z-index: 9;
  top: 10%;
  right: 15%;
  transition: all 1s ease 0s;
  transform: scale(0.8);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home2-slide1-image {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide1-image {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide1-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Home Two Slide One Product One */
.home2-slide1-product1 {
  position: absolute;
  top: 10%;
  right: 22%;
}
.home2-slide1-product1 .slide-product {
  top: 0;
  left: 100%;
  margin-left: 20px;
  transform: translateY(-20%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home2-slide1-product1 .slide-product {
    right: 100%;
    left: auto;
    margin-right: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home2-slide1-product1 .slide-product {
    right: 100%;
    left: auto;
    margin-right: 20px;
    margin-left: 0;
  }
}

/* Home Two Slide Two Image */
.home2-slide2-image {
  position: absolute;
  z-index: 9;
  top: 14%;
  right: 9%;
  transition: all 1s ease 0s;
  transform: scale(0.8);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home2-slide2-image {
    max-width: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide2-image {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide2-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    max-width: 600px;
    margin: 0 auto 20px;
  }
}

/* Home Two Slide Two Product One */
.home2-slide2-product1 {
  position: absolute;
  bottom: 27%;
  left: 7%;
}
.home2-slide2-product1 .slide-product {
  right: 100%;
  bottom: 100%;
  margin-right: 30px;
  transform: translateY(15%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide2-product1 .slide-product {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 20px;
    transform: translateY(50%);
  }
}

/* Home Two Slide Two Product two */
.home2-slide2-product2 {
  position: absolute;
  top: 30%;
  left: 51%;
}
.home2-slide2-product2 .slide-product {
  top: 50%;
  left: 100%;
  margin-left: 30px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide2-product2 .slide-product {
    margin-left: 20px;
  }
}

/* Home Two Slide Three Image */
.home2-slide3-image {
  position: absolute;
  z-index: 9;
  right: 30%;
  bottom: 0;
  transition: all 1s ease 0s;
  transform: scale(0.8);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home2-slide3-image {
    right: 25%;
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide3-image {
    right: 20%;
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide3-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

/* Home Two Slide Three Product One */
.home2-slide3-product1 {
  position: absolute;
  bottom: 55%;
  left: 5%;
}
.home2-slide3-product1 .slide-product {
  top: 50%;
  right: 100%;
  margin-right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .home2-slide3-product1 .slide-product {
    right: auto;
    left: 100%;
    margin-right: auto;
    margin-left: 20px;
  }
}

/* Home Two Slide Three Product Two */
.home2-slide3-product2 {
  position: absolute;
  right: 3%;
  bottom: 28%;
}
.home2-slide3-product2 .slide-product {
  bottom: 100%;
  left: 100%;
  margin-left: 20px;
  transform: translateY(15%);
}
@media only screen and (max-width: 767px) {
  .home2-slide3-product2 .slide-product {
    right: 100%;
    left: auto;
    margin-right: 20px;
    margin-left: auto;
  }
}

/* Home Two Slide Content */
.home2-slide-content {
  position: absolute;
  z-index: 99;
  bottom: 18%;
  left: 8%;
}
.home2-slide-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home2-slide-content .sub-title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 30px;
  transform: translateY(30px);
  letter-spacing: 5px;
  color: #333333;
}
.home2-slide-content .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateY(30px);
  color: #333333;
}
.home2-slide-content .link {
  transform: translateY(30px);
}
.home2-slide-content .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.home2-slide-content .link a:hover {
  color: #006747;
  border-color: #006747;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide-content .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home2-slide-content .title {
    font-size: 36px;
  }
  .home2-slide-content .link a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide-content {
    position: static;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home2-slide-content .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home2-slide-content .title {
    font-size: 44px;
  }
  .home2-slide-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home2-slide-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .home2-slide-content .sub-title {
    font-size: 14px;
  }
  .home2-slide-content .title {
    font-size: 30px;
  }
  .home2-slide-content .link a {
    font-size: 12px;
  }
}

/* Home Two Slide Page Number */
.home2-slide-pages {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 4%;
  bottom: 15%;
  display: flex;
  align-items: center;
}
.home2-slide-pages > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home2-slide-pages .current {
  transform: translateX(40px);
  color: #333333;
}
.home2-slide-pages .border {
  display: block;
  width: 80px;
  height: 2px;
  margin: 5px 15px 0;
  transform: translateX(40px);
  border: none !important;
  background-color: #333333;
}
.home2-slide-pages .total {
  transform: translateX(40px);
  color: rgba(126, 126, 126, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home2-slide-pages {
    font-size: 44px;
  }
  .home2-slide-pages .border {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home2-slide-pages {
    display: none;
  }
}

/* Home Two Slide Content & Image Animation */
.swiper-slide-active .home2-slide1-image, .swiper-slide-active .home2-slide2-image, .swiper-slide-active .home2-slide3-image {
  transition-delay: 0.3s;
  transform: scale(1);
  opacity: 1;
}
.swiper-slide-active .slide-pointer {
  transition-delay: 1s;
  opacity: 1;
}
.swiper-slide-active .home2-slide-content > * {
  opacity: 1;
}
.swiper-slide-active .home2-slide-content .sub-title {
  transition-delay: 1s;
  transform: translateY(0);
}
.swiper-slide-active .home2-slide-content .title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home2-slide-content .link {
  transition-delay: 1.6s;
  transform: translateY(0);
}
.swiper-slide-active .home2-slide-pages > * {
  opacity: 1;
}
.swiper-slide-active .home2-slide-pages .current {
  transition-delay: 1s;
  transform: translateX(0);
}
.swiper-slide-active .home2-slide-pages .border {
  transition-delay: 1.2s;
  transform: translateX(0);
}
.swiper-slide-active .home2-slide-pages .total {
  transition-delay: 1.4s;
  transform: translateX(0);
}

/* 06.03. Home Three Slider */
.home3-slider {
  height: 80vh;
  max-height: 800px;
}
.home3-slider [class*=swiper-button] {
  top: auto;
  top: auto;
  bottom: 0;
  left: auto;
  width: 30px;
  height: 30px;
  transform: translate(0, 0);
  opacity: 1;
  color: #7E7E7E;
  background-color: #FFFFFF;
  transition: 0.2s;
}
.home3-slider [class*=swiper-button] i {
  font-size: 18px;
}
.home3-slider [class*=swiper-button]:hover {
  color: #fff;
  background-color: #9d2235;
}
@media (min-width: 768px) {
  .home3-slider .swiper-button-prev, .home3-slider .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.home3-slider .home3-slider-caption {
  position: absolute;
  z-index: 10;
  left: 40px;
  height: 40px;
  bottom: 22px;
}
@media (min-width: 768px) {
  .home3-slider .home3-slider-caption {
    bottom: 40px;
  }
}
.home3-slider .home3-slider-caption .btn {
  height: 30px;
  line-height: 30px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .home3-slider .home3-slider-caption .btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.home3-slider .swiper-button-prev {
  right: 60px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .home3-slider .swiper-button-prev {
    right: 80px;
    bottom: 40px;
  }
}
.home3-slider .swiper-button-next {
  right: 30px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .home3-slider .swiper-button-next {
    right: 40px;
    bottom: 40px;
  }
}
.home3-slider {
  /*@media only screen and (min-width: 992px) and (max-width: 1199px) {
      height: 60px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      height: 600px;

      & [class*="swiper-button"] {
          width: 60px;
          height: 60px;
      }

      & .swiper-button-prev {
          right: 60px;
      }
  }

  @media only screen and (max-width: 767px) {
      height: 500px;

      & [class*="swiper-button"] {
          width: 50px;
          height: 50px;

          &::after {
              font-size: 14px;
          }
      }

      & .swiper-button-prev {
          right: 50px;
      }
  }

  @media only screen and (max-width: 575px) {
      height: 450px;

      & [class*="swiper-button"] {
          width: 40px;
          height: 40px;
      }

      & .swiper-button-prev {
          right: 40px;
      }
  }

  @media only screen and (max-width: 479px) {
      height: 400px;

      & [class*="swiper-button"] {
          width: 30px;
          height: 30px;
      }

      & .swiper-button-prev {
          right: 30px;
      }
  }*/
}

/* Home Three Slide Item */
.home3-slide-item {
  display: flex;
  align-items: center;
}

/* Home Three Slide Content */
.home3-slide-content {
  display: inline-block;
  text-align: center;
}
.home3-slide-content > * {
  transition: all 2s ease 0s;
  opacity: 0;
}
.home3-slide-content > *:last-child {
  margin-bottom: 0;
}
.home3-slide-content .content-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
}
.home3-slide-content .sub-title {
  font-family: "Futura";
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  color: #006747;
}
.home3-slide-content .title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home3-slide-content .sub-title {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .home3-slide-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home3-slide-content .sub-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .home3-slide-content .title {
    font-size: 30px;
  }
  .home3-slide-content .link .btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home3-slide-content .sub-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .home3-slide-content .title {
    font-size: 24px;
  }
  .home3-slide-content .link .btn {
    font-size: 14px;
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .home3-slide-content .sub-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .home3-slide-content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home3-slide-content .link .btn {
    font-size: 12px;
    padding: 3px 20px;
  }
}

/* Home Three Slide Content Animation */
.swiper-slide-active .home3-slide-content > * {
  opacity: 1;
}
.swiper-slide-active .home3-slide-content .sub-title {
  transition-delay: 0.75s;
  transform: translateY(0);
}
.swiper-slide-active .home3-slide-content .title {
  transition-delay: 0.95s;
  transform: translateY(0);
}
.swiper-slide-active .home3-slide-content .link {
  transition-delay: 1.15s;
  transform: translateY(0);
}

/* 06.04. Home Four Slider */
.home4-slider {
  overflow: visible;
}
.home4-slider [class*=swiper-button] {
  color: #E7E7E7;
}
.home4-slider [class*=swiper-button] i {
  font-size: 40px;
}
.home4-slider [class*=swiper-button]:hover {
  color: #333333;
}
.home4-slider .swiper-button-prev {
  left: -120px;
}
.home4-slider .swiper-button-next {
  right: -120px;
}
.home4-slider:hover [class*=swiper-button] {
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home4-slider [class*=swiper-button] {
    color: #7E7E7E;
  }
  .home4-slider [class*=swiper-button] i {
    font-size: 30px;
  }
  .home4-slider .swiper-button-prev {
    left: -40px;
  }
  .home4-slider .swiper-button-next {
    right: -40px;
  }
  .home4-slider:hover .swiper-button-prev {
    left: 0;
  }
  .home4-slider:hover .swiper-button-next {
    right: 0;
  }
  .home4-slider .swiper-pagination {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home4-slider .swiper-pagination {
    margin-top: 20px;
  }
}

/* Home Four Slide Item */
/* Home Four Slide Content */
.home4-slide-content {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
.home4-slide-content .category {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
.home4-slide-content .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home4-slide-content {
    left: 50px;
  }
  .home4-slide-content .category {
    margin-bottom: 25px;
  }
  .home4-slide-content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home4-slide-content {
    left: 40px;
  }
  .home4-slide-content .category {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home4-slide-content .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .home4-slide-content .link .btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home4-slide-content {
    left: 30px;
  }
  .home4-slide-content .category {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .home4-slide-content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home4-slide-content .link .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home4-slide-content {
    left: 20px;
  }
  .home4-slide-content .category {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .home4-slide-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home4-slide-content .link .btn {
    font-size: 12px;
    padding: 3px 15px;
  }
}

/* 06.05. Home Five Slider */
.home5-slider {
  position: relative;
  height: 720px;
}
.home5-slider .swiper-container {
  height: 100%;
}
.home5-slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .home5-slider {
    height: 700px;
  }
  .home5-slider .swiper-pagination {
    bottom: 25px;
    left: 30px;
  }
}

/* Home Five Slide Item */
.home5-slide-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 150px;
  background-image: linear-gradient(to right, #F4F3EC 0%, #F4F3EC 60%, #FFFFFF 60%, #FFFFFF 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide-item {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home5-slide-item {
    padding: 0 50px;
    background-color: #F4F3EC;
    background-image: none;
  }
}

/* Home Five Slide One Image */
.home5-slide1-image {
  animation: homr5image 5s linear infinite alternate both;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home5-slide1-image {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Home Five Slide One Content */
.home5-slide1-content {
  text-align: center;
}
.home5-slide1-content .sub-title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  color: #454545;
}
.home5-slide1-content .sub-title::before {
  padding-right: 20px;
  content: url("../images/title/title-decor-left.png");
  filter: grayscale(100);
}
.home5-slide1-content .sub-title::after {
  padding-left: 20px;
  content: url("../images/title/title-decor-right.png");
  filter: grayscale(100);
}
.home5-slide1-content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home5-slide1-content .sub-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .home5-slide1-content .sub-title::before, .home5-slide1-content .sub-title::after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide1-content .sub-title {
    font-size: 40px;
  }
}

/* Home Five Slide Two Image */
.home5-slide2-image {
  animation: homr5image 5s linear infinite alternate both;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home5-slide2-image {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Home Five Slide Two Content */
.home5-slide2-content {
  text-align: center;
}
.home5-slide2-content .sub-title {
  font-family: "Futura";
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0;
  color: #454545;
}
.home5-slide2-content .sub-title::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
  filter: grayscale(100);
}
.home5-slide2-content .sub-title::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
  filter: grayscale(100);
}
.home5-slide2-content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
}
.home5-slide2-content .btn {
  color: #333333;
  background-color: #FFFFFF;
}
.home5-slide2-content .btn:hover {
  color: #FFFFFF;
  background-color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide2-content .sub-title {
    font-size: 90px;
  }
  .home5-slide2-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home5-slide2-content .sub-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .home5-slide2-content .title {
    font-size: 34px;
  }
  .home5-slide2-content .btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home5-slide2-content .sub-title {
    font-size: 80px;
    margin-bottom: 10px;
  }
  .home5-slide2-content .title {
    font-size: 40px;
  }
  .home5-slide2-content .btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home5-slide2-content .sub-title::before, .home5-slide2-content .sub-title::after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide2-content .sub-title {
    font-size: 40px;
  }
  .home5-slide2-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home5-slide2-content .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* Home Five Slide Three Image */
.home5-slide3-image {
  animation: homr5image 5s linear infinite alternate both;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home5-slide3-image {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* Home Five Slide Three Content */
.home5-slide3-content {
  text-align: center;
}
.home5-slide3-content .sub-title {
  font-family: "Futura";
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  color: #454545;
}
.home5-slide3-content .title {
  font-family: "Futura";
  font-size: 60px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: 14px;
  text-transform: uppercase;
  color: #BAA491;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide3-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home5-slide3-content .sub-title {
    font-size: 55px;
  }
  .home5-slide3-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .home5-slide3-content .sub-title {
    font-size: 45px;
  }
  .home5-slide3-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide3-content .sub-title {
    font-size: 40px;
  }
  .home5-slide3-content .title {
    font-size: 24px;
    letter-spacing: 5px;
  }
}

/* Home Five Slide Collection & Sale */
.home5-slide-collection,
.home5-slide-sale {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  letter-spacing: 5px;
  color: #333333;
  writing-mode: vertical-lr;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide-collection,
  .home5-slide-sale {
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home5-slide-collection,
  .home5-slide-sale {
    font-size: 14px;
    left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide-collection,
  .home5-slide-sale {
    font-size: 12px;
    left: 10px;
  }
}

/* Home Five Slide Sale */
.home5-slide-sale {
  right: 60px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide-sale {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home5-slide-sale {
    right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide-sale {
    right: 10px;
  }
}

/* Home Five Slide Link */
.home5-slide-shop-link {
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.home5-slide-shop-link::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  width: 60px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
  background-color: #333333;
}
.home5-slide-shop-link a {
  font-weight: 400;
  color: #333333;
}
.home5-slide-shop-link a:hover {
  color: #006747;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home5-slide-shop-link {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home5-slide-shop-link {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .home5-slide-shop-link {
    right: 20px;
    bottom: 20px;
  }
  .home5-slide-shop-link::before {
    display: none;
  }
  .home5-slide-shop-link a {
    font-size: 14px;
  }
}

@keyframes homr5image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* 06.06. Home Six Slider */
/* Home Six Slide Item */
.home6-slide-item {
  display: flex;
  align-items: center;
  min-height: 90vh;
  padding: 60px 0;
}

/* Home Six Slide One Content */
.home6-slide1-content {
  text-align: center;
}
.home6-slide1-content .sub-title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 400;
  line-height: 1.375;
  color: #FFFFFF;
}
.home6-slide1-content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  color: #FFFFFF;
}
.home6-slide1-content .title:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home6-slide1-content .sub-title {
    font-size: 70px;
  }
  .home6-slide1-content .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .home6-slide1-content .sub-title {
    font-size: 50px;
  }
  .home6-slide1-content .title {
    font-size: 40px;
  }
  .home6-slide1-content .title:not(:last-child) {
    margin-bottom: 30px;
  }
  .home6-slide1-content .link .btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home6-slide1-content .sub-title {
    font-size: 40px;
  }
  .home6-slide1-content .title {
    font-size: 36px;
  }
  .home6-slide1-content .title:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .home6-slide1-content .sub-title {
    font-size: 30px;
  }
  .home6-slide1-content .title {
    font-size: 30px;
  }
  .home6-slide1-content .title:not(:last-child) {
    margin-bottom: 20px;
  }
  .home6-slide1-content .link .btn {
    font-size: 14px;
    padding: 8px 25px;
  }
}

/* 06.07. Home Seven Slider */
.home7-slider {
  height: 850px;
}
.home7-slider [class*=swiper-button]:hover i {
  transform: scale(1.5);
}
.home7-slider:hover [class*=swiper-button] {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home7-slider {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .home7-slider {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .home7-slider {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .home7-slider {
    height: 450px;
  }
}

/* Home Six Slide Item */
.home7-slide-item {
  display: flex;
  align-items: center;
}

/* Home Six Slide One Content */
.home7-slide1-content {
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.home7-slide1-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home7-slide1-content .name {
  font-family: "Futura";
  font-size: 120px;
  line-height: 1.2;
  display: block;
  margin-bottom: -30px;
  transform: scale(0.85);
  color: #454545;
}
.home7-slide1-content .title {
  font-family: "Futura";
  font-size: 55px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 11px;
  transform: translateY(-30px);
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #BAA491;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home7-slide1-content .name {
    font-size: 90px;
  }
  .home7-slide1-content .title {
    font-size: 44px;
    letter-spacing: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home7-slide1-content .name {
    font-size: 70px;
    margin-bottom: -15px;
  }
  .home7-slide1-content .title {
    font-size: 36px;
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .home7-slide1-content .name {
    font-size: 50px;
    margin-bottom: 0;
  }
  .home7-slide1-content .title {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

/* Home Six Slide One Image */
.home7-slide1-image {
  position: relative;
  display: inline-block;
  transition: all 1s ease 0s;
  transform: scale(0.85);
  opacity: 0;
}
.home7-slide1-image:not(:first-child) {
  margin-top: 50px;
}
.home7-slide1-image .price {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.home7-slide1-image .price .amount {
  font-size: 24px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
.home7-slide1-image img {
  animation: hero7SlideUpDown 2s linear infinite alternate both;
}
@media only screen and (max-width: 767px) {
  .home7-slide1-image .price {
    font-size: 10px;
    left: 20px;
    width: 60px;
    height: 60px;
  }
  .home7-slide1-image .price .amount {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .home7-slide1-image .price {
    top: -10px;
  }
}

@keyframes hero7SlideUpDown {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/* Home Six Slide Two Content */
.home7-slide2-content {
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.home7-slide2-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home7-slide2-content .sub-title {
  font-family: "Futura";
  font-size: 70px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  transform: scale(0.85);
  color: #454545;
}
.home7-slide2-content .title {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  margin-bottom: 40px;
  padding: 0 60px;
  transform: translateX(-100%);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.home7-slide2-content .title::before, .home7-slide2-content .title::after {
  line-height: 0.9;
  position: absolute;
  top: 0;
}
.home7-slide2-content .title::before {
  left: 0;
  content: url("../images/slider/home7/slide2-title-1.png");
}
.home7-slide2-content .title::after {
  right: 0;
  content: url("../images/slider/home7/slide2-title-2.png");
}
.home7-slide2-content .link {
  transform: translateY(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home7-slide2-content .sub-title {
    font-size: 60px;
  }
  .home7-slide2-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home7-slide2-content .sub-title {
    font-size: 50px;
  }
  .home7-slide2-content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home7-slide2-content .sub-title {
    font-size: 40px;
  }
  .home7-slide2-content .title {
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
  .home7-slide2-content .title::before, .home7-slide2-content .title::after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .home7-slide2-content .sub-title {
    font-size: 26px;
  }
  .home7-slide2-content .title {
    font-size: 24px;
  }
}

/* Home Six Slide Animation On Active */
.swiper-slide-active .home7-slide1-content > * {
  opacity: 1;
}
.swiper-slide-active .home7-slide1-content .name {
  transition-delay: 0.8s;
  transform: scale(1);
}
.swiper-slide-active .home7-slide1-content .title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home7-slide1-image {
  transition-delay: 1s;
  transform: scale(1);
  opacity: 1;
}
.swiper-slide-active .home7-slide2-content > * {
  opacity: 1;
}
.swiper-slide-active .home7-slide2-content .sub-title {
  transition-delay: 0.8s;
  transform: scale(1);
}
.swiper-slide-active .home7-slide2-content .title {
  transition-delay: 1.3s;
  transform: translateX(0);
}
.swiper-slide-active .home7-slide2-content .link {
  transition-delay: 1.7s;
  transform: translateY(0);
}

/* 06.08. Home Eight Slider */
.home8-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  flex-direction: column;
  width: auto;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}

/* Home Eight Slide Item */
.home8-slide-item {
  display: flex;
  flex-wrap: wrap;
}

/* Home Eight Slide Image */
.home8-slide-image {
  z-index: 1;
  overflow: hidden;
  max-width: 64%;
}
.home8-slide-image img {
  width: 100%;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home8-slide-image {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .home8-slide-image {
    max-width: 100%;
  }
}

/* Home Eight Slide Content */
.home8-slide-content {
  position: absolute;
  z-index: 1;
  z-index: 8;
  top: 50%;
  left: 64%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.home8-slide-content > * {
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.home8-slide-content .sub-title {
  font-family: "Futura";
  font-size: 75px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  transform: translateY(30px);
  color: #333333;
}
.home8-slide-content .title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
  transform: translateY(30px);
}
.home8-slide-content .link {
  transform: translateY(30px);
}
.home8-slide-content .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.home8-slide-content .link a:hover {
  color: #006747;
  border-color: #006747;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home8-slide-content .sub-title {
    font-size: 50px;
  }
  .home8-slide-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home8-slide-content .sub-title {
    font-size: 50px;
  }
  .home8-slide-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home8-slide-content {
    left: 70%;
  }
  .home8-slide-content .sub-title {
    font-size: 40px;
  }
  .home8-slide-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .home8-slide-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home8-slide-content {
    position: relative;
    right: 0;
    left: 0;
    flex: 1 0 100%;
    margin-top: -80px;
    transform: translateY(0);
  }
  .home8-slide-content .sub-title {
    font-size: 40px;
  }
  .home8-slide-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .home8-slide-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .home8-slide-content {
    margin-top: -40px;
  }
  .home8-slide-content .sub-title {
    font-size: 36px;
  }
  .home8-slide-content .title {
    font-size: 24px;
  }
}

/* Home Eight Slide Pages */
.home8-slide-pages {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 9;
  right: 3%;
  bottom: 0;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.home8-slide-pages > * {
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.home8-slide-pages .current {
  transform: translateX(40px);
  color: #333333;
}
.home8-slide-pages .border {
  display: block;
  width: 80px;
  height: 2px;
  margin: 5px 15px 0;
  transform: translateX(40px);
  border: none !important;
  background-color: #333333;
}
.home8-slide-pages .total {
  transform: translateX(40px);
  color: rgba(126, 126, 126, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home8-slide-pages {
    font-size: 44px;
  }
  .home8-slide-pages .border {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .home8-slide-pages {
    font-size: 40px;
    right: 0;
    transform: translateY(-50%);
  }
  .home8-slide-pages .border {
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home8-slide-pages {
    font-size: 30px;
    right: 5px;
    bottom: 5px;
    transform: translateY(0);
  }
  .home8-slide-pages .border {
    width: 30px;
  }
}

/* Home Eight Slide Content Animation */
.swiper-slide-active .home8-slide-image img {
  transition-delay: 0.75s;
  transform: translateX(0);
}
.swiper-slide-active .home8-slide-content > * {
  opacity: 1;
}
.swiper-slide-active .home8-slide-content .sub-title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home8-slide-content .title {
  transition-delay: 1.6s;
  transform: translateY(0);
}
.swiper-slide-active .home8-slide-content .link {
  transition-delay: 2s;
  transform: translateY(0);
}
.swiper-slide-active .home8-slide-pages > * {
  opacity: 1;
}
.swiper-slide-active .home8-slide-pages .current {
  transition-delay: 1s;
  transform: translateX(0);
}
.swiper-slide-active .home8-slide-pages .border {
  transition-delay: 1.2s;
  transform: translateX(0);
}
.swiper-slide-active .home8-slide-pages .total {
  transition-delay: 1.4s;
  transform: translateX(0);
}

/* 06.09. Home Twelve Slider */
.home12-slider {
  width: 100%;
}
.home12-slider:hover [class*=swiper-button] {
  opacity: 1;
}
.home12-slider:hover [class*=swiper-button]:hover i {
  transform: scale(1.5);
}

/* Home Twelve Slide Item */
.home12-slide-item {
  display: flex;
  justify-content: center;
  height: 645px;
}
@media only screen and (max-width: 767px) {
  .home12-slide-item {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .home12-slide-item {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .home12-slide-item {
    height: 450px;
  }
}

/* Home Twelve Slide One Content */
.home12-slide1-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 55px;
  text-align: center;
}
.home12-slide1-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home12-slide1-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  background-color: #FFFFFF;
}
.home12-slide1-content .bg::before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border: 1px dashed #006747;
}
.home12-slide1-content .sub-title {
  font-family: "Futura";
  font-size: 55px;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-bottom: 28px;
  transform: translateY(30px);
  color: #006747;
}
.home12-slide1-content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
  transform: translateY(30px);
  letter-spacing: 3px;
  color: #333333;
}
.home12-slide1-content .price {
  transform: translateY(30px);
}
@media only screen and (max-width: 767px) {
  .home12-slide1-content {
    max-width: 450px;
  }
  .home12-slide1-content .sub-title {
    font-size: 50px;
  }
  .home12-slide1-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .home12-slide1-content .sub-title {
    font-size: 40px;
  }
  .home12-slide1-content .title {
    font-size: 30px;
  }
}

/* Home Twelve Slide Two Content */
.home12-slide2-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  width: 466px;
  height: 466px;
  padding: 25px;
  border-radius: 50%;
  background-color: transparent;
}
.home12-slide2-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home12-slide2-content .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  border-radius: 50%;
  background-color: #FFFFFF;
}
.home12-slide2-content .icon {
  margin-bottom: 25px;
  transform: translateY(-30px);
}
.home12-slide2-content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 11px;
  transform: translateY(30px);
}
.home12-slide2-content .price {
  margin-bottom: 20px;
  transform: translateY(30px);
}
.home12-slide2-content .link {
  transform: translateY(30px);
}
.home12-slide2-content .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.home12-slide2-content .link a:hover {
  color: #006747;
  border-color: #006747;
}
@media only screen and (max-width: 767px) {
  .home12-slide2-content {
    width: 400px;
    height: 400px;
  }
  .home12-slide2-content .title {
    font-size: 60px;
  }
  .home12-slide2-content .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home12-slide2-content {
    width: 350px;
    height: 350px;
  }
  .home12-slide2-content .icon {
    height: 60px;
    margin-bottom: 20px;
  }
  .home12-slide2-content .title {
    font-size: 48px;
  }
  .home12-slide2-content .price {
    height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .home12-slide2-content {
    width: 300px;
    height: 300px;
  }
  .home12-slide2-content .title {
    font-size: 40px;
  }
  .home12-slide2-content .price {
    height: 50px;
  }
  .home12-slide2-content .link a {
    font-size: 12px;
  }
}

/* Home Twelve Slide Three Content */
.home12-slide3-content {
  max-width: calc(100% - 20px);
  margin-top: 80px;
  text-align: center;
}
.home12-slide3-content > * {
  transition: all 1s ease 0s;
  opacity: 0;
}
.home12-slide3-content .title {
  font-family: "Futura";
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateY(30px);
  color: #006747;
}
.home12-slide3-content .sub-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  padding: 0 80px;
  transform: translateY(30px);
  text-align: center;
  color: #000000;
}
.home12-slide3-content .sub-title img {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
}
.home12-slide3-content .sub-title img.left-icon {
  left: 0;
  transform: translateX(30px);
}
.home12-slide3-content .sub-title img.right-icon {
  right: 0;
  transform: translateX(-30px);
}
.home12-slide3-content .price {
  font-family: "Futura";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 9;
  display: inline-block;
  padding: 0 45px;
  transform: translateY(30px);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url("../images/slider/home1/slide-3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home12-slide3-content {
    margin-top: 60px;
  }
  .home12-slide3-content .title {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .home12-slide3-content .sub-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .home12-slide3-content .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .home12-slide3-content {
    margin-top: 60px;
  }
  .home12-slide3-content .title {
    font-size: 54px;
  }
  .home12-slide3-content .sub-title {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 50px;
  }
  .home12-slide3-content .sub-title img {
    height: 16px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 479px) {
  .home12-slide3-content .title {
    font-size: 40px;
  }
  .home12-slide3-content .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home12-slide3-content .price {
    font-size: 12px;
  }
}

/* Home Twelve Slide Content Animation */
.swiper-slide-active .home12-slide1-content > * {
  opacity: 1;
}
.swiper-slide-active .home12-slide1-content .bg {
  transition-delay: 0.75s;
  transform: scale(1);
}
.swiper-slide-active .home12-slide1-content .sub-title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide1-content .title {
  transition-delay: 1.5s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide1-content .price {
  transition-delay: 1.7s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content > * {
  opacity: 1;
}
.swiper-slide-active .home12-slide2-content .bg {
  transition-delay: 0.75s;
  transform: scale(1);
}
.swiper-slide-active .home12-slide2-content .icon {
  transition-delay: 1s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .title {
  transition-delay: 1.3s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .price {
  transition-delay: 1.5s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .link {
  transition-delay: 1.7s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content > * {
  opacity: 1;
}
.swiper-slide-active .home12-slide3-content .title {
  transition-delay: 0.75s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content .sub-title {
  transition-delay: 0.95s;
  transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content .sub-title img {
  transition-delay: 1.5s;
  opacity: 1;
}
.swiper-slide-active .home12-slide3-content .sub-title img.left-icon {
  transform: translateX(0);
}
.swiper-slide-active .home12-slide3-content .sub-title img.right-icon {
  transform: translateX(0);
}
.swiper-slide-active .home12-slide3-content .price {
  transition-delay: 1.15s;
  transform: translateY(0);
}

/*----------------------------------------*/
/*  07. Titles CSS
/*----------------------------------------*/
/* Section Title Style One */
.section-title {
  margin-bottom: 80px;
}
.section-title .sub-title {
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  color: #006747;
}
.section-title .sub-title:last-child {
  margin-bottom: 0;
}
.section-title .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333333;
}
.section-title .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
.section-title .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sub-title {
    font-size: 60px;
  }
  .section-title .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title .sub-title {
    font-size: 50px;
  }
  .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .sub-title {
    font-size: 40px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .section-title .title::before, .section-title .title::after {
    display: none !important;
  }
}

/* Section Title Style Two */
.section-title2 {
  margin-bottom: 80px;
}
.section-title2 .sub-title {
  font-family: "Futura";
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  color: #006747;
}
.section-title2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333333;
}
.section-title2 .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title2 .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
.section-title2 .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title2 .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
.section-title2 p {
  line-height: 1.75;
  max-width: 570px;
  margin-top: 25px;
}
.section-title2.text-center p {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .section-title2 {
    margin-bottom: 60px;
  }
  .section-title2 .sub-title {
    font-size: 50px;
  }
  .section-title2 .title {
    font-size: 32px;
  }
  .section-title2 p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title2 {
    margin-bottom: 50px;
  }
  .section-title2 .sub-title {
    font-size: 40px;
  }
  .section-title2 .title {
    font-size: 24px;
  }
  .section-title2 .title::before, .section-title2 .title::after {
    display: none !important;
  }
  .section-title2 p {
    margin-top: 10px;
  }
}

/* Section Title Style Three */
.section-title3 {
  margin-bottom: 80px;
  padding: 20px 0;
  background-size: auto 100%;
}
.section-title3 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333333;
}
.section-title3 .desc {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .section-title3 {
    margin-bottom: 60px;
  }
  .section-title3 .sub-title {
    font-size: 50px;
  }
  .section-title3 .title {
    font-size: 32px;
  }
  .section-title3 p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title3 {
    margin-bottom: 50px;
  }
  .section-title3 .sub-title {
    font-size: 40px;
  }
  .section-title3 .title {
    font-size: 24px;
  }
  .section-title3 p {
    margin-top: 10px;
  }
}

/* Section Title Style Four */
.section-title4 {
  margin-bottom: 80px;
}
.section-title4 .title {
  font-family: "Futura";
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.section-title4 .title.title-icon-both::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title4 .title.title-icon-both::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
.section-title4 .title.title-icon-left::before {
  padding-right: 10px;
  content: url("../images/title/title-decor-left.png");
}
.section-title4 .title.title-icon-right::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title4 .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title4 {
    margin-bottom: 60px;
  }
  .section-title4 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title4 {
    margin-bottom: 50px;
  }
  .section-title4 .title {
    font-size: 40px;
  }
  .section-title4 .title::before, .section-title4 .title::after {
    display: none !important;
  }
}

/* Block Title */
.block-title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EDEDED;
}
.block-title .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

/* Page Title Section */
.page-title-section {
  padding: 40px 0;
  background-size: cover;
  background: #e9ecef;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .page-title-section {
    padding: 50px 0;
  }
}

/* Page Title */
.page-title {
  position: relative;
}
.page-title .title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-title .breadcrumb {
  padding: 0;
  background-color: transparent;
}
.page-title .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #333333;
}
.page-title .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #333333;
}
.page-title .breadcrumb .breadcrumb-item.active {
  color: #333333;
}
.page-title .page-title-logo {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .page-title .page-title-logo {
    top: 50%;
    transform: translate(0, -50%);
    height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title .title {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .page-title .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  08. Banner CSS
/*----------------------------------------*/
/* 08.01. Sale Banner CSS */
/* Sale Banner Style One CSS */
.sale-banner1 {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: auto;
  padding-bottom: 100%;
}
.sale-banner1 .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sale-banner1 .inner .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3px;
  color: #333333;
}
.sale-banner1 .inner .sale-percent {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  max-width: 200px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.sale-banner1 .inner .sale-percent .number {
  font-size: 100px;
}
.sale-banner1 .inner .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 0;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid transparent;
}
.sale-banner1 .inner .link:hover {
  border-color: rgba(51, 51, 51, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner1 .inner {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .sale-banner1 .inner {
    transform: scale(0.7);
  }
  .sale-banner1 .inner .link {
    font-size: 20px;
  }
}

/* Sale Banner Style Two CSS */
.sale-banner2 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
}
.sale-banner2 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border: 1px solid #FFFFFF;
}
.sale-banner2 .inner .image img {
  width: 100%;
}
.sale-banner2 .inner .image:hover img {
  transform: scale(1.1);
}
.sale-banner2 .inner .content .sale-percent {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sale-banner2 .inner .content .text {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333;
}
.sale-banner2 .inner .content .btn {
  background-color: #F9F0EE;
}
@media only screen and (max-width: 575px) {
  .sale-banner2 .inner .image {
    margin-bottom: 20px;
  }
}

/* Sale Banner Style Three CSS */
.sale-banner3 {
  position: relative;
  width: 100%;
  padding: 80px 30px;
  text-align: center;
  border: 3px solid rgba(0, 103, 71, 0.4);
}
.sale-banner3 .special-title {
  font-family: "Futura";
  font-size: 56px;
  line-height: 1.25;
  display: block;
  margin-bottom: 25px;
  color: #006747;
}
.sale-banner3 .title {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.sale-banner3 .title::before {
  font-family: "Futura";
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  content: attr(data-text);
  transform: translateY(-60%);
  text-align: center;
  color: #F2F2F2;
}
.sale-banner3 .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner3 .link:hover {
  border-color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner3 .title {
    font-size: 32px;
  }
  .sale-banner3 .title::before {
    font-size: 80px;
  }
}

.sale-banner3-1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.sale-banner3-1 .image img {
  width: 100%;
}
.sale-banner3-1 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.sale-banner3-1 .content .special-title {
  font-family: "Futura";
  font-size: 56px;
  line-height: 1.25;
  display: block;
  margin-bottom: 25px;
  color: #006747;
}
.sale-banner3-1 .content .title {
  font-size: 34px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.sale-banner3-1 .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner3-1 .content .link:hover {
  border-color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sale-banner3-1 .content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner3-1 .content .special-title {
    font-size: 44px;
  }
  .sale-banner3-1 .content .title {
    font-size: 28px;
  }
}

/* Sale Banner Style Four CSS */
.sale-banner4 {
  height: 100%;
}
.sale-banner4 .inner {
  position: relative;
  height: 100%;
}
.sale-banner4 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale-banner4 .inner .content {
  position: absolute;
  z-index: 9;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.sale-banner4 .inner .content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.sale-banner4 .inner .content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner4 .inner .content .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sale-banner4 .inner .content .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner4 .inner .content {
    top: 12%;
  }
  .sale-banner4 .inner .content .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sale-banner4 .inner .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .sale-banner4 .inner .content .button-banner img {
    height: 16px;
  }
}

/* Sale Banner Style Five CSS */
.sale-banner5 .inner {
  position: relative;
  display: block;
}
.sale-banner5 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
}
.sale-banner5 .inner .content {
  position: absolute;
  z-index: 9;
  bottom: 50px;
  left: 50px;
}
.sale-banner5 .inner .content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.sale-banner5 .inner .content .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner5 .inner .content {
    bottom: 40px;
    left: 40px;
  }
  .sale-banner5 .inner .content .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner5 .inner .content {
    left: 20px;
  }
  .sale-banner5 .inner .content .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .sale-banner5 .inner .content .price {
    font-size: 14px;
  }
}

/* Sale Banner Style Six CSS */
.sale-banner6 .inner {
  position: relative;
  display: block;
}
.sale-banner6 .inner > img {
  z-index: 1;
  display: block;
  width: 100%;
}
.sale-banner6 .inner .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.sale-banner6 .inner .content img {
  display: block;
  margin: auto;
}
.sale-banner6 .inner .content img.price {
  margin-bottom: 25px;
}
.sale-banner6 .inner .content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 20px;
}
.sale-banner6 .inner .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner6 .inner .content .link:hover {
  border-color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sale-banner6 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 50px;
  }
  .sale-banner6 .inner .content img.price {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .sale-banner6 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 40px;
  }
  .sale-banner6 .inner .content img.price {
    height: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner6 .inner .content .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sale-banner6 .inner .content img.icon {
    height: 30px;
  }
  .sale-banner6 .inner .content img.price {
    height: 20px;
    margin-bottom: 10px;
  }
}

/* Sale Banner Style Seven CSS */
.sale-banner7 {
  height: 100%;
}
.sale-banner7 .inner {
  position: relative;
  height: 100%;
}
.sale-banner7 .inner .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sale-banner7 .inner .image img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale-banner7 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  transition: none;
  opacity: 0;
  border: 1px solid #FFFFFF;
}
.sale-banner7 .inner .content {
  position: absolute;
  z-index: 9;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.sale-banner7 .inner .content .title {
  font-family: "Futura";
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #696969;
}
.sale-banner7 .inner .content .sub-title {
  font-family: "Futura";
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #BAA491;
}
.sale-banner7:hover .inner .image img {
  transform: scale(1.1);
}
.sale-banner7:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sale-banner7 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner7 .inner .content .sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner7 .inner .content .title {
    font-size: 40px;
  }
  .sale-banner7 .inner .content .sub-title {
    font-size: 20px;
  }
}

/* Sale Banner Style Eight CSS */
.sale-banner8 {
  position: relative;
  display: block;
  overflow: hidden;
}
.sale-banner8 img {
  display: block;
  width: 100%;
}
.sale-banner8 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.sale-banner8 .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 10px;
}
.sale-banner8 .content .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner8 .content .link:hover {
  border-color: #333333;
}
.sale-banner8:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-banner8 .content .title {
    font-size: 30px;
  }
  .sale-banner8 .content .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .sale-banner8 .content .title {
    font-size: 24px;
  }
  .sale-banner8 .content .link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner8 .content {
    left: 20px;
  }
  .sale-banner8 .content .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .sale-banner8 .content .link {
    font-size: 12px;
  }
}

/* Sale Banner Style Nine CSS */
.sale-banner9 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px 30px;
}
.sale-banner9 .inner .content {
  text-align: center;
}
.sale-banner9 .inner .content .title {
  font-family: "Futura";
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  color: #006747;
}
.sale-banner9 .inner .content .cuppon {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 34px;
  letter-spacing: 2px;
  color: #333333;
}
.sale-banner9 .inner .content .cuppon .code {
  font-weight: 600;
  padding: 1px 16px;
  color: #FFFFFF;
  background-image: url("../images/banner/sale/sale-banner9-1.1.png");
  background-size: cover;
}
.sale-banner9 .inner .content .offer {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .sale-banner9 .inner .content .title {
    font-size: 80px;
  }
  .sale-banner9 .inner .content .cuppon {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .sale-banner9 .inner .content .offer {
    font-size: 80px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .sale-banner9 .inner .content .title {
    font-size: 60px;
  }
  .sale-banner9 .inner .content .cuppon {
    font-size: 12px;
  }
  .sale-banner9 .inner .content .offer {
    font-size: 60px;
  }
}

.sale-banner9-image {
  height: 100%;
}
.sale-banner9-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sale Banner Style Ten CSS */
.sale-banner10 .inner {
  position: relative;
  overflow: hidden;
}
.sale-banner10 .inner > img {
  width: 100%;
}
.sale-banner10 .inner .content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.sale-banner10 .inner .content .sub-title {
  font-family: "Futura";
  font-size: 56px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  color: #006747;
}
.sale-banner10 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
}
.sale-banner10:hover .inner > img {
  transform: scale(1.1);
}

/* Sale Banner Style Eleven CSS */
.sale-banner11 .inner {
  position: relative;
  overflow: hidden;
}
.sale-banner11 .inner::before {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: "";
  border: 1px solid #FFFFFF;
}
.sale-banner11 .inner > img {
  width: 100%;
}
.sale-banner11 .inner .content {
  position: absolute;
  z-index: 9;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.sale-banner11 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sale-banner11:hover .inner > img {
  transform: scale(1.1);
}

/* 08.02. Category Banner CSS */
/* Category Banner Style One CSS */
.category-banner1 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner1 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.category-banner1 .inner .image:not(:last-child) {
  margin-bottom: 20px;
}
.category-banner1 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border: 1px solid #FFFFFF;
}
.category-banner1 .inner .image img {
  width: 100%;
}
.category-banner1 .inner .content .title {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.category-banner1 .inner .content .title a:hover {
  color: #333333;
}
.category-banner1 .inner .content .title .number {
  font-family: "Futura";
  font-size: 16px;
  line-height: 1;
  position: relative;
  align-self: center;
  color: #333333;
}
.category-banner1 .inner .content .title .number::before {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 10px);
  width: 50px;
  height: 1px;
  content: "";
  background-color: #CCCCCC;
}
.category-banner1:hover .inner .image img {
  transform: scale(1.1);
}

/* Category Banner Style Two CSS */
.category-banner2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner2 .inner {
  display: block;
}
.category-banner2 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.category-banner2 .inner .image:not(:last-child) {
  margin-bottom: 30px;
}
.category-banner2 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  transition: none;
  opacity: 0;
  border: 1px solid #FFFFFF;
}
.category-banner2 .inner .image img {
  width: 100%;
}
.category-banner2 .inner .content .title {
  font-size: 34px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.category-banner2 .inner .content .title .number {
  font-family: "Futura";
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 5px;
  color: #333333;
}
.category-banner2 .banner-desc {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  letter-spacing: 3px;
  color: #696969;
  writing-mode: vertical-rl;
}
.category-banner2 .banner-desc.right {
  right: -40px;
}
.category-banner2 .banner-desc.left {
  left: -40px;
}
.category-banner2:hover .inner .image img {
  transform: scale(1.1);
}
.category-banner2:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .category-banner2 .inner .content .title {
    font-size: 24px;
  }
  .category-banner2 .banner-desc {
    display: none;
  }
}

/* Category Banner Style Three CSS */
.category-banner3 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner3 .inner {
  position: relative;
  display: block;
}
.category-banner3 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner3 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  transition: all 0.4s;
  opacity: 0;
  border: 1px solid #FFFFFF;
}
.category-banner3 .inner .image img {
  width: 100%;
  transition: all 0.4s;
}
.category-banner3 .inner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  margin-top: 20px;
}
.category-banner3 .inner .content .title {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  color: #006747;
  padding: 10px;
  display: inline-flex;
  position: relative;
}
.category-banner3 .inner .content .title .red, .category-banner3 .inner .content .title .white, .category-banner3 .inner .content .title .green {
  text-shadow: 0 0 1px #000;
}
.category-banner3 .inner .content .title .red {
  color: #d31935;
}
.category-banner3 .inner .content .title .white {
  color: #fff;
}
.category-banner3 .inner .content .title .green {
  color: #00944c;
}
.category-banner3 .inner .content .title .number {
  font-family: "Futura";
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 5px;
  color: #333333;
}
.category-banner3:hover .inner .image img {
  transform: scale(1.1);
}
.category-banner3:hover .inner .image::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .category-banner3 .inner .content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .category-banner3 .inner .content {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .category-banner3 .inner .content {
    padding: 0 25px 20px;
  }
}

/* Category Banner Style Four CSS */
.category-banner4 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner4 .inner {
  position: relative;
  display: block;
}
.category-banner4 .inner .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner4 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  transition: none;
  opacity: 0;
  border: 1px solid #FFFFFF;
}
.category-banner4 .inner .image img {
  width: 100%;
}
.category-banner4 .inner .content {
  position: relative;
  z-index: 9;
  max-width: 80%;
  margin: -25px auto 0;
  padding: 15px 10px;
}
.category-banner4 .inner .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.125;
  margin: 0;
  text-align: center;
}
.category-banner4:hover .inner .image img {
  transform: scale(1.1);
}
.category-banner4:hover .inner .image::before {
  opacity: 1;
}

/* Category Banner Style Five CSS */
.category-banner5 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner5 .inner {
  position: relative;
  display: block;
}
.category-banner5 .inner .image {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.category-banner5 .inner .image img {
  display: block;
  width: 100%;
  max-width: 264px;
  margin: auto;
  border-radius: 50%;
}
.category-banner5 .inner .content {
  margin: 0;
  padding: 0;
  text-align: center;
}
.category-banner5 .inner .content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  margin: 0 0 15px;
}
.category-banner5 .inner .content .number {
  font-size: 16px;
  font-weight: 400;
  display: block;
  transition: none;
  color: #999999;
}
.category-banner5:hover .inner .image img {
  transform: scale(1.1);
}
.category-banner5:hover .inner .content .number {
  color: #333333;
}

/* Category Banner Style Six CSS */
.category-banner6 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.category-banner6 .inner {
  position: relative;
}
.category-banner6 .inner .image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.category-banner6 .inner .image::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.category-banner6 .inner .image img {
  width: 100%;
}
.category-banner6 .inner .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: none;
  transform: translateY(-50%);
  opacity: 0;
}
.category-banner6 .inner .content .title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 5px;
}
.category-banner6 .inner .content .title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  transition: none;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}
.category-banner6 .inner .content .title a {
  color: #FFFFFF;
}
.category-banner6 .inner .content .title a:hover {
  color: #FFFFFF;
}
.category-banner6 .inner .content .title .number {
  font-family: "Futura";
  font-size: 16px;
  line-height: 1;
  position: relative;
  align-self: center;
  margin-left: 50px;
  color: #FFFFFF;
}
.category-banner6 .inner .content .title .number::before {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 10px);
  width: 30px;
  height: 1px;
  content: "";
  background-color: #FFFFFF;
}
.category-banner6:hover .inner .image::before {
  opacity: 1;
}
.category-banner6:hover .inner .image img {
  transform: scale(1.1);
}
.category-banner6:hover .inner .content {
  opacity: 1;
}
.category-banner6:hover .inner .content .title::before {
  width: 100%;
}

/* 08.03. Parallax Banner CSS */
.parallax-banner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}
.parallax-banner .parallax-image {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.parallax-banner .parallax-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.parallax-banner .content {
  flex: 1 0 50%;
  max-width: 50%;
}
.parallax-banner-1 {
  justify-content: center;
}
.parallax-banner-1 .content {
  flex: 1 0 100%;
  max-width: 100%;
  transform: translateY(-100%);
}
.parallax-banner-1 .content .sub-title {
  font-family: "Futura";
  font-size: 120px;
  line-height: 0.75;
  display: block;
  color: #333333;
}
.parallax-banner-1 .content .title {
  font-family: "Futura";
  font-size: 56px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  letter-spacing: 20px;
  color: #BAA491;
}
.parallax-banner-2 {
  justify-content: flex-end;
}
.parallax-banner-2 .content .price {
  margin-bottom: 35px;
}
.parallax-banner-2 .content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
.parallax-banner-2 .content .sub-title {
  font-family: "Futura";
  font-size: 72px;
  line-height: 1;
  display: block;
  color: #006747;
}
.parallax-banner-3 .content .title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
}
.parallax-banner-4 .content {
  max-width: 500px;
  margin-left: 15%;
}
.parallax-banner-4 .content .sub-title {
  font-family: "Futura";
  font-size: 80px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #333333;
}
.parallax-banner-4 .content .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 30px;
}
.parallax-banner-4 .content a {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .parallax-banner-4 .content {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .parallax-banner-1 .content .sub-title {
    font-size: 100px;
  }
  .parallax-banner-1 .content .title {
    font-size: 44px;
  }
  .parallax-banner-2 .content .title {
    font-size: 44px;
  }
  .parallax-banner-2 .content .sub-title {
    font-size: 56px;
  }
  .parallax-banner-3 .content .title {
    font-size: 44px;
  }
  .parallax-banner-4 .content {
    max-width: 420px;
    margin-left: 5%;
  }
  .parallax-banner-4 .content .sub-title {
    font-size: 60px;
  }
  .parallax-banner-4 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax-banner .content {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .parallax-banner-1 .content .sub-title {
    font-size: 80px;
  }
  .parallax-banner-1 .content .title {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .parallax-banner-4 .content {
    max-width: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .parallax-banner-2 .content .title {
    font-size: 36px;
  }
  .parallax-banner-2 .content .sub-title {
    font-size: 44px;
  }
  .parallax-banner-3 .content .title {
    font-size: 36px;
  }
  .parallax-banner-4 .content .sub-title {
    font-size: 50px;
  }
  .parallax-banner-4 .content .title {
    font-size: 36px;
  }
}

/* 08.04. Other Banner CSS */
/* Instagram Banner */
.instagram-banner1 .image img {
  width: 100%;
}
.instagram-banner1 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.instagram-banner1 .content .icon {
  margin-bottom: 20px;
  color: #E2EFEC;
}
.instagram-banner1 .content .icon i {
  font-size: 40px;
  line-height: 1;
  display: block;
}
.instagram-banner1 .content .sub-title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  color: #333333;
}
.instagram-banner1 .content .title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
}
.instagram-banner1 .content .title a:hover {
  color: #006747;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .instagram-banner1 .content .sub-title {
    font-size: 14px;
  }
  .instagram-banner1 .content .title {
    font-size: 24px;
  }
}

/* Video Banner */
.video-banner {
  display: flex;
  justify-content: center;
  height: 750px;
}
.video-banner .content {
  margin-top: 170px;
  text-align: center;
}
.video-banner .content .title {
  font-family: "Futura";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 70px;
  letter-spacing: 12px;
  color: #ABABAB;
}
.video-banner .content .title:last-child {
  margin-bottom: 0;
}
.video-banner .content .title span {
  font-weight: 600;
}
.video-banner .content .video-popup {
  display: inline-flex;
  border-radius: 50%;
}
.video-banner .content .video-popup:hover {
  transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .video-banner {
    height: 600px;
  }
  .video-banner .content {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner {
    height: 500px;
  }
  .video-banner .content {
    margin-top: 80px;
  }
  .video-banner .content .title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner .content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner {
    height: 400px;
  }
  .video-banner .content {
    margin-top: 50px;
  }
  .video-banner .content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .video-banner .content {
    margin-top: 40px;
  }
  .video-banner .content .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.video-banner2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
}
.video-banner2 .content {
  text-align: center;
}
.video-banner2 .content .video-popup {
  display: block;
  border-radius: 50%;
}
.video-banner2 .content .video-popup:hover {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner2 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner2 {
    height: 400px;
  }
}

/* Widget Banner */
.widget-banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget-banner::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.widget-banner img {
  width: 100%;
}
.widget-banner:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 125%;
  }
}
/*----------------------------------------*/
/*  09. Product CSS
/*----------------------------------------*/
/* Product Wrapper */
.products {
  margin-bottom: -50px;
}
.products .product {
  margin-bottom: 50px;
}
.products-no-space {
  margin-bottom: 0;
}
.products-no-space .product {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .products {
    margin-bottom: -50px;
  }
  .products .product {
    margin-bottom: 50px;
  }
}

/* Product Tab List */
.product-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
.product-tab-list li {
  line-height: 1;
  margin: 0 20px;
}
.product-tab-list li a {
  font-family: "Futura";
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  color: #ABABAB;
}
.product-tab-list li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: url("../images/others/tab-hover.png");
  transition: none;
  text-align: center;
  opacity: 0;
}
.product-tab-list li a.active, .product-tab-list li a:hover {
  color: #333333;
}
.product-tab-list li a.active:after, .product-tab-list li a:hover:after {
  top: 100%;
  opacity: 1;
}
.product-tab-list.tab-hover2 li a:after {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  content: url("../images/others/tab-hover-2.png");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-list li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-list {
    margin-bottom: 20px;
  }
  .product-tab-list li {
    margin: 0 10px 10px;
  }
  .product-tab-list li a {
    font-size: 20px;
  }
  .product-tab-list li a::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .product-tab-list li a {
    font-size: 18px;
  }
}

/* Product List Slider */
.product-list-slider {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.product-list-slider .slick-arrow {
  line-height: 1;
  position: absolute;
  top: -60px;
  visibility: visible;
  width: auto;
  height: 30px;
  padding: 0;
  transition: none;
  opacity: 1;
  color: #7E7E7E;
  border: none;
  background-color: transparent;
}
.product-list-slider .slick-arrow i {
  font-size: 16px;
  line-height: 1;
}
.product-list-slider .slick-arrow:hover {
  color: #333333;
}
.product-list-slider .slick-arrow.slick-prev {
  right: 30px !important;
  left: auto !important;
}
.product-list-slider .slick-arrow.slick-next {
  right: 0 !important;
}
.product-list-slider .slick-list {
  margin-right: 0;
  margin-left: 0;
}
.product-list-slider .slick-slide > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.product-list-slider .slick-slide > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 09.01. Product One, Two & List Style CSS */
/* Product CSS */
.product {
  position: relative;
}
@media (min-width: 768px) {
  .product:hover .product-thumb .image img.image-hover {
    z-index: 1;
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }
  .product:hover .product-thumb {
    /*& .add-to-wishlist {
        z-index: 2;

        visibility: visible;

        transform: translateY(0);

        opacity: 1;
    }*/
  }
  .product:hover .product-thumb .product-options {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  .product:hover .product-info .title, .product:hover .product-info .price {
    transform: translateY(-20px);
  }
  .product:hover .product-info .product-buttons {
    visibility: visible;
    transform: translateY(10px);
    opacity: 1;
  }
  .product:hover {
    /*& .product2-info {
        & .title,
        & .price {
            visibility: hidden;

            transform: translateY(-20px);

            opacity: 0;
        }
    }

    & .product2-buttons {
        visibility: visible;

        transform: translateY(-50%);

        opacity: 1;
    }*/
  }
}

/* Product Thumbnail */
.product-thumb {
  position: relative;
  z-index: 2;
  margin: 0;
}
.product-thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-thumb .image img {
  z-index: 3;
  width: 100%;
}
.product-thumb .image img.image-hover {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  visibility: hidden;
  transition-duration: 0.7s;
  transform: scale(1.1);
  opacity: 0;
}
.product-thumb {
  /*
      & .add-to-wishlist {
          position: absolute;
          z-index: 7;
          top: 15px;
          right: 15px;

          visibility: hidden;

          width: 48px;
          height: 48px;

          transition: $transition;
          transform: translateY(10px);
          text-align: center;

          opacity: 0;
          color: $primary;

          & i {
              font-size: 24px;
              line-height: 48px;
          }
      }

      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
          & .add-to-wishlist {
              visibility: visible;

              transform: translateY(0);

              opacity: 1;
          }
      } */
}

/* Product Badges */
.product-badges {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: -12px;
}
.product-badges span {
  font-weight: 400;
  line-height: 45px;
  padding-bottom: 3px;
  z-index: 5;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  border-radius: 50%;
}
.product-badges span.onsale {
  background-color: #98D8CA;
}
.product-badges span.hot {
  background-color: #C61932;
}
.product-badges span.primary {
  background-color: #9d2235;
}
.product-badges span.outofstock {
  background-color: #333333;
}
.product-badges.big {
  top: 20px;
  right: auto;
  left: 20px;
}
.product-badges.big span {
  line-height: 55px;
  font-size: 20px;
  width: 60px;
  height: 60px;
}

/* Product Extra Options */
.product-options {
  position: absolute;
  z-index: 7;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
  width: calc(100% - 40px);
  padding: 15px 10px;
  transition: none;
  transform: translateY(50%);
  opacity: 0;
  background-color: #FFFFFF;
}
.product-options ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333;
}
.product-options ul:not(:last-child) {
  margin-bottom: 10px;
}
.product-options ul li {
  font-weight: 400;
  line-height: 1;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  transition: none;
}
.product-options ul.colors li {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
.product-options ul.colors li img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.product-options ul.colors li.active {
  border: 2px solid #9d2235;
}
.product-options ul.sizes li {
  padding-bottom: 3px;
  opacity: 0.5;
}
.product-options ul.sizes li:hover, .product-options ul.sizes li.active {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-options {
    display: none;
  }
}

/* Product Information */
.product-info {
  position: relative;
  z-index: 3;
  text-align: center;
}
.product-info:not(:first-child) {
  margin-top: 28px;
}
.product-info .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  transition: 0.2s;
}
.product-info .title a {
  color: #7E7E7E;
}
.product-info .title a:hover {
  color: #333333;
}
.product-info {
  /*
      & .price {
          font-size: 16px;
          font-weight: 600;
          line-height: 1;

          display: flex;
          align-items: center;
          justify-content: center;

          transition: $transition;

          color: $heading-color;

          & span {
              &.old {
                  text-decoration: line-through;

                  color: #AAAAAA;
              }

              &.new {
                  margin-left: 10px;

                  color: $primary;
              }
          }
      }*/
}
.product-info .product-buttons {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.2s;
  transform: translateY(50%);
  opacity: 0;
}
.product-info .product-buttons .btn {
  text-decoration: none;
}
.product-info .product-buttons .product-button {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #333333;
}
.product-info .product-buttons .product-button i {
  font-size: 16px;
  line-height: 48px;
}
.product-info .product-buttons .product-button:hover {
  background-color: #9d2235;
}
.product-info {
  /*
      & .product-rating {
          line-height: 1;

          display: flex;
          justify-content: center;

          margin-top: 20px;


          & .rating {
              font-size: 12px;

              position: relative;

              display: block;

              &::before {
                  font-family: $fontAwesome5Pro;
                  font-size: 12px;
                  font-weight: 300;
                  line-height: 1;

                  content: "    ";

                  color: #ABABAB;
              }

              & .rating-active {
                  font-size: 0;

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

                  display: block;
                  overflow: hidden;

                  height: 100%;

                  &::before {
                      font-family: $fontAwesome5Pro;
                      font-size: 12px;
                      font-weight: 900;
                      line-height: 1;

                      content: "    ";
                      white-space: nowrap;

                      color: #F5CC26;
                  }
              }
          }
      }

      & .product-stock-status {
          margin-top: 15px;

          & .bar {
              display: block;
              float: left;

              width: 100%;
              height: 7px;

              border-radius: 50px;
              background-color: #EDEDED;

              & .progress {
                  display: block;

                  height: 100%;

                  border-radius: 50px;
                  background-color: #F8796C;
              }
          }

          & > span {
              font-size: 16px;
              font-weight: 400;
              line-height: 1;

              display: block;

              margin-top: 12px;

              color: $body-light;

              & span {
                  font-weight: 600;

                  color: $heading-color;
              }

              &.sold {
                  float: left;
              }

              &.available {
                  float: right;
              }
          }
      }

      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
          & .title,
          & .price,
          & .product-buttons {
              visibility: visible !important;

              transform: translateY(0) !important;

              opacity: 1 !important;
          }
      }

      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
          & .product-buttons {
              position: static;

              margin-top: 15px;
          }
      }*/
}

/* Product2 Information *
.product2-info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    padding: 0 25px 25px;

    text-align: left;

    & .title {
        font-family: $futura;
        font-size: 18px;
        font-weight: 400;

        margin-bottom: 12px;

        transition: $transition;

        & a {
            color: $body-light;

            &:hover {
                color: $heading-color;
            }
        }
    }

    & .price {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;

        display: flex;
        align-items: center;
        justify-content: flex-start;

        transition: $transition;

        color: $heading-color;

        & span {
            &.old {
                text-decoration: line-through;

                color: #AAAAAA;
            }

            &.new {
                margin-left: 10px;

                color: $primary;
            }
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        position: static;

        margin-top: 28px;
        padding: 0;

        text-align: center;

        & .title,
        & .price {
            visibility: visible !important;
            justify-content: center;

            transform: translateY(0) !important;

            opacity: 1 !important;
        }
    }
}

/* Product2 Action Buttons *
.product2-buttons {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;

    display: flex;
    visibility: hidden;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;

    transition: $transition;

    opacity: 0;

    & .product-button {
        width: 48px;
        height: 48px;
        margin: 0 5px;

        text-align: center;

        color: $white;
        border-radius: 50%;
        background-color: $heading-color;

        & i {
            font-size: 16px;
            line-height: 48px;
        }

        &:hover {
            background-color: $primary;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        position: static;

        visibility: visible !important;

        margin-top: 15px;

        transform: translateY(0) !important;

        opacity: 1 !important;
    }
}
*/
/* List Product */
.list-product {
  display: flex !important;
  flex-wrap: wrap;
}
.list-product .thumbnail {
  flex: 0 0 140px;
  padding-right: 20px;
}
.list-product .thumbnail a {
  display: block;
}
.list-product .thumbnail a img {
  width: 100%;
}
.list-product .content {
  flex: 1 0 calc(100% - 140px);
}
.list-product .content .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  transition: none;
}
.list-product .content .title a {
  color: #7E7E7E;
}
.list-product .content .title a:hover {
  color: #333333;
}
.list-product .content {
  /* & .price {
       font-size: 14px;
       font-weight: 600;
       line-height: 1;

       display: flex;
       align-items: center;

       margin-bottom: 8px;

       transition: $transition;

       color: $heading-color;

       &:last-child {
           margin-bottom: 0;
       }

       & span {
           &.old {
               text-decoration: line-through;

               color: #AAAAAA;
           }

           &.new {
               margin-left: 10px;

               color: $primary;
           }
       }
   }

   & .ratting {
       line-height: 1;

       position: relative;

       display: inline-flex;

       &::before {
           font-family: $fontAwesome5Pro;
           font-size: 11px;
           font-weight: 300;
           line-height: 1;

           content: "    ";

           color: #AAAAAA;
       }

       & .rate {
           position: absolute;
           top: 0;
           left: 0;

           display: inline-flex;
           overflow: hidden;

           white-space: nowrap;

           color: #F5CC26;

           &::before {
               font-family: $fontAwesome5Pro;
               font-size: 11px;
               font-weight: 700;
               line-height: 1;

               content: "    ";
           }
       }
   }*/
}

/* Product Wishlist Button Animation *
[data-name="mojs-shape"] {
    z-index: 99;
}*/
/* 09.02. Deal Product CSS */
/* Deal Priduct Image */
.product-deal-image img {
  animation: dealImage 2s linear infinite alternate both;
}

@keyframes dealImage {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
/* Deal Priduct Content */
.product-deal-content {
  max-width: 525px;
}
.product-deal-content .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-deal-content .title::after {
  padding-left: 10px;
  content: url("../images/title/title-decor-right.png");
}
.product-deal-content .desc {
  max-width: 460px;
  margin-bottom: 30px;
}
.product-deal-content .countdown1 {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-content .title {
    font-size: 34px;
  }
  .product-deal-content .countdown1 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .title::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .product-deal-content .title {
    font-size: 34px;
  }
  .product-deal-content .countdown1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .product-deal-content .title {
    font-size: 28px;
  }
}

/* 09.03. Single Product CSS */
/* Product Image */
.product-images {
  position: relative;
}
.product-images.vertical {
  padding-left: 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-images.vertical {
    padding-left: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-images.vertical {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-images.vertical {
    padding-left: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .product-images.vertical {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .product-images.vertical {
    padding-left: 95px;
  }
}
@media only screen and (max-width: 479px) {
  .product-images.vertical {
    padding-left: 75px;
  }
}

/* Product Gallery Popup */
.product-gallery-popup, .product-gallery-download {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;
  width: 30px;
  padding: 0;
  text-align: center;
  color: #333333;
  border: none;
  background-color: transparent;
}
.product-gallery-popup i, .product-gallery-download i {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.product-gallery-download {
  right: 60px;
}

/* Product Video Popup */
.product-video-popup {
  position: absolute;
  z-index: 9;
  top: 70px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
}
.product-video-popup i {
  font-size: 10px;
  line-height: 1;
  margin-left: 3px;
}
.product-video-popup:hover {
  transform: scale(1.1);
  color: #333333;
}

/* Product 360 View Toggle */
.toggle-360 {
  position: absolute;
  z-index: 9;
  top: 70px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.toggle-360:hover {
  transform: scale(1.1);
}

/* Product Gallery Slider */
.product-gallery-slider {
  margin: 0;
  padding: 0;
}
.product-gallery-slider .slick-slide > div {
  display: flex;
}
.product-gallery-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.product-gallery-slider .slick-list {
  margin-right: 0;
  margin-left: 0;
}

/* Product Zoom */
.product-zoom {
  display: block !important;
}
.product-zoom img:not(.zoomImg) {
  width: 100%;
}

/* Product Thumbnail Slider */
.product-thumb-slider {
  margin: 30px 0 0;
  padding: 0;
}
.product-thumb-slider .slick-list {
  margin: 0 -15px;
}
.product-thumb-slider .slick-list .slick-slide {
  padding: 0 15px;
}
.product-thumb-slider .slick-list .slick-slide > div {
  display: flex;
}
.product-thumb-slider .slick-list .slick-slide.slick-current .item {
  border-color: #333333;
}
.product-thumb-slider .item {
  margin-bottom: 1px;
  border: 1px solid transparent;
}
.product-thumb-slider .item img {
  width: 100%;
}

/* Product Thumbnail Slider Vertical */
.product-thumb-slider-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  margin: 0;
  padding: 0 0 75px;
}
.product-thumb-slider-vertical .slick-arrow {
  top: auto;
  bottom: 0;
  width: calc(50% - 3px);
  height: 30px;
  transform: translateY(0);
  opacity: 0.7;
  color: #FFFFFF;
  border-radius: 500px;
  background-color: #7E7E7E;
}
.product-thumb-slider-vertical .slick-arrow.slick-prev {
  left: 0;
}
.product-thumb-slider-vertical .slick-arrow.slick-next {
  right: 1px;
}
.product-thumb-slider-vertical .slick-arrow i {
  font-size: 14px;
}
.product-thumb-slider-vertical:hover .slick-arrow.slick-next {
  right: 1px;
}
.product-thumb-slider-vertical .slick-list {
  margin: 0 0 -10px;
}
.product-thumb-slider-vertical .slick-list .slick-slide {
  padding: 0 0 10px;
}
.product-thumb-slider-vertical .slick-list .slick-slide > div {
  display: flex;
}
.product-thumb-slider-vertical .slick-list .slick-slide.slick-current .item {
  border-color: #333333;
}
.product-thumb-slider-vertical .item {
  margin-bottom: 1px;
  border: 1px solid transparent;
}
.product-thumb-slider-vertical .item img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-thumb-slider-vertical {
    width: 125px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-thumb-slider-vertical {
    width: 95px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumb-slider-vertical {
    width: 140px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product-thumb-slider-vertical {
    width: 95px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .product-thumb-slider-vertical {
    width: 80px;
    padding-bottom: 75px;
  }
  .product-thumb-slider-vertical .slick-arrow {
    right: 0;
    left: 0;
    width: 100% !important;
  }
  .product-thumb-slider-vertical .slick-arrow.slick-prev {
    bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .product-thumb-slider-vertical {
    width: 65px;
    padding-bottom: 50px;
  }
  .product-thumb-slider-vertical .slick-arrow {
    height: 20px;
  }
  .product-thumb-slider-vertical .slick-arrow.slick-prev {
    bottom: 25px;
  }
}

/* Product Summery */
.product-summary {
  position: relative;
}
.product-summary-center {
  text-align: center;
}
.product-summary-center .product-ratings {
  justify-content: center;
}
.product-summary-center .product-variations {
  justify-content: center;
}
.product-summary-center .product-variations table tbody tr td.label {
  text-align: right;
}
.product-summary-center .product-variations table tbody tr td.value {
  text-align: left;
}
.product-summary-center .product-buttons {
  justify-content: center;
}
.product-summary-center .product-brands .brands {
  justify-content: center;
}
.product-summary-center .product-meta {
  justify-content: center;
}
.product-summary-center .product-meta table tbody tr td.label {
  text-align: right;
}
.product-summary-center .product-meta table tbody tr td.value {
  text-align: left;
}

/* Product Navigation */
.product-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-nav a {
  padding: 8px 0 10px;
  color: #7E7E7E;
}
.product-nav a + a {
  margin-left: 10px;
}
.product-nav a i {
  font-size: 24px;
  line-height: 1;
  display: block;
}
.product-nav a:hover {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .product-nav {
    display: none;
  }
}

/* Product Rating */
.product-ratings {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 0;
}
.product-ratings .star-rating {
  font-size: 12px;
  position: relative;
  display: block;
  margin-right: 10px;
}
.product-ratings .star-rating::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
  color: #ABABAB;
}
.product-ratings .star-rating .rating-active {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 100%;
}
.product-ratings .star-rating .rating-active::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
  white-space: nowrap;
  color: #F5CC26;
}
.product-ratings .review-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #7E7E7E;
}
.product-ratings .review-link:hover {
  color: #333333;
}

/* Product Title */
.product-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1675;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .product-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .product-title {
    font-size: 30px;
  }
}

/* Product Price */
.product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.175;
  display: block;
  margin-bottom: 25px;
  color: #333333;
}

/* Product Description */
.product-description {
  margin-bottom: 45px;
}
.product-description p {
  line-height: 1.565;
}

/* Group Product List */
.group-product-list {
  margin-bottom: 10px;
}
.group-product-list .info-text {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.group-product-list .info-text:last-child {
  margin-bottom: 0;
}
.group-product-list .info-text span {
  font-weight: 700;
}
.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #E5E5E5;
}
.group-product-list table:last-child {
  margin-bottom: 0;
}
.group-product-list table tbody tr td {
  font-weight: 500;
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #E5E5E5;
  background-color: transparent;
}
.group-product-list table tbody tr td.quantity {
  font-size: 13px;
  color: #333333;
}
.group-product-list table tbody tr td.thumb {
  width: 50px;
}
.group-product-list table tbody tr td.title {
  font-size: 16px;
  font-weight: 500;
}
.group-product-list table tbody tr td.price {
  padding-right: 0;
}
.group-product-list table tbody tr td.price .pro-price {
  display: block;
  text-align: right;
}
.group-product-list table tbody tr td.price .pro-price span {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.group-product-list table tbody tr td.price .pro-price span.old {
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}
@media only screen and (max-width: 479px) {
  .group-product-list table tbody tr td.price .pro-price span {
    display: block;
  }
}

/* Product Variations */
.product-variations {
  display: flex;
  margin-bottom: 30px;
}
.product-variations .label span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}
.product-variations table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-variations table tbody tr td.label {
  width: 160px;
  padding-right: 40px;
}
@media only screen and (max-width: 575px) {
  .product-variations table tbody tr td.label {
    width: 120px;
  }
}

/* Product Sizes */
.product-sizes {
  display: flex;
}
.product-sizes a {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-right: 15px;
  color: #ABABAB;
}
.product-sizes a:last-child {
  margin-right: 0;
}
.product-sizes a:hover {
  color: #333333;
}
@media only screen and (max-width: 575px) {
  .product-sizes a {
    font-size: 18px;
  }
}

/* Product Color */
.product-colors {
  display: flex;
}
.product-colors span {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  background-size: cover;
}
.product-colors span:last-child {
  margin-right: 0;
}

/* Product Quantity */
.product-quantity {
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 117px;
  padding: 10px 0;
  border-bottom: 2px solid #CCCCCC;
}
.product-quantity .qty-btn {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
}
.product-quantity .input-qty {
  font-size: 14px !important;
  line-height: 1;
  max-width: 88px;
  padding: 0 15px !important;
  text-align: center;
  border: none !important;
}

/* Product Action Buttons */
.product-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
}
.product-buttons .btn {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}
@media only screen and (max-width: 479px) {
  .product-buttons {
    margin-right: -5px;
    margin-left: -5px;
  }
  .product-buttons .btn {
    margin-right: 5px;
    margin-left: 5px;
  }
  .product-buttons .btn-icon {
    width: 50px;
    padding: 12px;
  }
  .product-buttons .btn:not(.btn-icon) {
    padding: 12px 30px;
  }
}

/* Product Brands */
.product-brands {
  margin-bottom: 30px;
}
.product-brands .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333333;
}
.product-brands .brands {
  display: flex;
  margin: 0 -20px;
}
.product-brands .brands a {
  margin: 0 20px;
}
.product-brands .brands a img {
  opacity: 0.3;
}
.product-brands .brands a:hover img {
  opacity: 1;
}

/* Product Meta */
.product-meta {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
}
.product-meta .label span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}
.product-meta table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-meta table tbody tr td.label {
  width: 160px;
  padding-right: 40px;
}
@media only screen and (max-width: 575px) {
  .product-meta table tbody tr td.label {
    width: 120px;
  }
}

/* Product related */
.product-related {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #e9ecef;
}
.product-related .related-preview {
  width: 85px;
}

/* Product Category */
.product-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.product-category li {
  font-size: 16px;
}
.product-category li:not(:last-child)::after {
  margin-right: 6px;
  content: ",";
}
.product-category li a:hover {
  color: #333333;
}

/* Product Tags */
.product-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.product-tags li {
  font-size: 16px;
}
.product-tags li:not(:last-child)::after {
  margin-right: 6px;
  content: ",";
}
.product-tags li a:hover {
  color: #333333;
}

/* Product Share */
.product-share {
  display: flex;
  flex-wrap: wrap;
}
.product-share a {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.product-share a:last-child {
  margin-right: 0;
}
.product-share a i {
  font-size: 16px;
  line-height: 1;
}
.product-share a:hover {
  color: #333333;
}

/* Product Info Tab List */
.product-info-tab-list {
  justify-content: center;
  margin: 0 -20px 60px;
}
.product-info-tab-list li {
  padding: 0 20px 20px;
}
.product-info-tab-list li a {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  display: block;
  opacity: 0.2;
  color: #333333;
}
.product-info-tab-list li a.active, .product-info-tab-list li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-info-tab-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-info-tab-list li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-info-tab-list li a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-tab-list {
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px;
  }
  .product-info-tab-list li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-info-tab-list li a {
    font-size: 24px;
  }
}

/* Product Review Wrapper */
.product-review-wrapper {
  max-width: 820px;
  margin: auto;
}
.product-review-wrapper > .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #333333;
}
.product-review-wrapper > .title:last-child {
  margin-bottom: 0;
}

/* Product Review List */
.product-review-list {
  margin: 0 0 70px;
  padding-left: 0;
  list-style: none;
}
.product-review-list li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 767px) {
  .product-review-list {
    margin-bottom: 50px;
  }
}

/* Product Review */
.product-review {
  display: flex;
  flex-wrap: wrap;
}
.product-review .thumb {
  overflow: hidden;
  align-self: flex-start;
  width: 70px;
  border-radius: 50%;
}
.product-review .thumb img {
  width: 100%;
}
.product-review .content {
  flex: 1 0 calc(100% - 70px);
  padding-left: 30px;
}
.product-review .content .ratings {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-review .content .ratings .star-rating {
  font-size: 12px;
  position: relative;
  display: block;
  margin-right: 10px;
}
.product-review .content .ratings .star-rating::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
  color: #ABABAB;
}
.product-review .content .ratings .star-rating .rating-active {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 100%;
}
.product-review .content .ratings .star-rating .rating-active::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
  white-space: nowrap;
  color: #F5CC26;
}
.product-review .content .meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-review .content .meta .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.product-review .content .meta .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-left: 12px;
  color: #333333;
}
.product-review .content .meta .date::before {
  margin-right: 10px;
  content: "/";
}
@media only screen and (max-width: 479px) {
  .product-review {
    flex-direction: column;
  }
  .product-review .content {
    padding-top: 20px;
    padding-left: 0;
  }
}

/* Product Review Form */
.review-form .note {
  font-size: 16px;
  margin-bottom: 25px;
}
/* Product Form Rating */
.form-rating {
  display: flex;
  flex-wrap: wrap;
}
.form-rating .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-right: 40px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}
.form-rating .rating {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 1;
  position: relative;
  align-self: center;
  color: #F5CC26;
}
.form-rating .rating::before {
  content: "\f005  \f005  \f005  \f005  \f005";
}
.form-rating .rating .star {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-rating .rating .star::before {
  font-weight: 700;
  content: "\f005  \f005  \f005  \f005  \f005";
}
.form-rating .rating:hover .star {
  opacity: 1;
}

/* 09.04. Quick View CSS */
.quickViewModal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1200px;
}
.quickViewModal .modal-dialog .modal-content {
  padding: 30px;
}
.quickViewModal .modal-dialog .modal-content .close {
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .quickViewModal .modal-dialog .modal-content .product-summary {
    position: absolute;
    right: 15px;
    left: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .quickViewModal .modal-dialog .modal-content {
    padding: 20px;
  }
}

.product-gallery-slider-quickview {
  margin: 0;
  padding: 0;
}
.product-gallery-slider-quickview .slick-list {
  margin: 0;
}
.product-gallery-slider-quickview .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  10. Blog CSS
/*----------------------------------------*/
/* 10.01. Blog Style CSS */
.blog .image {
  margin-bottom: 30px;
}
.blog .image a {
  display: block;
}
.blog .image a img {
  width: 100%;
}
.blog .content .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.blog .content .meta li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-right: 25px;
}
.blog .content .meta li:last-child {
  margin-right: 0;
}
.blog .content .meta li i {
  margin-right: 8px;
  color: #999999;
}
.blog .content .meta li a {
  border-bottom: 1px solid transparent;
}
.blog .content .meta li a:hover {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.2);
}
.blog .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog .content .title a:hover {
  color: #333333;
}
.blog .content .desc {
  margin-bottom: 20px;
}
.blog .content .desc p {
  font-size: 16px;
}
.blog .content .desc p:last-child {
  margin-bottom: 0;
}
.blog .content .link {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.blog .content .link:hover {
  border-color: #333333;
}

/*----------------------------------------*/
/*  16. Widget CSS
/*----------------------------------------*/
/* Single Widget */
.single-widget {
  float: left;
  width: 100%;
}

/* Widget Title */
.widget-title {
  font-family: "Futura";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #333333;
}

/* Search Widget */
.widget-search form {
  position: relative;
}
.widget-search form input {
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  padding: 8px 36px 8px 10px !important;
  color: #696969;
  border: 2px solid transparent;
  border-bottom-color: #CCCCCC;
}
.widget-search form button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
  background-color: transparent;
}
.widget-search form button i {
  color: #696969;
}

/* Menu Widget */
.widget-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-left: 0;
  list-style: none;
}
.widget-menu li {
  font-size: 16px;
  font-weight: 400;
  margin: 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget-menu li a {
  color: #7E7E7E;
}
.widget-menu li a:hover {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .widget-menu li {
    font-size: 14px;
  }
}

/* About Widget */
.widget-about img {
  margin-bottom: 20px;
}
.widget-about img:last-child {
  margin-bottom: 0;
}
.widget-about p {
  line-height: 1.5;
  max-width: 400px;
}

/* List Widget */
.widget-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.widget-list li + li {
  margin-top: 25px;
}
.widget-list li i {
  width: 35px;
}
.widget-list li a {
  border-bottom: 1px solid transparent;
  color: inherit;
}
.widget-list li a:hover {
  color: #006747;
  text-decoration: none;
  border-color: rgba(51, 51, 51, 0.3);
}
.widget-list li .count {
  margin-left: auto;
  color: #999999;
}

/* Color Widget */
.widget-colors {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-left: 0;
  list-style: none;
}
.widget-colors li {
  margin: 0 10px 20px;
}
.widget-colors li a span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}

/* Product Widget */
.widget-products {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget-products .product {
  display: flex !important;
  flex-wrap: wrap;
}
.widget-products .product + .product {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
.widget-products .product .thumbnail {
  flex: 0 0 120px;
  padding-right: 20px;
}
.widget-products .product .thumbnail a {
  display: block;
}
.widget-products .product .thumbnail a img {
  width: 100%;
}
.widget-products .product .content {
  flex: 1 0 calc(100% - 120px);
}
.widget-products .product .content .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  transition: none;
}
.widget-products .product .content .title a {
  color: #7E7E7E;
}
.widget-products .product .content .title a:hover {
  color: #333333;
}
.widget-products .product .content .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  transition: none;
  color: #333333;
}
.widget-products .product .content .price:last-child {
  margin-bottom: 0;
}
.widget-products .product .content .price span.old {
  text-decoration: line-through;
  color: #AAAAAA;
}
.widget-products .product .content .price span.new {
  margin-left: 10px;
  color: #9d2235;
}
.widget-products .product .content .ratting {
  line-height: 1;
  position: relative;
  display: inline-flex;
}
.widget-products .product .content .ratting::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
  color: #AAAAAA;
}
.widget-products .product .content .ratting .rate {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  color: #F5CC26;
}
.widget-products .product .content .ratting .rate::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  content: "\f005  \f005  \f005  \f005  \f005";
}

/* Blog Widget */
.widget-blogs {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget-blogs .widget-blog {
  display: flex !important;
  flex-wrap: wrap;
}
.widget-blogs .widget-blog + .widget-blog {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
.widget-blogs .widget-blog .thumbnail {
  flex: 0 0 120px;
  padding-right: 20px;
}
.widget-blogs .widget-blog .thumbnail a {
  display: block;
}
.widget-blogs .widget-blog .thumbnail a img {
  width: 100%;
}
.widget-blogs .widget-blog .content {
  flex: 1 0 calc(100% - 120px);
}
.widget-blogs .widget-blog .content .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  transition: none;
}
.widget-blogs .widget-blog .content .title a {
  color: #333333;
}
.widget-blogs .widget-blog .content .title a:hover {
  color: #333333;
}
.widget-blogs .widget-blog .content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

/* Tag Widget */
.widget-tags a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #7E7E7E;
}
.widget-tags a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 18px);
  height: 1px;
  content: "";
  transition: opacity 0.5s ease;
  opacity: 0;
  background-color: #333333;
}
.widget-tags a::after {
  font-size: 16px;
  margin: 0 8px;
  content: "/";
  color: #7E7E7E;
}
.widget-tags a:hover {
  color: #333333;
}
.widget-tags a:hover::before {
  opacity: 0.2;
}

/* Price Range Widget */
/* Social Widget */
.widget-social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-left: 0;
  list-style: none;
}
.widget-social li {
  margin: 0 10px;
}
.widget-social li a {
  line-height: 1.25;
  display: block;
  padding: 0 5px;
  color: #333333;
}
.widget-social li a i {
  font-size: 18px;
}

/* Subscribe Widget */
.widget-subscibe {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: auto;
}
.widget-subscibe input[type=email] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 170px;
  padding-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.widget-subscibe input[type=email]::-webkit-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]::-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:-ms-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe input[type=email]:focus {
  border-color: transparent !important;
}
.widget-subscibe .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}
.widget-subscibe .btn:hover {
  border-color: transparent !important;
  background-color: #006747 !important;
}
@media only screen and (max-width: 767px) {
  .widget-subscibe input[type=email] {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-subscibe input[type=email] {
    width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-subscibe input[type=email] {
    width: 100%;
    padding-right: 20px;
    text-align: center;
  }
  .widget-subscibe .btn {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

/* Subscribe Style 2 Widget */
.widget-subscibe2 {
  position: relative;
  max-width: 570px;
  margin: 0;
}
.widget-subscibe2 input[type=email] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 150px;
  padding-bottom: 10px;
  padding-left: 0;
  letter-spacing: 0.03em;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #CCCCCC;
  border-radius: 0;
  background-color: transparent;
}
.widget-subscibe2 input[type=email]::-webkit-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe2 input[type=email]:-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe2 input[type=email]::-moz-placeholder {
  color: #ABABAB;
}
.widget-subscibe2 input[type=email]:-ms-input-placeholder {
  color: #ABABAB;
}
.widget-subscibe2 input[type=email]:focus {
  border-color: transparent !important;
}
.widget-subscibe2 .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 10px;
  letter-spacing: 1.5px;
  border: none;
  border-bottom: 2px solid #333333;
  border-radius: 0;
}
.widget-subscibe2 .btn:hover {
  color: #006747 !important;
  border-color: #006747 !important;
}

/* Contact Widget */
.widget-contact .email {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}
.widget-contact .phone {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}
.widget-contact .app-buttons {
  display: flex;
  margin: 0 -10px;
}
.widget-contact .app-buttons:not(:first-child) {
  margin-top: 35px;
}
.widget-contact .app-buttons a {
  margin: 0 10px;
}
.widget-contact .app-buttons a img:hover {
  transform: scale(1.1);
}

/* Contact Style 2 Widget */
.widget-contact2 p {
  font-size: 16px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  17. Footer CSS
/*----------------------------------------*/
/*
/* Footer Style One *
.footer1-section {
    background-color: $gray-200;
}

/* Footer Style One Logo *
.footer1-logo {
    margin-bottom: 60px;

    @media only screen and (max-width: 767px) {
        margin-bottom: 40px;
    }
}

/* Footer Style One Menu *
.footer1-menu {
    margin-bottom: 40px;
}

/* Footer Style One Subscribe *
.footer1-subscribe {
    margin-bottom: 55px;

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        margin-bottom: 40px;
    }
}

/* Footer Style One Social *
.footer1-social {
    margin-bottom: 50px;

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
}

/* Footer Style One Copyright *
.footer1-copyright {
}
*/
/* Footer Style Two */
.footer2-section {
  background-color: #e9ecef;
}
@media (max-width: 991.98px) {
  .footer2-section .widget-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: -1rem;
  }
  .footer2-section .widget-list > li {
    flex: 1 1 50%;
    margin-bottom: 1rem;
  }
  .footer2-section .widget-list > li + li {
    margin: 0;
    margin-bottom: 1rem;
  }
}

/* Footer Style Two Copyright */
.footer2-copyright {
  padding: 20px 0;
  color: #495057;
  border-top: 1px solid rgb(203.4736842105, 210.5, 217.5263157895);
  background-color: #e9ecef;
}

/* Copyright */
.copyright {
  font-size: 16px;
  font-weight: 400;
}
.copyright strong {
  color: #333333;
}
.copyright a:hover {
  color: #333333;
}

/*----------------------------------------*/
/*  18. Other Pages CSS
/*----------------------------------------*/
/* 18.03. Contact Page CSS */
/* Contact Information */
.contact-info .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 44px;
}
.contact-info .info {
  position: relative;
  display: block;
  padding-left: 44px;
}
.contact-info .info:not(:last-child) {
  margin-bottom: 5px;
}
.contact-info .info .icon {
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  color: #D8D8D8;
}
/* Contact Map */
.contact-map {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .contact-map {
    height: 350px;
  }
}

/* 18.04. 404 Page CSS */
/* 404 Section */
.section-404 {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 {
    min-height: calc(100vh - 70px);
  }
}

/* 404 Content */
.content-404 {
  padding: 100px 0;
}
.content-404 .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.content-404 .sub-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
.content-404 p {
  margin-bottom: 40px;
}
.content-404 .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.content-404 .buttons .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-404 {
    padding: 100px 0 60px;
  }
  .content-404 .title {
    font-size: 80px;
  }
  .content-404 .sub-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .content-404 .title {
    font-size: 60px;
  }
  .content-404 .sub-title {
    font-size: 40px;
  }
}

.devise .btn, .devise .btn[type=submit] {
  padding: 0;
  line-height: 46px;
}

.search .search-field {
  display: flex;
}
.search .search-field .field-input {
  background: #fff;
  border: 1px solid #ced4da;
  line-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.3rem;
  margin-right: 2rem;
}
.search .search-info {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .search .search-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.search .search-results .result {
  overflow: hidden;
  margin-bottom: 2rem;
  flex: 1 1 50%;
}
@media (min-width: 768px) {
  .search .search-results .result {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.search .search-results .result .result-image {
  height: 80px;
}
.search .search-results .result .result-name {
  color: #9d2235;
  margin-top: 0.1rem;
}
.search .search-results .result .result-variations {
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -0.6rem;
}
.search .pagination span, .search .pagination em, .search .pagination a {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.search .pagination a:hover {
  background: #e9ecef;
}
.search .pagination em {
  color: #6c757d;
  border: 1px solid #ced4da;
  border-radius: 2px;
  font-style: normal;
}
.search .pagination .disabled {
  display: none;
}

.category-banner .inner {
  text-decoration: none;
}
.category-banner .inner .image {
  margin-bottom: 20px;
}
.category-banner .inner .image img {
  transition: all 0.3s ease;
}
.category-banner .inner .content .title {
  transition: all 0.3s ease;
}
.category-banner .inner .content .lead {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  transition: all 0.3s ease;
}
.category-banner:hover .inner .image img {
  transform: scale(1.05);
}
.category-banner:hover .inner .content .title {
  color: #9d2235;
}
.category-banner:hover .inner .content .lead {
  color: #333;
}

/*
body {
  font-weight: 400;
  font-size: 16px;
}
*/
.brd-dhd-top {
  border-top: 1px dashed #dee2e6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
