/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/bootstrap/scss/bootstrap.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-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%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.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 {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  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;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/indigo-pink.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa !important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.38)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{fill:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}@media(hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}@media(hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}.mat-datepicker-content-touch{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:rgba(0,0,0,.38)}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#cbd0e9}.mat-progress-bar-buffer{background-color:#cbd0e9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(0,0,0,.04)}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#ff4081}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/fonts-molla.min.css ***!
  \****************************************************************************************************************************************************************************************************************************/
@font-face{font-family:molla;src:url('molla.eot?74273691');src:url('molla.eot?74273691#iefix') format('embedded-opentype'),url('molla.woff2?74273691') format('woff2'),url('molla.woff?74273691') format('woff'),url('molla.ttf?74273691') format('truetype'),url('molla.svg?74273691#molla') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" icon-"]:before,[class^=icon-]:before{font-family:molla;font-style:normal;font-weight:400;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-google:before{content:'\e800'}.icon-check:before{content:'\e801'}.icon-angle-up:before{content:'\e802'}.icon-life-ring:before{content:'\e803'}.icon-phone-square:before{content:'\e804'}.icon-euro:before{content:'\e805'}.icon-phone:before{content:'\e806'}.icon-life-bouy:before{content:'\e807'}.icon-rmb:before{content:'\e808'}.icon-creative-commons-1:before{content:'\e809'}.icon-comment-o:before{content:'\e80a'}.icon-check-circle-o:before{content:'\e80b'}.icon-info-circle:before{content:'\e80c'}.icon-cog:before{content:'\e80d'}.icon-cogs:before{content:'\e80e'}.icon-gift:before{content:'\e80f'}.icon-cart-arrow-down:before{content:'\e810'}.icon-home:before{content:'\e811'}.icon-cart-plus:before{content:'\e812'}.icon-refresh:before{content:'\e813'}.icon-eye:before{content:'\e814'}.icon-map-marker:before{content:'\e815'}.icon-headphones:before{content:'\e816'}.icon-comments:before{content:'\e817'}.icon-list-alt:before{content:'\e818'}.icon-list-ol:before{content:'\e819'}.icon-clone-1:before{content:'\e81a'}.icon-plus-square-o:before{content:'\e81b'}.icon-rotate-left:before{content:'\e81c'}.icon-tv:before{content:'\e81d'}.icon-play:before{content:'\ec2c'}.icon-check:before{content:'\ec2d'}.icon-music:before{content:'\f001'}.icon-gift-1:before{content:'\f06b'}.icon-twitter-square:before{content:'\f081'}.icon-facebook-square:before{content:'\f082'}.icon-linkedin:before{content:'\f08c'}.icon-github-square:before{content:'\f092'}.icon-twitter:before{content:'\f099'}.icon-x-twitter:before{content:'\1D54F'}.icon-facebook:before{content:'\f09a'}.icon-github:before{content:'\f09b'}.icon-pinterest:before{content:'\f0d2'}.icon-pinterest-square:before{content:'\f0d3'}.icon-google-plus-square:before{content:'\f0d4'}.icon-google-plus-g:before{content:'\f0d5'}.icon-linkedin-in:before{content:'\f0e1'}.icon-laptop:before{content:'\f109'}.icon-quote-left:before{content:'\f10d'}.icon-quote-right:before{content:'\f10e'}.icon-angle-down:before{content:'\f110'}.icon-angle-left:before{content:'\f111'}.icon-angle-right:before{content:'\f112'}.icon-github-alt:before{content:'\f113'}.icon-arrow-down:before{content:'\f11f'}.icon-arrow-left:before{content:'\f120'}.icon-arrow-right:before{content:'\f121'}.icon-arrow-up:before{content:'\f122'}.icon-arrows:before{content:'\f123'}.icon-balance-scale:before{content:'\f12b'}.icon-bars:before{content:'\f131'}.icon-maxcdn:before{content:'\f136'}.icon-html5:before{content:'\f13b'}.icon-css3:before{content:'\f13c'}.icon-binoculars:before{content:'\f145'}.icon-bookmark-o:before{content:'\f150'}.icon-btc:before{content:'\f15a'}.icon-calendar:before{content:'\f15c'}.icon-youtube:before{content:'\f167'}.icon-xing:before{content:'\f168'}.icon-xing-square:before{content:'\f169'}.icon-dropbox:before{content:'\f16b'}.icon-stack-overflow:before{content:'\f16c'}.icon-instagram:before{content:'\f16d'}.icon-flickr:before{content:'\f16e'}.icon-adn:before{content:'\f170'}.icon-bitbucket:before{content:'\f171'}.icon-tumblr:before{content:'\f173'}.icon-tumblr-square:before{content:'\f174'}.icon-certificate:before{content:'\f178'}.icon-apple:before{content:'\f179'}.icon-windows:before{content:'\f17a'}.icon-android:before{content:'\f17b'}.icon-linux:before{content:'\f17c'}.icon-dribbble:before{content:'\f17d'}.icon-skype:before{content:'\f17e'}.icon-foursquare:before{content:'\f180'}.icon-trello:before{content:'\f181'}.icon-gratipay:before{content:'\f184'}.icon-vk:before{content:'\f189'}.icon-weibo:before{content:'\f18a'}.icon-renren:before{content:'\f18b'}.icon-pagelines:before{content:'\f18c'}.icon-stack-exchange:before{content:'\f18d'}.icon-clock-o:before{content:'\f18f'}.icon-close:before{content:'\f191'}.icon-vimeo-square:before{content:'\f194'}.icon-slack:before{content:'\f198'}.icon-wordpress:before{content:'\f19a'}.icon-openid:before{content:'\f19b'}.icon-yahoo:before{content:'\f19e'}.icon-reddit:before{content:'\f1a1'}.icon-reddit-square:before{content:'\f1a2'}.icon-stumbleupon-circle:before{content:'\f1a3'}.icon-stumbleupon:before{content:'\f1a4'}.icon-delicious:before{content:'\f1a5'}.icon-digg:before{content:'\f1a6'}.icon-pied-piper-pp:before{content:'\f1a7'}.icon-pied-piper-alt:before{content:'\f1a8'}.icon-drupal:before{content:'\f1a9'}.icon-joomla:before{content:'\f1aa'}.icon-behance:before{content:'\f1b4'}.icon-behance-square:before{content:'\f1b5'}.icon-steam:before{content:'\f1b6'}.icon-steam-square:before{content:'\f1b7'}.icon-dollar:before{content:'\f1bb'}.icon-spotify:before{content:'\f1bc'}.icon-deviantart:before{content:'\f1bd'}.icon-soundcloud:before{content:'\f1be'}.icon-edit:before{content:'\f1c1'}.icon-envelope:before{content:'\f1c6'}.icon-vine:before{content:'\f1ca'}.icon-codepen:before{content:'\f1cb'}.icon-jsfiddle:before{content:'\f1cc'}.icon-exclamation-circle:before{content:'\f1ce'}.icon-rebel:before{content:'\f1d0'}.icon-empire:before{content:'\f1d1'}.icon-git:before{content:'\f1d3'}.icon-hacker-news:before{content:'\f1d4'}.icon-tencent-weibo:before{content:'\f1d5'}.icon-qq:before{content:'\f1d6'}.icon-weixin:before{content:'\f1d7'}.icon-slideshare:before{content:'\f1e7'}.icon-twitch:before{content:'\f1e8'}.icon-yelp:before{content:'\f1e9'}.icon-paypal:before{content:'\f1ed'}.icon-google-wallet:before{content:'\f1ee'}.icon-cc-visa:before{content:'\f1f0'}.icon-cc-mastercard:before{content:'\f1f1'}.icon-cc-discover:before{content:'\f1f2'}.icon-cc-amex:before{content:'\f1f3'}.icon-cc-paypal:before{content:'\f1f4'}.icon-cc-stripe:before{content:'\f1f5'}.icon-lastfm:before{content:'\f202'}.icon-lastfm-square:before{content:'\f203'}.icon-ioxhost:before{content:'\f208'}.icon-angellist:before{content:'\f209'}.icon-buysellads:before{content:'\f20d'}.icon-connectdevelop:before{content:'\f20e'}.icon-dashcube:before{content:'\f210'}.icon-forumbee:before{content:'\f211'}.icon-leanpub:before{content:'\f212'}.icon-sellsy:before{content:'\f213'}.icon-shirtsinbulk:before{content:'\f214'}.icon-simplybuilt:before{content:'\f215'}.icon-skyatlas:before{content:'\f216'}.icon-heartbeat:before{content:'\f21e'}.icon-pinterest-p:before{content:'\f231'}.icon-whatsapp:before{content:'\f232'}.icon-heart:before{content:'\f233'}.icon-heart-o:before{content:'\f234'}.icon-viacoin:before{content:'\f237'}.icon-medium:before{content:'\f23a'}.icon-y-combinator:before{content:'\f23b'}.icon-optin-monster:before{content:'\f23c'}.icon-opencart:before{content:'\f23d'}.icon-expeditedssl:before{content:'\f23e'}.icon-cc-jcb:before{content:'\f24b'}.icon-cc-diners-club:before{content:'\f24c'}.icon-clone:before{content:'\f24d'}.icon-jpy:before{content:'\f253'}.icon-creative-commons:before{content:'\f25e'}.icon-gg:before{content:'\f260'}.icon-gg-circle:before{content:'\f261'}.icon-tripadvisor:before{content:'\f262'}.icon-odnoklassniki:before{content:'\f263'}.icon-odnoklassniki-square:before{content:'\f264'}.icon-get-pocket:before{content:'\f265'}.icon-wikipedia-w:before{content:'\f266'}.icon-safari:before{content:'\f267'}.icon-chrome:before{content:'\f268'}.icon-firefox:before{content:'\f269'}.icon-opera:before{content:'\f26a'}.icon-internet-explorer:before{content:'\f26b'}.icon-list:before{content:'\f26c'}.icon-contao:before{content:'\f26d'}.icon-500px:before{content:'\f26e'}.icon-list-ul:before{content:'\f26f'}.icon-amazon:before{content:'\f270'}.icon-long-arrow-down:before{content:'\f272'}.icon-long-arrow-left:before{content:'\f273'}.icon-long-arrow-right:before{content:'\f274'}.icon-long-arrow-up:before{content:'\f275'}.icon-magic:before{content:'\f276'}.icon-map-signs:before{content:'\f277'}.icon-mail-reply:before{content:'\f279'}.icon-houzz:before{content:'\f27c'}.icon-vimeo-v:before{content:'\f27d'}.icon-black-tie:before{content:'\f27e'}.icon-fonticons:before{content:'\f280'}.icon-reddit-alien:before{content:'\f281'}.icon-edge:before{content:'\f282'}.icon-codiepie:before{content:'\f284'}.icon-modx:before{content:'\f285'}.icon-fort-awesome:before{content:'\f286'}.icon-usb:before{content:'\f287'}.icon-product-hunt:before{content:'\f288'}.icon-mixcloud:before{content:'\f289'}.icon-scribd:before{content:'\f28a'}.icon-minus:before{content:'\f28e'}.icon-shopping-bag:before{content:'\f290'}.icon-bluetooth:before{content:'\f293'}.icon-bluetooth-b:before{content:'\f294'}.icon-gitlab:before{content:'\f296'}.icon-wpbeginner:before{content:'\f297'}.icon-wpforms:before{content:'\f298'}.icon-envira:before{content:'\f299'}.icon-glide:before{content:'\f2a5'}.icon-glide-g:before{content:'\f2a6'}.icon-viadeo:before{content:'\f2a9'}.icon-viadeo-square:before{content:'\f2aa'}.icon-snapchat:before{content:'\f2ab'}.icon-snapchat-ghost:before{content:'\f2ac'}.icon-snapchat-square:before{content:'\f2ad'}.icon-pied-piper:before{content:'\f2ae'}.icon-first-order:before{content:'\f2b0'}.icon-yoast:before{content:'\f2b1'}.icon-themeisle:before{content:'\f2b2'}.icon-google-plus:before{content:'\f2b3'}.icon-font-awesome:before{content:'\f2b4'}.icon-linode:before{content:'\f2b8'}.icon-play-outline:before{content:'\f2be'}.icon-plus:before{content:'\f2c2'}.icon-quora:before{content:'\f2c4'}.icon-free-code-camp:before{content:'\f2c5'}.icon-telegram:before{content:'\f2c6'}.icon-puzzle-piece:before{content:'\f2c8'}.icon-question-circle:before{content:'\f2cc'}.icon-random:before{content:'\f2d0'}.icon-bandcamp:before{content:'\f2d5'}.icon-grav:before{content:'\f2d6'}.icon-etsy:before{content:'\f2d7'}.icon-imdb:before{content:'\f2d8'}.icon-ravelry:before{content:'\f2d9'}.icon-sellcast:before{content:'\f2da'}.icon-superpowers:before{content:'\f2dd'}.icon-wpexplorer:before{content:'\f2de'}.icon-rocket:before{content:'\f2df'}.icon-meetup:before{content:'\f2e0'}.icon-rotate-right:before{content:'\f2e1'}.icon-rupee:before{content:'\f2e7'}.icon-search:before{content:'\f2eb'}.icon-search-plus:before{content:'\f2ed'}.icon-shopping-cart:before{content:'\f2fa'}.icon-spinner:before{content:'\f311'}.icon-star:before{content:'\f318'}.icon-star-o:before{content:'\f31b'}.icon-tag:before{content:'\f330'}.icon-tags:before{content:'\f331'}.icon-th-list:before{content:'\f33b'}.icon-thumbs-down:before{content:'\f33d'}.icon-thumbs-up:before{content:'\f340'}.icon-times:before{content:'\f342'}.icon-times-circle-o:before{content:'\f344'}.icon-trophy:before{content:'\f351'}.icon-truck:before{content:'\f352'}.icon-turkish-lira:before{content:'\f357'}.icon-font-awesome-alt:before{content:'\f35c'}.icon-unlock:before{content:'\f360'}.icon-usd:before{content:'\f363'}.icon-user:before{content:'\f364'}.icon-accessible-icon:before{content:'\f368'}.icon-accusoft:before{content:'\f369'}.icon-adversal:before{content:'\f36a'}.icon-affiliatetheme:before{content:'\f36b'}.icon-algolia:before{content:'\f36c'}.icon-amilia:before{content:'\f36d'}.icon-angrycreative:before{content:'\f36e'}.icon-app-store:before{content:'\f36f'}.icon-app-store-ios:before{content:'\f370'}.icon-apper:before{content:'\f371'}.icon-asymmetrik:before{content:'\f372'}.icon-audible:before{content:'\f373'}.icon-avianex:before{content:'\f374'}.icon-aws:before{content:'\f375'}.icon-bimobject:before{content:'\f378'}.icon-bitcoin:before{content:'\f379'}.icon-bity:before{content:'\f37a'}.icon-blackberry:before{content:'\f37b'}.icon-blogger:before{content:'\f37c'}.icon-blogger-b:before{content:'\f37d'}.icon-buromobelexperte:before{content:'\f37f'}.icon-centercode:before{content:'\f380'}.icon-cloudscale:before{content:'\f383'}.icon-cloudsmith:before{content:'\f384'}.icon-cloudversify:before{content:'\f385'}.icon-cpanel:before{content:'\f388'}.icon-yen:before{content:'\f38a'}.icon-css3-alt:before{content:'\f38b'}.icon-cuttlefish:before{content:'\f38c'}.icon-d-and-d:before{content:'\f38d'}.icon-deploydog:before{content:'\f38e'}.icon-deskpro:before{content:'\f38f'}.icon-digital-ocean:before{content:'\f391'}.icon-discord:before{content:'\f392'}.icon-discourse:before{content:'\f393'}.icon-dochub:before{content:'\f394'}.icon-docker:before{content:'\f395'}.icon-draft2digital:before{content:'\f396'}.icon-dribbble-square:before{content:'\f397'}.icon-dyalog:before{content:'\f399'}.icon-earlybirds:before{content:'\f39a'}.icon-erlang:before{content:'\f39d'}.icon-facebook-f:before{content:'\f39e'}.icon-facebook-messenger:before{content:'\f39f'}.icon-firstdraft:before{content:'\f3a1'}.icon-fonticons-fi:before{content:'\f3a2'}.icon-fort-awesome-alt:before{content:'\f3a3'}.icon-freebsd:before{content:'\f3a4'}.icon-gitkraken:before{content:'\f3a6'}.icon-gofore:before{content:'\f3a7'}.icon-goodreads:before{content:'\f3a8'}.icon-goodreads-g:before{content:'\f3a9'}.icon-google-drive:before{content:'\f3aa'}.icon-google-play:before{content:'\f3ab'}.icon-gripfire:before{content:'\f3ac'}.icon-grunt:before{content:'\f3ad'}.icon-gulp:before{content:'\f3ae'}.icon-hacker-news-square:before{content:'\f3af'}.icon-hire-a-helper:before{content:'\f3b0'}.icon-hotjar:before{content:'\f3b1'}.icon-hubspot:before{content:'\f3b2'}.icon-itunes:before{content:'\f3b4'}.icon-itunes-note:before{content:'\f3b5'}.icon-jenkins:before{content:'\f3b6'}.icon-joget:before{content:'\f3b7'}.icon-js:before{content:'\f3b8'}.icon-js-square:before{content:'\f3b9'}.icon-keycdn:before{content:'\f3ba'}.icon-kickstarter:before{content:'\f3bb'}.icon-kickstarter-k:before{content:'\f3bc'}.icon-laravel:before{content:'\f3bd'}.icon-line:before{content:'\f3c0'}.icon-lyft:before{content:'\f3c3'}.icon-magento:before{content:'\f3c4'}.icon-medapps:before{content:'\f3c6'}.icon-medium-m:before{content:'\f3c7'}.icon-medrt:before{content:'\f3c8'}.icon-microsoft:before{content:'\f3ca'}.icon-mix:before{content:'\f3cb'}.icon-mizuni:before{content:'\f3cc'}.icon-mobile-alt:before{content:'\f3cd'}.icon-monero:before{content:'\f3d0'}.icon-napster:before{content:'\f3d2'}.icon-node-js:before{content:'\f3d3'}.icon-npm:before{content:'\f3d4'}.icon-ns8:before{content:'\f3d5'}.icon-nutritionix:before{content:'\f3d6'}.icon-page4:before{content:'\f3d7'}.icon-palfed:before{content:'\f3d8'}.icon-patreon:before{content:'\f3d9'}.icon-periscope:before{content:'\f3da'}.icon-phabricator:before{content:'\f3db'}.icon-phoenix-framework:before{content:'\f3dc'}.icon-playstation:before{content:'\f3df'}.icon-pushed:before{content:'\f3e1'}.icon-python:before{content:'\f3e2'}.icon-red-river:before{content:'\f3e3'}.icon-wpressr:before{content:'\f3e4'}.icon-replyd:before{content:'\f3e6'}.icon-resolving:before{content:'\f3e7'}.icon-rocketchat:before{content:'\f3e8'}.icon-rockrms:before{content:'\f3e9'}.icon-schlix:before{content:'\f3ea'}.icon-searchengin:before{content:'\f3eb'}.icon-servicestack:before{content:'\f3ec'}.icon-sistrix:before{content:'\f3ee'}.icon-slack-hash:before{content:'\f3ef'}.icon-speakap:before{content:'\f3f3'}.icon-staylinked:before{content:'\f3f5'}.icon-steam-symbol:before{content:'\f3f6'}.icon-sticker-mule:before{content:'\f3f7'}.icon-studiovinari:before{content:'\f3f8'}.icon-supple:before{content:'\f3f9'}.icon-telegram-plane:before{content:'\f3fe'}.icon-uber:before{content:'\f402'}.icon-uikit:before{content:'\f403'}.icon-uniregistry:before{content:'\f404'}.icon-untappd:before{content:'\f405'}.icon-ussunnah:before{content:'\f407'}.icon-vaadin:before{content:'\f408'}.icon-viber:before{content:'\f409'}.icon-vimeo:before{content:'\f40a'}.icon-vnv:before{content:'\f40b'}.icon-whatsapp-square:before{content:'\f40c'}.icon-whmcs:before{content:'\f40d'}.icon-wordpress-simple:before{content:'\f411'}.icon-xbox:before{content:'\f412'}.icon-yandex:before{content:'\f413'}.icon-yandex-international:before{content:'\f414'}.icon-apple-pay:before{content:'\f415'}.icon-cc-apple-pay:before{content:'\f416'}.icon-fly:before{content:'\f417'}.icon-nintendo-switch:before{content:'\f418'}.icon-node:before{content:'\f419'}.icon-osi:before{content:'\f41a'}.icon-react:before{content:'\f41b'}.icon-autoprefixer:before{content:'\f41c'}.icon-less:before{content:'\f41d'}.icon-sass:before{content:'\f41e'}.icon-vuejs:before{content:'\f41f'}.icon-angular:before{content:'\f420'}.icon-aviato:before{content:'\f421'}.icon-ember:before{content:'\f423'}.icon-font-awesome-flag:before{content:'\f425'}.icon-gitter:before{content:'\f426'}.icon-hooli:before{content:'\f427'}.icon-strava:before{content:'\f428'}.icon-stripe:before{content:'\f429'}.icon-stripe-s:before{content:'\f42a'}.icon-typo3:before{content:'\f42b'}.icon-amazon-pay:before{content:'\f42c'}.icon-cc-amazon-pay:before{content:'\f42d'}.icon-ethereum:before{content:'\f42e'}.icon-korvue:before{content:'\f42f'}.icon-elementor:before{content:'\f430'}.icon-youtube-square:before{content:'\f431'}.icon-flipboard:before{content:'\f44d'}.icon-hips:before{content:'\f452'}.icon-php:before{content:'\f457'}.icon-quinscape:before{content:'\f459'}.icon-couch:before{content:'\f4b8'}.icon-readme:before{content:'\f4d5'}.icon-java:before{content:'\f4e4'}.icon-pied-piper-hat:before{content:'\f4e5'}.icon-creative-commons-by:before{content:'\f4e7'}.icon-creative-commons-nc:before{content:'\f4e8'}.icon-creative-commons-nc-eu:before{content:'\f4e9'}.icon-creative-commons-nc-jp:before{content:'\f4ea'}.icon-creative-commons-nd:before{content:'\f4eb'}.icon-creative-commons-pd:before{content:'\f4ec'}.icon-creative-commons-pd-alt:before{content:'\f4ed'}.icon-creative-commons-remix:before{content:'\f4ee'}.icon-creative-commons-sa:before{content:'\f4ef'}.icon-creative-commons-sampling:before{content:'\f4f0'}.icon-creative-commons-sampling-plus:before{content:'\f4f1'}.icon-creative-commons-share:before{content:'\f4f2'}.icon-creative-commons-zero:before{content:'\f4f3'}.icon-ebay:before{content:'\f4f4'}.icon-keybase:before{content:'\f4f5'}.icon-mastodon:before{content:'\f4f6'}.icon-r-project:before{content:'\f4f7'}.icon-researchgate:before{content:'\f4f8'}.icon-teamspeak:before{content:'\f4f9'}.icon-first-order-alt:before{content:'\f50a'}.icon-fulcrum:before{content:'\f50b'}.icon-galactic-republic:before{content:'\f50c'}.icon-galactic-senate:before{content:'\f50d'}.icon-jedi-order:before{content:'\f50e'}.icon-mandalorian:before{content:'\f50f'}.icon-old-republic:before{content:'\f510'}.icon-phoenix-squadron:before{content:'\f511'}.icon-sith:before{content:'\f512'}.icon-trade-federation:before{content:'\f513'}.icon-wolf-pack-battalion:before{content:'\f514'}.icon-blender:before{content:'\f517'}.icon-shoe-prints:before{content:'\f54b'}.icon-tshirt:before{content:'\f553'}.icon-concierge-bell:before{content:'\f562'}.icon-hornbill:before{content:'\f592'}.icon-mailchimp:before{content:'\f59e'}.icon-megaport:before{content:'\f5a3'}.icon-nimblr:before{content:'\f5a8'}.icon-rev:before{content:'\f5b2'}.icon-shopware:before{content:'\f5b5'}.icon-squarespace:before{content:'\f5be'}.icon-themeco:before{content:'\f5c6'}.icon-weebly:before{content:'\f5cc'}.icon-wix:before{content:'\f5cf'}.icon-ello:before{content:'\f5f1'}.icon-hackerrank:before{content:'\f5f7'}.icon-kaggle:before{content:'\f5fa'}.icon-markdown:before{content:'\f60f'}.icon-neos:before{content:'\f612'}.icon-zhihu:before{content:'\f63f'}.icon-alipay:before{content:'\f642'}.icon-the-red-yeti:before{content:'\f69d'}.icon-acquisitions-incorporated:before{content:'\f6af'}.icon-critical-role:before{content:'\f6c9'}.icon-d-and-d-beyond:before{content:'\f6ca'}.icon-dev:before{content:'\f6cc'}.icon-fantasy-flight-games:before{content:'\f6dc'}.icon-penny-arcade:before{content:'\f704'}.icon-wizards-of-the-coast:before{content:'\f730'}.icon-think-peaks:before{content:'\f731'}.icon-reacteurope:before{content:'\f75d'}.icon-adobe:before{content:'\f778'}.icon-artstation:before{content:'\f77a'}.icon-atlassian:before{content:'\f77b'}.icon-canadian-maple-leaf:before{content:'\f785'}.icon-centos:before{content:'\f789'}.icon-confluence:before{content:'\f78d'}.icon-dhl:before{content:'\f790'}.icon-diaspora:before{content:'\f791'}.icon-fedex:before{content:'\f797'}.icon-fedora:before{content:'\f798'}.icon-figma:before{content:'\f799'}.icon-intercom:before{content:'\f7af'}.icon-invision:before{content:'\f7b0'}.icon-jira:before{content:'\f7b1'}.icon-mendeley:before{content:'\f7b3'}.icon-raspberry-pi:before{content:'\f7bb'}.icon-redhat:before{content:'\f7bc'}.icon-sketch:before{content:'\f7c6'}.icon-sourcetree:before{content:'\f7d3'}.icon-suse:before{content:'\f7d6'}.icon-ubuntu:before{content:'\f7df'}.icon-ups:before{content:'\f7e0'}.icon-usps:before{content:'\f7e1'}.icon-yarn:before{content:'\f7e3'}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/vendor/line-awesome/css/line-awesome.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */.la,.la-stack{display:inline-block}.la-fw,.la-li{text-align:center}@font-face{font-family:LineAwesome;src:url('line-awesome.eot?v=1.1.');src:url('line-awesome.eot??v=1.1.#iefix') format("embedded-opentype"),url('line-awesome.woff2?v=1.1.') format("woff2"),url('line-awesome.woff?v=1.1.') format("woff"),url('line-awesome.ttf?v=1.1.') format("truetype"),url('line-awesome.svg?v=1.1.#fa') format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:LineAwesome;src:url('line-awesome.svg?v=1.1.#fa') format("svg")}}.la{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.la-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-fw{width:1.28571429em}.la-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.la-ul>li{position:relative}.la-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.la-li.la-lg{left:-1.85714286em}.la-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.li.pull-left{margin-right:.3em}.li.pull-right{margin-left:.3em}.la-spin{animation:fa-spin 2s infinite linear}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.la-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.la-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.la-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.la-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);transform:scale(-1,1)}.la-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);transform:scale(1,-1)}:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{filter:none}.la-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.la-stack-1x,.la-stack-2x{position:absolute;left:0;width:100%;text-align:center}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f100"}.la-adjust:before{content:"\f101"}.la-adn:before{content:"\f102"}.la-align-center:before{content:"\f103"}.la-align-justify:before{content:"\f104"}.la-align-left:before{content:"\f105"}.la-align-right:before{content:"\f106"}.la-amazon:before{content:"\f107"}.la-ambulance:before{content:"\f108"}.la-anchor:before{content:"\f109"}.la-android:before{content:"\f10a"}.la-angellist:before{content:"\f10b"}.la-angle-double-down:before{content:"\f10c"}.la-angle-double-left:before{content:"\f10d"}.la-angle-double-right:before{content:"\f10e"}.la-angle-double-up:before{content:"\f10f"}.la-angle-down:before{content:"\f110"}.la-angle-left:before{content:"\f111"}.la-angle-right:before{content:"\f112"}.la-angle-up:before{content:"\f113"}.la-apple:before{content:"\f114"}.la-archive:before{content:"\f115"}.la-area-chart:before{content:"\f116"}.la-arrow-circle-down:before{content:"\f117"}.la-arrow-circle-left:before{content:"\f118"}.la-arrow-circle-o-down:before{content:"\f119"}.la-arrow-circle-o-left:before{content:"\f11a"}.la-arrow-circle-o-right:before{content:"\f11b"}.la-arrow-circle-o-up:before{content:"\f11c"}.la-arrow-circle-right:before{content:"\f11d"}.la-arrow-circle-up:before{content:"\f11e"}.la-arrow-down:before{content:"\f11f"}.la-arrow-left:before{content:"\f120"}.la-arrow-right:before{content:"\f121"}.la-arrow-up:before{content:"\f122"}.la-arrows:before{content:"\f123"}.la-arrows-alt:before{content:"\f124"}.la-arrows-h:before{content:"\f125"}.la-arrows-v:before{content:"\f126"}.la-asterisk:before{content:"\f127"}.la-at:before{content:"\f128"}.la-automobile:before{content:"\f129"}.la-backward:before{content:"\f12a"}.la-balance-scale:before{content:"\f12b"}.la-ban:before{content:"\f12c"}.la-bank:before{content:"\f12d"}.la-bar-chart:before{content:"\f12e"}.la-bar-chart-o:before{content:"\f12f"}.la-barcode:before{content:"\f130"}.la-bars:before{content:"\f131"}.la-battery-0:before{content:"\f132"}.la-battery-1:before{content:"\f133"}.la-battery-2:before{content:"\f134"}.la-battery-3:before{content:"\f135"}.la-battery-4:before{content:"\f136"}.la-battery-empty:before{content:"\f137"}.la-battery-full:before{content:"\f138"}.la-battery-half:before{content:"\f139"}.la-battery-quarter:before{content:"\f13a"}.la-battery-three-quarters:before{content:"\f13b"}.la-bed:before{content:"\f13c"}.la-beer:before{content:"\f13d"}.la-behance:before{content:"\f13e"}.la-behance-square:before{content:"\f13f"}.la-bell:before{content:"\f140"}.la-bell-o:before{content:"\f141"}.la-bell-slash:before{content:"\f142"}.la-bell-slash-o:before{content:"\f143"}.la-bicycle:before{content:"\f144"}.la-binoculars:before{content:"\f145"}.la-birthday-cake:before{content:"\f146"}.la-bitbucket:before{content:"\f147"}.la-bitbucket-square:before{content:"\f148"}.la-bitcoin:before{content:"\f149"}.la-black-tie:before{content:"\f14a"}.la-bold:before{content:"\f14b"}.la-bolt:before{content:"\f14c"}.la-bomb:before{content:"\f14d"}.la-book:before{content:"\f14e"}.la-bookmark:before{content:"\f14f"}.la-bookmark-o:before{content:"\f150"}.la-briefcase:before{content:"\f151"}.la-btc:before{content:"\f152"}.la-bug:before{content:"\f153"}.la-building:before{content:"\f154"}.la-building-o:before{content:"\f155"}.la-bullhorn:before{content:"\f156"}.la-bullseye:before{content:"\f157"}.la-bus:before{content:"\f158"}.la-buysellads:before{content:"\f159"}.la-cab:before{content:"\f15a"}.la-calculator:before{content:"\f15b"}.la-calendar:before{content:"\f15c"}.la-calendar-check-o:before{content:"\f15d"}.la-calendar-minus-o:before{content:"\f15e"}.la-calendar-o:before{content:"\f15f"}.la-calendar-plus-o:before{content:"\f160"}.la-calendar-times-o:before{content:"\f161"}.la-camera:before{content:"\f162"}.la-camera-retro:before{content:"\f163"}.la-car:before{content:"\f164"}.la-caret-down:before{content:"\f165"}.la-caret-left:before{content:"\f166"}.la-caret-right:before{content:"\f167"}.la-caret-square-o-down:before,.la-toggle-down:before{content:"\f168"}.la-caret-square-o-left:before,.la-toggle-left:before{content:"\f169"}.la-caret-square-o-right:before,.la-toggle-right:before{content:"\f16a"}.la-caret-square-o-up:before,.la-toggle-up:before{content:"\f16b"}.la-caret-up:before{content:"\f16c"}.la-cart-arrow-down:before{content:"\f16d"}.la-cart-plus:before{content:"\f16e"}.la-cc:before{content:"\f16f"}.la-cc-amex:before{content:"\f170"}.la-cc-diners-club:before{content:"\f171"}.la-cc-discover:before{content:"\f172"}.la-cc-jcb:before{content:"\f173"}.la-cc-mastercard:before{content:"\f174"}.la-cc-paypal:before{content:"\f175"}.la-cc-stripe:before{content:"\f176"}.la-cc-visa:before{content:"\f177"}.la-certificate:before{content:"\f178"}.la-chain:before{content:"\f179"}.la-chain-broken:before{content:"\f17a"}.la-check:before{content:"\f17b"}.la-check-circle:before{content:"\f17c"}.la-check-circle-o:before{content:"\f17d"}.la-check-square:before{content:"\f17e"}.la-check-square-o:before{content:"\f17f"}.la-chevron-circle-down:before{content:"\f180"}.la-chevron-circle-left:before{content:"\f181"}.la-chevron-circle-right:before{content:"\f182"}.la-chevron-circle-up:before{content:"\f183"}.la-chevron-down:before{content:"\f184"}.la-chevron-left:before{content:"\f185"}.la-chevron-right:before{content:"\f186"}.la-chevron-up:before{content:"\f187"}.la-child:before{content:"\f188"}.la-chrome:before{content:"\f189"}.la-circle:before{content:"\f18a"}.la-circle-o:before{content:"\f18b"}.la-circle-o-notch:before{content:"\f18c"}.la-circle-thin:before{content:"\f18d"}.la-clipboard:before{content:"\f18e"}.la-clock-o:before{content:"\f18f"}.la-clone:before{content:"\f190"}.la-close:before{content:"\f191"}.la-cloud:before{content:"\f192"}.la-cloud-download:before{content:"\f193"}.la-cloud-upload:before{content:"\f194"}.la-cny:before{content:"\f195"}.la-code:before{content:"\f196"}.la-code-fork:before{content:"\f197"}.la-codepen:before{content:"\f198"}.la-coffee:before{content:"\f199"}.la-cog:before{content:"\f19a"}.la-cogs:before{content:"\f19b"}.la-columns:before{content:"\f19c"}.la-comment:before{content:"\f19d"}.la-comment-o:before{content:"\f19e"}.la-commenting:before{content:"\f19f"}.la-commenting-o:before{content:"\f1a0"}.la-comments:before{content:"\f1a1"}.la-comments-o:before{content:"\f1a2"}.la-compass:before{content:"\f1a3"}.la-compress:before{content:"\f1a4"}.la-connectdevelop:before{content:"\f1a5"}.la-contao:before{content:"\f1a6"}.la-copy:before{content:"\f1a7"}.la-copyright:before{content:"\f1a8"}.la-creative-commons:before{content:"\f1a9"}.la-credit-card:before{content:"\f1aa"}.la-crop:before{content:"\f1ab"}.la-crosshairs:before{content:"\f1ac"}.la-css3:before{content:"\f1ad"}.la-cube:before{content:"\f1ae"}.la-cubes:before{content:"\f1af"}.la-cut:before{content:"\f1b0"}.la-cutlery:before{content:"\f1b1"}.la-dashboard:before{content:"\f1b2"}.la-dashcube:before{content:"\f1b3"}.la-database:before{content:"\f1b4"}.la-dedent:before{content:"\f1b5"}.la-delicious:before{content:"\f1b6"}.la-desktop:before{content:"\f1b7"}.la-deviantart:before{content:"\f1b8"}.la-diamond:before{content:"\f1b9"}.la-digg:before{content:"\f1ba"}.la-dollar:before{content:"\f1bb"}.la-dot-circle-o:before{content:"\f1bc"}.la-download:before{content:"\f1bd"}.la-dribbble:before{content:"\f1be"}.la-dropbox:before{content:"\f1bf"}.la-drupal:before{content:"\f1c0"}.la-edit:before{content:"\f1c1"}.la-eject:before{content:"\f1c2"}.la-ellipsis-h:before{content:"\f1c3"}.la-ellipsis-v:before{content:"\f1c4"}.la-empire:before,.la-ge:before{content:"\f1c5"}.la-envelope:before{content:"\f1c6"}.la-envelope-o:before{content:"\f1c7"}.la-envelope-square:before{content:"\f1c8"}.la-eraser:before{content:"\f1c9"}.la-eur:before{content:"\f1ca"}.la-euro:before{content:"\f1cb"}.la-exchange:before{content:"\f1cc"}.la-exclamation:before{content:"\f1cd"}.la-exclamation-circle:before{content:"\f1ce"}.la-exclamation-triangle:before{content:"\f1cf"}.la-expand:before{content:"\f1d0"}.la-expeditedssl:before{content:"\f1d1"}.la-external-link:before{content:"\f1d2"}.la-external-link-square:before{content:"\f1d3"}.la-eye:before{content:"\f1d4"}.la-eye-slash:before{content:"\f1d5"}.la-eyedropper:before{content:"\f1d6"}.la-facebook-f:before,.la-facebook:before{content:"\f1d7"}.la-facebook-official:before{content:"\f1d8"}.la-facebook-square:before{content:"\f1d9"}.la-fast-backward:before{content:"\f1da"}.la-fast-forward:before{content:"\f1db"}.la-fax:before{content:"\f1dc"}.la-female:before{content:"\f1dd"}.la-fighter-jet:before{content:"\f1de"}.la-file:before{content:"\f1df"}.la-file-archive-o:before{content:"\f1e0"}.la-file-audio-o:before{content:"\f1e1"}.la-file-code-o:before{content:"\f1e2"}.la-file-excel-o:before{content:"\f1e3"}.la-file-image-o:before{content:"\f1e4"}.la-file-movie-o:before{content:"\f1e5"}.la-file-o:before{content:"\f1e6"}.la-file-pdf-o:before{content:"\f1e7"}.la-file-photo-o:before{content:"\f1e8"}.la-file-picture-o:before{content:"\f1e9"}.la-file-powerpoint-o:before{content:"\f1ea"}.la-file-sound-o:before{content:"\f1eb"}.la-file-text:before{content:"\f1ec"}.la-file-text-o:before{content:"\f1ed"}.la-file-video-o:before{content:"\f1ee"}.la-file-word-o:before{content:"\f1ef"}.la-file-zip-o:before{content:"\f1f0"}.la-files-o:before{content:"\f1f1"}.la-film:before{content:"\f1f2"}.la-filter:before{content:"\f1f3"}.la-fire:before{content:"\f1f4"}.la-fire-extinguisher:before{content:"\f1f5"}.la-firefox:before{content:"\f1f6"}.la-flag:before{content:"\f1f7"}.la-flag-checkered:before{content:"\f1f8"}.la-flag-o:before{content:"\f1f9"}.la-flash:before{content:"\f1fa"}.la-flask:before{content:"\f1fb"}.la-flickr:before{content:"\f1fc"}.la-floppy-o:before{content:"\f1fd"}.la-folder:before{content:"\f1fe"}.la-folder-o:before{content:"\f1ff"}.la-folder-open:before{content:"\f200"}.la-folder-open-o:before{content:"\f201"}.la-font:before{content:"\f202"}.la-fonticons:before{content:"\f203"}.la-forumbee:before{content:"\f204"}.la-forward:before{content:"\f205"}.la-foursquare:before{content:"\f206"}.la-frown-o:before{content:"\f207"}.la-futbol-o:before,.la-soccer-ball-o:before{content:"\f208"}.la-gamepad:before{content:"\f209"}.la-gavel:before{content:"\f20a"}.la-gbp:before{content:"\f20b"}.la-gear:before{content:"\f20c"}.la-gears:before{content:"\f20d"}.la-genderless:before{content:"\f20e"}.la-get-pocket:before{content:"\f20f"}.la-gg:before{content:"\f210"}.la-gg-circle:before{content:"\f211"}.la-gift:before{content:"\f212"}.la-git:before{content:"\f213"}.la-git-square:before{content:"\f214"}.la-github:before{content:"\f215"}.la-github-alt:before{content:"\f216"}.la-github-square:before{content:"\f217"}.la-glass:before{content:"\f218"}.la-globe:before{content:"\f219"}.la-google:before{content:"\f21a"}.la-google-plus:before{content:"\f21b"}.la-google-plus-square:before{content:"\f21c"}.la-google-wallet:before{content:"\f21d"}.la-graduation-cap:before{content:"\f21e"}.la-gittip:before,.la-gratipay:before{content:"\f21f"}.la-group:before{content:"\f220"}.la-h-square:before{content:"\f221"}.la-hacker-news:before{content:"\f222"}.la-hand-grab-o:before{content:"\f223"}.la-hand-lizard-o:before{content:"\f224"}.la-hand-o-down:before{content:"\f225"}.la-hand-o-left:before{content:"\f226"}.la-hand-o-right:before{content:"\f227"}.la-hand-o-up:before{content:"\f228"}.la-hand-paper-o:before{content:"\f229"}.la-hand-peace-o:before{content:"\f22a"}.la-hand-pointer-o:before{content:"\f22b"}.la-hand-rock-o:before{content:"\f22c"}.la-hand-scissors-o:before{content:"\f22d"}.la-hand-spock-o:before{content:"\f22e"}.la-hand-stop-o:before{content:"\f22f"}.la-hdd-o:before{content:"\f230"}.la-header:before{content:"\f231"}.la-headphones:before{content:"\f232"}.la-heart:before{content:"\f233"}.la-heart-o:before{content:"\f234"}.la-heartbeat:before{content:"\f235"}.la-history:before{content:"\f236"}.la-home:before{content:"\f237"}.la-hospital-o:before{content:"\f238"}.la-hotel:before{content:"\f239"}.la-hourglass:before{content:"\f23a"}.la-hourglass-1:before{content:"\f23b"}.la-hourglass-2:before{content:"\f23c"}.la-hourglass-3:before{content:"\f23d"}.la-hourglass-end:before{content:"\f23e"}.la-hourglass-half:before{content:"\f23f"}.la-hourglass-o:before{content:"\f240"}.la-hourglass-start:before{content:"\f241"}.la-houzz:before{content:"\f242"}.la-html5:before{content:"\f243"}.la-i-cursor:before{content:"\f244"}.la-ils:before{content:"\f245"}.la-image:before{content:"\f246"}.la-inbox:before{content:"\f247"}.la-indent:before{content:"\f248"}.la-industry:before{content:"\f249"}.la-info:before{content:"\f24a"}.la-info-circle:before{content:"\f24b"}.la-inr:before{content:"\f24c"}.la-instagram:before{content:"\f24d"}.la-institution:before{content:"\f24e"}.la-internet-explorer:before{content:"\f24f"}.la-ioxhost:before{content:"\f250"}.la-italic:before{content:"\f251"}.la-joomla:before{content:"\f252"}.la-jpy:before{content:"\f253"}.la-jsfiddle:before{content:"\f254"}.la-key:before{content:"\f255"}.la-keyboard-o:before{content:"\f256"}.la-krw:before{content:"\f257"}.la-language:before{content:"\f258"}.la-laptop:before{content:"\f259"}.la-lastfm:before{content:"\f25a"}.la-lastfm-square:before{content:"\f25b"}.la-leaf:before{content:"\f25c"}.la-leanpub:before{content:"\f25d"}.la-legal:before{content:"\f25e"}.la-lemon-o:before{content:"\f25f"}.la-level-down:before{content:"\f260"}.la-level-up:before{content:"\f261"}.la-life-bouy:before{content:"\f262"}.la-life-buoy:before{content:"\f263"}.la-life-ring:before,.la-support:before{content:"\f264"}.la-life-saver:before{content:"\f265"}.la-lightbulb-o:before{content:"\f266"}.la-line-chart:before{content:"\f267"}.la-link:before{content:"\f268"}.la-linkedin:before{content:"\f269"}.la-linkedin-square:before{content:"\f26a"}.la-linux:before{content:"\f26b"}.la-list:before{content:"\f26c"}.la-list-alt:before{content:"\f26d"}.la-list-ol:before{content:"\f26e"}.la-list-ul:before{content:"\f26f"}.la-location-arrow:before{content:"\f270"}.la-lock:before{content:"\f271"}.la-long-arrow-down:before{content:"\f272"}.la-long-arrow-left:before{content:"\f273"}.la-long-arrow-right:before{content:"\f274"}.la-long-arrow-up:before{content:"\f275"}.la-magic:before{content:"\f276"}.la-magnet:before{content:"\f277"}.la-mail-forward:before{content:"\f278"}.la-mail-reply:before{content:"\f279"}.la-mail-reply-all:before{content:"\f27a"}.la-male:before{content:"\f27b"}.la-map:before{content:"\f27c"}.la-map-marker:before{content:"\f27d"}.la-map-o:before{content:"\f27e"}.la-map-pin:before{content:"\f27f"}.la-map-signs:before{content:"\f280"}.la-mars:before{content:"\f281"}.la-mars-double:before{content:"\f282"}.la-mars-stroke:before{content:"\f283"}.la-mars-stroke-h:before{content:"\f284"}.la-mars-stroke-v:before{content:"\f285"}.la-maxcdn:before{content:"\f286"}.la-meanpath:before{content:"\f287"}.la-medium:before{content:"\f288"}.la-medkit:before{content:"\f289"}.la-meh-o:before{content:"\f28a"}.la-mercury:before{content:"\f28b"}.la-microphone:before{content:"\f28c"}.la-microphone-slash:before{content:"\f28d"}.la-minus:before{content:"\f28e"}.la-minus-circle:before{content:"\f28f"}.la-minus-square:before{content:"\f290"}.la-minus-square-o:before{content:"\f291"}.la-mobile:before{content:"\f292"}.la-mobile-phone:before{content:"\f293"}.la-money:before{content:"\f294"}.la-moon-o:before{content:"\f295"}.la-mortar-board:before{content:"\f296"}.la-motorcycle:before{content:"\f297"}.la-mouse-pointer:before{content:"\f298"}.la-music:before{content:"\f299"}.la-navicon:before{content:"\f29a"}.la-neuter:before{content:"\f29b"}.la-newspaper-o:before{content:"\f29c"}.la-object-group:before{content:"\f29d"}.la-object-ungroup:before{content:"\f29e"}.la-odnoklassniki:before{content:"\f29f"}.la-odnoklassniki-square:before{content:"\f2a0"}.la-opencart:before{content:"\f2a1"}.la-openid:before{content:"\f2a2"}.la-opera:before{content:"\f2a3"}.la-optin-monster:before{content:"\f2a4"}.la-outdent:before{content:"\f2a5"}.la-pagelines:before{content:"\f2a6"}.la-paint-brush:before{content:"\f2a7"}.la-paper-plane:before,.la-send:before{content:"\f2a8"}.la-paper-plane-o:before,.la-send-o:before{content:"\f2a9"}.la-paperclip:before{content:"\f2aa"}.la-paragraph:before{content:"\f2ab"}.la-paste:before{content:"\f2ac"}.la-pause:before{content:"\f2ad"}.la-paw:before{content:"\f2ae"}.la-paypal:before{content:"\f2af"}.la-pencil:before{content:"\f2b0"}.la-pencil-square:before{content:"\f2b1"}.la-pencil-square-o:before{content:"\f2b2"}.la-phone:before{content:"\f2b3"}.la-phone-square:before{content:"\f2b4"}.la-photo:before{content:"\f2b5"}.la-picture-o:before{content:"\f2b6"}.la-pie-chart:before{content:"\f2b7"}.la-pied-piper:before{content:"\f2b8"}.la-pied-piper-alt:before{content:"\f2b9"}.la-pinterest:before{content:"\f2ba"}.la-pinterest-p:before{content:"\f2bb"}.la-pinterest-square:before{content:"\f2bc"}.la-plane:before{content:"\f2bd"}.la-play:before{content:"\f2be"}.la-play-circle:before{content:"\f2bf"}.la-play-circle-o:before{content:"\f2c0"}.la-plug:before{content:"\f2c1"}.la-plus:before{content:"\f2c2"}.la-plus-circle:before{content:"\f2c3"}.la-plus-square:before{content:"\f2c4"}.la-plus-square-o:before{content:"\f2c5"}.la-power-off:before{content:"\f2c6"}.la-print:before{content:"\f2c7"}.la-puzzle-piece:before{content:"\f2c8"}.la-qq:before{content:"\f2c9"}.la-qrcode:before{content:"\f2ca"}.la-question:before{content:"\f2cb"}.la-question-circle:before{content:"\f2cc"}.la-quote-left:before{content:"\f2cd"}.la-quote-right:before{content:"\f2ce"}.la-ra:before{content:"\f2cf"}.la-random:before{content:"\f2d0"}.la-rebel:before{content:"\f2d1"}.la-recycle:before{content:"\f2d2"}.la-reddit:before{content:"\f2d3"}.la-reddit-square:before{content:"\f2d4"}.la-refresh:before{content:"\f2d5"}.la-registered:before{content:"\f2d6"}.la-renren:before{content:"\f2d7"}.la-reorder:before{content:"\f2d8"}.la-repeat:before{content:"\f2d9"}.la-reply:before{content:"\f2da"}.la-reply-all:before{content:"\f2db"}.la-retweet:before{content:"\f2dc"}.la-rmb:before{content:"\f2dd"}.la-road:before{content:"\f2de"}.la-rocket:before{content:"\f2df"}.la-rotate-left:before{content:"\f2e0"}.la-rotate-right:before{content:"\f2e1"}.la-rouble:before{content:"\f2e2"}.la-feed:before,.la-rss:before{content:"\f2e3"}.la-rss-square:before{content:"\f2e4"}.la-rub:before{content:"\f2e5"}.la-ruble:before{content:"\f2e6"}.la-rupee:before{content:"\f2e7"}.la-safari:before{content:"\f2e8"}.la-save:before{content:"\f2e9"}.la-scissors:before{content:"\f2ea"}.la-search:before{content:"\f2eb"}.la-search-minus:before{content:"\f2ec"}.la-search-plus:before{content:"\f2ed"}.la-sellsy:before{content:"\f2ee"}.la-server:before{content:"\f2ef"}.la-share:before{content:"\f2f0"}.la-share-alt:before{content:"\f2f1"}.la-share-alt-square:before{content:"\f2f2"}.la-share-square:before{content:"\f2f3"}.la-share-square-o:before{content:"\f2f4"}.la-shekel:before{content:"\f2f5"}.la-sheqel:before{content:"\f2f6"}.la-shield:before{content:"\f2f7"}.la-ship:before{content:"\f2f8"}.la-shirtsinbulk:before{content:"\f2f9"}.la-shopping-cart:before{content:"\f2fa"}.la-sign-in:before{content:"\f2fb"}.la-sign-out:before{content:"\f2fc"}.la-signal:before{content:"\f2fd"}.la-simplybuilt:before{content:"\f2fe"}.la-sitemap:before{content:"\f2ff"}.la-skyatlas:before{content:"\f300"}.la-skype:before{content:"\f301"}.la-slack:before{content:"\f302"}.la-sliders:before{content:"\f303"}.la-slideshare:before{content:"\f304"}.la-smile-o:before{content:"\f305"}.la-sort:before,.la-unsorted:before{content:"\f306"}.la-sort-alpha-asc:before{content:"\f307"}.la-sort-alpha-desc:before{content:"\f308"}.la-sort-amount-asc:before{content:"\f309"}.la-sort-amount-desc:before{content:"\f30a"}.la-sort-asc:before,.la-sort-up:before{content:"\f30b"}.la-sort-desc:before,.la-sort-down:before{content:"\f30c"}.la-sort-numeric-asc:before{content:"\f30d"}.la-sort-numeric-desc:before{content:"\f30e"}.la-soundcloud:before{content:"\f30f"}.la-space-shuttle:before{content:"\f310"}.la-spinner:before{content:"\f311"}.la-spoon:before{content:"\f312"}.la-spotify:before{content:"\f313"}.la-square:before{content:"\f314"}.la-square-o:before{content:"\f315"}.la-stack-exchange:before{content:"\f316"}.la-stack-overflow:before{content:"\f317"}.la-star:before{content:"\f318"}.la-star-half:before{content:"\f319"}.la-star-half-empty:before,.la-star-half-full:before,.la-star-half-o:before{content:"\f31a"}.la-star-o:before{content:"\f31b"}.la-steam:before{content:"\f31c"}.la-steam-square:before{content:"\f31d"}.la-step-backward:before{content:"\f31e"}.la-step-forward:before{content:"\f31f"}.la-stethoscope:before{content:"\f320"}.la-sticky-note:before{content:"\f321"}.la-sticky-note-o:before{content:"\f322"}.la-stop:before{content:"\f323"}.la-street-view:before{content:"\f324"}.la-strikethrough:before{content:"\f325"}.la-stumbleupon:before{content:"\f326"}.la-stumbleupon-circle:before{content:"\f327"}.la-subscript:before{content:"\f328"}.la-subway:before{content:"\f329"}.la-suitcase:before{content:"\f32a"}.la-sun-o:before{content:"\f32b"}.la-superscript:before{content:"\f32c"}.la-table:before{content:"\f32d"}.la-tablet:before{content:"\f32e"}.la-tachometer:before{content:"\f32f"}.la-tag:before{content:"\f330"}.la-tags:before{content:"\f331"}.la-tasks:before{content:"\f332"}.la-taxi:before{content:"\f333"}.la-television:before,.la-tv:before{content:"\f334"}.la-tencent-weibo:before{content:"\f335"}.la-terminal:before{content:"\f336"}.la-text-height:before{content:"\f337"}.la-text-width:before{content:"\f338"}.la-th:before{content:"\f339"}.la-th-large:before{content:"\f33a"}.la-th-list:before{content:"\f33b"}.la-thumb-tack:before{content:"\f33c"}.la-thumbs-down:before{content:"\f33d"}.la-thumbs-o-down:before{content:"\f33e"}.la-thumbs-o-up:before{content:"\f33f"}.la-thumbs-up:before{content:"\f340"}.la-ticket:before{content:"\f341"}.la-remove:before,.la-times:before{content:"\f342"}.la-times-circle:before{content:"\f343"}.la-times-circle-o:before{content:"\f344"}.la-tint:before{content:"\f345"}.la-toggle-off:before{content:"\f346"}.la-toggle-on:before{content:"\f347"}.la-trademark:before{content:"\f348"}.la-train:before{content:"\f349"}.la-intersex:before,.la-transgender:before{content:"\f34a"}.la-transgender-alt:before{content:"\f34b"}.la-trash:before{content:"\f34c"}.la-trash-o:before{content:"\f34d"}.la-tree:before{content:"\f34e"}.la-trello:before{content:"\f34f"}.la-tripadvisor:before{content:"\f350"}.la-trophy:before{content:"\f351"}.la-truck:before{content:"\f352"}.la-try:before{content:"\f353"}.la-tty:before{content:"\f354"}.la-tumblr:before{content:"\f355"}.la-tumblr-square:before{content:"\f356"}.la-turkish-lira:before{content:"\f357"}.la-twitch:before{content:"\f358"}.la-twitter:before{content:"\f359"}.la-twitter-square:before{content:"\f35a"}.la-umbrella:before{content:"\f35b"}.la-underline:before{content:"\f35c"}.la-undo:before{content:"\f35d"}.la-university:before{content:"\f35e"}.la-unlink:before{content:"\f35f"}.la-unlock:before{content:"\f360"}.la-unlock-alt:before{content:"\f361"}.la-upload:before{content:"\f362"}.la-usd:before{content:"\f363"}.la-user:before{content:"\f364"}.la-user-md:before{content:"\f365"}.la-user-plus:before{content:"\f366"}.la-user-secret:before{content:"\f367"}.la-user-times:before{content:"\f368"}.la-users:before{content:"\f369"}.la-venus:before{content:"\f36a"}.la-venus-double:before{content:"\f36b"}.la-venus-mars:before{content:"\f36c"}.la-viacoin:before{content:"\f36d"}.la-video-camera:before{content:"\f36e"}.la-vimeo:before{content:"\f36f"}.la-vimeo-square:before{content:"\f370"}.la-vine:before{content:"\f371"}.la-vk:before{content:"\f372"}.la-volume-down:before{content:"\f373"}.la-volume-off:before{content:"\f374"}.la-volume-up:before{content:"\f375"}.la-warning:before{content:"\f376"}.la-wechat:before{content:"\f377"}.la-weibo:before{content:"\f378"}.la-weixin:before{content:"\f379"}.la-whatsapp:before{content:"\f37a"}.la-wheelchair:before{content:"\f37b"}.la-wifi:before{content:"\f37c"}.la-wikipedia-w:before{content:"\f37d"}.la-windows:before{content:"\f37e"}.la-won:before{content:"\f37f"}.la-wordpress:before{content:"\f380"}.la-wrench:before{content:"\f381"}.la-xing:before{content:"\f382"}.la-xing-square:before{content:"\f383"}.la-y-combinator:before{content:"\f384"}.la-y-combinator-square:before{content:"\f385"}.la-yahoo:before{content:"\f386"}.la-yc:before{content:"\f387"}.la-yc-square:before{content:"\f388"}.la-yelp:before{content:"\f389"}.la-yen:before{content:"\f38a"}.la-youtube:before{content:"\f38b"}.la-youtube-play:before{content:"\f38c"}.la-youtube-square:before{content:"\f38d"}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item > * {
  width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav [class*=owl-],
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Owl Themes */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-top: -15px;
  color: #3399ff;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  border: 0.1rem solid #ebebeb;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #fff;
  border-color: #3399ff;
  background: #3399ff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.8;
  cursor: default;
}
.owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.owl-theme .owl-nav .owl-next {
  right: -50px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #cccccc;
  background: #cccccc;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #cccccc;
  background: #cccccc;
}
.owl-theme.owl-light .owl-nav [class*=owl-] {
  border-color: #b7b7b7;
}
.owl-theme.owl-light .owl-nav [class*=owl-]:not(.disabled):hover {
  border-color: #3399ff;
}
.owl-theme.owl-light .owl-dots .owl-dot:hover span {
  border-color: #3399ff;
  background: #3399ff;
}
.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #3399ff;
  background: #3399ff;
}
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 30px;
}
.owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 30px;
}
.owl-theme.owl-nav-inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
/*
 * 	Simple theme - Owl Carousel CSS File
 */
.owl-simple .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-simple .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  margin-top: -21px;
  color: #999;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.owl-simple .owl-nav [class*=owl-] i {
  margin-top: 0.1rem;
}
.owl-simple .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #3399ff;
  background: transparent;
  text-decoration: none;
}
.owl-simple .owl-nav .disabled {
  opacity: 0.7;
  cursor: default;
}
.owl-simple .owl-nav .owl-prev {
  left: -50px;
}
.owl-simple .owl-nav .owl-next {
  right: -50px;
}
.owl-simple .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-simple .owl-dots {
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-simple .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-simple .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.owl-simple .owl-dots .owl-dot:hover span {
  border-color: #cccccc;
  background: #cccccc;
}
.owl-simple .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #cccccc;
  background: #cccccc;
}
.owl-simple.owl-light .owl-nav [class*=owl-] {
  color: #fff;
}
.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #3399ff;
  background: #3399ff;
}
.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #3399ff;
  background: #3399ff;
}
.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.owl-simple.owl-dark .owl-nav [class*=owl-] {
  color: #666666;
}
.owl-simple.owl-dark .owl-dots .owl-dot span {
  border-color: #666666;
}
.owl-simple.owl-dark .owl-dots .owl-dot:hover span, .owl-simple.owl-dark .owl-dots .owl-dot.active span {
  border-color: #666666;
  background: #666666;
}
.owl-simple.owl-nav-inside .owl-nav .owl-prev {
  left: 18px;
}
.owl-simple.owl-nav-inside .owl-nav .owl-next {
  right: 18px;
}
.owl-simple.owl-nav-inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
/*
 * 	Full theme - index-3, index-4 etc... Owl Carousel CSS File
 */
.owl-full .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-full .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  margin: 0;
  color: #3399ff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
}
.owl-full .owl-nav [class*=owl-] i {
  margin-top: 0.1rem;
}
.owl-full .owl-nav [class*=owl-]:hover, .owl-full .owl-nav [class*=owl-]:focus {
  color: #3399ff;
  background: white;
  text-decoration: none;
  outline: none !important;
}
.owl-full .owl-nav [class*=owl-]:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 20px 0 0 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('nav-prev-shadow.png');
}
.owl-full .owl-nav .disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.owl-full .owl-nav .owl-prev {
  left: 0;
}
.owl-full .owl-nav .owl-next {
  right: 0;
}
.owl-full .owl-nav .owl-next:before {
  left: auto;
  right: 100%;
  background-image: url('nav-next-shadow.png');
}
.owl-full.carousel-with-shadow .owl-stage-outer {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.owl-full.carousel-with-shadow .owl-nav [class*=owl-] {
  height: calc(100% - 20px);
}
.owl-full.carousel-with-shadow .owl-prev, .owl-full.carousel-with-shadow .owl-next {
  top: 1.5rem;
}
.owl-full .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-full .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-full .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-full .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #3399ff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.owl-full .owl-dots .owl-dot:hover span {
  border-color: #3399ff;
  background: #3399ff;
}
.owl-full .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #3399ff;
  background: #3399ff;
}
.owl-full.owl-nav-dark .owl-nav [class*=owl-] {
  color: #333;
}
.owl-full.owl-nav-dark .owl-nav [class*=owl-]:hover, .owl-full.owl-nav-dark .owl-nav [class*=owl-]:focus {
  color: #3399ff;
  background: white;
}
.bg-light .owl-full .owl-nav [class*=owl-]:hover, .bg-light .owl-full .owl-nav [class*=owl-]:focus {
  background: #f8f8f8;
}
.brand-carousel:not(.brand-border) .owl-item {
  display: flex;
  justify-content: center;
}
.brands-border .owl-item {
  display: block !important;
  justify-content: initial !important;
}
/*-------------------- TABLE OF CONTENTS --------------- */
/*-------------------- 1.    GENERAL STYLES ------------------- */
/*-------------------- 2.    HEADERS ------------------- */
/*-------------------- 2.1   Menu ------------------- */
/*-------------------- 2.2   Vertical Menu ------------------- */
/*-------------------- 2.3   Sticky Header ------------------- */
/*-------------------- 2.4   Mobile Menu ------------------- */
/*-------------------- 3.    FOOTERS ------------------- */
/*-------------------- 4.    ELEMENTS ------------------- */
/*-------------------- 4.1.  Page Header --------------------*/
/*-------------------- 4.2.  BreadCrumbs --------------------*/
/*-------------------- 4.3.  Titles --------------------*/
/*-------------------- 4.4.  Icon boxes --------------------*/
/*-------------------- 4.5.  Cards --------------------*/
/*-------------------- 4.6.  Tabs --------------------*/
/*-------------------- 4.7.  Buttons --------------------*/
/*-------------------- 4.8.  Products --------------------*/
/*-------------------- 4.9.  Banners --------------------*/
/*-------------------- 4.10. Banners Video --------------------*/
/*-------------------- 4.11. Banners Category --------------------*/
/*-------------------- 4.12. Social Icons --------------------*/
/*-------------------- 4.13. Testimonials --------------------*/
/*-------------------- 4.14. Forms --------------------*/
/*-------------------- 4.15. Call to Actions --------------------*/
/*-------------------- 4.16. Tables --------------------*/
/*-------------------- 4.17. Counters --------------------*/
/*-------------------- 4.18. Pagination --------------------*/
/*-------------------- 4.19. Modals --------------------*/
/*-------------------- 4.20. Alerts --------------------*/
/*-------------------- 4.21. Instagram Feeds --------------------*/
/*-------------------- 4.22. Elements List --------------------*/
/*-------------------- 4.23. Overlay --------------------*/
/*-------------------- 4.24. Countdown --------------------*/
/*-------------------- 4.25. LightBox --------------------*/
/*-------------------- 4.26. Slider --------------------*/
/*-------------------- 4.27. Toast --------------------*/
/*-------------------- 4.28. Skeleton --------------------*/
/*-------------------- 4.29. Animations --------------------*/
/*-------------------- 4.30. LazyImageLoad --------------------*/
/*-------------------- 5.    PAGES --------------------*/
/*-------------------- 5.1.  Home --------------------*/
/*-------------------- 5.2.  Category --------------------*/
/*-------------------- 5.3.  Product Pages --------------------*/
/*-------------------- 5.4.  Blog --------------------*/
/*-------------------- 5.5.  Single/Blog Post --------------------*/
/*-------------------- 5.6.  Portfolio --------------------*/
/*-------------------- 5.7.  About --------------------*/
/*-------------------- 5.8.  About 2 --------------------*/
/*-------------------- 5.9.  Contact --------------------*/
/*-------------------- 5.10. Contact 2 --------------------*/
/*-------------------- 5.11. Login --------------------*/
/*-------------------- 5.12. Category Banner Page --------------------*/
/*-------------------- 5.13. Checkout --------------------*/
/*-------------------- 5.14. Wishlist --------------------*/
/*-------------------- 5.15. Cart --------------------*/
/*-------------------- 5.16. Dashboard --------------------*/
/*-------------------- 5.17. 404 --------------------*/
/*-------------------- 5.18. Coming Soon --------------------*/
/*-------------------- 6.   SPACING & HELPERS    --------------------*/
/*-------------------- 7.   FONT ICONS   --------------------*/
/*-------------------- 8.   HomePage    --------------------*/
/*-------------------- END of TABLE OF CONTENTS  ---------- */
/* Main CSS File */
/*-------------------- 1.General Styles ---------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font: normal 300 1.4rem/1.86 "Poppins", sans-serif;
  color: #666666;
  background-color: #fff;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
  min-width: 320px !important;
}
::selection {
  color: #fff;
  background-color: #3399ff;
}
:focus {
  outline: 0;
}
p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #777;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem;
}
sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
.bg-light {
  background-color: #f8f8f8 !important;
}
.bg-light-2 {
  background-color: #f9f9f9 !important;
}
.bg-lighter {
  background-color: #fafafa !important;
}
.bg-gray {
  background-color: #f4f5f8 !important;
}
.bg-primary {
  background-color: #3399ff !important;
}
.bg-secondary {
  background-color: #278bf0 !important;
}
.bg-image {
  background-color: #789;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
  background-color: #333;
}
.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 2;
}
.input-group-append {
  margin-left: 0;
}
/* Animation for lazyload */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Animation for Skeleton Loading */
@keyframes skeletonloading {
  to {
    background-position: 400% 0;
  }
}
/* Type */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  color: #333333;
  letter-spacing: -0.03em;
}
h1, .h1 {
  font-size: 4rem;
}
h2, .h2 {
  font-size: 3.6rem;
}
h3, .h3 {
  font-size: 2.6rem;
}
h4, .h4 {
  font-size: 2.2rem;
}
h5, .h5 {
  font-size: 2rem;
  letter-spacing: -0.025em;
}
h6, .h6 {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
a {
  color: #3399ff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover,
a:focus {
  color: #0080ff;
  text-decoration: none;
}
.link-underline {
  box-shadow: 0 1px 0 0 #3399ff;
}
.text-primary {
  color: #3399ff !important;
}
.text-secondary {
  color: #278bf0 !important;
}
.text-dark {
  color: #333 !important;
}
.text-light {
  color: #ccc !important;
}
.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem;
}
blockquote {
  position: relative;
  margin: 0 0 4.2rem;
  padding: 0;
  color: #777;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}
blockquote p {
  max-width: 1120px;
}
blockquote.text-center p {
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.01em;
  line-height: 1;
}
blockquote cite span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}
blockquote.text-white cite {
  color: #cccccc;
}
blockquote.text-white cite span {
  color: #777;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 5rem;
  }

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

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

  h4, .h4 {
    font-size: 2.4rem;
  }
}
/* Layout */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 1188px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}
.main {
  flex: 1;
  width: 100%;
}
.page-content {
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .col-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-xl-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xl-4-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xl-2-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xl-3-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .no-gutters .col-xl-2-5col {
    -ms-flex: 0 0 calc(40% + 8px);
    flex-basis: calc(40% + 8px);
    max-width: calc(40% + 8px);
  }
  .no-gutters .col-xl-3-5col {
    -ms-flex: 0 0 calc(60% - 8px);
    flex-basis: calc(60% - 8px);
    max-width: calc(60% - 8px);
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
/* Extend grid - 1600px */
@media screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }

  .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.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xxl-4-5col {
    flex: 0 0 80%;
    max-width: 80%;
  }

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

  .d-xxl-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
[class*=cols-1]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-1]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 1 );
  max-width: calc( 100% / 1 );
}
[class*=cols-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
}
[class*=cols-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-1].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-2]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-2]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 2 );
  max-width: calc( 100% / 2 );
}
[class*=cols-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
}
[class*=cols-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-2].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-3]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-3]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 3 );
  max-width: calc( 100% / 3 );
}
[class*=cols-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
}
[class*=cols-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-3].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-4]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-4]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 4 );
  max-width: calc( 100% / 4 );
}
[class*=cols-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
}
[class*=cols-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-4].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-5]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-5]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 5 );
  max-width: calc( 100% / 5 );
}
[class*=cols-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
}
[class*=cols-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-5].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-6]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-6]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 6 );
  max-width: calc( 100% / 6 );
}
[class*=cols-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
}
[class*=cols-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-6].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-7]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-7]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 7 );
  max-width: calc( 100% / 7 );
}
[class*=cols-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
}
[class*=cols-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-7].owl-loaded.owl-carousel {
  display: block;
}
[class*=cols-8]:not(.owl-loaded).owl-carousel {
  display: flex;
  overflow: hidden;
}
[class*=cols-8]:not(.owl-loaded).owl-carousel > *.brand {
  flex: 0 0 calc( 100% / 8 );
  max-width: calc( 100% / 8 );
}
[class*=cols-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
  flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
}
[class*=cols-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
  margin-right: 20px;
}
[class*=cols-8].owl-loaded.owl-carousel {
  display: block;
}
@media screen and (min-width: 480px) {
  [class*=cols-xs-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-xs-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-xs-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-xs-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-xs-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-xs-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-xs-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-xs-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-xs-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-xs-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-xs-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-xs-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-xs-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-xs-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-xs-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xs-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xs-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-xs-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-xs-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xs-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  [class*=cols-sm-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-sm-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-sm-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-sm-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-sm-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-sm-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-sm-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-sm-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-sm-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-sm-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-sm-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-sm-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-sm-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-sm-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-sm-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-sm-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-sm-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-sm-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-sm-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-sm-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  [class*=cols-md-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-md-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-md-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-md-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-md-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-md-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-md-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-md-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-md-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-md-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-md-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-md-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-md-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-md-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-md-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-md-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-md-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-md-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-md-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-md-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  [class*=cols-lg-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-lg-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-lg-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-lg-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-lg-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-lg-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-lg-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-lg-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-lg-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-lg-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-lg-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-lg-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-lg-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-lg-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-lg-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-lg-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-lg-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-lg-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-lg-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-lg-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  [class*=cols-xl-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-xl-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-xl-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-xl-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-xl-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-xl-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-xl-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-xl-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-xl-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-xl-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-xl-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-xl-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-xl-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-xl-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-xl-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xl-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xl-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-xl-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-xl-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xl-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  [class*=cols-xxl-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-xxl-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-xxl-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-xxl-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-xxl-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-xxl-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-xxl-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-xxl-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-xxl-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-xxl-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-xxl-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-xxl-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-xxl-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-xxl-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-xxl-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xxl-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xxl-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-xxl-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-xxl-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xxl-8].owl-loaded.owl-carousel {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  [class*=cols-xlst-1]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-1]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 1 );
    max-width: calc( 100% / 1 );
  }
  [class*=cols-xlst-1]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
    max-width: calc( 100% / 1 - 20px * ( 1 - 1 ) / 1 );
  }
  [class*=cols-xlst-1]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-1].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-2]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-2]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 2 );
    max-width: calc( 100% / 2 );
  }
  [class*=cols-xlst-2]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
    max-width: calc( 100% / 2 - 20px * ( 2 - 1 ) / 2 );
  }
  [class*=cols-xlst-2]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-2].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-3]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-3]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 3 );
    max-width: calc( 100% / 3 );
  }
  [class*=cols-xlst-3]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
    max-width: calc( 100% / 3 - 20px * ( 3 - 1 ) / 3 );
  }
  [class*=cols-xlst-3]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-3].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-4]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-4]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 4 );
    max-width: calc( 100% / 4 );
  }
  [class*=cols-xlst-4]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
    max-width: calc( 100% / 4 - 20px * ( 4 - 1 ) / 4 );
  }
  [class*=cols-xlst-4]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-4].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-5]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-5]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 5 );
    max-width: calc( 100% / 5 );
  }
  [class*=cols-xlst-5]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
    max-width: calc( 100% / 5 - 20px * ( 5 - 1 ) / 5 );
  }
  [class*=cols-xlst-5]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-5].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-6]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-6]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 6 );
    max-width: calc( 100% / 6 );
  }
  [class*=cols-xlst-6]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
    max-width: calc( 100% / 6 - 20px * ( 6 - 1 ) / 6 );
  }
  [class*=cols-xlst-6]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-6].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-7]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-7]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 7 );
    max-width: calc( 100% / 7 );
  }
  [class*=cols-xlst-7]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
    max-width: calc( 100% / 7 - 20px * ( 7 - 1 ) / 7 );
  }
  [class*=cols-xlst-7]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-7].owl-loaded.owl-carousel {
    display: block;
  }

  [class*=cols-xlst-8]:not(.owl-loaded).owl-carousel {
    display: flex;
    overflow: hidden;
  }
  [class*=cols-xlst-8]:not(.owl-loaded).owl-carousel > *.brand {
    flex: 0 0 calc( 100% / 8 );
    max-width: calc( 100% / 8 );
  }
  [class*=cols-xlst-8]:not(.owl-loaded).owl-carousel > *:not(.brand) {
    flex: 0 0 calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
    max-width: calc( 100% / 8 - 20px * ( 8 - 1 ) / 8 );
  }
  [class*=cols-xlst-8]:not(.owl-loaded).owl-carousel > *:not(.brand):not(:last-child) {
    margin-right: 20px;
  }
  [class*=cols-xlst-8].owl-loaded.owl-carousel {
    display: block;
  }
}
/*-------------------- 2.Headers --------------------*/
/* Header */
.header {
  width: 100%;
  background-color: #fff;
}
.header .container,
.header .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
}
.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}
.header-right {
  margin-left: auto;
  align-self: stretch;
}
.header-center {
  margin-left: auto;
  margin-right: auto;
}
.logo {
  display: block;
  margin-top: 2.55rem;
  margin-bottom: 2.95rem;
  flex-shrink: 0;
  min-height: 25px;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #777;
  margin-bottom: 0.1rem;
}
.header-top a {
  color: inherit;
}
.header-top a:hover, .header-top a:focus {
  color: #3399ff;
}
.header-top .container,
.header-top .container-fluid {
  position: relative;
}
.header-top .container:after,
.header-top .container-fluid:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.header-top .top-menu li + li {
  margin-left: 2.6rem;
}
@media screen and (min-width: 1200px) {
  .header-top .container-fluid:after {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .header-top .container-fluid:after {
    left: 70px;
    right: 70px;
  }
}
.top-menu {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
}
.top-menu > li {
  position: relative;
}
.top-menu > li > a {
  display: none;
}
.top-menu ul {
  display: flex;
  align-items: center;
}
.top-menu li + li {
  margin-left: 3rem;
}
.top-menu a {
  display: inline-flex;
  align-items: center;
}
.top-menu i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  line-height: 1;
}
.top-menu i.icon-heart-o {
  margin-top: -0.2rem;
}
.top-menu span {
  color: #3399ff;
  margin-left: 0.3rem;
}
.header-dropdown {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.header-dropdown + .header-dropdown {
  margin-left: 2.9rem;
}
.header-dropdown > a,
.header-dropdown > span {
  position: relative;
  display: inline-flex;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 2.2rem;
  align-items: center;
  text-transform: uppercase;
}
.header-dropdown > a::after,
.header-dropdown > span::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -0.7rem;
}
.header-dropdown a:hover, .header-dropdown a:focus {
  text-decoration: none;
}
.header-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  transition: all 0.25s;
  margin-top: 1px;
}
.header-dropdown:first-child .header-menu {
  left: 0;
}
.header-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: -1px;
  left: 0;
}
.header-dropdown:hover > .header-menu, .header-dropdown:focus > .header-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  margin: 0;
}
.header-menu ul a {
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-menu a {
  color: inherit;
}
.header-menu a:hover, .header-menu a:focus {
  color: #3399ff;
}
.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: 0;
}
.header-right .top-menu + .header-dropdown {
  margin-left: 2.5rem;
}
.header-middle {
  border-bottom: 0.1rem solid #f4f4f4;
}
.header-middle .menu > li > a {
  letter-spacing: 0.01em;
}
.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 1.5rem;
}
.search-icon {
  z-index: 999;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar, .dropdown-cart-products::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb, .dropdown-cart-products::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track, .dropdown-cart-products::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.dropdown-menu.dropdown-menu-right p, .dropdown-cart-products p {
  font-size: 1.4rem !important;
}
.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  max-height: 425px;
  overflow-y: auto;
  display: block;
  width: 300px;
  padding: 2.2rem 3rem 2rem;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}
.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}
.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
  color: #333333;
}
.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #3399ff;
}
.cart-dropdown:hover .dropdown-menu, .cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.compare-dropdown {
  padding-left: 2.5rem;
}
.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}
.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.compare-product {
  position: relative;
  padding: 0.5rem 0;
  margin: 0;
  box-shadow: none !important;
}
.compare-product:hover {
  box-shadow: none;
}
.compare-product-title {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0 1.5rem 0 0;
  letter-spacing: -0.01em;
}
.compare-product-title a {
  color: inherit;
}
.compare-product-title a:hover, .compare-product-title a:focus {
  color: #3399ff;
}
.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666666;
}
.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #3399ff;
  text-decoration: underline;
}
.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.icon-search {
  z-index: 5;
}
.cart-dropdown {
  padding-left: 2.5rem;
}
.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}
.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}
.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  color: #fff;
  background-color: #3399ff;
  z-index: 1;
}
.cart-dropdown .dropdown-cart-products {
  max-height: 27.9rem;
  margin-top: -1rem;
  overflow-y: auto;
}
.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}
.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: 0.4rem;
}
.cart-dropdown .product-title a {
  color: inherit;
}
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
  color: #3399ff;
}
.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999999;
  text-align: left;
}
.cart-dropdown .btn-primary {
  color: white;
  background-color: #3399ff;
  border-color: #3399ff;
}
.cart-dropdown .btn-primary:hover, .cart-dropdown .btn-primary:focus {
  color: #3399ff;
  border-color: #3399ff;
  background-color: white;
}
.cart-dropdown .btn-outline-primary-2 {
  color: #3399ff;
  background-color: white;
  border-color: #3399ff;
}
.cart-dropdown .btn-outline-primary-2:hover {
  color: white;
  background-color: #3399ff;
}
.dropdown-cart-total {
  padding: 1rem 0 0.5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1.1rem;
}
.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}
.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5rem;
}
.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 2.6rem;
  line-height: 1;
  margin-left: 2.4rem;
}
.wishlist-link i {
  display: inline-block;
  margin-top: -2px;
}
.wishlist-link .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.7rem;
  margin-top: 0.1rem;
  color: #fff;
  background-color: #3399ff;
  z-index: 1;
}
.wishlist-link:hover, .wishlist-link:focus {
  color: #3399ff;
}
/* Header Search */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.3rem 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}
.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
  color: #3399ff;
  outline: none !important;
}
.header-search {
  position: relative;
  margin: 0;
  line-height: 1;
  padding: 0;
  border: none;
}
.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide) {
  animation-duration: 0.3s;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide):not(.show) {
  animation-name: fadeOut;
}
.header-search .header-search-wrapper:not(.search-wrapper-wide).show {
  animation-name: fadeIn;
}
.header-search .header-search-wrapper.show {
  display: flex;
}
.header-search .search-wrapper-wide {
  width: 570px;
}
.header-search form {
  margin: 0;
}
.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center;
  z-index: 1;
}
.header-search .select-custom select {
  background-color: transparent;
}
.header-search .select-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}
.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}
.header-search .form-control {
  flex: 1 1 auto;
  padding: 0.9rem 5rem 0.9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: 0.1rem 4rem 0.1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search select:focus {
  outline: none !important;
}
.header-search option {
  font-size: 1.3rem;
  padding: 0.1rem 0.3rem;
}
.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0;
}
.header-search .btn i {
  margin: 0 !important;
}
.header-search-extended {
  margin-right: 19rem;
  width: 100%;
  max-width: 570px;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}
.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}
.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 2.4rem;
  border-radius: 30px 0 0 30px;
}
.header-search-extended select {
  line-height: 44px;
  height: 44px;
}
.header-search-extended .btn {
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}
.header-search-visible .search-toggle {
  display: none;
}
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
  z-index: 999;
}
.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0;
}
.header-search-no-round .header-search-wrapper {
  border-radius: 0.3rem;
}
.header-search-no-round .form-control {
  border-radius: 0.3rem 0 0 0.3rem;
}
.header-search-no-round .btn {
  border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-toggler {
  border: none;
  background: transparent;
  color: #666666;
  padding: 0.2rem 0.25rem;
  min-width: 3.3rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 1rem;
  min-width: 3.3rem;
}
.header-bottom .mobile-menu-toggler {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  margin-left: -0.4rem;
}
.header-bottom.sticky-header.fixed {
  background-color: #333;
}
.menu .megamenu.demo {
  width: 70vw;
  height: 65vh;
  min-width: 95rem;
  left: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.menu .megamenu.demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}
.menu .megamenu.demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.menu .megamenu.demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}
.menu .megamenu.demo .demo-item.hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}
.menu .megamenu.demo .demo-item.show {
  opacity: 1;
  max-height: 100%;
  padding-bottom: 3rem;
  transform: translateY(0);
}
.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}
.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}
.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 2 + 50px);
  margin: 0;
}
.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
}
.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.header-intro-clearance .header-bottom .menu > li > a::before {
  top: 0;
}
.header-intro-clearance .header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1.3rem;
}
.header-intro-clearance .header-bottom .menu > li + li {
  margin-left: 0.7rem;
}
.header-intro-clearance .header-bottom .header-left {
  align-self: stretch;
}
.header-intro-clearance .header-bottom .header-right p {
  padding-right: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.header-intro-clearance .header-bottom .header-right .highlight {
  color: #333;
}
.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-right: 1.5rem;
}
.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}
.header-intro-clearance .top-menu {
  text-transform: none;
}
.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
  padding-right: 1.8rem;
  text-transform: none;
}
.header-intro-clearance .header-dropdown > a:after,
.header-intro-clearance .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -0.6rem;
}
.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 5.5rem;
  min-width: 100%;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 1.5rem;
}
.header-intro-clearance .header-menu ul {
  display: block;
}
.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
  margin-left: 0;
}
.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}
.header-intro-clearance .account > a,
.header-intro-clearance .wishlist > a,
.header-intro-clearance .compare-dropdown > a,
.header-intro-clearance .cart-dropdown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-intro-clearance div.icon {
  position: relative;
  height: 3.2rem;
}
.header-intro-clearance .account a {
  font-size: 3rem;
  color: #333;
  line-height: 1;
}
.header-intro-clearance .wishlist a {
  font-size: 2.8rem;
  color: #333;
  line-height: 1;
}
.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 1.6rem;
  height: 1.6rem;
}
.header-intro-clearance .wishlist .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  right: -0.5rem;
}
.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  right: -0.3rem;
}
.header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
  padding-left: 3rem;
}
.header-intro-clearance .cart-dropdown .dropdown-toggle, .header-intro-clearance .wishlist .dropdown-toggle, .header-intro-clearance .account .dropdown-toggle {
  color: #333;
}
.live-search-list {
  left: 0;
  right: 0;
  width: auto;
  position: absolute;
  top: 100%;
  min-width: 450px;
  z-index: 99;
  display: none;
  box-shadow: 7px 7px 20px 2px rgba(0, 0, 0, 0.1);
}
.header-search.show .live-search-list {
  display: block;
}
.live-search-list .product-price {
  font-size: 12px;
}
.autocomplete-suggestions {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  color: #8d8d8d;
  background-color: #f4f4f4;
  border-color: #fff;
  padding: 15px;
  border-radius: 0;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(204, 204, 204, 0.5);
}
.autocomplete-suggestion {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  background-color: #f4f4f4;
  padding: 10px 0.5em;
  line-height: 1.5em;
  min-height: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: normal;
}
.autocomplete-suggestion .search-price {
  color: #222529;
  font-weight: 600;
}
.autocomplete-suggestion img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  object-fit: cover;
}
.autocomplete-suggestion img[lazy=loading] {
  padding-top: 40px !important;
}
.autocomplete-suggestion img + .search-name {
  padding-left: 0.5em;
}
.autocomplete-suggestion .search-name {
  flex: 1;
}
.autocomplete-suggestion:hover {
  background-color: #ededed;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .mobile-menu-toggler {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu .megamenu.demo {
    width: 1168px;
  }
}
@media screen and (min-width: 1600px) {
  .header .container-fluid .megamenu-container {
    position: relative;
  }
  .header .container-fluid .megamenu-container .megamenu {
    right: auto;
    width: 1170px;
  }
}
@media screen and (max-width: 1199px) {
  .header-search .search-wrapper-wide {
    width: 480px;
  }

  .header-search-extended {
    margin-right: 10rem;
  }
  .header-search-extended .btn {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .header-intro-clearance .header-bottom .container:before, .header-intro-clearance .header-bottom .container:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-intro-clearance .header-bottom .menu > li + li {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 991px) {
  .top-menu:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  .top-menu:not(.top-link-menu) > li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem;
  }
  .top-menu:not(.top-link-menu) > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu:not(.top-link-menu) > li::after {
    font-family: "molla";
    content: "\f110";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -0.7rem;
  }
  .top-menu:not(.top-link-menu) ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-width: 141px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    text-transform: capitalize;
  }
  .top-menu:not(.top-link-menu) ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .top-menu:not(.top-link-menu):hover ul, .top-menu:not(.top-link-menu):focus ul {
    visibility: visible;
    opacity: 1;
  }
  .top-menu:not(.top-link-menu) li + li {
    margin-left: 0 !important;
  }
  .top-menu:not(.top-link-menu) a {
    padding: 0.8rem 1.5rem;
  }

  .header-left .top-menu ul {
    right: auto;
    left: 0;
  }

  .header-middle .header-center {
    display: none;
  }

  .header-search-extended {
    margin-right: 0;
  }
  .header-search-extended .btn {
    height: 40px;
  }
  .header-search-extended .form-control {
    height: 38px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .header-search-extended select {
    height: 38px;
    line-height: 38px;
  }

  .header-search-visible .search-toggle {
    display: block;
  }
  .header-search-visible .header-search-wrapper {
    position: absolute;
    right: -10rem;
    top: 100%;
    margin-top: 0.8rem;
    display: none;
    border-width: 0.4rem;
  }
  .header-search-visible .header-search-wrapper:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 11px 13px 11px;
    border-color: transparent transparent #ebebeb transparent;
  }

  .header-bottom {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header-search .search-wrapper-wide {
    width: 420px;
  }
  .header-search .select-custom {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .header-search .search-wrapper-wide {
    width: 300px;
  }
  .header-search .select-custom {
    display: none;
  }

  .compare-dropdown,
.wishlist-link {
    display: none;
  }

  .cart-dropdown {
    padding-left: 1.4rem;
  }

  .compare-dropdown .dropdown-menu.dropdown-menu-right {
    right: -5rem;
  }
}
@media (max-width: 340px) {
  .header-search .search-wrapper-wide {
    width: 260px;
  }

  .compare-dropdown,
.wishlist,
.account,
.wishlist-link {
    display: none !important;
  }
}
/* Header 10 */
.header-10 {
  background-color: #fff;
}
.header-10 p {
  margin-bottom: 0;
}
.header-10 .header-top {
  font-size: 1.4rem;
  background-color: #fafafa;
  margin-bottom: 0;
}
.header-10 .header-top .container:after,
.header-10 .header-top .container-fluid:after {
  display: none;
}
.header-10 .header-menu {
  margin-top: 0;
}
.header-10 .header-dropdown + .header-dropdown {
  margin-left: 2rem;
}
.header-10 .header-dropdown > a,
.header-10 .header-dropdown > span {
  padding-right: 1.8rem;
}
.header-10 .header-dropdown > a:after,
.header-10 .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -0.6rem;
}
.header-10 .top-menu {
  text-transform: capitalize;
}
.header-10 .top-menu li + li {
  margin-left: 2rem;
}
.header-10 .header-middle {
  border-bottom: none;
}
.header-10 .cart-dropdown,
.header-10 .compare-dropdown {
  padding-left: 1.4rem;
}
.header-10 .cart-dropdown .dropdown-menu,
.header-10 .compare-dropdown .dropdown-menu {
  margin-top: 0;
}
.header-10 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle, .header-10 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .mobile-menu-toggler,
.header-10 .search-toggle:not(:hover):not(:focus),
.header-10 .wishlist-link:not(:hover):not(:focus) {
  color: #333;
}
.header-10 .sticky-header {
  background-color: #f7f7f7;
}
.header-10 .mobile-menu-toggler {
  margin-left: 0;
}
.header-10 .header-search-extended {
  margin-right: 2.8rem;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.header-10 .header-search .header-search-wrapper {
  border-radius: 0.2rem;
  border-color: #3399ff;
}
.header-10 .header-search .btn {
  border-radius: 0 0.2rem 0.2rem 0;
}
.header-10 .header-search .select-custom:before {
  left: auto;
  right: 0;
}
.header-10 .header-bottom {
  background-color: #333;
}
.header-10 .header-bottom .container {
  display: block;
}
.header-10 .header-bottom .col-lg-9 {
  position: static;
}
.header-10 .header-bottom .main-nav {
  margin-left: 5.2rem;
}
.header-10 .header-bottom .menu ul, .header-10 .header-bottom .menu .megamenu {
  margin-top: 0;
}
.header-10 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
  color: #fff;
}
.header-10 .header-bottom .mobile-menu-toggler {
  color: #fff;
}
.header-10 .header-bottom .menu > li > a {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.header-10 .header-bottom .menu > li > a:before {
  background-color: #fff;
}
.header-10 .menu > li:hover > a,
.header-10 .menu > li.show > a,
.header-10 .menu > li.active > a {
  color: #fff;
}
.header-10 .category-dropdown .dropdown-toggle {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  padding: 1.45rem 5rem 1.45rem 2rem;
  background-color: #3399ff;
  min-width: 100%;
}
.header-10 .category-dropdown .dropdown-toggle:before {
  display: none;
}
.header-10 .category-dropdown .dropdown-toggle:after {
  position: absolute;
  right: 1.9rem;
  top: 50%;
  margin-top: -1.15rem;
  font-weight: normal;
  margin-left: 0;
  float: right;
}
.header-10 .category-dropdown.show .dropdown-toggle:after {
  content: "\f131";
}
.header-10 .category-dropdown .dropdown-menu {
  box-shadow: none;
}
.header-10 .menu-vertical ul li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-10 .menu-vertical .menu-title {
  color: #3399ff;
}
.header-10 .menu-vertical .menu-col {
  margin-top: 1.6rem;
}
.header.header-10.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  padding-left: 2rem;
  color: #fff;
}
.header.header-10.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  left: auto;
}
.header.header-10.header-intro-clearance .header-bottom .container {
  display: flex;
}
.header.header-10.header-intro-clearance .header-bottom .container:before {
  visibility: hidden;
}
.header.header-10.header-intro-clearance .header-bottom .main-nav {
  margin-left: 0;
}
.header.header-10.header-intro-clearance .header-bottom .menu > li > a::before {
  top: unset;
  bottom: 0;
}
.header.header-10.header-intro-clearance .header-bottom .menu > li > a:hover, .header.header-10.header-intro-clearance .header-bottom .menu > li > a:focus {
  color: #3399ff;
}
.header.header-10.header-intro-clearance .header-bottom .menu > li > a:hover::before, .header.header-10.header-intro-clearance .header-bottom .menu > li > a:focus::before {
  background-color: #3399ff;
}
.header.header-10.header-intro-clearance .header-bottom .menu > li:hover > a, .header.header-10.header-intro-clearance .header-bottom .menu > li:focus > a, .header.header-10.header-intro-clearance .header-bottom .menu > li.active > a, .header.header-10.header-intro-clearance .header-bottom .menu > li.show > a {
  color: #3399ff;
}
.header.header-10.header-intro-clearance .header-bottom .menu > li:hover > a::before, .header.header-10.header-intro-clearance .header-bottom .menu > li:focus > a::before, .header.header-10.header-intro-clearance .header-bottom .menu > li.active > a::before, .header.header-10.header-intro-clearance .header-bottom .menu > li.show > a::before {
  background-color: #3399ff;
}
.header.header-10.header-intro-clearance .header-search-extended {
  margin-right: 0;
  margin-left: 0;
}
.header.header-10.header-intro-clearance .header-dropdown > a,
.header.header-10.header-intro-clearance .header-dropdown > span {
  margin-left: 2rem;
  text-transform: none;
}
.header.header-10.header-intro-clearance .login {
  padding-left: 2rem;
}
.header.header-10.header-intro-clearance .header-dropdown-link {
  display: flex;
  align-items: flex-end;
}
.header.header-10.header-intro-clearance .wishlist-link {
  position: relative;
  flex-direction: column;
  font-size: 2.8rem;
}
.header.header-10.header-intro-clearance .wishlist-link .wishlist-count {
  right: 0;
  top: -0.5rem;
}
.header.header-10.header-intro-clearance .wishlist-link:hover .wishlist-txt, .header.header-10.header-intro-clearance .wishlist-link:focus .wishlist-txt {
  color: #3399ff;
}
.header.header-10.header-intro-clearance .compare-dropdown {
  padding-left: 2.4rem;
}
.header.header-10.header-intro-clearance .compare-dropdown .dropdown-toggle {
  font-size: 3rem;
}
.header.header-10.header-intro-clearance .compare-dropdown:hover .compare-txt, .header.header-10.header-intro-clearance .compare-dropdown:focus .compare-txt {
  color: #3399ff;
}
.header.header-10.header-intro-clearance .cart-dropdown {
  font-size: 3.2rem;
  padding-left: 2.4rem;
  align-items: flex-end;
}
.header.header-10.header-intro-clearance .cart-dropdown .cart-count {
  top: -0.3rem;
  right: -0.3rem;
}
.header.header-10.header-intro-clearance .cart-dropdown:hover .cart-txt, .header.header-10.header-intro-clearance .cart-dropdown:focus .cart-txt {
  color: #3399ff;
}
.header.header-10.header-intro-clearance .cart-dropdown .btn-primary {
  color: white;
  background-color: #3399ff;
  border-color: #3399ff;
}
.header.header-10.header-intro-clearance .cart-dropdown .btn-primary:hover {
  color: #3399ff;
  background-color: white;
}
.header.header-10.header-intro-clearance .cart-dropdown .btn-outline-primary-2 {
  color: #3399ff;
  background-color: white;
  border-color: #3399ff;
}
.header.header-10.header-intro-clearance .cart-dropdown .btn-outline-primary-2:hover {
  color: white;
  background-color: #3399ff;
}
.header.header-10.header-intro-clearance .compare-dropdown [class*=count],
.header.header-10.header-intro-clearance .cart-dropdown [class*=count],
.header.header-10.header-intro-clearance .wishlist-link [class*=count] {
  min-width: 1.6rem;
  height: 1.6rem;
  position: absolute;
}
.header.header-10.header-intro-clearance .compare-dropdown .dropdown-toggle,
.header.header-10.header-intro-clearance .cart-dropdown .dropdown-toggle,
.header.header-10.header-intro-clearance .wishlist-link .dropdown-toggle {
  position: relative;
  flex-direction: column;
}
.header.header-10.header-intro-clearance .wishlist-txt,
.header.header-10.header-intro-clearance .cart-txt,
.header.header-10.header-intro-clearance .compare-txt {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #777;
  margin-top: 0.3rem;
  transition: all 0.3s;
}
.header.header-10.header-intro-clearance .header-bottom .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header.header-10.header-intro-clearance .header-bottom .header-right i {
  font-size: 1.6rem;
  margin-right: 2rem;
  color: #fff;
}
.header.header-10.header-intro-clearance .header-bottom .header-right p {
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .header-intro-clearance .dropdown.category-dropdown {
    width: 235px;
  }
}
@media screen and (min-width: 1200px) {
  .header-10 .header-search-extended {
    margin-right: 6.6rem;
  }
}
@media screen and (max-width: 991px) {
  .header-10 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #dadada;
  }
  .header-10 .top-menu:not(.top-link-menu) ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .header.header-10 .header-dropdown > a,
.header.header-10 .header-dropdown > span {
    margin: 0;
  }
  .header.header-10 .header-dropdown {
    padding: 0;
  }

  .header.header-10.header-intro-clearance .login {
    padding: 0;
  }

  .header.header-10.header-intro-clearance .header-dropdown > a {
    margin-left: 0;
  }

  .header-10 .header-right .header-dropdown .header-menu {
    top: 0;
    right: 100%;
    padding: 0;
  }
  .header-10 .header-right .header-dropdown .header-menu.header-menu-lang {
    margin-top: 1.5rem;
  }
}
/*-------------------- 2.1.Menu --------------------*/
.main-nav {
  margin-left: 2rem;
  display: none;
}
/* Menu Structure */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  position: relative;
}
.menu li:hover > ul, .menu li.show > ul {
  display: block;
}
.menu li:hover > .megamenu, .menu li.show > .megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.menu .megamenu-container {
  position: static;
}
.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}
.menu ul ul {
  top: -1.6rem;
  left: 100%;
}
.menu .megamenu {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -200rem;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}
.menu .megamenu.megamenu-md {
  left: -10rem;
  right: auto;
  width: 694px;
}
.menu .megamenu > ul,
.menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu .megamenu:not(:hover) .btn {
  transition: none;
}
.menu ul:before,
.menu .megamenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:not(.btn):focus {
  outline: none !important;
}
/* Menu Style */
.menu {
  line-height: 1.5;
}
.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.menu li > a span:not(.tip) {
  position: relative;
}
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase;
}
.menu > li + li {
  margin-left: 0;
}
.menu.sf-arrows > li > .sf-with-ul {
  padding-right: 2rem;
}
.menu.sf-arrows .sf-with-ul {
  position: relative;
}
.menu.sf-arrows .sf-with-ul::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5rem;
}
.menu.sf-arrows ul .sf-with-ul {
  padding-right: 4rem;
}
.menu.sf-arrows ul .sf-with-ul:after {
  content: "\f112";
  right: 3rem;
}
.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}
.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}
.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}
.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}
.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}
.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.menu .megamenu-action {
  padding-bottom: 2rem;
}
.menu ul + .menu-title {
  margin-top: 1.5rem;
}
.menu .banner-content {
  padding-top: 0;
}
.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem;
}
.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}
.menu .banner-title span {
  font-size: 2.4rem;
}
.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}
/* Menu Hover Style */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #3399ff;
}
/* Demos */
.demo-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin: 1.8rem -10px 0.4rem;
}
.demo-item {
  color: #999999;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: auto;
}
.demo-item a {
  color: inherit;
}
.demo-item a:hover, .demo-item a:focus {
  color: #3399ff;
}
.demo-item a:hover .demo-bg, .demo-item a:focus .demo-bg {
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  transition: background-position 2s linear, box-shadow 0.3s;
}
.demo-bg {
  min-height: 16rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
  padding-top: 80.95%;
  background-position: center top;
  transition: background-position 0.6s linear, box-shadow 0.3s;
}
.demo-title {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}
/* Label - Tip */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 1px 1px;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: 0.5rem;
  text-transform: uppercase;
  background-color: #3399ff;
}
.tip.tip-new {
  background-color: #a6c76c;
}
.tip.tip-hot {
  background-color: #ef837b;
}
@supports (-ms-ime-align: auto) {
  .tip {
    padding: 2px 1px 2px;
  }
}
/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
  margin-left: 0;
}
.header-bottom .menu .megamenu.megamenu-md {
  left: 0;
}
.header-bottom .menu > li + li {
  margin-left: 1rem;
}
.header-bottom .menu > li > a {
  padding: 1.65rem 1rem;
}
.header-bottom .menu > li > .sf-with-ul {
  padding-right: 3rem;
}
.header-bottom .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #3399ff;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1rem;
}
@media screen and (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .menu .megamenu.megamenu-md {
    width: 654px;
  }

  .main-nav .menu > li > ul {
    left: -7.3rem;
  }

  .header-bottom .menu .megamenu.megamenu-md {
    left: -2rem;
  }
}
/*-------------------- 2.2.Vertical Menu --------------------*/
/* Vertical Menu */
.side-nav {
  position: relative;
  margin: 0;
}
.sidenav-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 1.45rem 3rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}
.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background 0.4s, color 0.1s;
}
.category-dropdown .dropdown-toggle:after {
  content: "\f131";
  font-family: "molla";
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 6.7rem;
}
.category-dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #3399ff;
  transition: all 0.35s;
}
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #3399ff;
  outline: none !important;
}
.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #3399ff;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  content: "\f191";
}
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
}
.category-dropdown.show .dropdown-toggle:after {
  content: "\f191";
}
.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #3399ff;
  background-color: #fff;
  outline: none !important;
}
.category-dropdown .dropdown-item:hover.dropdown-item-lead, .category-dropdown .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}
.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}
.menu-vertical li {
  position: relative;
}
.menu-vertical li:hover > ul,
.menu-vertical li:hover > .megamenu, .menu-vertical li.show > ul,
.menu-vertical li.show > .megamenu {
  display: block;
}
.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu-vertical a:not(.btn):focus {
  outline: none !important;
}
.menu-vertical .megamenu-container {
  position: static;
}
.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu-vertical ul,
.menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu-vertical ul:before,
.menu-vertical .megamenu:before {
  display: none;
}
.menu-vertical .megamenu {
  width: 713px;
}
.menu-vertical .megamenu.megamenu-sm {
  width: 456px;
}
.menu-vertical .megamenu.megamenu-md {
  width: 694px;
}
@media screen and (min-width: 1200px) {
  .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
    width: 893px;
    min-height: 100%;
  }
}
.menu-vertical .megamenu > ul,
.menu-vertical .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}
.menu-vertical .banner img {
  border-radius: 0;
}
.menu-vertical .menu-banners {
  margin-top: 2.4rem;
}
.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}
.menu-vertical.sf-arrows > li > .sf-with-ul {
  padding-right: 3rem;
}
.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}
.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  font-family: "molla";
  content: "\f112";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -0.6rem;
}
.menu-vertical li > a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.menu-vertical li > a span:not(.tip) {
  position: relative;
}
.menu-vertical li > a strong {
  font-weight: 600;
}
.menu-vertical > li {
  width: 100%;
}
.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
}
.menu-vertical > li.item-lead > a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.menu-vertical > li + li {
  margin-left: 0;
}
.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #eeeeee;
  margin-bottom: 0.7rem;
}
.menu-vertical ul + .menu-title {
  margin-top: 1.2rem;
}
.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 3.4rem;
}
.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #3399ff;
}
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #3399ff;
}
.menu-brands.menu-col {
  padding-top: 2rem;
  margin-top: 0 !important;
  border-top: 0.1rem solid #ebebeb;
}
.menu-brands .brand {
  display: flex !important;
}
.menu-brands .col,
.menu-brands [class*=col-] {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-------------------- 2.3.Sticky Header --------------------*/
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    animation-name: fixedHeader;
    animation-duration: 0.4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
  .sticky-header.fixed .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sticky-header.fixed.header-middle .menu > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/*-------------------- 2.4.Mobiel Menu --------------------*/
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: auto;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}
.mobile-menu-container::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.mobile-menu-container::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.mobile-menu-container::-webkit-scrollbar-track {
  background: transparent;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}
.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}
.mobile-menu-container .social-icon + .social-icon {
  margin-left: 0.8rem;
}
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
  background-color: transparent;
}
.mobile-menu-container .bg-white {
  background-color: transparent !important;
}
.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0;
}
.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color 0.35s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #3399ff;
}
.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.mobile-nav {
  padding: 0;
  margin: 0 0 2.5rem;
}
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: #fff;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #3399ff;
  text-decoration: none;
  outline: none !important;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #3399ff;
}
.mobile-menu li ul {
  display: none;
  margin: 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.mobile-menu li ul li a {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 3.5rem;
  border-bottom: none;
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-menu li ul ul {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li ul ul li a {
  padding-left: 5rem;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}
.mobile-menu:not(.mobile-menu-light) li ul li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: -1.5rem;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: color 0.35s;
}
.mmenu-btn::after {
  font-family: "molla";
  content: "\f110";
  display: inline-block;
}
.mmenu-btn:hover, .mmenu-btn:focus {
  color: #3399ff;
}
.open > a > .mmenu-btn::after {
  content: "\e802";
}
.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:focus {
  color: #fff;
  border-color: #3399ff;
  background-color: #333;
}
.mobile-search .btn {
  font-size: 1.2rem;
  min-width: 3.6rem;
  padding: 0.8rem 0.2rem;
}
.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none;
}
.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}
.mobile-menu-container .tab-pane {
  padding: 0;
}
.nav.nav-pills-mobile {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 0.2rem;
}
.nav.nav-pills-mobile .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 0 -0.1rem;
}
.nav.nav-pills-mobile .nav-item.show .nav-link {
  color: #3399ff;
  border-bottom-color: #3399ff !important;
}
.nav.nav-pills-mobile .nav-link {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 0.2rem solid transparent !important;
  background: none;
  padding: 0.8rem 2rem;
  transition: all 0.35s ease;
}
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #3399ff;
  border-bottom-color: #3399ff !important;
}
.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}
.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #3399ff;
  text-decoration: none;
  outline: none !important;
}
@media screen and (max-width: 991px) {
  .mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
  }
  .mmenu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(280px);
  }
  .mmenu-active .page-wrapper {
    transform: translate(200px);
  }
}
/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}
.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .social-icon {
  color: #999;
  border-color: #999;
}
.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #3399ff;
}
.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}
.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  border-color: #3399ff;
  background-color: #fff;
}
.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}
.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}
.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
  color: #333;
}
/*-------------------- 3.Footer --------------------*/
/* Footer */
.footer {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  color: #777;
  background-color: #fff;
}
.footer a {
  color: inherit;
}
.footer a:hover,
.footer a:focus {
  color: #3399ff;
}
.footer .widget {
  margin-bottom: 4rem;
}
.footer .widget-title {
  color: #333333;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 1.9rem;
}
.footer .icon-box {
  font-size: 1.4rem;
}
.footer .icon-box-icon {
  color: #333;
}
.footer .icon-box-side .icon-box-icon {
  min-width: 7rem;
}
.footer .icon-box-side .icon-box-title {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.footer.footer-dark .icon-box-title {
  color: #fff;
}
.footer.footer-dark .icon-boxes-container .container:before {
  background-color: #525455;
}
.footer-middle {
  padding: 6.7rem 0 2.2rem;
  border-top: 0.1rem solid #ebebeb;
}
.footer-logo {
  margin-bottom: 2rem;
  margin-top: -0.8rem;
}
.widget-about p {
  max-width: 540px;
}
.widget-about p:last-of-type {
  margin-bottom: 3.2rem;
}
.widget-list {
  margin-bottom: 0;
}
.widget-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.widget-newsletter form {
  padding-top: 0.7rem;
}
.widget-newsletter .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
  border-right-width: 0;
}
.widget-newsletter .form-control:not(:focus) {
  border-color: #dadada;
}
.widget-newsletter .btn {
  min-width: 46px;
  font-size: 1.5rem;
  padding: 1.1rem 1rem;
}
.widget-newsletter .btn i {
  margin: 0 !important;
}
.widget-about-info {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  padding-top: 0.7rem;
}
.widget-about-info .footer-payments {
  margin-top: 0.6rem;
}
.widget-about-info a {
  color: #3399ff;
}
.widget-about-title {
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}
.footer-bottom .container,
.footer-bottom .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding-top: 2.1rem;
  padding-bottom: 2.9rem;
}
.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.footer-bottom .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.footer-bottom .social-icon {
  font-size: 1.3rem;
}
.footer-copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.footer-newsletter {
  color: #ebebeb;
  padding-top: 4.8rem;
  padding-bottom: 5.5rem;
}
.footer-newsletter .heading {
  margin-bottom: 2.4rem;
}
.footer-newsletter .title {
  color: #fff;
  font-weight: 500;
}
.footer-newsletter .title-desc {
  color: inherit;
  font-size: 1.6rem;
  margin-top: 0.7rem;
}
.footer-newsletter .title-desc span {
  color: #fff;
  font-weight: 400;
}
.footer-newsletter .form-control {
  height: 46px;
  padding: 1.25rem 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  transition: all 0.3s;
}
.footer-newsletter .form-control.form-control::placeholder {
  color: #999999;
}
.footer-newsletter .btn i:last-child {
  margin-left: 1rem;
}
.footer-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu li {
  position: relative;
}
.footer-menu li + li {
  margin-left: 2.1rem;
}
.footer-menu li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  margin-top: -0.6rem;
  background-color: #b5b5b5;
}
.footer-menu a {
  box-shadow: 0 1px 0 #b5b5b5;
}
/* Scroll Top Button */
#scroll-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 50px;
  bottom: 10rem;
  z-index: 11;
  color: #999;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #fafafa;
  font-size: 3rem;
  transition: all 0.4s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}
#scroll-top:hover,
#scroll-top:focus {
  color: #777;
  background-color: #eaeaea;
}
#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
@media screen and (min-width: 576px) {
  #scroll-top {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom .container,
.footer-bottom .container-fluid {
    flex-direction: row;
  }
  .footer-bottom .social-icons {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer-copyright {
    margin-bottom: 0;
    text-align: left;
  }

  .footer-payments {
    margin-right: 0;
  }

  .footer-menu {
    margin-bottom: 0;
    margin-left: 0.6rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom .container-fluid:before {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-bottom .container-fluid:before {
    left: 70px;
    right: 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .widget-about .social-icon:not(:last-child) {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 575px) {
  .widget-about-info .col-sm-6:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/* Footer 2 */
.footer-2 .footer-middle {
  padding-top: 5rem;
  padding-bottom: 0.4rem;
  border-top: none;
}
.footer-2 .footer-bottom .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .footer-2 .footer-bottom .container,
.footer-2 .footer-bottom .container-fluid {
    flex-direction: row;
  }
}
/*-------------------- 4.Elements --------------------*/
/*-------------------- 4.1.Page Header --------------------*/
/* Page Header */
.page-header {
  padding: 4.6rem 0 5rem;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header h1 {
  color: #333333;
  font: normal 400 3.2rem/1.1 "Poppins", sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
.page-header h1 span {
  display: block;
  color: #3399ff;
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.page-header.page-header-big {
  display: flex;
  position: relative;
  min-height: 250px;
  margin-bottom: 5rem;
}
.page-header.page-header-big h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-header.page-header-big h1 span {
  font-size: 1.6rem;
  margin-top: 0.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 3.6rem;
  }
  .page-header h1 span {
    font-size: 1.8rem;
  }
  .page-header.page-header-big {
    min-height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .page-header h1 {
    font-size: 4rem;
  }
  .page-header h1 span {
    font-size: 2rem;
  }
  .page-header.page-header-big {
    min-height: 450px;
  }
}
/*-------------------- 4.2.BreadCrumbs --------------------*/
/* Breadcrumb */
.breadcrumb-nav {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}
.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-with-filter .container-fluid {
  width: 100%;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}
.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -0.2rem;
}
.breadcrumb-item i::before {
  margin: 0;
}
.breadcrumb-item a {
  color: #777;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #3399ff;
}
.breadcrumb-item.active {
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #999999;
  content: "\f112";
  font-family: "molla";
  padding-right: 0.7rem;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
@media screen and (max-width: 375px) {
  .sidebar-toggler {
    margin-bottom: 1rem;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }

  .breadcrumb-item {
    font-size: 1.2rem;
  }
}
/*-------------------- 4.3.Titles --------------------*/
/* Titles */
.title {
  font-size: 2.2rem;
  letter-spacing: -0.03em;
}
.title-lg {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -0.01em;
}
.title-sm {
  font-size: 2rem;
  letter-spacing: -0.03em;
}
.title-xl {
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: -0.01em;
}
.title-light {
  font-weight: 300 !important;
}
.dropcap::before {
  content: "|";
  display: inline-block;
  width: 0.2em;
  /* Adjust the width of the vertical bar */
  height: 100%;
  /* Set the height to 100% of the line height */
  margin-right: 0.5rem;
  /* Adjust the spacing between the bar and text */
  color: #3498db;
  /* Blue color for the bar */
}
.heading {
  margin-bottom: 1.6rem;
}
.heading.heading-flex {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.heading .title {
  margin-bottom: 0;
}
.heading.heading-center {
  text-align: center;
}
.heading.heading-center .title {
  margin-bottom: 1.5rem;
}
.heading.heading-center .title-lg {
  margin-bottom: 2.4rem;
}
.title-separator {
  font-weight: 300;
  color: #cccccc;
}
.text-white .title-separator {
  color: #777;
}
.title-desc {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.heading-right {
  margin-top: 0.5rem;
}
.title-link {
  font-weight: 500;
  transition: all 0.3s ease;
}
.title-link:hover, .title-link:focus {
  box-shadow: 0 1px 0 0 #3399ff;
}
.title-link i {
  font-size: 1.5rem;
}
.title-link i:last-child {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.4rem;
  }

  .title-lg {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .heading.heading-flex {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }

  .heading-right {
    margin-top: 0;
    margin-left: auto;
  }
}
/*-------------------- 4.4.Icon boxes --------------------*/
/* Icon boxes */
.icon-box {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.icon-box.icon-box-sm {
  font-size: 1.4rem;
  line-height: 1.86;
}
.icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}
.icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3399ff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.icon-box-content p:last-child {
  margin-bottom: 0;
}
.icon-box-left {
  position: relative;
  padding-left: 70px;
}
.icon-box-left .icon-box-icon {
  position: absolute;
  left: 0;
  top: -1rem;
}
.icon-box-circle .icon-box-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  color: #fff;
  background-color: #3399ff;
}
.icon-box-circle.icon-box-left {
  padding-left: 100px;
}
.icon-box-circle.icon-box-left .icon-box-icon {
  left: 1rem;
}
/* Icon Box Card */
.icon-box-card {
  background-color: #fafafa;
  padding: 6.5rem 2rem 6rem;
}
.icon-box-card .icon-box-title {
  font-weight: 600;
}
.icon-box-card .icon-box-icon {
  margin-bottom: 1.3rem;
}
/* Icon Boxes */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}
.icon-boxes-container.bg-dark .icon-box-icon {
  color: #666666;
}
.icon-boxes-container.bg-dark .icon-box-title {
  color: #fff;
}
.icon-box-side {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.icon-box-side p {
  margin-bottom: 0;
}
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 7rem;
  text-align: center;
  margin-bottom: 0;
}
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .icon-box {
    margin-bottom: 4rem;
  }

  .icon-box-side {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .icon-boxes-separator [class*=col-] + [class*=col-]:before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 5.3rem;
    background-color: #e9e9e9;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    margin-top: -2.55rem;
  }
}
@media screen and (max-width: 1199px) {
  .icon-box-sm br {
    display: none;
  }
}
/*-------------------- 4.5.Cards --------------------*/
.accordion {
  margin-bottom: 3rem;
}
.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #ebebeb;
}
.card:last-child {
  border-bottom: 1px solid #ebebeb;
}
.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}
.card-header::after {
  display: block;
  clear: both;
  content: "";
}
.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-title a {
  display: block;
  padding: 1.7rem 4rem 1.7rem 1.2rem;
  position: relative;
  color: #3399ff;
  border: none;
  background-color: transparent;
  outline: none !important;
}
.card-title a i {
  min-width: 17px;
  margin-right: 2.4rem;
}
.card-title a:before {
  content: "\e802";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  color: #3399ff;
  font-family: "molla";
  line-height: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
.card-title a.collapsed {
  color: #333;
}
.card-title a.collapsed:hover, .card-title a.collapsed:focus {
  color: #3399ff;
}
.card-title a.collapsed:before {
  content: "\f110";
  color: #8c8c8c;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.card-body {
  padding: 0.4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}
.accordion-icon .card-body {
  padding-left: 5.5rem !important;
}
.accordion-plus .card-title a:before {
  content: "\f28e";
}
.accordion-plus .card-title a.collapsed:before {
  content: "\f2c2";
}
.accordion-rounded .card:first-child {
  border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-rounded .card:last-child {
  border-radius: 0 0 0.3rem 0.3rem;
}
.card.card-box .card-title a {
  padding-left: 2rem;
}
.card.card-box .card-title a:before {
  right: 2rem;
}
.card.card-box .card-title a i {
  margin-right: 1.4rem;
}
.card.card-box .card-body {
  padding: 1rem 2rem 2rem;
}
.card.card-sm .card-title {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
.card.card-sm .card-title a {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
.card.card-sm .card-title a:before {
  right: 2rem;
}
.card.card-sm .card-body {
  padding: 1rem 2rem 2rem;
}
.card.bg-light, .card.bg-white {
  background-color: #fff !important;
  border: 1px solid #ebebeb;
}
.card.bg-light .card-title a, .card.bg-white .card-title a {
  background-color: #fff;
  transition: all 0.3s;
}
.card.bg-light .card-title a.collapsed {
  background-color: #fafafa;
}
molla-card + molla-card .card {
  border-top: none !important;
}
@media screen and (min-width: 992px) {
  .card-title {
    font-size: 2rem;
  }
}
/*-------------------- 4.6.Tabs --------------------*/
/* Tabs */
.nav-link {
  cursor: pointer;
}
.nav-link:focus {
  outline: none !important;
}
.nav-item, .nav-item:focus, .nav-link {
  outline: none;
}
.nav.nav-tabs {
  border-bottom-right-radius: 0.3rem;
  border: 0.1rem solid #d7d7d7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.nav.nav-tabs .nav-link {
  color: #777;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding: 0.85rem 2.2rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  text-align: center;
  transition: all 0.35s ease;
}
.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
  color: #3399ff;
  border-color: transparent;
}
.nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0.1rem;
}
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #3399ff;
  border-color: #d7d7d7;
  border-bottom-color: transparent;
}
.nav-tabs-bg .nav.nav-tabs .nav-link:not(.active) {
  border-color: #ebebeb #ebebeb #d7d7d7 #ebebeb;
  background-color: #fafafa;
}
.nav.nav-tabs.justify-content-center {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.justify-content-center + .tab-content-border {
  border-top-left-radius: 0.3rem;
}
.tab-content-border .tab-content {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-width: 0;
}
.tab-pane {
  visibility: hidden;
  opacity: 0;
  height: 0;
  animation: fadeAnim;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}
.tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.tab-pane:not(.active) .owl-stage-outer {
  margin-top: 0;
  padding-top: 0;
}
/* Nav Pills - Line Tabs */
.nav.nav-pills .nav-link {
  color: #777;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0.45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.1rem solid transparent;
  background-color: transparent;
  transition: all 0.35s ease;
}
.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
  color: #3399ff;
}
.nav.nav-pills .nav-link:focus {
  outline: none !important;
}
.nav.nav-pills .nav-item + .nav-item {
  margin-left: 1rem;
}
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #3399ff;
  border-color: #d7d7d7;
  border-bottom-color: #3399ff;
}
.nav-pills + .tab-content .tab-pane {
  padding: 1.4rem 0;
}
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
/* Vertical Tabs */
.tabs-vertical {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}
.tabs-vertical .tab-content {
  padding-left: 1rem;
}
.tabs-vertical .nav {
  flex-shrink: 0;
}
.tabs-vertical .nav .nav-link {
  min-width: 100px;
}
.tabs-vertical .nav.nav-tabs {
  border-bottom-width: 0;
  border-right-width: 0.1rem;
}
.tabs-vertical .nav.nav-tabs .nav-link {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
}
.tabs-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.tabs-vertical .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 1px;
}
.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #d7d7d7;
  border-right-color: transparent;
}
.tabs-vertical .nav.nav-tabs .nav-tabs-bg .nav-link:not(.active) {
  border-color: #ebebeb #d7d7d7 #ebebeb #ebebeb;
  background-color: #fafafa;
}
.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}
.nav.nav-border-anim .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #3399ff;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.form-tab .nav.nav-border-anim .nav-link:before {
  height: 0.2rem;
}
.nav.nav-border-anim .nav-link.active:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.nav.nav-border-anim .nav-item.show .nav-link:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
  height: 0.2rem;
}
.tab-content-carousel .tab-pane {
  transition: 0.5s;
  animation: none;
}
.tab-content-carousel .tab-pane:not(.active) {
  display: block;
  transition: none;
}
.tab-content-carousel .tab-pane:not(.active) owl-carousel-child {
  display: flex;
}
.tab-content-carousel .tab-content > .tab-pane {
  padding: 0;
}
/*-------------------- 4.7.Buttons --------------------*/
/* Buttons */
.btn-wrap {
  display: inline-block;
  margin-bottom: 2rem;
}
.btn-wrap > span {
  display: block;
  color: #ccc;
  margin-bottom: 0.3rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  min-width: 170px;
  border-radius: 0;
  white-space: normal;
  transition: all 0.3s;
}
.btn span {
  line-height: 1;
}
.btn i:first-child {
  margin-right: 1rem;
}
.btn i:last-child {
  margin-left: 1rem;
}
.btn:focus {
  box-shadow: none;
}
.btn:focus, .btn:active {
  outline: none !important;
}
.btn:active:focus {
  box-shadow: none !important;
}
.btn.btn-minwidth-sm {
  min-width: 112px;
}
.btn.btn-minwidth {
  min-width: 170px;
}
.btn.btn-minwidth-lg {
  min-width: 218px;
}
.btn:active {
  outline: none;
}
.btn-rounded {
  border-radius: 0.2rem;
}
.btn-round {
  border-radius: 3rem;
}
.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 170px;
  padding: 1.1rem 2rem;
}
.btn-lg i:first-child {
  margin-right: 1.4rem;
}
.btn-lg i:last-child {
  margin-left: 1.4rem;
}
.btn-more {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  min-width: 230px;
  text-transform: uppercase;
}
.btn-link {
  padding: 0.4rem 1rem;
  min-width: 0;
  color: #3399ff;
  text-decoration: none;
  border: none;
  border-bottom: 0.1rem solid transparent;
  letter-spacing: 0;
  font-size: 1.4rem;
  min-width: 0;
  font-family: "Poppins", sans-serif;
}
.btn-link.btn-link-dark {
  color: #333;
}
.btn-link:hover, .btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #3399ff;
  text-decoration: none;
  border-color: #3399ff;
}
.btn-link i:first-child {
  margin-right: 1rem;
}
.btn-link i:last-child {
  margin-left: 1rem;
}
.btn-hover-text {
  display: none;
}
.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none;
}
.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block;
}
.btn-primary {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-secondary {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
}
.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2:not(:disabled):not(.disabled).active, .show > .btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-white-2.disabled, .btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary-white {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active, .show > .btn-primary-white.dropdown-toggle {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-primary-white.disabled, .btn-primary-white:disabled {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-white-primary {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary:not(:disabled):not(.disabled).active, .show > .btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-white-primary.disabled, .btn-white-primary:disabled {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn-outline.disabled, .btn-outline:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-primary {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-primary-2 {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-2.dropdown-toggle {
  color: #3399ff;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-3.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgray.dropdown-toggle {
  color: #3399ff;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}
.btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2:not(:disabled):not(.disabled).active, .show > .btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white-3 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-3:hover, .btn-outline-white-3:focus, .btn-outline-white-3.focus, .btn-outline-white-3:not(:disabled):not(.disabled):active, .btn-outline-white-3:not(:disabled):not(.disabled).active, .show > .btn-outline-white-3.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-3.disabled, .btn-outline-white-3:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4:not(:disabled):not(.disabled).active, .show > .btn-outline-white-4.dropdown-toggle {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}
.bg-image .btn-wrap > span {
  color: #777;
}
.bg-image .btn-link-dark {
  color: #fff;
}
.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
  color: #3399ff;
  border-color: #3399ff;
}
.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.bg-image .btn-outline-dark {
  color: #fff;
  border-color: #fff;
}
.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-dark.dropdown-toggle {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 992px) {
  .btn-close.btn-product {
    display: none;
  }
}
/*-------------------- 4.8.Products --------------------*/
/* Product */
.product {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}
.owl-carousel .product {
  margin-bottom: 0 !important;
}
.product:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.product-media {
  position: relative;
  display: block;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
}
.product-media > a {
  display: block;
}
.product-media .product-label {
  z-index: 3;
}
.product-media::before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
  padding-top: 100%;
}
.product-media::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 60% 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: skeletonloading 2.5s infinite 0.2s;
  transform: none;
}
.product-media molla-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.product-media img {
  width: 100%;
}
.product-image {
  display: block;
  width: 100%;
  height: auto;
}
.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.product:hover .product-image-hover {
  opacity: 1;
}
.product-countdown {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 1.3rem;
  z-index: 6;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}
.product-countdown .countdown-section {
  font-size: 1rem;
  line-height: 1;
  padding: 1.4rem 0 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.4rem;
}
.product-countdown .countdown-section:not(:last-child):after {
  color: #fff;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product-countdown .countdown-period {
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-countdown .countdown-amount {
  display: inline-block;
  color: #ef837b;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}
.product-countdown.countdown-primary .countdown-amount {
  color: #3399ff;
}
.product-countdown-container {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  z-index: 6;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.product-countdown-container .product-contdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}
.product-countdown-container .product-countdown {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 6;
  line-height: 1;
  opacity: 1;
}
.product-countdown-container .product-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}
.product-body {
  position: relative;
  padding: 1.6rem 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
}
.product-body.product-action-inner {
  padding-right: 4rem;
}
.product-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.product.product-list .order-last {
  display: flex;
  align-items: center;
}
.product.product-list .product-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}
.product-title a:hover, .product-title a:focus {
  color: #3399ff;
}
.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-cat a {
  color: inherit;
}
.product-cat a:hover, .product-cat a:focus {
  color: #3399ff;
}
.product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #3399ff;
  margin-bottom: 1.3rem;
}
.new-price {
  color: #ef837b;
  margin-right: 0.8rem;
}
.old-price {
  color: #cccccc;
  text-decoration: line-through;
}
.out-price {
  color: #cccccc;
}
.out-text {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}
.product-label {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}
.product-label + .product-label {
  top: 5rem;
}
.product-label.label-sale {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-new {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}
.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}
.product-label.label-primary {
  color: #fff;
  background-color: #3399ff;
}
.product-label.label-secondary {
  color: #fff;
  background-color: #278bf0;
}
.product-label-text {
  color: #3399ff;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: -0.1rem;
}
.label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}
.label-circle + .label-circle {
  top: 5.6rem;
}
.label-circle.label-out {
  font-size: 1.1rem;
}
.ratings-container {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 1.7rem;
  line-height: 1;
  white-space: nowrap;
}
.ratings {
  position: relative;
  color: #cccccc;
}
.ratings .tooltip-text {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 150%;
  font-size: 1.4rem;
  background-color: #333;
  color: #fff;
  padding: 0.7rem;
  text-indent: 0;
  overflow: initial;
  letter-spacing: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ratings .tooltip-text::after {
  content: "";
  position: absolute;
  left: inherit;
  top: 96%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.ratings:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "molla";
}
.ratings:before,
.ratings-val:before {
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}
.ratings-primary .ratings-val {
  color: #3399ff;
}
.ratings-text {
  color: #cccccc;
  letter-spacing: -0.01em;
  margin-left: 0.8rem;
}
.ratings-text a {
  color: inherit;
}
.ratings-text a:hover, .ratings-text a:focus {
  color: #3399ff;
}
.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.product:hover .product-action,
.product:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.action-icon-top {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.action-icon-top .btn-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
}
.action-icon-top .btn-product:before {
  margin-right: 0;
}
.action-icon-top .btn-product span {
  margin-top: 0.9rem;
}
.action-icon-top:before {
  margin-right: 0;
}
.btn-product {
  color: #3399ff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  line-height: 1;
  transition: all 0.35s ease;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  flex-grow: 1;
  flex-basis: auto;
}
.btn-product + .btn-product {
  border-left: 0.1rem dotted #e5e5e5;
}
.btn-product:before {
  font-family: "molla";
  margin-right: 0.9rem;
}
.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.btn-product:hover, .btn-product:focus {
  outline: none !important;
}
.btn-product:hover span, .btn-product:focus span {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
@supports (-ms-ime-align: auto) {
  .btn-product:before {
    margin-bottom: 1px;
  }
}
.product-action-dark {
  background-color: #333333;
}
.product-action-dark .btn-product:not(:hover):not(:focus) span {
  color: #fff;
}
.product-action-dark .btn-product + .btn-product {
  border-left-color: #333333;
}
.product.product-2 .product-action:before, .product.product-2 .product-action-dark:before {
  position: absolute;
  content: "";
  top: 1rem;
  bottom: 1rem;
  right: 50%;
  width: 0.1rem;
  background: #d1d1d3;
  z-index: 1;
}
.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  transform: translateX(-15px);
}
.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  color: #3399ff;
  background-color: #fff;
}
.btn-product-icon:before {
  font-family: "molla";
}
.btn-product-icon span {
  display: none;
}
.btn-product-icon:hover, .btn-product-icon:focus {
  color: #fff;
  background-color: #3399ff;
}
.btn-product-icon + .btn-product-icon {
  margin-top: 1rem;
}
.btn-cart:before {
  content: "\e812";
}
.btn-cart.btn-select:before {
  content: "\e818";
}
.product-details-action .btn-cart.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.product-details-action .btn-cart.btn-disabled:hover, .product-details-action .btn-cart.btn-disabled:focus {
  border-color: #3399ff;
  background-color: #fff;
  color: #3399ff;
}
.product-details-action .btn-cart.btn-disabled:hover span, .product-details-action .btn-cart.btn-disabled:focus span {
  color: #3399ff !important;
}
.btn-wishlist {
  font-size: 1.6rem;
}
.btn-wishlist:before {
  content: "\f234";
}
.btn-wishlist.added-to-wishlist::before {
  content: "\f233";
}
.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}
.product-body .btn-wishlist:before {
  margin-right: 0;
}
.product-body .btn-wishlist span {
  display: none;
}
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #3399ff;
  background: none;
}
.btn-quickview:before {
  content: "\f145";
}
.btn-compare:before {
  content: "\f2d0";
}
.btn-expandable {
  position: relative;
}
.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  line-height: 3rem;
  align-items: center;
  display: flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  background-color: #3399ff;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: translateX(15px);
  z-index: -1;
}
.btn-expandable:hover, .btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-expandable:hover span, .btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
}
.product-size {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}
.product-size a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 0.1rem;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  transition: all 0.35s ease;
  margin-right: 0.5rem;
}
.product-size a:last-child {
  margin-right: 0;
}
.product-size a:hover, .product-size a:focus, .product-size a.active {
  color: #fff;
  background-color: #333;
}
.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}
.product-nav {
  display: flex;
  align-items: center;
}
.product-nav-dots {
  margin-bottom: 0.5rem;
}
.product-nav-dots a,
.product-nav-dots button,
.product-nav-dots span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin-right: 0.9rem;
  transition: box-shadow 0.35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-nav-dots a.active, .product-nav-dots a:hover,
.product-nav-dots button.active,
.product-nav-dots button:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
  box-shadow: 0 0 0 0.1rem #cccccc;
}
.product-nav-dots a:last-child,
.product-nav-dots button:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}
.product .product-nav-dots a, .product .product-nav-dots button, .product .product-nav-dots span {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
}
.product .product-nav-dots a.active, .product .product-nav-dots a:hover, .product .product-nav-dots button.active, .product .product-nav-dots button:hover, .product .product-nav-dots span.active, .product .product-nav-dots span:hover {
  box-shadow: none;
}
.product-nav-thumbs {
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}
.product-nav-thumbs a,
.product-nav-thumbs span {
  display: flex;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.2rem;
  border: 0.2rem solid #fff;
  margin-right: 0.4rem;
  transition: box-shadow 0.35s ease;
}
.product-nav-thumbs a.active, .product-nav-thumbs a:hover, .product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}
.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
  margin-right: 0;
}
.product-nav-thumbs img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-disabled {
  pointer-events: none;
}
.product-disabled .btn-product,
.product-disabled .btn-product-icon {
  pointer-events: none;
  color: #fff;
  background-color: #ccc !important;
}
.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
  justify-content: center;
}
/* Product 2 */
.product.product-2 .product-body {
  padding-bottom: 0.4rem;
}
.product.product-2 .product-action {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product.product-2 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.product.product-2 .btn-product + .btn-product {
  border-left-style: solid;
}
.product.product-2 .ratings-container:last-child {
  margin-bottom: 1.6rem;
}
.product.product-2 .product-action-vertical {
  top: 2rem;
}
.product.product-2 .product-nav-dots {
  margin-bottom: 2rem;
}
.product-footer {
  display: none;
  padding-top: 1.3rem;
}
/* Product 3 */
.product.product-3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.product.product-3 .product-action {
  position: absolute;
  bottom: 100%;
  border-bottom: 0.1rem solid #ebebeb;
  background-color: #fff;
  transform: translateY(0);
  transition-duration: 0.25s;
}
.product.product-3 .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}
.product.product-3 .btn-product:not(:hover):not(:focus) span {
  color: #333;
}
.product.product-3 .product-price,
.product.product-3 .product-nav {
  margin-bottom: 0;
}
.product.product-3 .product-body {
  background-color: #fff;
  z-index: 2;
}
.product.product-3 .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.35s ease;
  padding: 0 2rem 1rem;
}
.product.product-3:hover {
  box-shadow: none;
}
/* Product 4 */
.product.product-4 .product-body {
  padding-bottom: 2rem;
  z-index: 2;
}
.product.product-4 .product-body div:last-child {
  margin-bottom: 0;
}
.product.product-4 .product-action {
  background-color: transparent;
}
.product.product-4 .product-action-vertical {
  transform: translate(0, 10px);
}
.product.product-4 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #fff;
  background-color: #3399ff;
  text-transform: uppercase;
}
.product.product-4 .btn-product span {
  color: inherit;
  transition-duration: 0s;
}
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  color: #fff;
  background-color: #278bf0;
}
.product.product-4 .btn-product:hover span, .product.product-4 .btn-product:focus span {
  border-bottom-color: transparent;
}
.product.product-4 .product-title {
  margin-bottom: 1rem;
}
.product.product-4 .product-nav {
  margin-bottom: 0;
}
.product.product-4 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 2.5rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}
.product.product-4 .ratings-container {
  margin-bottom: 0;
}
.product.product-4:hover .product-action-vertical {
  transform: translate(0, 0);
}
.product.product-4:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.product-4-carousel .owl-stage {
  padding-bottom: 4rem;
}
/* Product 5 */
.product.product-5 .product-body {
  padding-bottom: 1.6rem;
  background-color: #fff;
  transition-duration: 0s;
  z-index: 2;
}
.product.product-5 .product-body div:last-child {
  margin-bottom: 0;
}
.product.product-5 .product-action {
  background-color: transparent;
}
.product.product-5 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #3399ff;
  background-color: #333333;
}
.product.product-5 .btn-product span {
  color: #fff;
  transition-duration: 0s;
}
.product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
  color: #fff;
  background-color: #3399ff;
}
.product.product-5 .btn-product:hover span, .product.product-5 .btn-product:focus span {
  border-bottom-color: transparent;
}
.product.product-5 .product-title {
  margin-bottom: 1rem;
}
.product.product-5 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}
.product.product-5 .ratings-container {
  margin-bottom: 0;
}
.product.product-5 .ratings-container + .product-nav {
  margin-top: 1.7rem;
}
.product.product-5 .product-nav {
  margin-bottom: 0;
}
.product.product-5:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.product-5-carousel .owl-stage {
  padding-bottom: 7rem;
}
/* Product 6 */
.product.product-6 {
  overflow: hidden;
}
.product.product-6 .product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 2rem;
  padding-bottom: 0;
  z-index: 3;
  transform: translateY(100%);
}
.product.product-6 .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.1rem solid #ebebeb;
  margin-top: 2.4rem;
}
.product.product-6 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.product.product-6 .btn-product + .btn-product {
  border-left-style: solid;
}
.product.product-6 .product-cat {
  margin-bottom: 0.5rem;
}
.product.product-6 .product-title {
  margin-bottom: 1rem;
}
.product.product-6:hover {
  box-shadow: none;
}
.product.product-6:hover .product-body {
  transform: translateY(0);
}
/* Product 7 */
.product.product-7 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #3399ff;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #ebebeb;
}
.product.product-7 .btn-product span {
  color: #3399ff;
}
.product.product-7 .btn-product:before {
  display: inline-block;
  margin-top: -0.1rem;
}
.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
  color: #fff;
  background-color: #3399ff;
  border-bottom-color: #3399ff;
}
.product.product-7 .btn-product:hover span, .product.product-7 .btn-product:focus span {
  color: #fff;
  border-bottom-color: transparent;
}
.product.product-7 .product-nav-thumbs {
  margin-bottom: 1rem;
}
/* Product 8 */
.product.product-8 {
  margin-bottom: 2rem;
}
.product.product-8 .product-media {
  border: 0.1rem solid #ebebeb;
}
.product.product-8 .product-body {
  padding: 1.9rem 0.5rem 4rem;
}
.product.product-8 .product-cat {
  color: #ccc;
  margin-bottom: 0.5rem;
}
.product.product-8 .product-action {
  background-color: transparent;
}
.product.product-8 .product-action-vertical {
  transform: translate(0, 10px);
}
.product.product-8 .new-price {
  color: #3399ff;
}
.product.product-8 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}
.product.product-8 .btn-product:before {
  color: #3399ff;
  margin-top: -2px;
  margin-right: 0.6rem;
}
.product.product-8 .btn-product span {
  font-size: 1.4rem;
  color: inherit;
  transition-duration: 0s;
}
.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
  color: #fff;
  background-color: #3399ff;
}
.product.product-8 .btn-product:hover:before, .product.product-8 .btn-product:focus:before {
  color: #fff;
}
.product.product-8 .btn-product:hover span, .product.product-8 .btn-product:focus span {
  border-bottom-color: transparent;
}
.product.product-8 .product-title {
  margin-bottom: 1rem;
}
.product.product-8 .product-price {
  margin-bottom: 0.9rem;
}
.product.product-8 .product-nav {
  padding-top: 0.4rem;
  margin-bottom: 1.3rem;
}
.product.product-8 .product-nav:last-child {
  margin-bottom: 0;
}
.product.product-8 .ratings-container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  margin-bottom: 0;
  transition: all 0.35s ease;
}
.product.product-8:hover .product-action-vertical {
  transform: translate(0, 0);
}
.product.product-8:hover .ratings-container {
  opacity: 1;
}
/* Product 9 */
.product.product-9 .product-price {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #333;
}
.product.product-9 .old-price {
  text-decoration: none;
}
.product.product-9 .label-sale {
  background-color: #3399ff;
  text-transform: uppercase;
}
.product.product-9 .product-body {
  padding: 1rem 2rem;
  transition: all 0.3s;
}
.product.product-9 .product-action {
  bottom: auto;
  background-color: #fff;
  text-transform: uppercase;
}
.product.product-9 .product-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: 0.1rem;
  background-color: #ebebeb;
}
.product.product-9 .product-detail {
  position: absolute;
  visibility: hidden;
  padding-top: 1rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.product.product-9 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
}
.product.product-9:hover {
  margin-bottom: -9rem !important;
  box-shadow: none;
}
.product.product-9:hover .product-body, .product.product-9:hover .product-action {
  transform: translateY(-100%);
}
.product.product-9:hover .product-intro {
  padding-bottom: 9rem;
}
.product.product-9:hover .product-detail {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}
.product.product-9 .product-nav-dots a, .product.product-9 .product-nav-dots span {
  width: 4rem;
  height: 5rem;
  border-radius: 0.5rem;
}
/* Product 10 */
.product.product-10:hover .product-body, .product.product-10:focus .product-body {
  transform: translateY(-56px);
}
.product.product-10:hover .product-action, .product.product-10:focus .product-action {
  transform: translateY(22%);
}
.product.product-10 .btn-expandable span {
  background-color: #fcb941;
}
.product.product-10 .product-media {
  background-color: #fff;
  padding: 2rem;
}
.product.product-10 .product-image-hover {
  padding: 2rem;
}
.product.product-10 .product-body .btn-wishlist {
  width: 100%;
  left: 50%;
  right: 0;
  top: 4.5rem;
  transform: translateX(-50%);
}
.product.product-10 .product-body .btn-wishlist span {
  margin-left: 0.5rem;
  display: flex;
}
.product.product-10 .product-body .btn-wishlist:hover, .product.product-10 .product-body .btn-wishlist:focus {
  color: #666;
}
.product.product-10 .product-body .btn-wishlist:hover::before, .product.product-10 .product-body .btn-wishlist:focus::before {
  content: "\f233";
}
.product.product-10 .btn-product:hover span, .product.product-10 .btn-product:focus span {
  color: #3399ff;
  box-shadow: 0 1px 0 0 #fcb941;
}
.product.product-10 .product-action {
  display: flex;
  justify-content: center;
}
.product.product-10 .product-body {
  padding-bottom: 5rem;
}
.product.product-10 .btn-cart {
  padding: 0.5rem 3.5rem;
  border: 0.2rem solid #fcb941;
  border-radius: 0.5rem;
  color: #fcb941;
}
.product.product-10 .btn-cart span {
  text-transform: uppercase;
}
.product.product-10 .btn-cart::before {
  content: "";
}
.product.product-10 .btn-cart:hover, .product.product-10 .btn-cart:focus {
  color: #222;
  background-color: #fcb941;
}
.product.product-10 .btn-quickview {
  color: #fcb941;
}
.product.product-10 .btn-quickview:hover, .product.product-10 .btn-quickview:focus {
  color: #fff;
  background-color: #fcb941;
}
.product.product-10 .product-title a {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #333;
}
.product.product-10 .product-title a:hover, .product.product-10 .product-title a:focus {
  color: #fcb941;
}
.product.product-10 .product-price {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #333333;
}
.product.product-10 .new-price {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
.product.product-10 .old-price {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
.product.product-10 .product-label {
  left: 3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.01em;
}
.product.product-10 .product-label.label-deal {
  color: #fff;
  background-color: #ef837b;
  padding: 0.5rem 2rem;
  left: 0;
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.2);
}
/* Product 11 */
.product.product-11 a:hover,
.product.product-11 a:focus {
  color: #3399ff;
}
.product.product-11 .btn-product-icon {
  color: #333;
}
.product.product-11 .btn-product-icon:hover, .product.product-11 .btn-product-icon:focus {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.product.product-11 .product-price {
  color: #333;
}
.product.product-11 .old-price {
  text-decoration: none;
}
.product.product-11 .product-body {
  padding-bottom: 7rem;
}
.product.product-11 .product-action {
  bottom: 2rem;
}
.product.product-11 .btn-product {
  text-transform: uppercase;
  color: #333;
  border: 0.1rem solid #ebebeb;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.product.product-11 .btn-product span {
  font-size: 1.4rem;
}
.product.product-11 .btn-product:hover, .product.product-11 .btn-product:focus {
  color: #fff;
  border-color: #3399ff;
  background-color: #3399ff;
}
.product.product-11 .btn-product:hover span, .product.product-11 .btn-product:focus span {
  color: #fff;
  border-bottom-color: transparent;
}
.product.product-11:hover, .product.product-11:focus {
  z-index: 10;
}
/* Product List */
.product.product-list {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2rem;
}
.product.product-list .btn-wishlist.added-to-wishlist::before {
  color: #3399ff;
}
.product.product-list .product-media {
  height: 100%;
}
.product.product-list .product-media > a {
  height: 100%;
}
.product.product-list .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product.product-list .product-body {
  padding: 0;
}
.product.product-list .product-body .btn-wishlist {
  top: 3.1rem;
}
.product.product-list .product-list-action {
  position: absolute;
  top: 50%;
  width: 92%;
  transform: translateY(-50%);
}
.product.product-list .product-content {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 1rem;
  margin-bottom: 0;
}
.product.product-list .product-content p {
  margin-bottom: 0;
}
.product.product-list .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.2rem;
}
.product.product-list .ratings-container {
  margin-bottom: 1.2rem;
}
.product.product-list .btn-product {
  color: #777;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  flex: 1 1 50%;
  max-width: 50%;
}
.product.product-list .btn-product:before {
  margin-right: 0.5rem;
  padding-bottom: 1px;
}
.product.product-list .btn-product span {
  color: inherit;
  font-size: 1.2rem;
  transition: box-shadow 0.35s ease, color 0s ease;
}
.product.product-list .btn-product.disabled {
  pointer-events: none;
}
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  color: #3399ff;
}
.product.product-list .btn-product:hover span, .product.product-list .btn-product:focus span {
  color: inherit;
}
.product.product-list .btn-product.btn-cart {
  color: #3399ff;
  border: 0.1rem solid #3399ff;
  flex: 1 1 100%;
  max-width: 100%;
  width: 99%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.35s ease;
}
.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}
.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
  color: #fff;
  background-color: #3399ff;
}
.product.product-list .btn-product.btn-cart:hover span, .product.product-list .btn-product.btn-cart:focus span {
  border-bottom-color: transparent;
}
.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}
.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}
.product.product-list .btn-product.btn-quickview {
  padding-left: 0;
  justify-content: center;
}
.product.product-list .btn-product.btn-compare {
  padding-right: 0;
}
.product.product-list .product-nav {
  margin-top: 2.4rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
}
molla-product-nine:last-child .product.product-list {
  border-bottom: 0;
}
/* Products Small */
.product.product-sm {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
}
.product.product-sm:hover {
  box-shadow: none;
}
.product.product-sm .product-media {
  flex: 0 0 80px;
  max-width: 80px;
}
.product.product-sm .product-body {
  flex: 1 1 auto;
  padding: 0.5rem 0 0.5rem 2rem;
}
.product.product-sm .product-cat {
  color: #ccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.product.product-sm .product-title {
  font-size: 1.4rem;
}
.product.product-sm .product-price {
  font-size: 1.6rem;
}
.product.product-sm .product-title {
  margin-bottom: 0.2rem;
}
.product.product-sm .product-price {
  margin-bottom: 0;
}
.product.product-sm .product-price .old-price {
  text-decoration: none;
}
.product-gallery-image div {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .just-action-icons-sm .btn-product span {
    display: none;
  }
  .just-action-icons-sm .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .just-action-icons-md .btn-product span {
    display: none;
  }
  .just-action-icons-md .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .just-action-icons-lg .btn-product span {
    display: none;
  }
  .just-action-icons-lg .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .just-action-icons-xl .btn-product span {
    display: none;
  }
  .just-action-icons-xl .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .product.product-list .btn-product span {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  :not(.product-action.action-icon-top) .btn-product.btn-quickview {
    padding: 0;
    font-size: 15px;
  }

  .btn-product.btn-compare {
    padding-left: 4px;
    padding-right: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product.product-list .product-list-action {
    width: 80%;
  }
  .product.product-list .product-cat {
    padding-top: 1rem;
  }
  .product.product-list .btn-product.btn-cart {
    width: 100%;
  }
  .product.product-list .btn-product.btn-compare {
    justify-content: flex-end;
  }
  .product.product-list .btn-product span {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .product-body.product-action-inner {
    padding-right: 3rem;
  }
  .product-body .btn-wishlist {
    right: 0.5rem;
  }

  .product-3 .product-nav, .product-3 .btn-compare {
    display: none;
  }

  .product.product-4 .product-title, .product.product-4 .product-price {
    font-size: 1.4rem;
  }
  .product.product-4 .product-nav-dots a, .product.product-4 .product-nav-dots button, .product.product-4 .product-nav-dots span {
    width: 1.8rem;
    height: 1.8rem;
  }
  .product.product-4 .product-body.product-action-inner {
    padding-right: 1rem;
  }

  .shop-market .product-countdown-container .product-countdown .countdown-amount {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 425px) {
  .products .ratings-container {
    display: none;
  }

  .product-title, .product-price {
    font-size: 1.4rem;
  }

  .product-cat {
    font-size: 1.2rem;
  }

  .product-nav-dots a, .product-nav-dots button, .product-nav-dots span {
    width: 1.8rem;
    height: 1.8rem;
  }

  .btn-product:before {
    margin-right: 0.2rem;
  }

  .product-body, .product.product-3 .product-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-3 .product-body {
    padding-bottom: 1rem;
  }

  .product-countdown .countdown-section {
    margin: 0 2px;
  }

  .product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 4px);
  }

  .product-countdown .countdown-amount {
    font-size: 1.5rem;
  }

  .action-icon-top .btn-product span {
    display: none;
  }

  .product .ratings-container {
    flex-direction: column;
  }
  .product .ratings-container .ratings-text {
    margin-left: 0;
    margin-top: 10px;
  }

  .product:not(.text-center) .ratings-container {
    align-items: flex-start;
  }

  .quickView-content .ratings-container {
    flex-direction: row;
  }

  .product.product-list .ratings-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 414px) {
  .product-body {
    padding: 1.6rem 1rem;
  }
}
@media screen and (max-width: 375px) {
  .product-details .ratings-text {
    margin-top: 0;
    margin-left: 0.8rem;
  }

  .product.product-9:hover .product-intro {
    padding-bottom: 10rem;
  }

  .btn-expandable:hover, .btn-expandable:focus {
    border-radius: 50%;
  }
  .btn-expandable span {
    display: none;
  }

  .product-action-dark .btn-product span {
    display: none;
  }

  .product-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-action-vertical {
    top: 1rem;
    right: 1rem;
  }

  .product-label {
    left: 1rem;
    top: 1rem;
  }
  .product-label + .product-label {
    top: 4rem;
  }

  .btn-product-icon + .btn-product-icon {
    margin-top: 0.2rem;
  }

  .product.product-3 .btn-compare, .product.product-5 .btn-compare {
    display: none;
  }

  .product:not(.product-list) .product-action .btn-product {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .product.product-2 .product-action {
    padding-top: 0;
    padding-bottom: 0;
  }

  .label-circle + .label-circle {
    top: 4.6rem;
  }

  .product > .product-action .btn-product {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .product.product-9:hover .product-body,
.product.product-9:hover .product-action {
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 991px) {
  .sticky-wrapper {
    z-index: 1;
  }
}
/*-------------------- 4.9.Banners --------------------*/
/* Banners */
.banners-group {
  margin-bottom: 1.9rem;
}
.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}
.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner.banner-menu img {
  height: 100%;
}
.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: 0.4rem;
  left: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner-content a:hover, .banner-content a:focus {
  text-decoration: underline;
}
.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.banner-title a {
  color: inherit;
}
.banner-title a:hover, .banner-title a:focus {
  text-decoration: none;
}
.banner-title.text-white a {
  color: #fff;
}
.banner-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.banner-subtitle a {
  color: inherit;
}
.banner-subtitle a:hover, .banner-subtitle a:focus {
  text-decoration: none;
}
.banner-subtitle.text-white a {
  color: #fff;
}
.banner-link {
  font-weight: 400;
  display: inline-block;
}
.banner-big {
  color: #cccccc;
}
.banner-big .banner-content {
  max-width: 470px;
  left: 3rem;
}
.banner-big .banner-subtitle {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.banner-big .banner-title {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.banner-big .banner-title + .btn {
  margin-top: 1rem;
}
.banner-big p:last-of-type {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 768px) {
  .banner-content {
    left: 3rem;
  }

  .banner-big .banner-content {
    left: 6rem;
  }
  .banner-big .banner-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-content {
    left: 4rem;
  }

  .banner-big .banner-content {
    left: 10rem;
  }
  .banner-big .banner-title {
    font-size: 5rem;
  }
}
.banner-display {
  position: relative;
}
.banner-display > a:before, .banner-display > figure:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.35s ease;
}
.banner-display.banner-overlay-light > a:before, .banner-display.banner-overlay-light > figure:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-display:hover > a:before, .banner-display:hover > figure::before {
  visibility: visible;
  opacity: 1;
}
.banner-display .banner-content {
  padding-top: 0;
}
.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem;
}
.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0;
}
.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 4.5rem;
}
.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}
.btn.banner-link i:first-child {
  margin-right: 0;
}
.btn.banner-link i:last-child {
  margin-left: 0.9rem;
}
.banner-overlay > a {
  position: relative;
}
.banner-overlay > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .banner-display .banner-title {
    font-size: 2.4rem;
  }
}
/*-------------------- 4.10.Banners Video --------------------*/
/* Banners Videos */
.video-banner p {
  max-width: 500px;
}
.video-banner p:last-child {
  margin-bottom: 0;
}
.video-banner.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.video-banner-bg {
  padding-top: 8.5rem;
  padding-bottom: 7.5rem;
}
.video-banner-title {
  letter-spacing: -0.025em;
  margin-bottom: 3.6rem;
}
.video-banner-title > span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin-bottom: 1.6rem;
}
.video-fullheight {
  display: flex;
  align-items: center;
}
.btn-video {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #3399ff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
}
.btn-video i {
  margin-right: -0.2rem;
}
.btn-video:hover, .btn-video:focus {
  color: #fff;
  background-color: #278bf0;
  box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}
.video-banner-poster .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.video-banner-poster .video-banner-title span {
  font-weight: 300;
  font-size: 1.6rem;
}
.video-poster {
  position: relative;
}
.video-poster img {
  border-radius: 0.4rem;
  width: 100%;
}
.video-poster-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-poster-title {
  font-weight: 400;
  margin-bottom: 3rem;
  letter-spacing: -0.025em;
}
.video-banner-box {
  padding: 3rem;
}
.video-banner-box .video-poster img {
  border-radius: 0;
}
.video-box-content {
  padding-left: 0;
  max-width: 460px;
  font-size: 1.5rem;
  color: #777;
}
.video-box-content .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.video-box-content .video-banner-title span {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.video-box-content p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .video-banner-bg {
    padding-top: 14.5rem;
    padding-bottom: 13.5rem;
  }

  .video-banner-title > span {
    font-size: 2.4rem;
  }

  .video-box-content .video-banner-title span {
    font-size: 2rem;
  }

  .btn-video {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .video-banner-bg {
    padding-top: 18.5rem;
    padding-bottom: 17.5rem;
  }

  .video-box-content {
    padding-left: 5rem;
  }

  .video-fullheight {
    height: 100vh;
    max-height: 900px;
  }
}
@media screen and (min-width: 992px) {
  .video-box-content {
    padding-left: 7rem;
  }
}
/*-------------------- 4.11.Banners Category --------------------*/
/* Banners Category */
.banner-cat .banner-title {
  margin-bottom: 0.1rem;
}
.banner-cat .banner-subtitle {
  margin-bottom: 1.6rem;
}
.banner-content-overlay {
  overflow: hidden;
  padding: 1.8rem 2rem 0.7rem;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 0.3s ease;
}
.banner-content-overlay .banner-subtitle {
  margin-bottom: 0.9rem;
}
.banner-content-overlay .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}
.banner:hover .banner-content-overlay {
  padding-bottom: 3.7rem;
  background-color: white;
}
.banner:hover .banner-content-overlay .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2rem;
  background-color: white;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all 0.3s ease;
}
.banner-content-static .banner-subtitle {
  transition: all 0.25s ease;
  margin-bottom: 0.9rem;
}
.banner-content-static .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}
.banner:hover .banner-content-static {
  background-color: white;
}
.banner:hover .banner-content-static .banner-subtitle {
  opacity: 0;
}
.banner:hover .banner-content-static .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-content.banner-content-top {
  top: 105px;
}
.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-content.banner-content-right {
  left: auto;
  right: 30px;
}
.banner-link-anim .banner-content {
  transition: all 0.3s ease;
}
.banner-link-anim .banner-subtitle {
  margin-bottom: 0;
}
.banner-link-anim .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 130px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
.banner-link-anim .banner-content-center .banner-link {
  left: 50%;
  transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%);
}
.banner-link-anim:hover .banner-content {
  padding-bottom: 4rem;
}
.banner-link-anim:hover .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.banner-link-anim:hover .banner-content-center .banner-link {
  transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
}
.banner-badge .banner-link {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  padding: 1.2rem 2rem;
  text-align: center;
  min-width: 154px;
  border-radius: 0.2rem;
  position: absolute;
  top: auto;
  bottom: 3.2rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  overflow: hidden;
}
.banner-badge .banner-title,
.banner-badge .banner-subtitle {
  transition: all 0.3s ease;
}
.banner-badge .banner-subtitle {
  margin-bottom: 0;
}
.banner-badge .banner-link-text {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: all 0.3s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
  text-decoration: none;
}
.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  opacity: 1;
  background-color: #3399ff;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
/*-------------------- 4.12.Social Icons --------------------*/
/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #777;
  margin: 0;
  background-color: transparent;
  border: 0.1rem solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all 0.35s ease;
}
.social-icon:not(:last-child) {
  margin-right: 1rem;
}
.social-icon:hover, .social-icon:focus {
  color: #3399ff;
  border-color: #3399ff;
  background-color: transparent;
}
.social-icon.social-facebook {
  color: #3b5998;
}
.social-icon.social-twitter {
  color: #79c8ed;
}
.social-icon.social-instagram {
  color: #dd6d9a;
}
.social-icon.social-youtube {
  color: #e66262;
}
.social-icon.social-pinterest {
  color: #e66262;
}
.social-icon.social-linkedin {
  color: #3399cc;
}
.social-icon.social-x-twitter {
  color: #000000;
}
.social-icons-color,
.social-icons-simple {
  line-height: 1;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-right: 2rem;
}
.social-label {
  margin-bottom: 0;
  margin-right: 2rem;
}
.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
}
.social-icons-sm .social-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.social-icons-sm .social-label {
  margin-right: 1rem;
}
.social-icons-colored .social-icon.social-facebook {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.social-icons-colored .social-icon.social-twitter {
  color: #fff;
  border-color: #79c8ed;
  background-color: #79c8ed;
}
.social-icons-colored .social-icon.social-instagram {
  color: #fff;
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}
.social-icons-colored .social-icon.social-youtube {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.social-icons-colored .social-icon.social-pinterest {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.social-icons-colored .social-icon.social-linkedin {
  color: #fff;
  border-color: #3399cc;
  background-color: #3399cc;
}
.social-icons-colored .social-icon.social-x-twitter {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}
.social-icons-colored .social-icon:hover, .social-icons-colored .social-icon:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored .social-icon:hover.social-facebook, .social-icons-colored .social-icon:focus.social-facebook {
  color: #3b5998;
}
.social-icons-colored .social-icon:hover.social-twitter, .social-icons-colored .social-icon:focus.social-twitter {
  color: #79c8ed;
}
.social-icons-colored .social-icon:hover.social-instagram, .social-icons-colored .social-icon:focus.social-instagram {
  color: #dd6d9a;
}
.social-icons-colored .social-icon:hover.social-youtube, .social-icons-colored .social-icon:focus.social-youtube {
  color: #e66262;
}
.social-icons-colored .social-icon:hover.social-pinterest, .social-icons-colored .social-icon:focus.social-pinterest {
  color: #e66262;
}
.social-icons-colored .social-icon:hover.social-linkedin, .social-icons-colored .social-icon:focus.social-linkedin {
  color: #3399cc;
}
.social-icons-colored .social-icon:hover.social-x-twitter, .social-icons-colored .social-icon:focus.social-x-twitter {
  color: #000000;
}
.sticky-content .social-icon i {
  line-height: 0;
}
/*-------------------- 4.13.Testimonials --------------------*/
/* Testimonials */
.testimonial-icon:before {
  font-family: "molla";
  content: "\f10d";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #3399ff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.testimonial img {
  display: inline-block !important;
  max-width: 70px;
  border-radius: 50%;
  margin-top: 1rem;
  margin-bottom: 2.1rem;
}
/*-------------------- 4.14.Forms --------------------*/
/* Inputs */
.form-group {
  margin-bottom: 2rem;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}
.form-control {
  height: 41px;
  padding: 0.85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  outline-width: 0;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
.form-control-white {
  border-color: #fff;
}
.form-control:focus {
  color: #777;
  background-color: #fff;
  border-color: #3399ff;
  box-shadow: none;
  outline: none !important;
}
.form-control::placeholder {
  color: #777;
}
textarea.form-control {
  min-height: 130px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.form-control-rounded {
  border-radius: 0.2rem;
}
.input-group-round .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group-round > .input-group-append > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
label {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
}
.form-text {
  color: #999999;
  line-height: 1.5;
  margin-top: 0;
}
.form-control + .form-text {
  margin-top: -0.5rem;
  margin-bottom: 0.6rem;
}
small.form-text {
  font-size: 85%;
}
.required-field > label::after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 0.45rem;
}
.required {
  color: #e02b27;
  font-size: 1.2rem;
}
.required + .form-footer {
  margin-top: 0.8rem;
}
.form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.select-custom {
  position: relative;
  margin-bottom: 1rem;
}
.select-custom select {
  appearance: none;
}
.select-custom::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  display: inline-block;
  right: 1.9rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-51%);
  color: #333333;
  z-index: -1;
}
.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}
.form-group-custom-control {
  margin-top: 2rem;
}
.form-group-custom-control .custom-control {
  margin-top: 0;
  margin-bottom: 2rem;
}
.form-group-custom-control + .form-group-custom-control {
  margin-top: -0.5rem;
}
.form-group-custom-control .custom-control-label {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}
.custom-control {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  margin-left: -2.6rem;
}
.custom-control-label:hover {
  cursor: pointer;
}
.custom-control-label::before {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dadada;
}
.custom-control-label::after {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
@supports (-ms-ime-align: auto) {
  .custom-control-label:after {
    top: 0.5rem;
  }

  input.form-control {
    outline: 0;
  }
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  font-family: "molla";
  content: "\ec2d";
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-top: 0.1rem;
  visibility: hidden;
  transition: opacity 0.01s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #333;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}
.custom-control.custom-radio .custom-control-label::before {
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3399ff;
  background-color: #fff;
}
.custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.1rem;
  left: 0.5rem;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  z-index: 2;
  background-color: #3399ff;
}
.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2.4rem;
  color: #777;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.form-control-tooltip .input-tooltip:hover, .form-control-tooltip .input-tooltip:focus {
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }

  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
/*-------------------- 4.15.Call to Actions --------------------*/
/* Call to Actions */
.cta .input-group {
  margin-bottom: 0;
}
.cta .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
}
.cta .form-control:not(:focus):not(.form-control-white) {
  border-color: #dadada;
}
.cta .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.cta .btn:not(.btn-block) {
  min-width: 170px;
}
.cta.bg-image {
  background-color: #f5f5f5;
}
.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.cta-desc {
  margin-bottom: 1.5rem;
}
.cta-horizontal .form-control {
  flex-grow: 1;
  margin-right: 2rem;
}
.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0;
}
.cta-horizontal-box {
  padding-top: 5.2rem;
  padding-bottom: 4.8rem;
}
.cta-heading {
  padding-top: 0.7rem;
  margin-bottom: 2.7rem;
}
.cta-heading .cta-title {
  margin-bottom: 0.5rem;
}
.cta-text {
  padding-top: 0.5rem;
}
.cta-text .cta-title {
  margin-bottom: 2.1rem;
}
.cta-text .cta-desc {
  margin-bottom: 2.3rem;
}
.cta-separator {
  position: relative;
}
.cta-separator [class*=col-] + [class*=col-]:before {
  content: "";
  width: 0.1rem;
  display: block;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ebebeb;
}
.cta-separator.bg-image [class*=col-] + [class*=col-]:before {
  background-color: #dadada;
}
.cta-wrapper {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.cta-wrapper .cta-title {
  margin-bottom: 0.6rem;
}
.cta-wrapper .cta-desc {
  margin-bottom: 2rem;
}
.cta-wrapper.cta-text {
  max-width: 330px;
}
.cta-wrapper.cta-text .cta-title {
  margin-bottom: 1.6rem;
}
.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 2.6rem;
}
.cta-border {
  padding: 3.9rem 2rem;
  border: 1rem solid #f5f5f5;
  text-align: center;
}
.cta-border .cta-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta-border .cta-heading {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}
.cta-border .cta-title {
  margin: 0 0 2rem;
}
.cta-border .cta-text {
  position: relative;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.cta-border .cta-text::before {
  content: "";
  background-color: #f5f5f5;
  width: 0.5rem;
  height: 9rem;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -4.5rem;
  display: none;
}
.cta-border p {
  max-width: 460px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .cta-border {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-border .cta-content {
    flex-direction: row;
    padding-left: 1.5rem;
  }
  .cta-border .cta-heading {
    flex: 0 0 24.7%;
    max-width: 24.7%;
    padding-right: 3rem;
  }
  .cta-border .cta-title {
    margin-bottom: 0;
  }
  .cta-border .cta-text {
    margin-right: 2rem;
    padding-left: 3rem;
    margin-bottom: 0;
  }
  .cta-border .cta-text::before {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .cta-horizontal-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .cta-horizontal .cta-desc {
    margin-bottom: 1.5rem;
  }

  .cta-separator [class*=col-] + [class*=col-]:before {
    height: 0.1rem;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: auto;
  }

  .cta-border .cta-title,
.cta-border .cta-title.text-right {
    text-align: center !important;
  }

  .cta-border .cta-content {
    display: block;
  }

  .cta-border p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cta-horizontal .form-control {
    margin-right: 1rem;
  }

  .cta .btn:not(.btn-block) {
    min-width: 0;
  }

  .cta-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .cta .input-group {
    flex-direction: column;
  }
  .cta .input-group .form-control {
    width: 100%;
    margin-right: 0;
  }
  .cta .input-group .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  .cta .input-group .input-group-append,
.cta .input-group .input-group-prepend {
    justify-content: center;
  }
  .cta .input-group-round .form-control,
.cta .input-group-round .btn {
    border-radius: 30px;
  }
  .cta .input-group-round .input-group-append {
    justify-content: center;
  }
}
/*-------------------- 4.16.Tables --------------------*/
/* Tables */
.table.table-wishlist,
.table.table-cart,
.table.table-summary,
.table.table-order {
  margin-bottom: 3rem;
}
.table.table-wishlist th,
.table.table-cart th,
.table.table-summary th,
.table.table-order th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999999;
}
.table.table-wishlist th,
.table.table-wishlist thead th,
.table.table-wishlist td,
.table.table-cart th,
.table.table-cart thead th,
.table.table-cart td,
.table.table-summary th,
.table.table-summary thead th,
.table.table-summary td,
.table.table-order th,
.table.table-order thead th,
.table.table-order td {
  border-top: none;
  border-bottom: 0.1rem solid #ebebeb;
}
.table.table-wishlist th,
.table.table-wishlist td,
.table.table-cart th,
.table.table-cart td,
.table.table-summary th,
.table.table-summary td,
.table.table-order th,
.table.table-order td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.table.table-wishlist td,
.table.table-cart td,
.table.table-summary td,
.table.table-order td {
  vertical-align: middle;
}
/*-------------------- 4.17. Counters --------------------*/
/* Counters */
.count-container {
  margin-bottom: 3.3rem;
}
.count-wrapper {
  color: #3399ff;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
/*-------------------- 4.18.Pagination --------------------*/
/* Pagination */
.pagination {
  border-radius: 0;
  align-items: center;
  margin-bottom: 2rem;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0.3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.page-link i {
  font-size: 1.5rem;
}
.page-link.page-link-prev {
  margin-right: 1.7rem;
}
.page-link.page-link-prev i {
  margin-left: 0;
  margin-right: 1rem;
}
.page-link.page-link-next {
  margin-left: 1.8rem;
}
.page-link.page-link-next i {
  margin-left: 1rem;
  margin-right: 0;
}
.page-link.page-link-prev, .page-link.page-link-next {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 70px;
}
.page-link:hover {
  box-shadow: none;
  color: inherit;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}
.page-link:focus {
  outline: none !important;
  color: inherit;
  box-shadow: none;
}
.page-item-total {
  color: #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.2rem;
  white-space: nowrap;
}
.page-item + .page-item {
  margin-left: 0.4rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.page-item.active .page-link {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
}
.page-item.disabled .page-link {
  border-color: transparent;
  color: #eaeaea;
}
@media screen and (max-width: 575px) {
  .page-link.page-link-next {
    margin-left: 1rem;
  }
  .page-link.page-link-prev {
    margin-right: 1rem;
  }
}
/*-------------------- 4.19.Modals --------------------*/
/* Modals */
@keyframes modalFadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalFadeUpOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0.4;
    visibility: visible;
  }
}
@keyframes modalFadeOut {
  0% {
    opacity: 0.4;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.modal-backdrop {
  background-color: #333;
}
.modal-backdrop.show {
  opacity: 0.4;
  animation-name: modalFadeOut;
  animation-duration: 0.3s;
}
.modal-body {
  padding: 0;
}
.modal-body .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.modal-content {
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 100%;
  overflow: auto;
  border: none;
  background-color: transparent;
}
.vb-modal .modal-content {
  background: #fff;
  box-shadow: none;
}
.close {
  font-weight: normal;
  font-size: 1.8rem;
  color: #666666;
  opacity: 1;
  transition: all 0.3s;
}
.close:hover, .close:focus {
  color: #3399ff;
}
.modal-dialog {
  margin: 1rem auto;
  max-width: 1188px;
  animation-name: modalFadeUpOut;
  animation-duration: 0.3s;
}
.modal-open .modal-dialog {
  animation-name: modalFadeUpIn;
}
.modal-open .modal-backdrop {
  animation-name: modalFadeIn;
  transition: none;
}
.modal-close {
  position: absolute;
  font: normal normal 2.6rem/1 "molla";
  color: #666;
  font-size: 1.8rem;
  top: 1.5rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.video-modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 56.6rem;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.video-modal iframe {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.video-modal .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .modal-dialog {
    max-width: none;
  }
}
@media screen and (max-width: 620px) {
  .login-modal .modal-dialog {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
/*-------------------- 4.20.Alerts --------------------*/
/* Alerts */
.alert {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: -0.01em;
  border-radius: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  border: none;
}
.alert .container {
  position: relative;
}
.alert a {
  color: rgba(255, 255, 255, 0.7);
}
.alert a:hover, .alert a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.alert .close {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.alert .close span {
  display: inline-block;
  line-height: 1;
  padding-bottom: 0.2rem;
}
.alert-primary {
  color: #fff;
  background-color: #3399ff;
}
.alert-dark {
  color: #fff;
  background-color: #333;
}
.alert-danger {
  color: #fff;
  background-color: #da2828;
}
.alert-info {
  color: #fff;
  background-color: #32b1d6;
}
.alert-success {
  color: #fff;
  background-color: #20cb55;
}
.alert-warning {
  color: #fff;
  background-color: #ea8745;
}
/*-------------------- 4.21.Instagram Feeds --------------------*/
/* Instagram Feed */
.instagram-feed {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ccc;
  margin-bottom: 2rem;
}
.owl-carousel .instagram-feed {
  margin-bottom: 0;
}
.instagram-feed:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.instagram-feed:hover:after,
.instagram-feed:hover .instagram-feed-content {
  opacity: 1;
  visibility: visible;
}
.instagram-feed img {
  max-width: none;
  width: 100%;
}
.instagram-feed-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.instagram-feed-content i {
  font-weight: normal;
  margin-right: 0.8rem;
}
.instagram-feed-content a {
  color: inherit;
}
.instagram-feed-content a:hover, .instagram-feed-content a:focus {
  color: #3399ff;
}
.instagram-feed-content a + a {
  margin-left: 2rem;
}
/*-------------------- 4.22.Elements list --------------------*/
/* Lists */
.elements > div {
  padding: 1rem;
}
.elements > div:nth-child(1) .element-img {
  background-position: calc(-200px * ( 1 - 1 )) 0;
}
.elements > div:nth-child(1) .element-hover-img {
  background-position: calc(-200px * 1 + 100px) 0;
}
.elements > div:nth-child(2) .element-img {
  background-position: calc(-200px * ( 2 - 1 )) 0;
}
.elements > div:nth-child(2) .element-hover-img {
  background-position: calc(-200px * 2 + 100px) 0;
}
.elements > div:nth-child(3) .element-img {
  background-position: calc(-200px * ( 3 - 1 )) 0;
}
.elements > div:nth-child(3) .element-hover-img {
  background-position: calc(-200px * 3 + 100px) 0;
}
.elements > div:nth-child(4) .element-img {
  background-position: calc(-200px * ( 4 - 1 )) 0;
}
.elements > div:nth-child(4) .element-hover-img {
  background-position: calc(-200px * 4 + 100px) 0;
}
.elements > div:nth-child(5) .element-img {
  background-position: calc(-200px * ( 5 - 1 )) 0;
}
.elements > div:nth-child(5) .element-hover-img {
  background-position: calc(-200px * 5 + 100px) 0;
}
.elements > div:nth-child(6) .element-img {
  background-position: calc(-200px * ( 6 - 1 )) 0;
}
.elements > div:nth-child(6) .element-hover-img {
  background-position: calc(-200px * 6 + 100px) 0;
}
.elements > div:nth-child(7) .element-img {
  background-position: calc(-200px * ( 7 - 1 )) 0;
}
.elements > div:nth-child(7) .element-hover-img {
  background-position: calc(-200px * 7 + 100px) 0;
}
.elements > div:nth-child(8) .element-img {
  background-position: calc(-200px * ( 8 - 1 )) 0;
}
.elements > div:nth-child(8) .element-hover-img {
  background-position: calc(-200px * 8 + 100px) 0;
}
.elements > div:nth-child(9) .element-img {
  background-position: calc(-200px * ( 9 - 1 )) 0;
}
.elements > div:nth-child(9) .element-hover-img {
  background-position: calc(-200px * 9 + 100px) 0;
}
.elements > div:nth-child(10) .element-img {
  background-position: calc(-200px * ( 10 - 1 )) 0;
}
.elements > div:nth-child(10) .element-hover-img {
  background-position: calc(-200px * 10 + 100px) 0;
}
.elements > div:nth-child(11) .element-img {
  background-position: calc(-200px * ( 11 - 1 )) 0;
}
.elements > div:nth-child(11) .element-hover-img {
  background-position: calc(-200px * 11 + 100px) 0;
}
.elements > div:nth-child(12) .element-img {
  background-position: calc(-200px * ( 12 - 1 )) 0;
}
.elements > div:nth-child(12) .element-hover-img {
  background-position: calc(-200px * 12 + 100px) 0;
}
.elements > div:nth-child(13) .element-img {
  background-position: calc(-200px * ( 13 - 1 )) 0;
}
.elements > div:nth-child(13) .element-hover-img {
  background-position: calc(-200px * 13 + 100px) 0;
}
.elements > div:nth-child(14) .element-img {
  background-position: calc(-200px * ( 14 - 1 )) 0;
}
.elements > div:nth-child(14) .element-hover-img {
  background-position: calc(-200px * 14 + 100px) 0;
}
.elements > div > a {
  display: block;
}
.element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #ebebeb;
  position: relative;
  transition: all 0.3s;
}
.element:hover, .element:focus {
  box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}
.element:hover .element-hover-img, .element:focus .element-hover-img {
  visibility: visible;
  opacity: 1;
}
.element:hover .element-img, .element:focus .element-img {
  opacity: 0;
}
.element:hover p, .element:focus p {
  color: #333;
}
.element p {
  margin-top: -1rem;
  padding-bottom: 1rem;
}
.element-img,
.element-hover-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.element-hover-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.element-type {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  color: #666;
  text-transform: uppercase;
}
@media screen and (max-width: 374px) {
  .element p {
    font-size: 1.2rem;
  }
}
/*-------------------- 4.23.Overlay --------------------*/
body {
  overflow-y: scroll !important;
}
body.loaded {
  overflow: auto !important;
  overflow-x: hidden !important;
}
body.loaded .loading-overlay {
  display: none !important;
}
#root {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.5, 1);
}
#root.loaded {
  opacity: 1;
  visibility: visible;
}
.loading-overlay {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  transition: all 0.2s;
  text-align: center;
  z-index: 10000;
}
.bounce-loader::selection {
  background: transparent;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #CCC;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
  animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
  animation-delay: -0.16s;
}
/*-------------------- 4.24.Countdown --------------------*/
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  width: 100%;
  text-align: center;
}
.countdown-row:after {
  content: "";
  display: table;
  clear: both;
}
.countdown-show1 .countdown-section {
  width: calc(100% - 20px);
}
.countdown-show2 .countdown-section {
  width: calc(50% - 20px);
}
.countdown-show3 .countdown-section {
  width: calc(33.3% - 20px);
}
.countdown-show4 .countdown-section {
  width: calc(25% - 20px);
}
.countdown-show5 .countdown-section {
  width: calc(20% - 20px);
}
.countdown-show6 .countdown-section {
  width: calc(16.66% - 20px);
}
.countdown-show7 .countdown-section {
  width: calc(14.285% - 20px);
}
.countdown-section {
  position: relative;
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown-separator .countdown-section:not(:last-child):after {
  content: ":";
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*-------------------- 4.25.LightBox --------------------*/
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ril__outer {
  background-color: rgba(51, 51, 51, 0.6);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}
.ril__outerClosing {
  opacity: 0;
}
.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  transition: 0.35s;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}
.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}
.ril__navButtonPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: 0.6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: "molla";
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  transition: all 0.35s ease;
  -webkit-tap-highlight-color: transparent;
}
.ril__navButtonNext {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  opacity: 0.6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: "molla";
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  transition: all 0.35s ease;
  -webkit-tap-highlight-color: transparent;
}
.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}
.ril__caption,
.ril__toolbar {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}
.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}
.ril__toolbar {
  top: 0;
  height: 50px;
}
.ril__toolbarSide {
  height: 50px;
  margin: 0;
}
.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}
.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ril__toolbarItemChild {
  vertical-align: middle;
}
.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}
.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
}
.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center;
}
.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}
.ril__outerAnimating {
  animation-name: closeWindow;
}
@keyframes pointFade {
  0%, 19.999%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}
.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}
.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}
.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}
.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*-------------------- 4.26.Slider --------------------*/
/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.ng2-nouislider {
  margin-top: 0.4rem !important;
  margin-bottom: 3rem !important;
  margin-left: 1px;
  margin-right: 1px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
*/
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 10px;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
*/
.noUi-horizontal {
  height: 18px;
}
.noUi-target::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -10px;
  background-color: #eee;
}
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #555;
  top: -6px;
  right: -1px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -14.5px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  background: #eee;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect:nth-child(2) {
  background: #333;
}
.noUi-horizontal {
  height: 3px;
  cursor: pointer;
}
/* Handles and cursors;
*/
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
}
/* Handle stripes;
*/
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
*/
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
*
*/
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
*
*/
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
*
*/
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.filter-price {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.filter-price .filter-price-range {
  color: #3399ff;
}
/*-------------------- 4.27.Toast --------------------*/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #3399ff;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*-------------------- 4.28.Skeleton --------------------*/
.skeleton-body .skel-widget,
.skeleton-body .skel-pro,
.skeleton-body .skel-post,
.skeleton-body .skel-single-post,
.skeleton-body .skel-grid-post,
.skeleton-body .skel-sidebar-post,
.skeleton-body .skel-list-post,
.skeleton-body .skel-mask-post,
.skeleton-body .skel-post-sidebar-category,
.skeleton-body .skel-cat,
.skeleton-body .skel-pro-tabs,
.skeleton-body .skel-pro-single .skel-product-gallery,
.skeleton-body .skel-pro-single .entry-summary1,
.skeleton-body .skel-pro-single .entry-summary2,
.skeleton-body .skel-pro-single .entry-summary3 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.skeleton-body .skel-widget:before,
.skeleton-body .skel-pro:before,
.skeleton-body .skel-post:before,
.skeleton-body .skel-single-post:before,
.skeleton-body .skel-grid-post:before,
.skeleton-body .skel-sidebar-post:before,
.skeleton-body .skel-list-post:before,
.skeleton-body .skel-mask-post:before,
.skeleton-body .skel-post-sidebar-category:before,
.skeleton-body .skel-cat:before,
.skeleton-body .skel-pro-tabs:before,
.skeleton-body .skel-pro-single .skel-product-gallery:before,
.skeleton-body .skel-pro-single .entry-summary1:before,
.skeleton-body .skel-pro-single .entry-summary2:before,
.skeleton-body .skel-pro-single .entry-summary3:before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0);
}
.skeleton-body .skel-widget:after,
.skeleton-body .skel-pro:after,
.skeleton-body .skel-post:after,
.skeleton-body .skel-single-post:after,
.skeleton-body .skel-grid-post:after,
.skeleton-body .skel-sidebar-post:after,
.skeleton-body .skel-list-post:after,
.skeleton-body .skel-mask-post:after,
.skeleton-body .skel-post-sidebar-category:after,
.skeleton-body .skel-cat:after,
.skeleton-body .skel-pro-tabs:after,
.skeleton-body .skel-pro-single .skel-product-gallery:after,
.skeleton-body .skel-pro-single .entry-summary1:after,
.skeleton-body .skel-pro-single .entry-summary2:after,
.skeleton-body .skel-pro-single .entry-summary3:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  animation: skeletonloading 1.5s infinite;
}
.skeleton-body .skel-widget:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.skeleton-body .skel-widget:before {
  height: 315px;
  background-size: 100% 30px, 70% 20px, 50% 20px, 80% 20px, 40% 20px, 30% 20px, 50% 20px;
  background-position: left 10px, left 65px, left 105px, left 145px, left 185px, left 225px, left 265px;
}
.skeleton-body .skel-pro:before {
  padding-top: 161%;
  background-size: 100% 58%, 55% 15px, 85% 20px, 55% 15px, 40% 25px;
  background-position: left 0, left calc(58% + 25px), left calc(58% + 55px), left calc(58% + 85px), left calc(58% + 120px);
}
.shop-market .skeleton-body .skel-pro:before {
  padding-top: calc(100% + 150px);
}
.skeleton-body .skel-pro-list {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}
.skeleton-body .skel-pro-list:before {
  padding-top: 23.5%;
  background-size: 24% 100%, 20% 15px, 25% 20px, 48% 80px, 10% 15px, 15% 15px, 20% 30px, 24% 40px;
  background-position: left 0, 32.5% calc(50% - 80px + 12.5px), 34.6666666667% calc(50% - 80px + 10px + 30px), 50% calc(50% - 80px + 40px + 80px), 84.4444444444% calc(50% - 82px + 7.5px), 89.4117647059% calc(50% - 82px + 7.5px + 30px), 97.5% calc(50% - 82px + 15px + 80px), 100% calc(50% - 82px + 20px + 125px);
}
.skeleton-body .skel-pro-single .skel-product-gallery:before, .skeleton-body.horizontal .skel-pro-single .skel-product-gallery:before {
  padding-top: 125.3%;
  min-height: 480px;
  background-size: 100% 80%, 23.5% 18.5%, 23.5% 18.5%, 23.5% 18.5%, 23.5% 18.5%;
  background-position: left 0, 0 100%, 33.3333333333% 100%, 66.6666666667% 100%, 100% 100%;
}
.skeleton-body.product-intro.center-mode .entry-summary1:before {
  background-position: center 0, center 35px, center 65px, center 105px, 66.6666666667% 185px, 37.5% 175px, 66.6666666667% 245px, 37.5% 235px;
}
.skeleton-body.product-intro.center-mode .entry-summary2:before {
  background-position: 37.5% 10px, 66.6666666667% 0, 24% 60px, 80% 70px, left 145px, 100% 150px;
}
.skeleton-body .skel-pro-single {
  margin-bottom: 2rem;
}
.skeleton-body .skel-pro-single .entry-summary {
  margin-bottom: 0;
}
.skeleton-body .skel-pro-single .entry-summary .col-md-12 + .col-md-12:before {
  content: none;
}
.skeleton-body .skel-pro-single .entry-summary1:before {
  margin-bottom: 2rem;
  min-height: 275px;
  background-size: 50% 25px, 24% 20px, 34% 30px, 100% 50px, 10% 20px, 22% 40px, 10% 20px, 22% 40px;
  background-position: left 0, left 35px, left 65px, left 105px, left 185px, 15.3846153846% 175px, left 245px, 15.3846153846% 235px;
}
.skeleton-body .skel-pro-single .entry-summary2:before {
  margin-bottom: 2rem;
  min-height: 185px;
  background-size: 10% 20px, 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: left 10px, 15.3846153846% 0, left 60px, 52.5% 70px, left 145px, 100% 150px;
}
.skeleton-body .skel-pro-single .entry-summary3:before {
  margin-top: 3rem;
  min-height: 390px;
}
.skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
  min-height: 0;
  padding-top: 33%;
  background-size: 33% 100%, 33% 100%, 33% 100%;
  background-position: left 0, 50.7462686567% 0, 101.4925373134% 0;
}
.skeleton-body .skel-pro-single.gallery .entry-summary1::before {
  background-size: 50% 25px, 24% 20px, 34% 30px, 60% 50px, 10% 20px, 22% 40px, 10% 20px, 22% 40px;
  background-position: center 0, center 35px, center 65px, center 105px, 36% 185px, 57.6923076923% 175px, 36% 245px, 57.6923076923% 235px;
}
.skeleton-body .skel-pro-single.gallery .entry-summary2::before {
  background-size: 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: 22% 0, 66.6666666667% 0, center 60px, center 100px, center 160px;
}
.skeleton-body .skel-pro-single.gallery .entry-summary3::before {
  background-size: 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: 22% 0, 66.6666666667% 0, center 60px, center 100px, center 160px;
}
.skeleton-body .skel-pro-single.sticky {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5rem;
}
.skeleton-body .skel-pro-single.sticky .accordion {
  width: 100%;
  text-align: left;
}
.skeleton-body .skel-pro-single.sticky .skel-product-gallery:before {
  min-height: 550px;
  padding-top: 270%;
  background-size: 100% 32.5%, 100% 32.5%, 100% 32.5%;
  background-position: left 0, left 50%, left 100%;
}
.skeleton-body .skel-pro-single.sticky .entry-summary2:before {
  min-height: 185px;
  background-size: 10% 20px, 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: left 10px, 15.3846153846% 0, left 60px, 52.5% 70px, left 145px, 100% 150px;
}
.skeleton-body .skel-pro-single.masonry_sticky .skel-product-gallery:before {
  padding-top: 200%;
  background-size: 100% 50%, 49% 23%, 49% 18%, 49% 30%, 49% 25%;
  background-position: right 0, 0 66.2337662338%, right 62.1951219512%, 0 107.1428571429%, right 93.3333333333%;
}
.skeleton-body .skel-pro-single .product-lg,
.skeleton-body .skel-pro-single .product-sm,
.skeleton-body .skel-pro-single .product-real-detail {
  display: none;
}
.skeleton-body .skel-pro-single .owl-stage {
  display: flex;
}
.skeleton-body .skel-pro-single .sidebar-product, .skeleton-body .skel-pro-single .product-details-tab {
  display: none;
}
.skeleton-body .skel-pro-single.loaded .product-real-detail {
  display: block;
}
.skeleton-body .skel-pro-single.loaded .product-lg, .skeleton-body .skel-pro-single.loaded .product-details-tab {
  display: block;
}
.skeleton-body .skel-pro-single.loaded .product-sm {
  display: flex;
}
.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm {
  display: block;
}
@media screen and (max-width: 991px) {
  .quickView-two .skeleton-body .skel-pro-single.loaded .product-sm {
    display: flex;
  }
}
.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .carousel-dot {
  width: 100%;
}
.skeleton-body .skel-pro-single.loaded .entry-summary,
.skeleton-body .skel-pro-single.loaded .skel-product-gallery {
  display: none;
}
.skeleton-body .skel-pro-single.loaded .product-gallery, .skeleton-body .skel-pro-single.loaded .product-details {
  display: block;
}
.skeleton-body .skel-pro-single.loaded .skel-widget {
  display: none;
}
.skeleton-body .skel-pro-single.loaded .sidebar-product {
  display: block;
}
.skeleton-body .skel-pro-single .product-gallery, .skeleton-body .skel-pro-single .product-details {
  display: none;
}
.skeleton-body .product-main-image {
  width: 100%;
}
.skeleton-body .skel-pro-single.gallery .owl-stage {
  width: 100% !important;
}
.skeleton-body .skel-pro-single.gallery.loaded .owl-item {
  flex: none;
}
.skeleton-body .skel-pro-tabs:before {
  min-height: 250px;
  background-size: 100px 25px, 100px 25px, 150px 25px, 100px 25px, 100% 1px, 100% 15px, 100% 15px, 100% 15px, 100% 15px, 100% 15px, 80% 15px;
  background-position: 0 0, 110px 0, 220px 0, 380px 0, 0 35px, 0 55px, 0 85px, 0 115px, 0 145px, 0 175px, 0 205px;
}
.skeleton-body .skel-post {
  margin-bottom: 5rem;
}
.skeleton-body .skel-post:before {
  padding-top: calc(56.25% + 360px);
  background-size: 100% calc(100% - 360px), 40% 20px, 60% 35px, 20% 20px, 100% 140px, 20% 20px;
  background-position: left 0, left calc(100% - 340px + 20px), left calc(100% - 340px + 70px), left calc(100% - 340px + 105px), left calc(100% - 340px + 260px), left calc(100% - 340px + 295px);
}
.skeleton-body .skel-single-post::before {
  padding-top: calc(46.5% + 283px);
  background-size: 100% calc(128% - 371px), 4.5% 0px, 45% 30px, 100% 25px, 53% 0px, 100% 25px;
  background-position: left 0, left 0, 0% calc(120.5% - 342px + 76px), 0% calc(118% - 277px + 72px), 12.5% calc(94% - 342px + 260px), 59% calc(106% - 339px + 262px);
}
.skeleton-body .skel-grid-post::before {
  padding-top: calc(46.5% + 283px);
  background-size: 100% calc(133% - 380px), 4.5% 0px, 45% 20px, 100% 20px, 53% 0px, 100% 20px;
  background-position: left 0, left 0, 50% calc(110.5% - 300px + 76px), 0% calc(109% - 250px + 72px), 12.5% calc(94% - 342px + 260px), 59% calc(98% - 357px + 262px);
}
.skeleton-body .skel-sidebar-post::before {
  padding-top: calc(60.5% + 360px);
  background-size: 100% calc(114% - 650px), 4.5% 70px, 39% 30px, 100% 20px, 53% 20px, 100% 20px;
}
.skeleton-body .skel-list-post::before {
  padding-top: 250px;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0), linear-gradient(#f4f4f4 12px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 12px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 20px, transparent 0);
  background-size: 375px 100%, 150px 12px, 250px 16px, 150px 12px, 100% 16px, 100% 16px, 100% 16px, 200px 20px;
  background-position: left 0, 410px 20px, 410px 44px, 410px 70px, 410px 105px, 410px 136px, 410px 167px, 410px 205px;
}
.skeleton-body .skel-mask-post {
  margin-bottom: 2rem;
}
.skeleton-body .skel-mask-post:before {
  padding-top: 60%;
  background-size: 100% 100%;
  background-position: left 0;
}
.skeleton-body .skel-post-sidebar-category::before {
  padding-top: 160px;
  background-image: linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0);
  background-size: 100% 16px, 100% 16px, 100% 16px, 100% 16px, 100% 16px;
  background-position: left 0, 0px 35px, 0px 70px, 0px 105px, 0px 140px, 0px 175px;
}
.skeleton-body .skel-cat:before {
  content: "";
  display: block;
  padding-top: calc(100% + 60px);
  background-repeat: no-repeat;
  background-image: linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0);
  background-size: 100% 75%, 60% 20px;
  background-position: left 0, center calc(75% + 30px);
}
.skeleton-body.post-mask:before {
  content: none;
}
.skeleton-body .skel-pro-single:not(.gallery) .owl-item {
  flex: 0 0 100%;
  width: 100%;
}
.skeleton-body .skel-pro-single:not(.gallery).loaded .owl-item {
  flex: none;
}
.skeleton-body .sidebar-shop {
  display: none;
}
.skeleton-body.loaded.skel-shop-products .product {
  display: block;
}
.skeleton-body.loaded.skel-shop-products .skel-pro {
  display: none;
}
.skeleton-body.loaded.skel-shop-sidebar .skel-widget {
  display: none;
}
.skeleton-body.loaded.skel-shop-sidebar .sidebar-shop {
  display: block;
}
.skeleton-body.loaded .skel-single-post, .skeleton-body.loaded .skel-grid-post, .skeleton-body.loaded .skel-sidebar-post, .skeleton-body.loaded .skel-list-post, .skeleton-body.loaded .skel-mask-post, .skeleton-body.loaded .skel-post-sidebar-category, .skeleton-body.loaded .skel-pro-tabs {
  display: none;
}
.quickView-content.horizontal .skeleton-body .skel-pro-single .skel-product-gallery::before {
  padding-top: 120%;
  min-height: 480px;
  background-size: 100% 78%, 18% 16%, 18% 16%, 18% 16%, 18% 16%;
  background-position: left 0, 0 95%, 24.3902439024% 95%, 48.7804878049% 95%, 73.1707317073% 95%;
}
.img-pt-100 .entry-media:before {
  padding-top: 100%;
}
.img-pt-30 .entry-media:before {
  padding-top: 30%;
}
.img-pt-47 .entry-media:before {
  padding-top: 47%;
}
@media (max-width: 767px) {
  .skeleton-body .skel-pro-list:before {
    padding-top: calc(49% + 140px);
    background-size: 49% calc(100% - 140px), 20% 15px, 25% 20px, 100% 80px, 10% 15px, 15% 15px, 40% 30px, 49% 40px;
    background-position: left 0, left calc(100% - 120px + 15px), left calc(100% - 120px + 50px), left calc(100% - 120px + 160px), 56.6666666667% calc(50% - 100px - 82px + 7.5px), 60% calc(50% - 100px - 82px + 7.5px + 30px), 92.5% calc(50% - 100px - 82px + 15px + 80px), 100% calc(50% - 100px - 82px + 20px + 125px);
  }
}
@media (min-width: 992px) {
  .skeleton-body .skel-pro-single .skel-product-gallery:before {
    padding-top: 80%;
    min-height: 480px;
    background-size: 18% 21%, 18% 21%, 18% 21%, 18% 21%, 80% 100%;
    background-position: left 0, left 29.1139240506%, left 58.2278481013%, left 87.3417721519%, 100% 0;
  }
}
@media (max-width: 991px) {
  .quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .carousel-dot {
    width: 25%;
  }

  .skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
    padding-top: 48%;
    background-size: 48% 100%, 48% 100%;
    background-position: left 0, 100% 0;
  }
}
@media (max-width: 575px) {
  .skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
    padding-top: 100%;
    background-size: 100% 100%;
    background-position: left 0;
  }
}
@media (min-width: 768px) {
  .skeleton-body .skel-post-list {
    margin-bottom: 7rem;
  }
  .skeleton-body .skel-post-list:before {
    padding-top: 28.125%;
    min-height: 320px;
    background-size: 44% 100%, 20% 20px, 30% 35px, 10% 20px, 53% 100px, 10% 20px;
    background-position: left 0, 58.75% calc(50% - 130px - 10px + 20px), 67.1428571429% calc(50% - 130px - 17.5px + 70px), 52.2222222222% calc(50% - 130px - 10px + 105px), 100% calc(50% - 130px - 50px + 220px), 52.2222222222% calc(50% - 130px - 10px + 245px);
  }
}
@keyframes skeletonloading {
  from {
    transform: skewX(-45deg) translateX(-80%);
  }
  to {
    transform: skewX(-45deg) translateX(80%);
  }
}
.mfp-container .mfp-content .quickView-content {
  padding: 4rem;
  background-color: #222;
}
.mfp-container .mfp-content .quickView-content .skel-pro-single {
  margin-bottom: -2rem;
}
.cols-3 > * {
  width: 33.33333%;
}
/*-------------------- 4.29.Animations --------------------*/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes product-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fixedFooter {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.load-more-rotating {
  animation: 1s ease 0s normal both infinite rotating;
}
.load-more-opacity {
  animation: 2s ease 0s normal both infinite product-opacity;
}
.general-opacity {
  animation: 0.3s ease 0s normal both infinite product-opacity;
}
.appear-animate {
  opacity: 0;
  visibility: hidden;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
  }
}
@keyframes showMsg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------- 4.30.Lazy --------------------*/
molla-image {
  position: relative;
  display: block;
  background-color: #f4f4f4;
}
molla-image img.ng-lazyloaded {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
molla-image.h-100 img {
  height: 100%;
}
molla-image.w-100 img {
  width: 100%;
}
molla-image img.ng-lazyloading {
  max-height: 1px;
  height: 0px;
}
molla-image img.ng-lazyloaded {
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
/*-------------------- 4.31.Grid --------------------*/
.masonry {
  display: flex;
  width: auto;
}
.masonry-column > * {
  width: 100%;
}
/*-------------------- 4.32.Lightbox --------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.lightbox {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box;
  outline: none;
}
.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  transition: 0.5s;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
  This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==") no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  position: fixed;
  top: 10px;
  margin: 0 auto;
  padding: 1rem 2rem 0;
  zoom: 1;
  width: 100% !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  max-width: 80%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  color: #fff;
}
.lb-data .lb-controlContainer {
  float: right;
}
.lb-data .lb-turnContainer {
  float: left;
  margin-right: 5px;
}
.lb-data .lb-zoomContainer {
  float: right;
  margin-right: 5px;
}
.lb-data .lb-closeContainer {
  float: right;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-turnLeft {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-turnRight {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-zoomOut {
  display: block;
  float: left;
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-zoomIn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeOutOverlay {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
.fadeOutOverlay {
  animation-name: fadeOutOverlay;
}
.animation {
  animation-fill-mode: both;
}
.transition {
  /* For Safari 3.1 to 6.0 */
  /* Standard syntax */
}
.lb-image {
  transition-duration: 0.5s;
  transition-property: transform;
}
/* animation */
/*-------------------- 5.Pages --------------------*/
/*-------------------- 5.1.Home --------------------*/
/*  Index.html - Home page */
.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.intro-slider-container, .intro-slide .slide-image {
  position: relative;
  background-color: #ccc;
}
.intro-slider-container:before, .intro-slide .slide-image:before {
  display: block;
  content: "";
  width: 100%;
}
.intro-content {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.slide-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
button:focus {
  outline: none;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
}
.brand img {
  width: auto !important;
  max-width: 100% !important;
}
.brand:focus {
  outline: none !important;
}
.title-lg {
  letter-spacing: -0.025em;
}
.carousel-with-shadow .owl-stage-outer {
  padding: 2rem 1rem;
  margin: -2rem -1rem;
}
.carousel-with-shadow.owl-simple .owl-nav [class*=owl-] {
  margin-top: -31px;
}
.owl-quickview .owl-item img {
  max-height: 50rem;
  object-fit: cover;
}
.quickView-content {
  padding: 3rem 4rem 3rem;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
.quickView-content .btn-wishlist span {
  text-transform: uppercase;
}
.quickView-content .product-details {
  margin-bottom: 0;
}
.quickView-content .sticky-bar {
  display: none;
}
.quickView-content::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.quickView-content::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.quickView-content::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
molla-quick-view, .container.quickView-container {
  max-width: 100%;
}
.fullscreen-container .container,
.container.newsletter-popup-container {
  width: 970px;
}
.newsletter-modal .modal-dialog > .modal-content {
  width: 990px;
  margin: 0 auto;
}
.quickView-container,
.fullscreen-container {
  position: relative;
}
.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
  font: normal normal 2.6rem/1 "molla";
  position: absolute;
  color: #666;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  z-index: 3;
}
.fullscreen-container {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.fullscreen-container .carousel-dots {
  margin-top: 2rem;
  display: flex;
  padding-left: 6rem;
  padding-right: 6rem;
}
.fullscreen-container .carousel-dot {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.fullscreen-container .quickView-content {
  padding: 1rem 0 4rem;
}
.cross-txt {
  position: absolute;
  left: -1px;
  right: -1px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.cross-txt:before,
.cross-txt:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
}
.cross-txt:before {
  margin-right: 2.5rem;
}
.cross-txt:after {
  margin-left: 2.5rem;
}
.mfp-newsletter.mfp-bg {
  background: #222;
  opacity: 0.6;
}
.modal-open .newsletter-modal {
  overflow-y: hidden;
}
.newsletter-popup-container {
  position: relative;
}
.newsletter-popup-container .newsletter-img {
  height: 100%;
  object-fit: cover;
  right: -2px;
}
.newsletter-popup-container .banner-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-popup-container .banner-content {
  position: static;
  transform: translateY(0);
  padding: 4.7rem 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 5 * 4);
  max-width: calc((100% + 20px) / 5 * 4);
}
.newsletter-popup-container .input-group {
  width: 85%;
  margin: 0 auto;
}
.newsletter-popup-container .banner-title {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.4em;
}
.newsletter-popup-container .banner-title span {
  color: #3399ff;
  font-weight: 700;
}
.newsletter-popup-container .banner-title light {
  font-weight: 400;
}
.newsletter-popup-container p {
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 3.3rem;
  line-height: 1.73em;
}
.newsletter-popup-container .logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  min-height: 1.5rem;
}
.newsletter-popup-container .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  height: 4.6rem;
  background-clip: border-box;
  color: #666;
}
.newsletter-popup-container .form-control::placeholder {
  color: #666;
}
.newsletter-popup-container .form-control:focus {
  border-color: #f5f5f5;
}
.newsletter-popup-container .input-group {
  border: none;
}
.newsletter-popup-container .input-group .btn {
  min-width: 7rem;
  background-color: #222;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
  background-color: #3399ff;
}
.newsletter-popup-container .custom-control {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) * 0.5 + 20px);
}
.newsletter-popup-container .custom-control-label {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding-left: 2rem;
  position: relative;
}
.newsletter-popup-container .custom-control-label:before, .newsletter-popup-container .custom-control-label:after {
  left: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  top: 0.5rem;
}
.newsletter-popup-container .newsletter-popup-content {
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}
.newsletter-popup-container .mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  padding: 0;
  font-family: "molla";
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
}
.newsletter-popup-container .mfp-close:hover {
  opacity: 1;
}
.newsletter-popup-container .mfp-close::before {
  position: relative;
  content: "\f191";
  line-height: 1;
  color: #333;
}
.newsletter-popup-container .mfp-close span {
  display: none;
}
.quickView-modal molla-quick-view {
  margin-left: auto;
  margin-right: auto;
}
.quickView-modal .modal-content {
  overflow: unset;
  width: calc(100% - 20px);
  max-width: 100rem;
}
.quickView-modal .quickView-container {
  border-radius: 3px;
  width: 100rem;
}
.quickView-modal .modal-dialog-centered {
  min-height: calc(100% - 2rem);
  justify-content: center;
}
.quickView-modal .product-image {
  height: 100%;
}
.quickView-modal .modal-dialog-centered::before {
  content: none;
}
.quickView-modal .product-gallery-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
  cursor: crosshair;
}
.quickView-two .product-gallery-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.login-modal .modal-content {
  max-width: 575px;
  margin: 0 auto;
}
.login-modal .form-box {
  border-radius: 3px;
}
@supports (-ms-ime-align: auto) {
  .newsletter-popup-container .custom-control-label:after {
    top: 0.4rem;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .quickView-content > .row .product-fullscreen {
    flex: 0 0 calc(50% + 2rem);
    max-width: calc(50% + 2rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-wrap .mfp-content {
  transition: all 0.35s;
  opacity: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .newsletter-modal .modal-dialog > .modal-content {
    width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .fullscreen-container {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 591px) {
  .newsletter-popup-container .banner-content {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .quickView-two .product-gallery-item {
    flex: auto;
  }
  .quickView-two .product-gallery-item:before, .quickView-two .product-gallery-item:after {
    left: 0;
    right: 0;
  }

  .quickView-container.quickView-two .product-gallery-item {
    max-width: 100%;
  }
  .quickView-container button.mfp-close {
    right: 1rem;
    top: 1rem;
  }
  .quickView-container .product-details {
    position: absolute;
    top: 0;
    left: auto;
  }
  .quickView-container .quickview-desc {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .quickView-container .quickview-desc::-webkit-scrollbar {
    width: 5px;
    height: 20px;
  }
  .quickView-container .quickview-desc::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
  }
  .quickView-container .quickview-desc::-webkit-scrollbar-track {
    background: #fff;
    border-image: 10px;
    margin: 8px;
    width: 100%;
  }

  .newsletter-popup-container .lazy-load-image-background.lazy-load-image-loaded {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .quickView-container.quickView-two .product-sm {
    width: auto;
  }

  .quickView-modal .modal-content {
    max-width: 60rem;
    margin: 0 auto;
  }

  .quickView-content > .row > div {
    padding: 0;
  }

  .quickview-desc .product-title {
    margin-top: 3rem;
  }

  .quickView-container {
    height: 96vh;
  }

  .quickView-container .modal-content {
    overflow-y: overlay;
    height: 100%;
  }
  .quickView-container .modal-content::-webkit-scrollbar {
    width: 5px;
    height: 20px;
  }
  .quickView-container .modal-content::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
  }
  .quickView-container .modal-content::-webkit-scrollbar-track {
    background: #fff;
    border-image: 10px;
    margin: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .quickView-content {
    padding: 2.5rem 2rem 1rem;
  }

  .product-details-footer {
    padding-bottom: 0;
  }

  .quickView-container button.mfp-close, .fullscreen-container button.mfp-close {
    top: 0;
    right: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .header-left .welcome-msg {
    transform: translateX(0);
    animation: 12s linear 4s infinite showMsg;
  }
}
@media screen and (max-width: 375px) {
  .quickView-content .btn-wishlist {
    margin: 0 auto !important;
  }
}
/*-------------------- 5.2.Category --------------------*/
/* Category */
.toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}
.toolbox::after {
  display: block;
  clear: both;
  content: "";
}
.toolbox .select-custom {
  margin-bottom: 0;
}
.toolbox .select-custom::after {
  right: 0.9rem;
  font-size: 1rem;
}
.toolbox .select-custom .form-control {
  font-size: 1.3rem;
  padding-right: 2rem;
  max-width: 140px;
  min-width: 140px;
  background-color: transparent;
  border-color: #e4e4e4;
}
.toolbox label {
  font-weight: 400;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.toolbox .form-control {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0.45rem 1rem;
  height: 30px;
  margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
  border-color: #d7d7d7;
}
.toolbox select.form-control:not([size]):not([multiple]) {
  height: 30px;
}
.toolbox-left,
.toolbox-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.toolbox-center {
  margin-top: 1rem;
  flex: 0 1 auto;
}
.toolbox-right {
  margin-top: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .toolbox-right {
    margin-left: auto;
  }
}
.toolbox-info {
  color: #ccc;
}
.toolbox-info span {
  color: #333333;
}
.toolbox-sort {
  display: flex;
  align-items: center;
}
.toolbox-sort label {
  margin-right: 1.6rem;
}
.toolbox-layout {
  margin-top: 1rem;
}
.btn-layout {
  display: inline-flex;
  padding: 0.5rem;
}
.btn-layout + .btn-layout {
  margin-left: 0.5rem;
}
.btn-layout svg {
  fill: #dadada;
  transition: fill 0.35s;
}
.btn-layout:hover svg, .btn-layout:focus svg, .btn-layout.active svg {
  fill: #333;
}
.products > .row > [class*=col-] {
  align-items: stretch;
  align-content: stretch;
}
.products .product {
  width: 100%;
}
.product {
  overflow: hidden;
}
.shop .product-media img {
  filter: brightness(0.94);
}
.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
  display: flex;
  align-items: stretch;
}
.carousel-equal-height .product {
  width: 100%;
}
.carousel-equal-height molla-product-twelve {
  display: flex;
}
.owl-carousel .entry {
  margin-bottom: 0;
}
.load-more-container {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.btn.btn-load-more {
  text-transform: uppercase;
  min-width: 190px;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn.btn-load-more i {
  margin: 0 !important;
}
.sidebar-shop .widget {
  color: #333333;
  margin: 0 0 2rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.sidebar-shop .widget:last-child {
  border-bottom: none;
}
.sidebar-shop .widget.widget-collapsible {
  overflow: hidden;
}
.sidebar-shop .widget-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}
.sidebar-shop .custom-control {
  padding-left: 2.7rem;
  margin: 0;
}
.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.sidebar-shop .custom-control-label::before {
  border-radius: 0.2rem;
}
.sidebar-shop.sidebar-filter .widget {
  padding-right: 0;
}
.sidebar-shop::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.sidebar-shop::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.sidebar-shop::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.widget-clean {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 2.3rem;
}
.widget-clean label {
  color: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto;
}
.widget-collapsible .widget-title a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-right: 3rem;
}
.widget-collapsible .widget-title a:after {
  color: #333333;
  content: "\f110";
  display: block;
  font-family: "molla";
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  margin-top: -0.7rem;
}
.widget-collapsible .widget-title a.collapsed:after {
  content: "\e802";
}
.widget-collapsible .widget-title a:focus {
  outline: none !important;
}
.widget-collapsible .widget-title a:hover {
  cursor: pointer;
}
.widget-collapsible .widget-sub-title a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-left: 3rem;
  line-height: 0.9;
}
.widget-collapsible .widget-sub-title a:after {
  color: #333333;
  content: "+";
  display: block;
  font-family: "molla";
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0rem;
  margin-top: -0.7rem;
}
.widget-collapsible .widget-sub-title a.collapsed:after {
  content: "-";
}
.widget-collapsible .widget-sub-title a:focus {
  outline: none !important;
}
.widget-collapsible .widget-sub-title a:hover {
  cursor: pointer;
}
.widget-collapsible .widget-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.filter-item {
  position: relative;
  margin-bottom: 0.3rem;
}
.filter-item a {
  color: #333333;
}
.filter-item a.active {
  color: #3399ff;
}
.filter-items-count .filter-item {
  padding-right: 4rem;
}
.filter-items-count .item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  min-width: 2.5rem;
  height: 2rem;
  margin-top: -1rem;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.6rem;
  color: #777;
  background-color: #f8f8f8;
}
.sidebar-toggler {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-right: 3rem;
}
.sidebar-toggler i {
  font-size: 1.6rem;
  margin-right: 0.9rem;
}
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #3399ff;
}
.sidebar-fixed-toggler {
  display: block;
  position: fixed;
  left: 0;
  top: 49vh;
  width: 30px;
  height: 30px;
  z-index: 1000;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateX(0);
  transition: transform 0.35s;
}
.sidebar-fixed-toggler i {
  font-size: 1.8rem;
  line-height: 1.6;
}
.sidebar-fixed-toggler.right {
  left: unset;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.sidebar-filter-active .sidebar-fixed-toggler {
  transform: translateX(270px);
}
.sidebar-filter-active .sidebar-fixed-toggler.right {
  transform: translateX(-270px);
}
.sub-filter-items {
  padding-left: 2.7rem;
}
.filter-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.filter-colors a {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin: 0 0.2rem 0.3rem;
  transition: box-shadow 0.35s ease;
}
.filter-colors a:after {
  color: #fff;
  font-family: "molla";
  content: "\ec2d";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.01s;
  margin-top: -0.4rem;
  margin-left: -0.5rem;
}
.filter-colors a.selected, .filter-colors a:hover, .filter-colors a:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}
.filter-colors a.selected:after {
  visibility: visible;
  opacity: 1;
}
@supports (-ms-ime-align: auto) {
  .filter-colors a:after {
    margin-top: -0.5rem;
  }
}
.filter-price {
  padding-top: 0.2rem;
  padding-bottom: 3rem;
}
.filter-price-text {
  margin-bottom: 1.5em;
  letter-spacing: -0.01em;
}
#filter-price-range {
  color: #3399ff;
}
@media screen and (min-width: 576px) {
  .toolbox-right {
    flex-direction: row;
  }

  .toolbox-layout {
    margin-top: 0;
    margin-right: -0.5rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .toolbox {
    flex-direction: row;
  }

  .toolbox-center {
    margin-top: 0;
  }

  .toolbox-right {
    margin-top: 0;
    justify-content: flex-end;
  }
}
/*-------------------- 5.3.Product Pages --------------------*/
.product-details-top {
  margin-bottom: 1rem;
}
.product-gallery {
  margin-bottom: 2rem;
}
.product-main-image {
  position: relative;
  margin-bottom: 1rem;
}
.product-main-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f4f4f4;
}
.ngxImageZoomContainer {
  background: #f4f4f4;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  bottom: 0;
  top: 0;
  cursor: crosshair;
}
.product-main-image .zoom-image {
  background-color: #f4f4f4;
}
.product-main-image .zoom-image > div {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-main-image .zoom-image > div img {
  object-fit: cover;
}
.product-gallery-carousel .product-gallery-image > div {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-product-gallery {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  transition: all 0.35s ease;
}
.btn-product-gallery:hover, .btn-product-gallery:focus {
  color: #fff;
  background-color: #3399ff;
}
.product-image-gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 10px);
}
.product-image-gallery > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.product-image-gallery > .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.product-gallery-item {
  position: relative;
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.max-col-6 .product-gallery-item {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.product-gallery-item > .img-wrapper {
  background-color: #f4f4f4;
}
.product-gallery-item img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f4f4f4;
}
.product-gallery-item:before, .product-gallery-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  transition: all 0.35s ease;
  z-index: 1;
}
.product-gallery-item:before {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #3399ff;
}
.product-gallery-item:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-gallery-item.active:before {
  visibility: visible;
  opacity: 1;
}
.product-gallery-item:hover:after, .product-gallery-item.active:after {
  opacity: 0;
  visibility: hidden;
}
.product-gallery-vertical .row {
  margin-left: 0;
  margin-right: 0;
}
.product-gallery-vertical .product-main-image {
  width: 100%;
}
.product-gallery-masonry {
  position: relative;
  display: block !important;
}
.product-gallery-masonry .product-masonry-item img {
  border: 1px solid transparent;
}
.product-gallery-masonry .product-masonry-item.active img {
  border-color: #3399ff;
}
.product-gallery-masonry .zoom-image > div > img {
  height: 100%;
}
/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: initial;
}
.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
  pointer-events: none;
}
.product-gallery-carousel .ngxImageZoomFullContainer img {
  display: none;
}
.product-gallery-carousel img {
  max-width: none;
  width: 100%;
}
.product-gallery-image {
  margin-bottom: 0;
  padding-right: 1rem;
  background-color: #f4f4f4;
}
.product-gallery-separated {
  position: relative;
}
.product-separated-item {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.product-separated-item img {
  max-width: none;
  width: 100%;
}
.product-pager {
  display: flex;
  align-items: center;
}
.product-pager-link {
  color: #999;
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.product-pager-link i {
  color: #666;
  font-size: 2rem;
  line-height: 1;
  transition: color 0.1s;
}
.product-pager-link span {
  display: inline-block;
  transition: box-shadow 0.3s ease;
}
.product-pager-link:before {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.product-pager-link:hover {
  color: #3399ff;
}
.product-pager-link:hover i {
  color: inherit;
}
.product-pager-link:hover span {
  box-shadow: none;
}
.product-pager-link:hover .product-detail {
  visibility: visible;
  opacity: 1;
}
.product-pager-link + .product-pager-link {
  margin-left: 3rem;
}
.product-pager-link .product-detail {
  position: absolute;
  top: calc(100% + 5px);
  width: 12rem;
  padding: 1rem;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
  background-color: #fff;
  box-shadow: 0px 1px 4px 4px rgba(51, 51, 51, 0.05);
  border-top: 2px solid #3399ff;
}
.product-pager-link .product-detail img {
  width: 120px;
  height: 100%;
}
.product-pager-link .product-detail .product-name {
  max-width: 120px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.product-pager-prev i {
  margin-right: 0.5rem;
}
.product-pager-prev .product-detail {
  left: 0;
}
.product-pager-prev.prev-only .product-detail {
  left: unset;
  right: 0;
}
.product-pager-next i {
  margin-left: 0.5rem;
}
.product-pager-next .product-detail {
  right: 0;
}
.product-details {
  margin-bottom: 2rem;
}
.product-details .product-title {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.2rem;
  margin-top: -0.5rem;
  padding-right: 1rem;
}
.product-details .ratings-container {
  margin-bottom: 1.3rem;
}
.product-details .product-price {
  font-size: 2.4rem;
}
.product-details .new-price {
  margin-right: 1rem;
}
.product-details .product-content {
  margin-bottom: 1.6rem;
}
.product-details .product-content p:last-child {
  margin-bottom: 0;
}
.product-details .product-countdown {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: 260px;
  margin-left: -5px;
  margin-bottom: 2rem;
}
.product-details .product-countdown .countdown-section {
  background-color: #fafafa;
}
.product-details .product-nav-dots a, .product-details .product-nav-dots span {
  width: 2rem;
  height: 2rem;
}
.product-details .product-nav-dots a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.product-details .product-nav-dots a.disabled:hover {
  box-shadow: none;
}
.product-details .product-cat {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-details .product-cat span {
  margin-right: 0.7rem;
}
.product-details .product-cat a {
  color: #666;
  box-shadow: none;
  transition: all 0.35s ease;
}
.product-details .product-cat a:hover, .product-details .product-cat a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.product-details .product-size {
  flex-flow: row wrap;
  padding-top: 0;
  margin-bottom: 0;
}
.product-details .product-size a {
  color: #666;
  width: 4rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  margin-right: 1rem;
}
.product-details .product-size a.active, .product-details .product-size a:hover, .product-details .product-size a:focus {
  color: #3399ff;
  border-color: #3399ff;
  background-color: transparent;
}
.product-details .product-size a.disabled {
  color: #dadada;
  border-color: #ebebeb;
  background-color: transparent;
}
.product-details .btn-product:hover span, .product-details .btn-product:focus span {
  box-shadow: none;
}
.details-filter-row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}
.details-filter-row .form-control {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  border-color: #d7d7d7;
  min-width: 131px;
}
.details-filter-row .select-custom {
  margin-bottom: 0;
  margin-right: 3.9rem;
  z-index: 1;
}
.details-filter-row .select-custom .form-control {
  padding-right: 3rem;
}
.details-filter-row .select-custom::after {
  font-size: 1rem;
  right: 0.9rem;
}
.details-filter-row label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.details-filter-row .product-nav {
  margin-bottom: 0;
}
.details-filter-row .product-nav-thumbs {
  padding-top: 0;
}
.size-guide {
  color: #777;
  display: inline-flex;
  align-items: center;
}
.size-guide i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
}
.size-guide:hover, .size-guide:focus {
  color: #3399ff;
}
.product-details-quantity {
  max-width: 131px;
  flex: 0 0 131px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-quantity .form-control {
  -moz-appearance: textfield;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: center;
  margin-bottom: 0;
}
.product-details-action {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.product-details-action .btn-cart {
  padding: 1rem 1.5rem;
  max-width: 198px;
  min-width: 150px;
  color: #3399ff;
  border: 1px solid #3399ff;
}
.product-details-action .btn-cart span {
  font-size: 1.4rem;
  color: inherit;
  text-transform: uppercase;
  border: 0;
  transition: 0.15s;
}
.product-details-action .btn-cart:before {
  margin-right: 0.4rem;
}
.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
  color: #fff;
  border-color: #3399ff;
  background-color: #3399ff;
}
@supports (-ms-ime-align: auto) {
  .product-details-action .btn-cart:before {
    margin-bottom: 1px;
  }
}
.details-action-wrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0 1rem 4rem;
}
.details-action-wrapper .btn-product {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  align-self: stretch;
  line-height: 1.4;
}
.details-action-wrapper .btn-product:before {
  margin-right: 1rem;
}
.details-action-wrapper .btn-product.btn-wishlist:before {
  margin-top: -0.2rem;
}
.details-action-wrapper .btn-product span {
  font-size: 1.4rem;
}
.details-action-wrapper .btn-product + .btn-product {
  padding-left: 1.3rem;
  margin-left: 1.6rem;
}
.product-details-footer {
  color: #777;
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  border-top: 1px solid #ebebeb;
  padding-bottom: 0.7rem;
  justify-content: space-between;
}
.product-details-footer .social-icon {
  margin-bottom: 0;
}
.product-details-footer > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .container-fluid .product-details-top .col-lg-7 {
    flex: 0 0 56.5%;
    max-width: 56.5%;
  }
  .container-fluid .product-details-top .col-lg-5 {
    flex: 0 0 43.5%;
    max-width: 43.5%;
  }
}
@media screen and (min-width: 1700px) {
  .container-fluid .product-details-action .btn-cart {
    min-width: 238px;
  }
  .container-fluid .details-filter-row .form-control {
    min-width: 171px;
  }
  .container-fluid .product-details-quantity {
    max-width: 171px;
    flex: 0 0 171px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1775px) {
  .details-fullwidth .details-action-wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .details-fullwidth .btn-cart {
    margin-right: 4rem;
  }
}
.product-details-tab {
  margin-bottom: 5rem;
}
.product-details-tab .nav.nav-pills .nav-link {
  color: #333333;
  font-size: 1.6rem;
  padding: 0.55rem 3rem;
  border-bottom-width: 0.2rem;
  text-transform: capitalize;
}
.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.product-details-tab .nav.nav-pills .nav-item + .nav-item {
  margin-left: 2rem;
}
.product-details-tab .tab-content {
  border: 1px solid #dadada;
  margin-top: -1px;
  border-radius: 0.3rem;
}
.product-details-tab .tab-content .tab-pane {
  padding: 2.7rem 3rem;
}
.product-details-tab .reviews .review:last-child {
  border-bottom: none;
}
.product-desc-content h2 {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.product-desc-content h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.product-desc-content ul {
  color: #333333;
}
.product-desc-content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.product-desc-content ul li:before {
  content: "•";
  position: absolute;
  display: block;
  top: 0;
  left: 0.2rem;
}
.product-desc-content a {
  color: #333;
  border-bottom: 1px solid #b8b8b8;
  transition: all 0.35s ease;
}
.product-desc-content a:hover, .product-desc-content a:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.product-desc-content blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}
.product-desc-content blockquote p {
  margin-bottom: 0;
}
.product-desc-content blockquote cite {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.reviews h3 {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 2.3rem;
}
.review {
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}
.review:last-child {
  margin-bottom: 0;
}
.review .col-auto {
  width: 120px;
  padding-right: 2rem;
}
.review h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}
.review h4 a {
  color: inherit;
}
.review h4 a:hover, .review h4 a:focus {
  color: #3399ff;
}
.review .ratings-container {
  padding-top: 0.7rem;
  margin-bottom: 0.5rem;
}
.review .review-date {
  color: #ccc;
}
.review-content {
  margin-bottom: 0.8rem;
}
.review-action {
  font-size: 1.2rem;
}
.review-action a {
  color: #777;
  transition: all 0.35s ease;
}
.review-action a:hover, .review-action a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.review-action a + a {
  margin-left: 1.6rem;
}
.review-action i {
  font-size: 1.4rem;
  margin-right: 0.6rem;
}
/* Product Centered */
.product-details-centered {
  text-align: center;
}
.product-details-centered .ratings-container,
.product-details-centered .product-price,
.product-details-centered .details-filter-row {
  justify-content: center;
}
.product-details-centered .product-content {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.product-details-centered .details-row-size .select-custom {
  margin-right: 2rem;
}
.product-details-centered .details-filter-row label {
  width: auto;
  margin-right: 1rem;
}
.product-details-centered .details-filter-row .form-control {
  min-width: 104px;
}
.product-details-centered .product-details-action {
  flex-direction: column;
  align-items: center;
}
.product-details-centered .product-details-action .btn-cart {
  min-width: 218px;
}
.product-details-centered .details-action-wrapper {
  margin-left: 0;
}
.product-details-centered .details-action-wrapper .btn-product + .btn-product {
  border-left-width: 0;
}
.product-details-centered .product-details-quantity {
  max-width: 100px;
}
.details-action-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.details-action-col .product-details-quantity {
  margin-right: 2rem;
}
.details-action-col label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.details-action-col > label, .details-action-col > molla-quantity-input, .details-action-col > .btn-cart {
  margin-bottom: 2.2rem;
}
/* Product Extended */
.product-details-extended .nav.nav-pills {
  border-top: 1px solid #ebebeb;
}
.product-details-extended .nav.nav-pills .nav-item.show .nav-link {
  border-color: #3399ff;
}
.product-details-extended .nav.nav-pills .nav-link {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-top: 0.2rem solid transparent;
  border-bottom: none;
  margin-top: -1px;
}
.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #3399ff;
}
.product-details-extended .tab-content {
  border: none;
}
.product-details-extended .tab-content .tab-pane {
  padding: 0;
}
.product-desc-row {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 500px;
}
.product-desc-row.text-white h2, .product-desc-row.text-white h3, .product-desc-row.text-white h4 {
  color: inherit;
}
/* Product Gallery */
.product-details-separator {
  margin-bottom: 6rem;
}
.product-details-separator .details-filter-row label {
  margin-right: 2.4rem;
}
.product-details-separator .details-filter-row .product-size {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .product-details-separator [class*=col-] {
    padding-top: 1rem;
  }
  .product-details-separator [class*=col-] + [class*=col-]:before {
    content: "";
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #ebebeb;
  }
}
.details-footer-col {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  border-top: none;
}
.details-footer-col > * {
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-centered .details-footer-col {
  align-items: center;
}
.details-footer-col .product-cat {
  margin-bottom: 2.6rem;
}
.details-footer-col .social-icons {
  margin-left: 0;
}
/* Sticky Info */
.product-details-accordion .card {
  border: 0.1rem solid #ebebeb;
}
.product-details-accordion .card .card-title {
  font-weight: 400;
}
.product-details-accordion .card .card-title span {
  background-color: #fafafa;
}
.product-details-accordion .card .card-title span:not(.collapsed) {
  background-color: #fff;
}
.product-details-accordion .card .card-body {
  padding-top: 0;
}
.product-details-accordion .card .card-body p:last-child {
  margin-bottom: 0.2rem;
}
/* With Sidebar */
.product-details-sidebar {
  margin-bottom: 3rem;
}
.product-details-sidebar .details-filter-row .select-custom {
  margin-right: 1.9rem;
}
.product-details-sidebar .product-details-action {
  flex-direction: column;
  align-items: flex-start;
}
.product-details-sidebar .details-action-wrapper {
  margin-left: 0;
}
.product-details-sidebar .details-action-col {
  width: 100%;
}
.product-details-sidebar .details-action-col .btn-product {
  flex: 1 1 auto;
  max-width: 230px;
}
.product-details-sidebar .product-details-action {
  margin-bottom: 2.6rem;
}
.sidebar-product {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-product .products .owl-item,
.sidebar-product .products .owl-stage {
  width: 100% !important;
}
.sidebar-product .widget {
  margin-bottom: 4.5rem;
}
.sidebar-product .widget-title {
  font-size: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 2.4rem;
}
.sidebar-product .products {
  margin-bottom: 3rem;
}
.sidebar-product .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Sticky bar */
.sticky-bar {
  display: none;
}
.nav-none .owl-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .product-gallery-vertical .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    flex-direction: row-reverse;
  }
  .product-gallery-vertical .btn-product-gallery {
    right: 3rem;
  }
  .product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    padding-left: 0;
    padding-right: 1rem;
  }
  .product-gallery-vertical .product-main-image {
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
  }
  .product-gallery-vertical .product-image-gallery {
    display: inline-block;
    width: auto;
    flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0;
    margin-right: 0;
  }
  .product-gallery-vertical .product-gallery-item {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .product-gallery-vertical .product-gallery-item:before, .product-gallery-vertical .product-gallery-item:after {
    left: 0;
    right: 0;
  }

  .sticky-bar {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    animation-name: fixedFooter;
    animation-duration: 0.4s;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
  }
  .sticky-bar .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sticky-bar .col-6 {
    display: flex;
    align-items: center;
  }
  .sticky-bar .product-media {
    width: 60px;
    margin-right: 2rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .sticky-bar .product-title {
    font-size: 1.6rem;
    margin-bottom: 0;
    letter-spacing: -0.025em;
  }
  .sticky-bar .product-price {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .sticky-bar .product-details-quantity {
    margin-right: 2rem;
    max-width: 100px;
  }
  .sticky-bar .product-details-action {
    margin-bottom: 0;
  }
  .sticky-bar .btn-cart {
    min-width: 200px;
    margin-right: 2rem;
  }
  .sticky-bar .btn-product + .btn-product {
    border: none;
  }
  .sticky-bar .btn-wishlist {
    font-size: 1.8rem;
    margin-right: 2rem;
  }
  .sticky-bar .btn-wishlist span {
    display: none;
  }
  .sticky-bar .btn-wishlist:before {
    margin-right: 0;
  }
  .sticky-bar .product-details-action {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .details-action-wrapper {
    margin-left: 1rem;
  }

  .product-details-sidebar .product-details-quantity {
    max-width: 91px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .IE-details-action-wrapper {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1113px) {
  .details-fullwidth .details-action-wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .details-fullwidth .btn-cart {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1447px) {
  .details-fullwidth .details-action-wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .details-fullwidth .btn-cart {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-action-wrapper {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .product-details-action .btn-cart {
    min-width: 198px;
  }

  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 1rem;
  }
  .product-details-tab .nav.nav-pills .nav-item .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar-product .btn {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .col-lg-3 > .sticky-content {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  .product-desc-row {
    min-height: 380px;
  }

  .product-desc-content h2,
.product-details .product-title {
    font-size: 2.2rem;
  }

  .product-gallery-separated {
    margin-bottom: 3rem;
  }

  .product-details-tab .nav.nav-pills .nav-link {
    font-size: 1.5rem;
    padding: 0.55rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb-nav .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .product-pager {
    margin-right: auto;
    margin-top: 1rem;
  }

  .product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }

  .product.no-span .product-action span {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-action-wrapper {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-details-footer .social-icons {
    margin-left: 0;
  }

  .review .row {
    flex-direction: column;
  }

  .details-filter-row .select-custom {
    margin-right: 1.5rem;
  }

  .product-details-action .btn-cart,
.product-details-centered .product-details-action .btn-cart {
    min-width: 198px;
  }

  .product-details-sidebar .details-action-col .btn-product {
    min-width: 168px;
  }
}
@media screen and (max-width: 1920px) {
  .details-action-col {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .product-main-image {
    width: 100%;
  }

  .product-details-centered .product-details-action {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .product-media molla-count-down, .product-media .product-countdown-container {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .product.product-list .ratings-container {
    margin-bottom: 0.5rem;
    display: flex;
  }
  .product.product-list .ratings-text {
    display: none;
  }
  .product.product-list .product-price {
    margin-bottom: 0.7rem;
  }
  .product.product-list .product-action {
    display: block;
    margin-bottom: 0.7rem;
  }
  .product.product-list .btn-product + .btn-product {
    border-left: 0;
  }
  .product.product-list .btn-product {
    margin-left: 0;
  }
  .product.product-list .btn-product.btn-quickview, .product.product-list .btn-product.btn-wishlist {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }

  .product-details-centered .size-guide, .product-details-centered .btn-compare {
    display: none;
  }

  .product-pager-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .sticky-content .product-details-action {
    flex-wrap: nowrap;
  }

  .product-details-action {
    width: 100%;
    justify-content: center;
  }

  .product-list.product .btn-product {
    margin-left: 0 !important;
  }
  .product-list.product .product-price {
    margin-bottom: 0.3rem;
  }
  .product-list.product .btn-product.btn-cart {
    font-size: 15px;
  }
  .product-list.product .btn-product.btn-cart span {
    font-size: 11px;
  }
}
/*-------------------- 5.4.Blog --------------------*/
.entry {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.85;
}
.entry-media {
  position: relative;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.entry-media::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}
.entry-media::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 60% 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: skeletonloading 2.5s infinite 0.2s;
  transform: none;
}
.entry-media > a, .entry-media > span, .entry-media > owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
.entry-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-2 .entry-media img {
  max-height: 50rem;
}
.entry-video a.btn-video {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-video a.btn-video::after {
  content: none;
}
.entry-meta {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #777;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.text-center .entry-meta {
  justify-content: center;
}
.entry-meta a {
  color: inherit;
  transition: all 0.3s ease;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.meta-separator {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.entry-title {
  color: #333333;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 0.6rem;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover, .entry-title a:focus {
  color: #3399ff;
}
.entry-cats {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.entry-cats a {
  color: inherit;
  transition: all 0.3s ease;
}
.entry-cats a:hover, .entry-cats a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.entry-content p {
  margin-bottom: 1.3rem;
}
.read-more {
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: -0.01em;
  padding-bottom: 0.1rem;
  transition: all 0.3s ease;
}
.read-more:after {
  font-family: "molla";
  content: "\f274";
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.75rem;
  opacity: 0;
  transition: translate 0.25s ease;
  transform: translateX(-6px);
}
.read-more:hover, .read-more:focus {
  padding-right: 2.2rem;
  box-shadow: 0 1px 0 0 #3399ff;
}
.read-more:hover:after, .read-more:focus:after {
  opacity: 1;
  transform: translateX(0);
}
.menu-cat {
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.menu-cat li {
  margin-right: 3.6rem;
}
.menu-cat li:last-child {
  margin-right: 0;
}
.menu-cat.justify-content-center li {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}
.menu-cat.justify-content-center li:lat-child {
  margin-right: 1.8rem;
}
.menu-cat a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.menu-cat a span {
  color: #cccccc;
  font-weight: 400;
  margin-left: 0.8rem;
}
.menu-cat a:hover, .menu-cat a:focus {
  color: #3399ff;
}
.menu-cat li.active a {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.masonry-layout .entry-media:before, .masonry-layout .entry-media:after {
  display: none;
}
.masonry-layout .entry-media > a:not(.btn-video), .masonry-layout .entry-media > .owl-carousel, .masonry-layout .entry-media > span {
  position: relative;
}
/* Entry Grid */
.entry-grid .entry-title {
  font-size: 1.8rem;
}
.entry-grid .entry-media {
  margin-bottom: 1.4rem;
}
.entry-grid .entry-cats {
  margin-bottom: 0.9rem;
}
/* Masonry */
.entry-container {
  position: relative;
  margin: 0 -1rem 0.5rem;
  transition: height 0.4s;
  overflow-y: hidden;
}
.entry-container::after {
  display: block;
  clear: both;
  content: "";
}
.entry-item {
  float: left;
  padding: 0 10px;
}
/* Entry list */
.entry-list p {
  margin-bottom: 1rem;
}
/* Entry Overlay */
.entry-mask.entry {
  margin-bottom: 2rem;
}
.entry-mask:before {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, black 100%);
  opacity: 0.75;
  transition: all 0.3s;
  pointer-events: none;
}
.entry-mask .entry-media {
  margin-bottom: 0;
  height: 0;
}
.entry-mask .entry-video a:after,
.entry-mask .entry-gallery a:after {
  width: auto;
  height: auto;
  left: 3rem;
  top: 3rem;
  margin-left: 0;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
}
.entry-mask .entry-video a:hover:after, .entry-mask .entry-video a:focus:after,
.entry-mask .entry-gallery a:hover:after,
.entry-mask .entry-gallery a:focus:after {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.entry-mask .entry-gallery a:after {
  color: #fff;
  position: absolute;
  content: "\f24d";
  font-family: "molla";
  top: 2.6rem;
}
.entry-mask .entry-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.7rem 1.8rem 2.7rem 2.8rem;
  z-index: 5;
}
.entry-mask .entry-meta,
.entry-mask .entry-cats {
  color: #ebebeb;
}
.entry-mask .entry-cats {
  margin-bottom: 0;
}
.entry-mask .entry-title {
  color: #fff;
  font-size: 2rem;
}
.entry-mask:hover:before {
  opacity: 0.9;
}
.widget {
  margin-bottom: 4.5rem;
}
.sidebar {
  margin-top: 3rem;
}
.sidebar .widget:last-child {
  margin-bottom: 1.5rem;
}
.sidebar.sidebar-blog.sidebar-filter {
  margin-top: 0;
  padding: 30px 10px 0;
}
.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.widget-search .widget-title {
  margin-bottom: 1.3rem;
}
.widget-search form {
  position: relative;
}
.widget-search .form-control {
  height: 40px;
  padding: 0.95rem 5rem 0.95rem 1.4rem;
  font-weight: 300;
  font-size: 1.3rem;
  background-color: transparent;
  margin-bottom: 0;
}
.widget-search .btn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  min-width: 0;
  font-weight: normal;
  font-size: 1.8rem;
  color: #666;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin-top: -1.4rem;
}
.widget-search .btn i {
  margin: 0 !important;
}
.widget-search .btn:hover, .widget-search .btn:focus {
  color: #3399ff;
}
.widget-cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-cats li:not(:last-child) {
  margin-bottom: 1rem;
}
.widget-cats a {
  color: #333;
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
.widget-cats a span {
  float: right;
}
.widget-cats a:hover, .widget-cats a.active {
  color: #3399ff;
}
.widget-banner-sidebar {
  position: relative;
}
.banner-sidebar-title {
  color: #777;
  text-align: center;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.posts-list {
  list-style: none;
  padding: 0.4rem 0 0.2rem;
  margin: 0;
}
.posts-list li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.posts-list li::after {
  display: block;
  clear: both;
  content: "";
}
.posts-list li:last-child {
  margin-bottom: 0;
}
.posts-list figure {
  float: left;
  width: 80px;
  min-width: 80px;
  margin-right: 2rem;
  margin-bottom: 0;
}
.posts-list figure img {
  object-fit: cover;
  height: 80px;
}
.posts-list figure a {
  display: block;
}
.posts-list span {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.posts-list h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}
.posts-list a {
  color: #333;
}
.posts-list a:hover, .posts-list a:focus {
  color: #3399ff;
}
.banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}
.banner-sidebar > a {
  display: inline-block;
}
.banner-sidebar .banner-content {
  left: 3rem;
}
.banner-sidebar .banner-content p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #dfdfdf;
}
.banner-sidebar .banner-content .banner-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.banner-sidebar .banner-content .banner-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
}
.banner-sidebar .banner-content .btn {
  display: flex;
  width: 60%;
  padding: 12px 12px 12px 12px;
  min-width: auto;
}
.banner-sidebar .banner-content .btn:hover {
  text-decoration: none;
}
.tagcloud {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: 0.3rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}
.tagcloud a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0.3rem;
  padding: 0.65rem 0.9rem;
  background-color: #fafafa;
  border: 0.1rem solid #ebebeb;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.tagcloud a:hover, .tagcloud a:focus {
  color: #3399ff;
  background-color: #fff;
}
.widget-text p:last-child {
  margin-bottom: 0;
}
.blogs-info {
  padding: 1rem 1.1rem;
  background-color: transparent !important;
  border-radius: 0.3rem;
  border: 1px dashed #d7d7d7;
}
@media screen and (min-width: 768px) {
  .entry-list {
    margin-bottom: 5rem;
  }
  .entry-list .col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .entry-list .entry-media {
    margin-bottom: 0;
  }
  .entry-list .col-md-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .sidebar {
    margin-top: -0.3rem;
  }

  .entry {
    margin-bottom: 6rem;
  }

  .entry-grid {
    margin-bottom: 4rem;
  }

  .max-col-2 .entry-grid .entry-media {
    margin-bottom: 2.4rem;
  }
  .max-col-2 .entry-grid .entry-title {
    font-size: 2.4rem;
  }
  .max-col-2 .entry-grid .entry-cats {
    margin-bottom: 1.5rem;
  }

  .max-col-4 .entry-grid .entry-video a:after {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
  .max-col-4 .entry-grid .entry-video a:hover:after, .max-col-4 .entry-grid .entry-video a:focus:after {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
  }

  .entry-list {
    margin-bottom: 7rem;
  }
  .entry-list:last-of-type {
    margin-bottom: 6rem;
  }
  .entry-list .entry-body {
    padding-left: 1.5rem;
  }

  .entry-mask .entry-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .author-header .mb-1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .entry-list .entry-media {
    margin-bottom: 1.2rem;
  }
}
/*-------------------- 5.5.Single/Blog Post --------------------*/
/* Single Entry - Post */
.entry.single-entry {
  margin-bottom: 4rem;
}
.single-entry .entry-body {
  margin-bottom: 4rem;
}
.single-entry .entry-meta,
.single-entry .entry-cats {
  color: #ccc;
}
.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
  color: #666;
}
.single-entry .entry-title-big {
  font-weight: 400;
  font-size: 2.8rem;
}
.editor-content::after {
  display: block;
  clear: both;
  content: "";
}
.editor-content .float-sm-left {
  margin-right: 2.8rem;
  margin-bottom: 1.5rem;
}
.editor-content .float-right {
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}
.editor-content img {
  margin-bottom: 2rem;
}
.editor-content p {
  margin-bottom: 2.4rem;
}
.editor-content h3 {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.editor-content a {
  color: #333;
  box-shadow: 0 1px 0 #333;
  transition: all 0.35s ease;
}
.editor-content a:hover, .editor-content a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.editor-content blockquote {
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.67;
  padding: 7rem 3rem 4rem 3rem;
  border-left: 0.1rem solid #3399ff;
  background-color: #fafafa;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}
.editor-content blockquote p:last-child {
  margin-bottom: 0;
}
.editor-content blockquote:before {
  color: #ebebeb;
  content: "\f10e";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  font-family: "molla";
  position: absolute;
  left: 3rem;
  top: 4rem;
  margin-top: -1.5rem;
}
.editor-content ul li {
  position: relative;
  margin-bottom: 2.7rem;
}
.editor-content ul li:before {
  display: inline-block;
  content: "•";
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: -1px;
}
.entry-footer {
  margin-top: 3.6rem;
  margin-bottom: 5rem;
  align-items: center;
}
.entry-footer .social-icon {
  font-size: 1.3rem;
}
.entry-tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: 0.2rem;
}
.entry-tags span {
  margin-right: 1rem;
}
.entry-tags a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0.3rem;
  padding: 0.45rem 0.9rem;
  background-color: #fafafa;
  border: 0.1rem solid #ebebeb;
  margin-right: 0.5rem;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #3399ff;
  background-color: #fff;
}
.entry-author-details {
  display: flex;
  align-items: flex-start;
  padding: 5rem 3rem 4.6rem;
  background-color: #fafafa;
}
.entry-author-details h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.entry-author-details h4 a {
  color: inherit;
}
.entry-author-details h4 a:hover, .entry-author-details h4 a:focus {
  color: #3399ff;
}
.author-media,
.comment-media {
  flex: 0 0 50px;
  max-width: 50px;
}
.author-media img,
.comment-media img {
  border-radius: 50%;
}
.author-content p:last-child,
.comment-content p:last-child {
  margin-bottom: 0;
}
.author-body {
  position: relative;
  flex: 1 1 auto;
  padding-left: 2rem;
}
.author-header {
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 2rem;
}
.author-link {
  color: #777;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
}
.author-link:hover, .author-link:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.pager-nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
}
.pager-link {
  position: relative;
  color: #3399ff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all 0.35s ease;
}
.pager-link + .pager-link {
  border-top: 0.1rem solid #ebebeb;
}
.pager-link:after {
  color: #333;
  display: block;
  font-family: "molla";
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transition: all 0.35s ease 0.05s;
  margin-top: -0.8rem;
}
.pager-link.pager-link-prev {
  padding-left: 10rem;
  padding-right: 1rem;
}
.pager-link.pager-link-prev:after {
  content: "\f273";
  left: 3rem;
}
.pager-link.pager-link-next {
  padding-left: 1rem;
  padding-right: 10rem;
  align-items: flex-end;
  text-align: right;
}
.pager-link.pager-link-next:after {
  content: "\f274";
  right: 3rem;
}
.pager-link:hover {
  color: #3399ff;
}
.pager-link:hover:after {
  color: #3399ff;
}
.pager-link:hover.pager-link-prev {
  padding-left: 7rem;
}
.pager-link:hover.pager-link-prev:after {
  left: 0;
}
.pager-link:hover.pager-link-next {
  padding-right: 7rem;
}
.pager-link:hover.pager-link-next:after {
  right: 0;
}
.pager-link:hover .pager-link-title {
  box-shadow: 0 0.1rem 0 #333;
}
.pager-link-title {
  display: inline-block;
  margin-top: 0.6rem;
  flex: 0 0 auto;
  color: #333;
  font-size: 1.5rem;
  transition: all 0.35s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-posts {
  padding-bottom: 4.5rem;
  margin-bottom: 4.5rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.related-posts .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 3rem;
}
.related-posts .entry.entry-grid {
  margin-bottom: 0;
}
.related-posts .entry-grid .entry-title {
  font-weight: 400;
}
.related-posts .entry-media img {
  height: 100%;
}
.comments {
  margin-bottom: 5rem;
}
.comments .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 4.5rem;
}
.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments ul ul {
  margin-top: 4rem;
  margin-left: 8rem;
  padding-top: 4.5rem;
  border-top: 0.1rem solid #ebebeb;
}
.comments li {
  border-bottom: 0.1rem solid #ebebeb;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
.comments li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.comment-body {
  position: relative;
  flex: 1 1 auto;
  padding-left: 3rem;
}
.comment-reply {
  display: flex;
  align-items: center;
  color: #777;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-bottom: 0.4rem;
  transition: all 0.35s ease;
}
.comment-reply:after {
  font-family: "molla";
  content: "\f279";
  font-size: 1.5rem;
  margin-left: 0.7rem;
}
.comment-reply:hover, .comment-reply:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.comment-user {
  margin-bottom: 1rem;
}
.comment-user h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.comment-user h4 a {
  color: inherit;
}
.comment-user h4 a:hover, .comment-user h4 a:focus {
  color: #3399ff;
}
.comment-user h4 span {
  display: block;
}
.comment-date {
  color: #ccc;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}
.reply {
  padding: 2rem 0 0;
}
.reply .heading {
  margin-bottom: 2.4rem;
}
.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}
.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.reply .form-control {
  background-color: #fff;
}
.reply .custom-checkbox {
  margin-top: 7px;
}
.reply textarea.form-control {
  min-height: 100px;
}
.rating-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.rating-form label {
  margin-right: 1rem;
}
.rating-stars {
  display: flex;
  position: relative;
  height: 14px;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
}
.rating-stars a {
  color: #999;
  text-indent: -9999px;
  letter-spacing: 1px;
  width: 16px;
  letter-spacing: 0.2em;
}
.rating-stars a:hover {
  color: #fcb941;
}
.rating-stars a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  line-height: 1;
  font-family: "molla";
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating-stars a.active:before,
.rating-stars a:hover:before {
  content: "\f318\f318\f318\f318\f318";
  color: #fcb941;
}
.rating-stars .star-1 {
  z-index: 10;
}
.rating-stars .star-2 {
  z-index: 9;
}
.rating-stars .star-3 {
  z-index: 8;
}
.rating-stars .star-4 {
  z-index: 7;
}
.rating-stars .star-5 {
  z-index: 6;
}
.rating-stars .star-1:before {
  width: 20%;
}
.rating-stars .star-2:before {
  width: 40%;
}
.rating-stars .star-3:before {
  width: 60%;
}
.rating-stars .star-4:before {
  width: 80%;
}
.rating-stars .star-5:before {
  content: "\f318\f318\f318\f318\f318";
}
.reply {
  padding: 2rem 0 0;
}
.reply .heading {
  margin-bottom: 2.4rem;
}
.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}
.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.reply .form-control {
  background-color: #fff;
}
.reply .custom-checkbox {
  margin-top: 7px;
}
.reply textarea.form-control {
  min-height: 100px;
}
/* Fullwidth */
.entry-media-fullwidth img {
  max-height: 600px;
}
.entry-media-sidebar img {
  max-height: 500px;
}
.entry-fullwidth .entry-body {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .entry-fullwidth .entry-body {
    padding-left: 2rem;
  }
}
.entry-fullwidth .author-body {
  padding-left: 4rem;
}
.entry-fullwidth .social-icons.social-icons-vertical {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .pager-nav {
    flex-direction: row;
    padding-bottom: 3.5rem;
    border-bottom: 0.1rem solid #ebebeb;
  }

  .pager-link {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .pager-link + .pager-link {
    border-top: none;
    border-left: 0.1rem solid #ebebeb;
  }
}
@media screen and (min-width: 768px) {
  .single-entry .entry-title-big {
    font-size: 3.4rem;
  }

  .editor-content::after {
    display: block;
    clear: both;
    content: "";
  }
  .editor-content .float-sm-left {
    margin-right: 4.8rem;
    margin-bottom: 2rem;
  }
  .editor-content .float-right {
    margin-left: 4.8rem;
    margin-bottom: 2rem;
  }
  .editor-content h3 {
    font-size: 2.4rem;
  }
  .editor-content blockquote {
    padding: 4rem 6rem 4rem 12rem;
  }
  .editor-content blockquote:before {
    left: 4rem;
    top: 50%;
  }
}
@media screen and (min-width: 992px) {
  .single-entry .entry-title-big {
    font-size: 4rem;
  }

  .social-icons.social-icons-vertical {
    flex-direction: column;
    text-align: center;
    padding-bottom: 4rem;
  }
  .entry-fullwidth .social-icons.social-icons-vertical {
    margin-bottom: 0;
  }
  .social-icons.social-icons-vertical .social-label {
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .social-icons.social-icons-vertical .social-icon {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .social-icons.social-icons-vertical .social-icon + .social-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .sticky-content.is_stuck {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .editor-content img.float-sm-left {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .entry-author-details {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*-------------------- 5.6.Portfolio --------------------*/
/* Portfolio */
.nav-filter {
  display: flex;
  margin-bottom: 3rem;
}
.nav-filter a {
  display: inline-block;
  color: #777;
  padding: 0.4rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-bottom: 0.1rem solid transparent;
}
.nav-filter a:hover, .nav-filter a:focus {
  color: #3399ff;
}
.nav-filter .active a {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.portfolio-container {
  position: relative;
  margin: 0 -1rem 4rem;
  transition: height 0.4s;
}
.portfolio-container::after {
  display: block;
  clear: both;
  content: "";
}
.portfolio-nogap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
.portfolio-nogap .col,
.portfolio-nogap [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-nogap .portfolio-item {
  margin-bottom: 0;
}
.portfolio-item {
  float: left;
  margin-bottom: 2rem;
}
.portfolio {
  position: relative;
}
.portfolio-media {
  background-color: #ccc;
  margin: 0;
}
.portfolio-media > a {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.portfolio-media > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #444444;
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease;
}
.portfolio-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
.portfolio-item:hover .portfolio-media > a:after {
  visibility: visible;
  opacity: 0.4;
}
.portfolio-item:hover .portfolio-content {
  background-color: #f6f6f6;
}
.portfolio-content {
  padding: 1.6rem 2rem;
  transition: all 0.45s ease;
}
.portfolio-title {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 0.1rem;
}
.portfolio-title a {
  color: inherit;
}
.portfolio-title a:hover, .portfolio-title a:focus {
  color: #3399ff;
}
.portfolio-tags {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.portfolio-tags a {
  color: #3399ff;
  transition: all 0.35s ease;
}
.portfolio-tags a:hover, .portfolio-tags a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.portfolio-overlay {
  overflow: hidden;
}
.portfolio-overlay .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.portfolio-overlay .portfolio-content.portfolio-content-center {
  bottom: auto;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.portfolio-overlay .portfolio-title {
  color: #fff;
}
.portfolio-overlay .portfolio-title a:hover, .portfolio-overlay .portfolio-title a:focus {
  color: #f1f1f1;
}
.portfolio-overlay .portfolio-tags a {
  color: #ccc;
}
.portfolio-overlay .portfolio-tags a:hover, .portfolio-overlay .portfolio-tags a:focus {
  color: #fff;
  box-shadow: 0 1px 0 #fff;
}
.portfolio-overlay:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .nav-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*-------------------- 5.7.About --------------------*/
/* About us */
.about-images {
  position: relative;
  text-align: right;
  padding-top: 4rem;
}
.about-img-front {
  position: relative;
  z-index: 2;
  border: 2rem solid #f9f9f9;
}
.about-img-back {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brands-text {
  max-width: 430px;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.brands-text .title {
  line-height: 1.5;
}
.brands-display {
  margin-top: 0.5rem;
}
.brands-display .brand {
  min-height: 0;
  margin-bottom: 4rem;
}
.brands-display [class*=col-] {
  display: flex;
}
.brands-display [class*=col-] .brand {
  width: 100%;
}
.about-testimonials blockquote {
  color: #666666;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  line-height: 1.875;
}
.member {
  margin-bottom: 2rem;
}
.member p {
  max-width: 240px;
  color: #fff;
}
.member.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.member.text-center .social-icons {
  justify-content: center;
}
.member-media {
  position: relative;
  margin: 0;
}
.member-content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}
.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.member-title span {
  display: block;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 3;
}
.member-overlay .member-title {
  color: inherit;
  margin-bottom: 1.5rem;
}
.member-overlay .member-title span {
  color: #ebebeb;
}
.member-overlay .social-icons {
  margin-top: 2.7rem;
}
.member-overlay .social-icon {
  font-size: 1.5rem;
}
.member-overlay .social-icon + .social-icon {
  margin-left: 2.8rem;
}
.member-overlay .social-icon:not(:hover) {
  color: inherit;
}
.member-content,
.member-overlay {
  transition: all 0.35s ease;
}
.member:hover .member-content {
  opacity: 0;
}
.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
  animation-name: fadeInUpShort;
  animation-duration: 0.45s;
  animation-fill-mode: both;
}
.member:hover.member-anim .member-overlay p {
  animation-delay: 0.1s;
}
.member:hover.member-anim .member-overlay .social-icons {
  animation-delay: 0.2s;
}
.member:hover.member-anim .member-content .member-title {
  animation-name: fadeOutUpShort;
  animation-duration: 0.45s;
  animation-fill-mode: both;
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
}
@media (max-width: 480px) {
  .about-img-front {
    max-width: 275px;
  }

  .about-images {
    padding-top: 15rem;
  }
}
/*-------------------- 5.8.About 2 --------------------*/
/* About us 2 */
.member.member-2 {
  background-color: #fff;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
.member.member-2 .member-content {
  visibility: visible;
  opacity: 1;
  padding-top: 1.7rem;
  padding-bottom: 2.7rem;
}
.member.member-2 .member-overlay {
  color: #333333;
  background-color: rgba(249, 249, 249, 0.7);
}
.member.member-2 .member-overlay .social-icons {
  margin-top: 0;
  margin-bottom: 0;
}
/*-------------------- 5.9.Contact --------------------*/
/* Contact us */
#map {
  background-color: #ccc;
}
.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}
#map address {
  color: #666666;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem 0.2rem 0.75rem;
  line-height: 1.5;
  margin: 0;
}
#map .map-container {
  width: 100% !important;
}
.direction-link {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1;
}
.contact-info {
  margin-bottom: 3rem;
}
.contact-info h3 {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}
.contact-list {
  max-width: 270px;
  list-style: none;
  padding-left: 0;
}
.contact-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.4rem;
}
.contact-list a {
  color: inherit;
}
.contact-list a:hover, .contact-list a:focus {
  color: #3399ff;
}
.contact-list i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 2rem;
  line-height: 1;
  color: #3399ff;
}
.store {
  margin-bottom: 3rem;
  color: #777;
}
.store address,
.store div {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
.store a:not(.btn) {
  color: inherit;
}
.store a:not(.btn):hover, .store a:not(.btn):focus {
  color: #3399ff;
}
.store .btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2.1rem;
}
.store-media {
  margin-bottom: 0;
}
.store-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  margin-top: -0.2rem;
}
.store-subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  margin-top: 3.2rem;
}
/*-------------------- 5.10.Contact 2 --------------------*/
/* Contact us 2 */
.contact-box {
  margin-bottom: 3rem;
}
.contact-box h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.6rem;
}
.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
}
.contact-box a {
  color: inherit;
}
.contact-box a:hover, .contact-box a:focus {
  color: #3399ff;
}
.contact-box .social-icons {
  padding-top: 1.5rem;
}
.contact-box .social-icon {
  font-size: 1.3rem;
}
.touch-container .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/*-------------------- 5.11.Login --------------------*/
/* Login */
.form-box {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2.2rem 2rem 4.4rem;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}
.form-box .btn {
  min-width: 115px;
}
.form-tab .nav.nav-pills {
  color: #333333;
  border-bottom: 0.1rem solid #ebebeb;
}
.form-tab .nav.nav-pills .nav-item {
  margin-bottom: -0.1rem;
}
.form-tab .nav.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}
.form-tab .nav.nav-pills .nav-item.show .nav-link {
  color: inherit;
}
.form-tab .nav.nav-pills .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.025em;
  color: inherit;
  border-bottom-width: 0.2rem;
  padding: 0.9rem 1rem;
}
.form-tab .nav.nav-pills .nav-link.active {
  color: inherit;
}
.form-tab .nav-fill .nav-item {
  flex: 1 1 0;
}
.form-tab .tab-content .tab-pane {
  padding: 2rem 0 0;
}
.form-tab .form-group {
  margin-bottom: 1.3rem;
}
.form-tab .form-footer {
  padding-top: 0.6rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2.3rem;
}
.form-tab .form-footer .btn {
  margin-left: auto;
  margin-top: 1rem;
  order: 2;
  width: 100%;
}
.form-tab .form-footer a {
  color: inherit;
}
.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
  color: #3399ff;
}
.form-tab .form-footer a:not(.forgot-link) {
  text-decoration: underline;
}
.form-tab .form-footer .custom-control {
  margin: 0;
}
.form-tab .form-footer .forgot-link {
  order: -1;
  width: 100%;
  margin-bottom: 0.6rem;
}
.form-choice {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.form-choice p {
  margin-bottom: 2.7rem;
}
.btn.btn-login {
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border: 0.1rem solid #ebebeb;
  min-width: 0;
}
.btn.btn-login i {
  text-align: left;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-width: 2rem;
}
.btn.btn-login.btn-g i {
  color: #cc3333;
  min-width: 2.6rem;
}
.btn.btn-login.btn-f i {
  color: #3366cc;
}
.btn.btn-login:hover, .btn.btn-login:focus {
  background-color: #f5f6f9;
}
.form-choice .col-sm-6:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 576px) {
  .form-choice .col-sm-6:not(:last-child) {
    margin-bottom: 0;
  }

  .form-tab .form-footer .btn {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-box {
    padding: 3.7rem 6rem 6.4rem;
  }

  .form-tab .nav.nav-pills .nav-link {
    font-size: 2.4rem;
  }

  .form-tab .form-footer .btn {
    margin-left: 0;
    margin-right: 1.6rem;
    order: -1;
  }
  .form-tab .form-footer .forgot-link {
    order: 2;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
/*-------------------- 5.12.Category Banner Page --------------------*/
/* Category banner page  */
.categories-page .banner {
  overflow: hidden;
}
.categories-page .banner > a:not(.banner-link):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s ease;
  background-color: rgba(25, 25, 25, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.categories-page .banner-badge .banner-link {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  bottom: 2rem;
}
.categories-page .banner-badge .banner-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.categories-page .banner-badge .banner-subtitle {
  font-size: 1.4rem;
}
.categories-page .banner:hover > a:not(.banner-link):after {
  visibility: visible;
  opacity: 1;
}
.sidebar-filter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 10001;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.sidebar-filter {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  z-index: 10002;
  background-color: #fff;
  width: 100%;
  max-width: 270px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}
.sidebar-filter::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}
.sidebar-filter::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}
.sidebar-filter::-webkit-scrollbar-track {
  background: transparent;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}
.sidebar-filter.right {
  left: unset;
  right: -350px;
  box-shadow: -0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}
.sidebar-filter-active .sidebar-filter {
  visibility: visible;
  transform: translateX(350px);
}
.sidebar-filter-active .sidebar-filter.right {
  transform: translateX(-350px);
}
.sidebar-filter .widget {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
.sidebar-filter .widget:last-child {
  border-bottom: none;
}
.sidebar-filter .widget-clean {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border-bottom: 0.1rem solid #ebebeb;
  padding: 0 1rem 2.4rem;
  margin-bottom: 2rem;
}
.sidebar-filter .widget-clean i {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}
.sidebar-filter .widget-clean a {
  font-size: 1.4rem;
}
.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean) {
  border-bottom: none;
  margin-bottom: 4rem;
}
.sidebar-filter-banner.sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}
.sidebar-filter-wrapper {
  position: relative;
  padding: 3.5rem 1rem 1.5rem;
}
.product-sidebar-wrapper.sidebar-filter-wrapper {
  padding: 0.5rem 1rem 1rem;
}
.sidebar-filter-clear {
  text-transform: capitalize;
  margin-left: auto;
  color: #3399ff;
}
.sidebar-filter-clear:hover {
  color: #3399ff;
}
.sidebar-filter-active .sidebar-filter-overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 380px) {
  .sidebar-filter {
    left: -300px;
  }
  .sidebar-filter.right {
    left: unset;
    right: -300px;
  }

  .sidebar-filter-active .sidebar-filter {
    transform: translateX(300px);
  }
  .sidebar-filter-active .sidebar-filter.right {
    transform: translateX(-300px);
  }

  .sidebar-filter-active .sidebar-fixed-toggler {
    transform: translateX(270px);
  }
  .sidebar-filter-active .sidebar-fixed-toggler.right {
    transform: translateX(-270px);
  }

  .sidebar-filter-wrapper {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}
/*-------------------- 5.13.Checkout --------------------*/
/* Checkout */
@media screen and (min-width: 992px) {
  .checkout .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .checkout .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.checkout label {
  margin-bottom: 0.2rem;
}
.checkout .form-control {
  margin-bottom: 1.3rem;
}
.checkout .form-control + .form-control {
  margin-top: 2rem;
}
.checkout .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.checkout textarea.form-control {
  min-height: 150px;
}
.checkout .custom-control + .custom-control {
  margin-top: 1.8rem;
}
.checkout .custom-control + label {
  margin-top: 1rem;
}
.checkout .custom-control .custom-control-label {
  font-weight: 400;
  color: #333;
}
.checkout-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}
.checkout-discount {
  position: relative;
  max-width: 350px;
  margin-bottom: 0.5rem;
}
.checkout-discount label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-weight: 400;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}
.checkout-discount label span {
  color: #3399ff;
}
.checkout-discount .form-control {
  background-color: transparent !important;
  border-radius: 0.3rem;
  border: 0.1rem dashed #d7d7d7;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.checkout-discount .form-control:focus {
  border-color: #3399ff;
  outline: none !important;
}
.summary {
  padding: 2.5rem 3rem 3rem;
  border: 0.1rem dashed #d7d7d7;
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.summary-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 1.7rem;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 2.1rem;
}
.table.table-summary {
  line-height: 1.86;
  color: #666666;
  border: none;
  margin-bottom: 0;
}
.table.table-summary a {
  color: inherit;
}
.table.table-summary a:hover, .table.table-summary a:focus {
  color: #3399ff;
}
.table.table-summary thead th,
.table.table-summary .summary-subtotal td {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary thead th {
  border-bottom: none;
  padding: 0 0 0.3rem;
}
.table.table-summary tbody td {
  padding: 0;
  height: 70px;
  border-bottom: 0.1rem solid #ebebeb;
}
.table.table-summary thead th,
.table.table-summary tbody td {
  vertical-align: middle;
  border-top: none;
}
.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
  text-align: right;
  min-width: 100px;
}
.table.table-summary .summary-total td {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3399ff;
  border-bottom: none;
}
.accordion-summary {
  margin-bottom: 3.2rem;
}
.accordion-summary .card {
  overflow: hidden;
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  border: none;
  background-color: transparent;
}
.accordion-summary .card-title {
  font-weight: 300;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
}
.accordion-summary .card-title .toggle-button {
  color: inherit;
  padding: 0.7rem 0 0.7rem 3rem;
}
.accordion-summary .card-title .toggle-button img {
  margin-top: 1rem;
}
.accordion-summary .card-title .toggle-button:hover, .accordion-summary .card-title .toggle-button:focus {
  color: inherit;
}
.accordion-summary .card-title .toggle-button small {
  font-size: 1.1rem;
  color: #999999;
}
.accordion-summary .card-title .toggle-button:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.1rem solid #dadada;
  right: auto;
  left: 0;
  top: 0.7rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.accordion-summary .card-title .toggle-button:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0.5rem;
  top: 1.2rem;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.accordion-summary .card-title .toggle-button:not(.collapsed):before {
  border-color: #3399ff;
}
.accordion-summary .card-title .toggle-button:not(.collapsed):after {
  background-color: #3399ff;
}
.accordion-summary .card-body {
  padding: 0.4rem 0 0.8rem 3rem;
}
.paypal-link {
  cursor: pointer;
  margin-top: 0.2rem;
}
.paypal-link:hover, .paypal-link:focus {
  color: #3399ff !important;
}
@media screen and (min-width: 992px) {
  .summary {
    margin-top: 0;
  }
}
/*-------------------- 5.14.Wishlist --------------------*/
/* Wishlist */
.table td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.table .price-col {
  width: 180px;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table .stock-col {
  width: 160px;
  font-weight: 400;
  font-size: 1.6rem;
}
.table .action-col {
  width: 202px;
}
.table .action-col .btn {
  height: 40px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.table .action-col .btn i {
  font-size: 1.8rem;
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.table .action-col .btn.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
}
.table .remove-col {
  padding-right: 0;
  padding-left: 0;
  width: 38px;
  text-align: right;
}
.table .remove-col .btn-remove {
  margin-right: -0.7rem;
}
.product-col .product {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 2rem;
  box-shadow: none;
}
.product-col .product-media {
  display: inline-block;
  margin: 0;
  margin-right: 2.8rem;
  flex-shrink: 0;
  min-width: 60px;
}
.product-col .product-title {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}
.product-col .product-title a {
  color: inherit;
  text-align: center;
}
.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #3399ff;
}
.in-stock {
  color: #3399ff;
}
.out-of-stock {
  color: #ef837b;
}
.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #cccccc;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 1;
  border: none;
  outline: none;
  transition: all 0.35s;
}
.btn-remove:hover, .btn-remove:focus {
  color: #333333;
}
.action-col .dropdown-menu {
  color: #666;
  border-radius: 0;
  width: 100%;
  font-size: 1.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.action-col .dropdown-item {
  padding: 0.5rem 1.5rem;
  transition: background 0.35s ease, color 0.1s ease;
}
.action-col .dropdown-item.active,
.action-col .dropdown-item:active,
.action-col .dropdown-item:hover,
.action-col .dropdown-item:focus {
  color: #fff;
  background-color: #3399ff;
}
@media screen and (max-width: 991px) {
  .product-col .product-media {
    display: block;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .product-col .product {
    display: block;
  }

  .table-mobile,
.table-mobile tbody,
.table-mobile tr,
.table-mobile td {
    width: 100% !important;
    display: block !important;
  }

  .table-mobile thead {
    display: none !important;
  }

  .table-mobile tr {
    position: relative;
    padding-top: 4.2rem;
    padding-bottom: 4rem;
  }

  .table-mobile .remove-col {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    padding: 0.5rem !important;
    width: auto !important;
  }

  .table-mobile tr td {
    text-align: center;
    padding: 0.1rem 3rem;
    border-bottom: none;
  }

  .table-mobile tr .product-col {
    padding-bottom: 0.6rem;
  }

  .table-mobile tr .action-col {
    padding-top: 1.5rem;
  }
  .table-mobile tr .action-col .btn,
.table-mobile tr .action-col .dropdown {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .table-mobile .product-col .product {
    justify-content: center;
  }

  .table-mobile .product-col .product-title {
    text-align: left;
  }

  .table-mobile {
    border: 0.1rem solid #ebebeb;
  }

  .table-mobile tr:not(:last-child) {
    border-bottom: 0.1rem solid #ebebeb;
  }

  .table-mobile .cart-product-quantity {
    margin: 0.5rem auto;
  }

  .product-col .product {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .cart-bottom {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .cart-bottom .cart-discount .btn {
    margin-top: 0;
  }
  .cart-bottom .btn {
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}
/*-------------------- 5.15.Cart --------------------*/
/* Shopping Cart */
@media screen and (min-width: 992px) {
  .cart .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cart .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.table .total-col {
  color: #3399ff;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-cart .price-col {
  width: 120px;
}
.table.table-cart .total-col {
  width: 80px;
}
.table.table-cart .quantity-col {
  width: 135px;
}
.cart-product-quantity {
  width: 100px;
}
.cart-product-quantity .form-control {
  padding: 0.85rem 2.6rem;
  height: 40px;
  max-width: 100%;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}
.input-spinner {
  position: relative;
}
.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}
.input-spinner .input-group-prepend {
  left: 0;
}
.input-spinner .input-group-append {
  right: 0;
}
.input-spinner .form-control {
  padding: 0.85rem 2.6rem;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}
.input-spinner .form-control[disabled] {
  background-color: #f9f9f9;
}
.btn.btn-spinner {
  min-width: 0;
  color: #333333;
  padding: 1.25rem 0.4rem;
  font-size: 1rem;
  border: none;
  background: none;
}
.btn.btn-spinner i {
  margin: 0 !important;
}
.btn.btn-spinner:hover, .btn.btn-spinner:focus {
  color: #3399ff;
}
.cart-bottom {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.cart-bottom .btn {
  margin-left: auto;
  min-width: 152px;
}
.cart-discount {
  flex: 0 0 50%;
  max-width: 326px;
}
.cart-discount .form-control {
  margin-right: 1.1rem;
}
.cart-discount .btn {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}
.summary.summary-cart {
  margin-bottom: 3rem;
}
.summary.summary-cart .summary-title {
  margin-bottom: 0;
}
.table.table-summary .summary-shipping {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary .summary-shipping td {
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  height: auto;
  border-bottom: none;
}
.table.table-summary .summary-shipping-row {
  color: #333333;
}
.table.table-summary .summary-shipping-row label {
  color: inherit;
}
.table.table-summary .summary-shipping-row td {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
}
.table.table-summary .custom-control {
  margin: 0;
}
.table.table-summary .summary-shipping-estimate {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}
.table.table-summary .summary-shipping-estimate td {
  height: auto;
  padding-top: 1.4rem;
  padding-bottom: 2.3rem;
}
.table.table-summary .summary-shipping-estimate a {
  margin-top: 0.6rem;
  display: inline-block;
  font-weight: 300;
  color: #999999;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #999999;
}
.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.summary-cart .table.table-summary thead th:last-child,
.summary-cart .table.table-summary tbody td:last-child {
  min-width: 0;
}
/*-------------------- 5.16.Dashboard --------------------*/
/* Dashboard */
@media screen and (min-width: 992px) {
  .dashboard .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dashboard .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.dashboard label {
  margin-bottom: 0.2rem;
}
.dashboard .form-control {
  margin-bottom: 1.3rem;
}
.dashboard .form-control + .form-control {
  margin-top: 2rem;
}
.dashboard .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.dashboard .tab-pane {
  padding: 0;
  border: none;
  line-height: 2.15;
  padding-bottom: 2rem;
}
.dashboard .tab-pane p {
  margin-bottom: 1rem;
}
.dashboard .btn {
  min-width: 123px;
}
.nav-dashboard {
  margin-top: -1rem;
}
.nav-dashboard .nav-link {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.4rem 0;
  color: #333333;
  border-bottom: 0.1rem solid #ebebeb;
}
.nav-dashboard .nav-link:before {
  font-family: "molla";
  content: "\f274";
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7.5px;
  transition: all 0.3s;
  opacity: 0;
}
.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
  color: #3399ff;
}
.nav-dashboard .nav-link.active {
  padding-left: 2rem;
}
.nav-dashboard .nav-link.active:before {
  left: 0;
  opacity: 1;
}
.nav-dashboard .nav-item.active .nav-link {
  padding-left: 2rem;
  color: #3399ff;
}
.nav-dashboard .nav-item.active .nav-link:before {
  left: 0;
  opacity: 1;
}
.card-dashboard {
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  border: 0.1rem solid #ebebeb;
}
.card-dashboard .card-title {
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.card-dashboard .card-body {
  padding: 4rem 2.8rem 2rem;
}
/*-------------------- 5.17.404 --------------------*/
/* 404 - Error */
.error-content {
  color: #777;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding-top: 8.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
  background-color: #fdfdfd;
}
.error-content p {
  margin-bottom: 2.5rem;
}
.error-title {
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .error-content {
    padding-top: 12.5rem;
    min-height: 540px;
  }

  .error-content {
    min-height: 620px;
  }
}
/*-------------------- 5.18.Coming Soon --------------------*/
/* Coming Soon */
.soon {
  position: relative;
  background-color: #fff;
}
.soon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  min-height: 100vh;
  background-color: #fff;
  z-index: 2;
  color: #999999;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
}
.soon-content form,
.soon-content hr {
  max-width: 496px;
}
.soon-content.text-center p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.soon-content.text-center form,
.soon-content.text-center hr,
.soon-content.text-center .coming-countdown {
  margin-left: auto;
  margin-right: auto;
}
.soon-content form {
  padding-top: 0.5rem;
}
.soon-content .input-group {
  flex-direction: column;
  align-items: center;
}
.soon-content .btn {
  min-width: 140px;
  margin-top: 1rem;
}
.soon-content .form-control {
  width: 100%;
}
.soon-content .form-control:not(:focus) {
  border-color: #dadada;
}
.soon-bg {
  display: none;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.soon-logo {
  margin-bottom: 2.3rem;
}
.soon-title {
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 4.2rem;
}
.coming-countdown {
  max-width: 476px;
  min-height: 53px;
  padding-bottom: 0.7rem;
}
.coming-countdown .countdown-section {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.coming-countdown .countdown-amount {
  color: #3399ff;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
}
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  font-size: 30px;
  margin-left: 8px;
  color: #3399ff;
  margin-top: -1rem;
}
@media screen and (min-width: 576px) {
  .soon-content {
    font-size: 1.6rem;
  }
  .soon-content .input-group {
    flex-direction: row;
  }
  .soon-content .btn {
    margin-left: 1rem;
    margin-top: 0;
  }
  .soon-content .form-control {
    width: auto;
  }

  .coming-countdown .countdown-section {
    font-size: 1.6rem;
  }
  .coming-countdown .countdown-amount {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .soon-content {
    padding-right: 3rem;
  }

  .soon-bg {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .soon-content {
    padding-right: 0;
  }
}
/*-------------------- 5.19.Category Market --------------------*/
.shop-market .accordion {
  margin-bottom: 3rem;
}
.shop-market .sidebar-shop .widget {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.shop-market .sidebar-shop .widget-categories {
  padding-bottom: 0.5rem;
}
.shop-market .sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}
.shop-market .sidebar-shop .filter-colors {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.shop-market .sidebar-shop .widget-banner-sidebar {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.shop-market .filter-item {
  margin-bottom: 1rem;
}
.shop-market .card-header {
  margin-bottom: 0;
}
.shop-market .card-body {
  padding: 0.4rem 0 0;
}
.shop-market .card-body li {
  margin: 0.5rem;
}
.shop-market .card {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border: 0;
}
.shop-market .card-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.shop-market .card-title .toggle-button {
  position: relative;
  display: block;
  padding: 0;
  color: #3399ff;
  padding-bottom: 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.shop-market .card-title .toggle-button:before {
  color: #333;
  content: "\e802";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  font: normal 1rem/1 "molla";
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
.shop-market .card-title .toggle-button.collapsed {
  color: #333;
}
.shop-market .card-title .toggle-button.collapsed:before {
  content: "\f110";
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.shop-market .toggle-button:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.shop-market .collapse-wrap {
  padding: 0.4rem 0 0;
}
.shop-market .sidebar ul {
  margin: 0;
}
.shop-market .sidebar ul li {
  margin: 0;
}
.shop-market .sidebar ul a {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  padding: 0.5rem 0;
}
.shop-market .filter-item .ratings-container {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.shop-market .ratings-text {
  margin-left: 0.5rem;
}
.shop-market .filter-colors a {
  margin: 0 0.1rem 0.3rem;
}
.shop-market .filter-colors a:first-child {
  margin-left: 0;
}
.shop-market .banner-sidebar-title {
  color: #ccc;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.shop-market .banner,
.shop-market .banner img {
  min-height: 25rem;
  object-fit: cover;
  border-radius: 0.2rem;
}
.shop-market .banner {
  overflow: hidden;
}
.shop-market .banner-content {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  top: 3rem;
  left: 3rem;
  bottom: 3.2rem;
  transform: translateY(0);
}
.shop-market .banner-poster .banner-content {
  left: 3rem;
  bottom: auto;
  padding-top: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.shop-market .banner-poster .banner-content-right {
  left: auto;
  right: 3rem;
}
.shop-market .banner-poster .banner-subtitle {
  margin-bottom: 1.1rem;
}
.shop-market .banner-poster .banner-title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.shop-market .banner-poster .banner-link:not(:hover):not(:focus) {
  background-color: rgba(102, 102, 102, 0.2);
}
.shop-market .banner-subtitle {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}
.shop-market .banner-title {
  flex-grow: 1;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}
.shop-market .banner-link {
  align-self: flex-start;
  width: auto;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  border-radius: 0.3rem;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
}
.shop-market .banner-link:hover, .shop-market .banner-link:focus {
  color: #333;
  text-decoration: none !important;
  background-color: #fff;
}
.shop-market .category-banners-slider.owl-nav-inside .owl-nav [class*=owl-] {
  color: #666;
}
.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-prev {
  left: 1rem;
}
.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-next {
  right: 1rem;
}
.shop-market .owl-simple .owl-nav [class*=owl-] {
  font-size: 2.6rem;
}
.shop-market .cat-blocks-container {
  padding-top: 0.5rem;
}
.shop-market .cat-blocks-container [class*=col-] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.shop-market .cat-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  transition: box-shadow 0.35s ease;
  min-height: 160px;
  padding-bottom: 1.5rem;
}
.shop-market .cat-block figure {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 124px;
  margin: 0;
}
.shop-market .cat-block figure span {
  position: relative;
}
.shop-market .cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
}
.shop-market .cat-block:hover {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
}
.shop-market .cat-block-title {
  color: #666666;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: color 0.35s ease;
}
.shop-market .title-border {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.shop-market .title {
  font-weight: 600;
  letter-spacing: -0.025em;
}
.shop-market .owl-nav-top.owl-simple .owl-nav {
  position: absolute;
  right: -0.5rem;
  top: -6rem;
  display: flex;
  align-items: center;
}
.shop-market .owl-nav-top.owl-simple .owl-nav [class*=owl-] {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}
.shop-market .toolbox {
  color: #666666;
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.shop-market .toolbox .select-custom::after {
  z-index: 0;
}
.shop-market .toolbox-info {
  color: inherit;
}
.shop-market .cta-horizontal .cta-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.005em;
  margin-top: 0.3rem;
}
.shop-market .cta-horizontal .form-control {
  margin-right: 0;
  border-radius: 0.2rem 0 0 0.2rem;
}
.shop-market .cta-horizontal .btn {
  text-transform: uppercase;
  border-radius: 0 0.2rem 0.2rem 0;
}
.shop-market .cta-horizontal .btn:not(.btn-block) {
  min-width: 140px;
}
.shop-market .widget-about p {
  max-width: 540px;
}
.shop-market .icon-boxes-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.shop-market .icon-boxes-container .container {
  position: relative;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.shop-market .icon-boxes-container .container:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.shop-market .icon-box {
  font-size: 1.4rem;
}
.shop-market .icon-box-side .icon-box-title {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.shop-market .icon-box-side .icon-box-icon {
  min-width: 7rem;
  color: #333;
}
.shop-market .icon-box-side {
  font-size: 1.5rem;
  margin-left: -1.5rem;
}
.shop-market .icon-box-side .icon-box-title {
  font-weight: 400;
  font-size: 1.6rem;
}
.shop-market .icon-box-side p {
  letter-spacing: -0.01em;
}
.shop-market .icon-box-side .icon-box-icon {
  font-size: 4rem;
  min-width: 100px;
}
.shop-market .widget-about-title {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .shop-market .banner-poster .banner-content {
    left: 8rem;
  }
  .shop-market .banner-poster .banner-content-right {
    left: auto;
    right: 8rem;
  }
  .shop-market .banner-poster .banner-title {
    font-size: 2.4rem;
  }

  .shop-market .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .shop-market .owl-nav-align {
    margin-left: 4rem;
    margin-right: 4rem;
    width: calc(100% - 8rem);
  }
  .shop-market .banner-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .shop-market .banner-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-market .banner-poster .banner-content-right {
    text-align: right;
  }
}
/*-------------------- 6.Spacing + Helpers --------------------*/
/* Spacing */
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.mt-11 {
  margin-top: 11rem !important;
}
.mb-11 {
  margin-bottom: 11rem !important;
}
.pt-11 {
  padding-top: 11rem !important;
}
.pb-11 {
  padding-bottom: 11rem !important;
}
.mt-12 {
  margin-top: 12rem !important;
}
.mb-12 {
  margin-bottom: 12rem !important;
}
.pt-12 {
  padding-top: 12rem !important;
}
.pb-12 {
  padding-bottom: 12rem !important;
}
.mt-13 {
  margin-top: 13rem !important;
}
.mb-13 {
  margin-bottom: 13rem !important;
}
.pt-13 {
  padding-top: 13rem !important;
}
.pb-13 {
  padding-bottom: 13rem !important;
}
.mt-14 {
  margin-top: 14rem !important;
}
.mb-14 {
  margin-bottom: 14rem !important;
}
.pt-14 {
  padding-top: 14rem !important;
}
.pb-14 {
  padding-bottom: 14rem !important;
}
.mt-15 {
  margin-top: 15rem !important;
}
.mb-15 {
  margin-bottom: 15rem !important;
}
.pt-15 {
  padding-top: 15rem !important;
}
.pb-15 {
  padding-bottom: 15rem !important;
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

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

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

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

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

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

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

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

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

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

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

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

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

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

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

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

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

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

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

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

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

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

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

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

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

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

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

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

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

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

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

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

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

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

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

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

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

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

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

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

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

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

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

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

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

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

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

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

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

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

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

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

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

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }

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

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

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

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

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

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-11 {
    margin-top: 11rem !important;
  }

  .mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .mt-xxl-13 {
    margin-top: 13rem !important;
  }

  .mt-xxl-14 {
    margin-top: 14rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

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

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

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

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

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

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

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
}
/*-------------------- 7.Font Icons --------------------*/
/*-------------------- 8.HomePage --------------------*/
/* Skin structure */
::selection {
  background-color: #3399ff;
}
.bg-primary {
  background-color: #3399ff !important;
}
.bg-secondary {
  background-color: #278bf0 !important;
}
a {
  color: #3399ff;
}
a:hover,
a:focus {
  color: #0080ff;
}
.link-underline {
  box-shadow: 0 1px 0 0 #3399ff;
}
.text-primary {
  color: #3399ff !important;
}
.text-secondary {
  color: #278bf0 !important;
}
/* Elements */
.alert-primary {
  background-color: #3399ff;
}
.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  background-color: #3399ff;
}
.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
  background-color: transparent;
  color: #333;
}
.header-3 .header-search-extended .btn:hover, .header-3 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus {
  color: #3399ff;
}
.btn-video {
  color: #3399ff;
}
.btn-video:hover, .btn-video:focus {
  background-color: #278bf0;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #3399ff;
}
.btn-link {
  color: #3399ff;
}
.btn-link:hover, .btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #3399ff;
  border-color: #3399ff;
}
/* generated with mixins */
.btn-primary {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-secondary {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
}
.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2:not(:disabled):not(.disabled).active, .show > .btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-white-2.disabled, .btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary-white {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active, .show > .btn-primary-white.dropdown-toggle {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-primary-white.disabled, .btn-primary-white:disabled {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-white-primary {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary:not(:disabled):not(.disabled).active, .show > .btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-white-primary.disabled, .btn-white-primary:disabled {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn-outline.disabled, .btn-outline:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-primary {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-primary-2 {
  color: #3399ff;
  background-color: transparent;
  background-image: none;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #3399ff;
  background-color: transparent;
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-2.dropdown-toggle {
  color: #3399ff;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-3.dropdown-toggle {
  color: #3399ff;
  background-color: transparent;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgray.dropdown-toggle {
  color: #3399ff;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2:not(:disabled):not(.disabled).active, .show > .btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #278bf0;
  border-color: #278bf0;
  box-shadow: none;
}
.btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4:not(:disabled):not(.disabled).active, .show > .btn-outline-white-4.dropdown-toggle {
  color: #3399ff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}
.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
  background-color: #3399ff;
}
.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
  color: #3399ff;
  border-color: #3399ff;
}
.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-primary.dropdown-toggle {
  background-color: #3399ff;
  border-color: #3399ff;
}
.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-dark.dropdown-toggle {
  color: #3399ff;
}
.card-title a {
  color: #3399ff;
}
.card-title a:before {
  color: #3399ff;
}
.card-title a.collapsed:hover, .card-title a.collapsed:focus {
  color: #3399ff;
}
.count-wrapper {
  color: #3399ff;
}
.feature-box i {
  color: #3399ff;
}
.feature-box-simple i {
  color: #3399ff;
}
.form-control:focus {
  border-color: #3399ff;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3399ff;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #3399ff;
}
.icon-box-icon {
  color: #3399ff;
}
.icon-box-circle .icon-box-icon {
  background-color: #3399ff;
}
.instagram-feed-content a:hover, .instagram-feed-content a:focus {
  color: #3399ff;
}
.close:hover, .close:focus {
  color: #3399ff;
}
.page-header h1 span {
  color: #3399ff;
}
.page-link:hover, .page-link:focus {
  color: #3399ff;
}
.page-item.active .page-link {
  color: #3399ff;
}
.social-icon:hover, .social-icon:focus {
  color: #3399ff;
  border-color: #3399ff;
}
.testimonial-icon:before {
  color: #3399ff;
}
.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
  color: #3399ff;
}
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #3399ff;
}
.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
  color: #3399ff;
}
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.nav.nav-dark .nav-item .nav-link.active {
  color: #333;
}
.nav.nav-border-anim .nav-link:before {
  background-color: #3399ff;
}
.title-link:hover, .title-link:focus {
  box-shadow: 0 1px 0 0 #3399ff;
}
.product-countdown.countdown-primary .countdown-amount {
  color: #3399ff;
}
.product-title a:hover, .product-title a:focus {
  color: #3399ff;
}
.product-price {
  color: #3399ff;
}
.product-label.label-primary {
  background-color: #3399ff;
}
.product-label.label-secondary {
  background-color: #278bf0;
}
.product-label-text {
  color: #3399ff;
}
.ratings-primary .ratings-val {
  color: #3399ff;
}
.ratings-text a:hover, .ratings-text a:focus {
  color: #3399ff;
}
.btn-product {
  color: #3399ff;
}
.btn-product:hover span, .btn-product:focus span {
  color: #3399ff;
}
.product-details-action .btn-product.btn-cart:hover span, .product-details-action .btn-product.btn-cart:focus span {
  color: #fff;
}
.btn-product-icon {
  color: #3399ff;
}
.btn-product-icon:hover, .btn-product-icon:focus {
  background-color: #3399ff;
}
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #3399ff;
}
.btn-expandable span {
  background-color: #3399ff;
}
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  background-color: #278bf0;
}
.product.product-5 .btn-product {
  color: #3399ff;
}
.product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
  background-color: #3399ff;
}
.product.product-7 .btn-product {
  color: #3399ff;
}
.product.product-7 .btn-product span {
  color: #3399ff;
}
.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
  background-color: #3399ff;
  border-bottom-color: #3399ff;
}
.product.product-8 .new-price {
  color: #3399ff;
}
.product.product-8 .btn-product:before {
  color: #3399ff;
}
.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
  background-color: #3399ff;
}
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  color: #3399ff;
}
.product.product-list .btn-product.btn-cart {
  color: #3399ff;
  border-color: #3399ff;
}
.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
  background-color: #3399ff;
}
/* Footers */
.footer a:hover,
.footer a:focus {
  color: #3399ff;
}
.footer-dark.footer-2 .widget-about-title {
  color: #3399ff;
}
/* Headers */
.header-top a:hover, .header-top a:focus {
  color: #3399ff;
}
.top-menu span {
  color: #3399ff;
}
.header-menu a:hover, .header-menu a:focus {
  color: #3399ff;
}
.account a:hover, .account a:focus {
  color: #3399ff;
}
.wishlist a:hover, .wishlist a:focus {
  color: #3399ff;
}
.wishlist a .wishlist-count {
  background-color: #3399ff;
}
.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #3399ff;
}
.compare-product-title a:hover, .compare-product-title a:focus {
  color: #3399ff;
}
.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #3399ff;
}
.cart-dropdown .cart-count {
  background-color: #3399ff;
}
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
  color: #3399ff;
}
.wishlist-link .wishlist-count {
  background-color: #3399ff;
}
.wishlist-link:hover, .wishlist-link:focus {
  color: #3399ff;
}
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #3399ff;
}
/* Menu */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #3399ff;
}
.main-nav li.active a.link-active {
  color: #3399ff;
}
.demo-item a:hover, .demo-item a:focus {
  color: #3399ff;
}
.tip {
  background-color: #3399ff;
}
.header-bottom .menu > li > a:before {
  background-color: #3399ff;
}
.category-dropdown .dropdown-toggle:before {
  background-color: #3399ff;
}
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #3399ff;
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #3399ff;
}
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
}
.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #3399ff;
}
/* Vertical Menu */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #3399ff;
}
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #3399ff;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #3399ff;
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #3399ff;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #3399ff;
}
.mmenu-btn:hover, .mmenu-btn:focus {
  color: #3399ff;
}
.mobile-search .form-control:focus {
  border-color: #3399ff;
}
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #3399ff;
}
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #3399ff;
}
.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #3399ff;
}
/* Header 4 */
.header-4 .header-search .header-search-wrapper {
  border-color: #3399ff;
}
.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
  color: #3399ff;
}
@media screen and (max-width: 991px) {
  .header-4 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #3399ff;
  }
}
/* Header 6 */
.header-6 .header-middle a:hover, .header-6 .header-middle a:focus {
  color: #3399ff;
}
.header-8 .header-top {
  color: #d1e8ff;
  background-color: #3399ff;
}
/* Header 10 */
.header-10 .header-search .header-search-wrapper {
  border-color: #3399ff;
}
.header-10 .category-dropdown .dropdown-toggle {
  background-color: #3399ff;
}
.header-10 .menu-vertical .menu-title {
  color: #3399ff;
}
/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #3399ff;
}
/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #3399ff;
}
/* Header 14 */
.header-14 .header-search .header-search-wrapper {
  border-color: #3399ff;
}
.header-14 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #3399ff;
}
/* Pages */
.entry-video a:hover:after, .entry-video a:focus:after {
  color: #3399ff;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.entry-title a:hover, .entry-title a:focus {
  color: #3399ff;
}
.entry-cats a:hover, .entry-cats a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.read-more:hover, .read-more:focus {
  box-shadow: 0 1px 0 0 #3399ff;
}
.menu-cat a:hover, .menu-cat a:focus {
  color: #3399ff;
}
.menu-cat li.active a {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.widget-search .btn:hover, .widget-search .btn:focus {
  color: #3399ff;
}
.widget-cats a:hover, .widget-cats a:focus {
  color: #3399ff;
}
.posts-list a:hover, .posts-list a:focus {
  color: #3399ff;
}
.tagcloud a:hover, .tagcloud a:focus {
  color: #3399ff;
}
.table .total-col {
  color: #3399ff;
}
.btn.btn-spinner:hover, .btn.btn-spinner:focus {
  color: #3399ff;
}
.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #3399ff;
}
#filter-price-range {
  color: #3399ff;
}
.checkout-discount label span {
  color: #3399ff;
}
.checkout-discount .form-control:focus {
  border-color: #3399ff;
}
.table.table-summary a:hover, .table.table-summary a:focus {
  color: #3399ff;
}
.table.table-summary .summary-total td {
  color: #3399ff;
}
.accordion-summary .card-title a:before {
  border-color: #3399ff;
}
.accordion-summary .card-title a:after {
  background-color: #3399ff;
}
.paypal-link:hover, .paypal-link:focus {
  color: #3399ff !important;
}
.coming-countdown .countdown-amount {
  color: #3399ff;
}
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  color: #3399ff;
}
.contact-box a:hover, .contact-box a:focus {
  color: #3399ff;
}
.contact-list a:hover, .contact-list a:focus {
  color: #3399ff;
}
.contact-list i {
  color: #3399ff;
}
.store a:not(.btn):hover, .store a:not(.btn):focus {
  color: #3399ff;
}
.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
  color: #3399ff;
}
.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
  color: #3399ff;
}
.nav-filter a:hover, .nav-filter a:focus {
  color: #3399ff;
}
.nav-filter .active a {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.portfolio-title a:hover, .portfolio-title a:focus {
  color: #3399ff;
}
.portfolio-tags a {
  color: #3399ff;
}
.portfolio-tags a:hover, .portfolio-tags a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.btn-product-gallery:hover, .btn-product-gallery:focus {
  background-color: #3399ff;
}
.product-gallery-item:before {
  border-color: #3399ff;
}
.product-pager-link:hover {
  color: #3399ff;
}
.product-pager-link:hover span {
  box-shadow: 0 1px 0 #3399ff;
}
.breadcrumb-nav .product-pager-link:hover span, .breadcrumb-nav .product-pager-link:focus span {
  box-shadow: none;
}
.product-details .product-cat a:hover, .product-details .product-cat a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.product-details .product-size a.active, .product-details .product-size a:hover, .product-details .product-size a:focus {
  color: #3399ff;
  border-color: #3399ff;
}
.size-guide:hover, .size-guide:focus {
  color: #3399ff;
}
.product-details-action .btn-cart {
  color: #3399ff;
  border-color: #3399ff;
}
.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
  color: #fff;
  border-color: #3399ff;
  background-color: #3399ff;
}
.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.product-desc-content a:hover, .product-desc-content a:focus {
  color: #3399ff;
  border-bottom-color: #3399ff;
}
.review h4 a:hover, .review h4 a:focus {
  color: #3399ff;
}
.review-action a:hover, .review-action a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #3399ff;
}
.editor-content a:hover, .editor-content a:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.editor-content blockquote {
  border-left-color: #3399ff;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #3399ff;
}
.entry-author-details h4 a:hover, .entry-author-details h4 a:focus {
  color: #3399ff;
}
.author-link:hover, .author-link:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.pager-link {
  color: #3399ff;
}
.pager-link:hover {
  color: #3399ff;
}
.pager-link:hover:after {
  color: #3399ff;
}
.comment-reply:hover, .comment-reply:focus {
  color: #3399ff;
  box-shadow: 0 1px 0 #3399ff;
}
.comment-user h4 a:hover, .comment-user h4 a:focus {
  color: #3399ff;
}
.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #3399ff;
}
.quickView-content .product-details-action .btn-cart:hover, .quickView-content .product-details-action .btn-cart:focus {
  border-color: #3399ff;
  background-color: #3399ff;
  color: #fff;
}
.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}
.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
  color: #3399ff;
}
.quickView-content .btn-wishlist:hover, .quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #3399ff;
  background-color: transparent;
}
.quickView-content .btn-wishlist:hover span, .quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #3399ff;
}
.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #3399ff;
}
.newsletter-popup-container .banner-title span {
  color: #3399ff;
}
/* Demo 13 */
.header-bottom.sticky-header.fixed {
  background-color: #333;
}
.title {
  font-weight: 600;
  letter-spacing: -0.025em;
}
.title-border {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.heading-border {
  border-bottom: 0.1rem solid #ebebeb;
}
.carousel-with-shadow .owl-stage-outer {
  padding: 1.5rem 1rem;
  margin: -1.5rem -1rem;
}
.intro-slider-container,
.owl-item .intro-slide {
  height: 360px;
  background-color: #fafafa;
}
.owl-item .intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 60% center;
}
.intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.intro-content .btn {
  border-radius: 0.2rem;
}
.intro-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}
.intro-title {
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.intro-title > span {
  display: block;
  margin-top: 0.5rem;
}
.intro-title span {
  color: #777;
  font-size: 3.6rem;
}
.intro-title sup {
  font-weight: 600;
  vertical-align: top;
  font-size: 1.4rem;
  top: 1em;
  margin-right: 0;
  letter-spacing: -0.025em;
}
.intro-title sup + sup {
  margin-left: 0.8rem;
}
.line-through {
  text-decoration: line-through;
}
.intro-slider .owl-nav [class*=owl-]:not(:hover):not(:focus) {
  color: #666;
}
.intro-slider .owl-nav [class*=owl-] {
  font-size: 2.6rem;
}
.intro-slider .owl-dots {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 1rem;
}
.cat-blocks-container {
  padding-top: 0.5rem;
}
.cat-blocks-container [class*=col-] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.cat-block-title {
  color: #666666;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: color 0.35s ease;
}
.cat-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  transition: box-shadow 0.35s ease;
  min-height: 160px;
  padding-bottom: 1.5rem;
}
.cat-block figure {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 124px;
  margin: 0;
}
.cat-block figure span {
  position: relative;
}
.cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
}
.cat-block:hover {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
}
.cat-block:hover .cat-block-title {
  color: #3399ff;
}
.home-page {
  /* Category market page */
}
.home-page .products .owl-dots {
  margin-top: 2rem;
}
.home-page .products .owl-carousel .product {
  height: 100%;
}
.home-page .nav .bg-white {
  background-color: transparent !important;
}
.home-page .brands-slider .brand {
  height: 10rem;
}
.home-page .banner {
  overflow: hidden;
}
.home-page .banner,
.home-page .banner img {
  border-radius: 0.2rem;
}
.home-page .banner-content {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  top: 3rem;
  left: 3rem;
  bottom: 3.2rem;
  transform: translateY(0);
}
.home-page .banner-subtitle {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}
.home-page .banner-title {
  flex-grow: 1;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}
.home-page .banner-title span {
  font-weight: 300;
}
.home-page .banner-link {
  align-self: flex-start;
  width: auto;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  border-radius: 0.3rem;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
}
.home-page .banner-link i {
  margin-left: 0.5rem;
}
.home-page .banner-link.banner-link-dark:not(:hover):not(:focus) {
  background-color: rgba(51, 51, 51, 0.2);
}
.home-page .banner-link:hover, .home-page .banner-link:focus {
  color: #333;
  text-decoration: none !important;
  background-color: #fff;
}
.home-page .banner-text a {
  color: inherit;
}
.home-page .banner-text a:hover, .home-page .banner-text a:focus {
  text-decoration: none;
}
.home-page .banner-4 img, .home-page .banner-5 img {
  min-height: 260px;
}
.home-page .nav.nav-pills .nav-link {
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  text-transform: capitalize;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.home-page .product-label {
  border-radius: 0.2rem;
}
.home-page .product {
  border-radius: 0.2rem;
}
.home-page .product-action-vertical {
  transform: translateY(0);
}
.home-page .btn-product-icon {
  border-radius: 50%;
  background-color: #fff;
  border: 0.1rem solid #3399ff;
}
.home-page .btn-product-icon:hover, .home-page .btn-product-icon:focus {
  background-color: #3399ff;
}
.home-page .btn-product-icon:hover span, .home-page .btn-product-icon:focus span {
  background-color: #3399ff;
}
.home-page .product-action {
  left: 2rem;
  right: 2rem;
  transform: translateY(0);
}
.home-page .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  color: #3399ff;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0.2rem;
  border: 0.1rem solid #3399ff;
}
.home-page .btn-product:before {
  margin-right: 0.6rem;
}
.home-page .btn-product span {
  color: #3399ff;
  border: none;
}
.home-page .btn-product:before {
  display: inline-block;
  margin-top: -0.1rem;
}
.home-page .btn-product:hover, .home-page .btn-product:focus {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.home-page .btn-product:hover span, .home-page .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}
.home-page .product-body {
  padding-bottom: 1.8rem;
  overflow: hidden;
}
.home-page .product-media:before {
  padding-top: 100%;
}
.home-page .product-cat {
  color: #ccc;
}
.home-page .product-price {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.home-page .old-price {
  text-decoration: none;
}
.home-page .product-title {
  font-size: 1.4rem;
}
.home-page .product-countdown {
  border-radius: 0.2rem;
  background-color: #3399ff;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  padding: 0.7rem 0.5rem 0.6rem;
}
.home-page .product-countdown .countdown-section {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  margin-bottom: 1.1rem;
}
.home-page .product-countdown .countdown-section:not(:last-child):after {
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: -0.1rem;
}
.home-page .product-countdown .countdown-amount {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.home-page .product-countdown .countdown-period {
  color: #fff;
  display: block;
  position: absolute;
  letter-spacing: 0;
  left: 0;
  right: 0;
  bottom: -1.1rem;
}
.home-page .countdown-show3 .countdown-section {
  width: 33.3%;
}
.home-page .owl-nav [class*=owl-] {
  font-size: 2.6rem;
}
.home-page .toolbox {
  color: #666666;
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.home-page .toolbox-info {
  color: inherit;
}
.home-page .filter-colors a {
  width: 2rem;
  height: 2rem;
}
.home-page .banner-sidebar-title {
  color: #ccc;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.home-page .sidebar-shop .widget {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.home-page .sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}
.home-page .sidebar-shop .widget-banner-sidebar {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.home-page .sidebar-shop .custom-control-label {
  color: #666;
}
.home-page .sidebar-shop .widget-categories {
  padding-bottom: 0.5rem;
}
.home-page .sidebar-shop .filter-colors {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.home-page .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #333;
}
.home-page .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #333;
}
.home-page .filter-item .ratings-container {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.home-page .widget-categories .acc-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.9rem;
  overflow: hidden;
}
.home-page .widget-categories .acc-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.home-page .widget-categories h5 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.home-page .widget-categories h5 .toggle-button {
  position: relative;
  display: block;
  padding: 0;
  color: #3399ff;
}
.home-page .widget-categories h5 .toggle-button:before {
  color: #333;
  content: "\e802";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  font: normal 1rem/1 "molla";
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
.home-page .widget-categories h5 .toggle-button.collapsed {
  color: #333;
}
.home-page .widget-categories h5 .toggle-button.collapsed:hover, .home-page .widget-categories h5 .toggle-button.collapsed:focus {
  color: #3399ff;
}
.home-page .widget-categories h5 .toggle-button.collapsed:before {
  content: "\f110";
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home-page .widget-categories .collapse-wrap {
  padding: 0.4rem 0 0;
}
.home-page .widget-categories ul {
  margin: 0;
}
.home-page .widget-categories ul li {
  margin: 0;
}
.home-page .widget-categories ul a {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  padding: 0.5rem 0;
}
.home-page .widget-categories ul a:hover, .home-page .widget-categories ul a:focus {
  color: #3399ff;
}
.home-page .icon-boxes-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.home-page .icon-boxes-container .container {
  position: relative;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.ratings-text {
  margin-left: 0.5rem;
}
.electronics .nav.nav-pills .nav-item + .nav-item,
.furniture .nav.nav-pills .nav-item + .nav-item,
.clothing .nav.nav-pills .nav-item + .nav-item {
  margin-left: 0.3rem;
}
.electronics .product-body {
  padding: 1.6rem 1rem 1.6rem 2rem;
}
.clothing .heading {
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
}
.home-page .cta-horizontal .cta-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.005em;
  margin-top: 0.3rem;
}
.home-page .cta-horizontal .form-control {
  margin-right: 0;
  border-radius: 0.2rem 0 0 0.2rem;
  border: none;
}
.home-page .cta-horizontal .btn {
  text-transform: uppercase;
  border-radius: 0 0.2rem 0.2rem 0;
}
.home-page .cta-horizontal .btn:not(.btn-block) {
  min-width: 140px;
}
.blog-posts .title {
  padding-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.blog-posts .entry {
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
  margin-bottom: 0;
}
.blog-posts .entry:hover, .blog-posts .entry:focus {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.025), -2px -3px 7px rgba(0, 0, 0, 0.025);
}
.blog-posts .entry-media {
  margin-bottom: 0;
}
.blog-posts .entry-meta {
  margin-bottom: 0.4rem;
  color: #ccc;
}
.blog-posts .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-bottom: 0.6rem;
}
.blog-posts .entry-body {
  padding: 1.7rem 2rem 2.5rem;
}
.blog-posts .entry-content p {
  margin-bottom: 0.6rem;
}
.blog-posts .read-more {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding-bottom: 0;
  text-transform: capitalize;
}
.icon-box-side {
  font-size: 1.5rem;
  margin-left: -1.5rem;
}
.icon-box-side .icon-box-icon {
  font-size: 4rem;
  min-width: 100px;
  color: #333;
}
.icon-box-side .icon-box-title {
  font-weight: 400;
  font-size: 1.6rem;
}
.icon-box-side p {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.banner-poster .banner-content {
  left: 3rem;
  bottom: auto;
  padding-top: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.banner-poster .banner-content-right {
  left: auto;
  right: 3rem;
}
.banner-poster .banner-subtitle {
  margin-bottom: 1.1rem;
}
.banner-poster .banner-title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.banner-poster .banner-link:not(:hover):not(:focus) {
  background-color: rgba(102, 102, 102, 0.2);
}
@media screen and (min-width: 576px) {
  .intro-slider-container,
.owl-item > .intro-slide {
    height: 400px;
  }

  .intro-subtitle {
    font-size: 1.3rem;
  }

  .intro-title {
    margin-bottom: 2rem;
  }
  .intro-title span {
    font-size: 4rem;
  }
  .intro-title sup {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .intro-title > span {
    margin-top: 0.8rem;
  }
  .intro-title span {
    font-size: 4.6rem;
  }
  .intro-title sup {
    font-size: 1.8rem;
  }

  .home-page .nav.nav-pills .nav-link {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
  }

  .banner-poster .banner-content {
    left: 8rem;
  }
  .banner-poster .banner-content-right {
    left: auto;
    right: 8rem;
  }
  .banner-poster .banner-title {
    font-size: 2.4rem;
  }

  .col-2xl-5col {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col-3xl-5col {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .intro-slider-container,
.owl-item > .intro-slide {
    height: 440px;
  }

  .intro-content .btn {
    font-size: 1.4rem;
    min-width: 150px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .intro-slider .owl-dots {
    margin-left: -198px;
    bottom: 3rem;
  }

  .intro-slider.owl-carousel .owl-nav .owl-prev {
    left: 3rem;
  }

  .intro-slider.owl-carousel .owl-nav .owl-next {
    right: 3rem;
  }

  .owl-nav-align {
    margin-left: 4rem;
    margin-right: 4rem;
    width: calc(100% - 8rem);
  }

  .home-page .banner-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro-content .btn {
    min-width: 200px;
  }

  .intro-col {
    padding-left: 8rem;
  }

  .intro-subtitle {
    font-size: 1.6rem;
  }

  .intro-title {
    font-size: 4rem;
  }
  .intro-title > span {
    margin-top: 1rem;
    text-indent: 0.3rem;
  }
  .intro-title > span span {
    margin-left: -0.3rem;
  }
  .intro-title span {
    font-size: 5rem;
  }
  .intro-title sup {
    font-size: 2rem;
    top: 1em;
  }

  .intro-slider .owl-dots {
    margin-left: -188px;
    bottom: 4rem;
  }

  .home-page .banner-title {
    font-size: 2.4rem;
  }
}
.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link::before {
  content: none;
}
.mobile-menu-wrapper .nav-item.show .nav-link {
  color: #3399ff !important;
}
.home-page .product-nav-dots a, .home-page .product-nav-dots button, .home-page .product-nav-dots span {
  width: 1.8rem;
  height: 1.8rem;
}
.home-page .owl-carousel .entry-media::before {
  padding-top: 61.3718411552%;
}
@media screen and (max-width: 575px) {
  .home-page .banner-content {
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .home-page .banner-2 .banner-content {
    top: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .home-page .banner-title {
    flex-grow: 0;
  }

  .home-page .cta.cta-horizontal-box .row {
    justify-content: center;
  }
  .home-page .cta.cta-horizontal-box .row > div:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .home-page .btn-product:before {
    margin-right: 0;
  }
  .home-page .product-action {
    left: 0.5rem;
    right: 0.5rem;
  }
  .home-page .btn-cart span {
    font-size: 1.2rem;
  }
  .home-page .product-label {
    top: 1rem;
    left: 1rem;
  }
  .home-page .product-countdown {
    left: 1rem;
    right: 1rem;
  }
}
body {
  visibility: visible;
  opacity: 1;
  margin: 0;
  font-family: Poppins, "Helvetica Neue", sans-serif;
  height: 100%;
}
html {
  height: 100%;
}
table {
  width: 100%;
}
.table.table-sm td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.form-control + .required {
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1 !important;
}
.mat-form-field {
  width: 100%;
}
.mat-form-field.col-sm-2, .mat-form-field.col-sm-3, .mat-form-field.col-sm-4, .mat-form-field.col-sm-5, .mat-form-field.col-sm-6, .mat-form-field.col-sm-7, .mat-form-field.col-sm-8, .mat-form-field.col-sm-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mat-checkbox-layout .mat-checkbox-label {
  white-space: normal;
}
.mat-snack-bar-container {
  background-color: #ffffff !important;
  color: #000000 !important;
  margin-top: 30% !important;
  z-index: 999;
}
.mat-snack-bar-container.alert p, .mat-snack-bar-container.alert div {
  color: #ff0000 !important;
}
.mat-snack-bar-container.info p, .mat-snack-bar-container.info div {
  color: #17a2b8 !important;
}
.mat-snack-bar-container .close {
  color: #333333 !important;
  top: 10px;
}
.filter-items-count .widget .widget-sub-item {
  margin-left: 3rem;
  margin-bottom: 1.5rem;
}
.filter-items-count .widget .widget-sub-item :first-child {
  margin-top: 1.5rem;
}
.filter-items-count .item-count {
  top: 0;
}
.product-details-action .btn-cart {
  max-width: 210px;
}
.details-filter-row .form-control {
  min-width: 142px;
}
.stock-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin: 0 0.2rem 0.3rem;
}
/*TAG */
.filter-colors a {
  border: 0.1rem solid #ddd;
}
.ambra {
  background-color: #FFBF00;
}
.aranciobianco {
  background: linear-gradient(90deg, #FFA500 50%, #ffffff 50%);
}
.arancione {
  background-color: #FFA500;
}
.bianco {
  background-color: #FFFFFF;
}
.blu {
  background-color: #0000FF;
}
.blubianco {
  background: linear-gradient(90deg, #0000FF 50%, #ffffff 50%);
}
.blughiaccio {
  background-color: #66CCFF;
}
.fucsia {
  background-color: #FF00FF;
}
.fucsiabianco {
  background: linear-gradient(90deg, #FF00FF 50%, #ffffff 50%);
}
.giallo {
  background-color: #FFFF00;
}
.giallobianco {
  background: linear-gradient(90deg, #FFFF00 50%, #ffffff 50%);
}
.giallolimone {
  background-color: #FFF44F;
}
.giallooro {
  background-color: #FFD700;
}
.nero {
  background-color: #000000;
}
.oro {
  background-color: #FFD700;
}
.rosa {
  background-color: #FFC0CB;
}
.rosso {
  background-color: #FF0000;
}
.rossobianco {
  background: linear-gradient(90deg, #FF0000 50%, #ffffff 50%);
}
.rossonero {
  background: linear-gradient(90deg, #FF0000 50%, #000000 50%);
}
.trasparente {
  background-color: transparent;
}
.verde {
  background-color: #00FF00;
}
.verdebianco {
  background: linear-gradient(90deg, #00FF00 50%, #ffffff 50%);
}
.banner-container {
  position: relative;
  background-blend-mode: multiply;
  background-color: rgba(0, 158, 227, 0.8);
}
.banner-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('banner-chi-siamo.jpg') center center/cover;
  opacity: 0.4;
  z-index: -1;
}
.with-shadow {
  box-shadow: -10px 0 30px rgba(51, 51, 51, 0.15);
}
.text-black {
  color: #000000 !important;
}
.bg-secondary-10 {
  background-color: rgba(39, 139, 240, 0.1) !important;
  /* colore secondario bootstrap con 50% alpha */
}
.product-price {
  color: #000;
  margin-bottom: auto;
}
.product.product-list .btn-product {
  max-width: 33%;
}
.electronics .product-body {
  text-align: center;
}
.electronics .product-price {
  text-align: center;
  display: inline;
}
.p-10 {
  padding: 8rem !important;
}

/*# sourceMappingURL=styles.css.map*/